Trace number 4387027

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.11 2477.54

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-050-05-mul.xml
MD5SUM0dc4c2f273d2e82d82a6e1c594dd299c
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 benchmark13.9722
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of constraints1485
Number of domains2
Minimum domain size50
Maximum domain size2500
Distribution of domain sizes[{"size":50,"count":50},{"size":2500,"count":5}]
Minimum variable degree54
Maximum variable degree54
Distribution of variable degrees[{"degree":54,"count":55}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1485}]
Number of extensional constraints0
Number of intensional constraints1485
Distribution of constraint types[{"type":"intension","count":1485}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387027-1568288434/watcher-4387027-1568288434 -o /tmp/evaluation-result-4387027-1568288434/solver-4387027-1568288434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=162773503 HOME/instance-4387027-1568288434.xml 

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

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

solver pid=6626, runsolver pid=6623

[startup+0.100475 s]*
/proc/loadavg: 1.35 1.29 1.37 3/195 6679
/proc/meminfo: memFree=31705716/32770624 swapFree=66934148/67108860
[pid=6626] ppid=6623 vsize=9972712 memory=13912 CPUtime=0.08 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 3715 13414 0 0 0 0 5 3 20 0 6 0 405101909 10212057088 3478 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2493178 3478 1437 1 0 2481616 0
[pid=6626/tid=6679] ppid=6623 vsize=9972712 memory=7100839852556125036 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 1737 13414 0 0 0 0 5 3 20 0 6 0 405101919 10212057088 3676 33554432000 4194304 4196468 140720630404464 139971910529616 139971861770102 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=9972712 memory=-8458152057954561420 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 6 0 405101919 10212057088 3676 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=9972712 memory=140369696073344 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 6 0 405101919 10212057088 3742 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 6 0 405101919 10212057088 3742 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 6 0 405101919 10212057088 3742 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 13912 KiB

[startup+0.210235 s]*
/proc/loadavg: 1.35 1.29 1.37 5/208 6692
/proc/meminfo: memFree=31675164/32770624 swapFree=66934148/67108860
[pid=6626] ppid=6623 vsize=10818900 memory=40412 CPUtime=0.25 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 6884 13414 0 0 16 1 5 3 20 0 15 0 405101909 11078553600 10103 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2704725 10103 2978 1 0 2667149 0
[pid=6626/tid=6679] ppid=6623 vsize=10818900 memory=7311146985107750967 CPUtime=0.19 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 3420 13414 0 0 10 1 5 3 20 0 15 0 405101919 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971910516016 139971938704790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10818900 memory=1899187 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10818900 memory=140369698891544 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10818900 memory=140369696073344 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101921 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 13 13414 0 0 0 0 5 3 20 0 15 0 405101921 11078553600 10103 33554432000 4194304 4196468 140720630404464 139970836685600 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101922 11078553600 10103 33554432000 4194304 4196468 140720630404464 139970702468208 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10818900 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11078553600 10103 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10818900 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) S 6623 6626 5271 0 -1 1077944384 348 13414 0 0 1 0 5 3 20 0 15 0 405101924 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971397167728 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10818900 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 266 13414 0 0 1 0 5 3 20 0 15 0 405101924 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10818900 memory=140369696073344 CPUtime=0.11 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) R 6623 6626 5271 0 -1 4202560 626 13414 0 0 3 0 5 3 20 0 15 0 405101924 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971395062640 139971930929982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10818900 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11078553600 10103 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10818900 memory=140369696073344 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101925 11078553600 10103 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 40412 KiB

[startup+0.311577 s]*
/proc/loadavg: 1.35 1.29 1.37 5/208 6692
/proc/meminfo: memFree=31657480/32770624 swapFree=66934148/67108860
[pid=6626] ppid=6623 vsize=10819084 memory=49016 CPUtime=0.4 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 10467 13414 0 0 29 3 5 3 20 0 15 0 405101909 11078742016 12254 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2704771 12254 3035 1 0 2667149 0
[pid=6626/tid=6679] ppid=6623 vsize=10819136 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 6994 13414 0 0 19 2 5 3 20 0 15 0 405101919 11078795264 12319 33554432000 4194304 4196468 140720630404464 139971910510480 139971524709821 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10819136 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078795264 12319 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10819136 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078795264 12319 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10819136 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078795264 12319 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101919 11078819840 12319 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101921 11078819840 12319 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 13 13414 0 0 0 0 5 3 20 0 15 0 405101921 11078819840 12319 33554432000 4194304 4196468 140720630404464 139970836685600 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101922 11078819840 12319 33554432000 4194304 4196468 140720630404464 139970702468208 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10819160 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11078819840 12319 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10819160 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) S 6623 6626 5271 0 -1 1077944384 348 13414 0 0 1 0 5 3 20 0 15 0 405101924 11078819840 12319 33554432000 4194304 4196468 140720630404464 139971397167728 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10819160 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 268 13414 0 0 2 0 5 3 20 0 15 0 405101924 11078819840 12319 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10819160 memory=140369696073344 CPUtime=0.13 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) S 6623 6626 5271 0 -1 1077944384 636 13414 0 0 5 0 5 3 20 0 15 0 405101924 11078819840 12319 33554432000 4194304 4196468 140720630404464 139971395062640 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10819160 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11078819840 12319 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10819204 memory=140369696073344 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101925 11078864896 12319 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 49016 KiB

[startup+0.700729 s]
/proc/loadavg: 1.35 1.29 1.37 3/206 6693
/proc/meminfo: memFree=31616152/32770624 swapFree=66934148/67108860
[pid=6626] ppid=6623 vsize=10824340 memory=82004 CPUtime=1.13 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 14731 13414 0 0 100 5 5 3 20 0 15 0 405101909 11084124160 20501 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2706085 20501 3494 1 0 2668173 0
[pid=6626/tid=6679] ppid=6623 vsize=10824340 memory=963 CPUtime=0.66 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 10444 13414 0 0 55 3 5 3 20 0 15 0 405101919 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971910523424 139971938714781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101919 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10824340 memory=7518303557299890280 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101919 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10824340 memory=7236547281622689387 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101919 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10824340 memory=5859271421084390760 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 2 13414 0 0 0 0 5 3 20 0 15 0 405101919 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 5 13414 0 0 0 0 5 3 20 0 15 0 405101921 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10824340 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 13 13414 0 0 0 0 5 3 20 0 15 0 405101921 11084124160 20501 33554432000 4194304 4196468 140720630404464 139970836685600 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101922 11084124160 20501 33554432000 4194304 4196468 140720630404464 139970702468208 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10824340 memory=280739195311488 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11084124160 20501 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10824340 memory=-6371011775517773341 CPUtime=0.22 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) R 6623 6626 5271 0 -1 4202560 691 13414 0 0 14 0 5 3 20 0 15 0 405101924 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971397167824 139971920215962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10824340 memory=4206468019014099040 CPUtime=0.2 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 541 13414 0 0 12 0 5 3 20 0 15 0 405101924 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10824340 memory=6944656575208382560 CPUtime=0.25 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) S 6623 6626 5271 0 -1 1077944384 818 13414 0 0 17 0 5 3 20 0 15 0 405101924 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971395062640 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10824340 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11084124160 20501 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101925 11084124160 20501 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82004 KiB

[startup+1.50521 s]
/proc/loadavg: 1.40 1.30 1.37 7/226 6768
/proc/meminfo: memFree=31524072/32770624 swapFree=66934148/67108860
[pid=6626] ppid=6623 vsize=10834656 memory=186436 CPUtime=2.87 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 24706 13414 0 0 269 10 5 3 20 0 15 0 405101909 11094687744 46609 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2708664 46609 3585 1 0 2670733 0
[pid=6626/tid=6679] ppid=6623 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 16097 13414 0 0 129 6 5 3 20 0 15 0 405101919 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971910513024 139971920256411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10834656 memory=280739195126000 CPUtime=0.09 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 83 13414 0 0 1 0 5 3 20 0 15 0 405101919 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10834656 memory=82004 CPUtime=0.09 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 33 13414 0 0 1 0 5 3 20 0 15 0 405101919 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10834656 memory=963 CPUtime=0.09 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 275 13414 0 0 1 0 5 3 20 0 15 0 405101919 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10834656 memory=280739195222752 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 66 13414 0 0 0 0 5 3 20 0 15 0 405101919 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 1094 13414 0 0 1 0 5 3 20 0 15 0 405101921 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10834656 memory=140369597621090 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 13 13414 0 0 0 0 5 3 20 0 15 0 405101921 11094687744 46609 33554432000 4194304 4196468 140720630404464 139970836685600 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10834656 memory=1334 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101922 11094687744 46609 33554432000 4194304 4196468 140720630404464 139970702468208 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11094687744 46609 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10834656 memory=1 CPUtime=0.52 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) S 6623 6626 5271 0 -1 1077944384 1524 13414 0 0 44 0 5 3 20 0 15 0 405101924 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971397167728 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10834656 memory=43757088800 CPUtime=0.5 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 1479 13414 0 0 42 0 5 3 20 0 15 0 405101924 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10834656 memory=6297247661399556193 CPUtime=0.52 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) S 6623 6626 5271 0 -1 1077944384 1827 13414 0 0 44 0 5 3 20 0 15 0 405101924 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971395062640 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10834656 memory=6224326950734024020 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11094687744 46609 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1 13414 0 0 0 0 5 3 20 0 15 0 405101925 11094687744 46609 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 10834656 KiB

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

/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 516193 13414 0 0 236915 107 5 3 20 0 15 0 405101919 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971910528256 139971533809108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10849012 memory=3186948 CPUtime=8.12 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 17637 13414 0 0 758 46 5 3 20 0 15 0 405101919 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10849012 memory=0 CPUtime=8.07 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 21179 13414 0 0 752 47 5 3 20 0 15 0 405101919 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10849012 memory=3186948 CPUtime=8.12 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 25272 13414 0 0 755 49 5 3 20 0 15 0 405101919 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10849012 memory=3186948 CPUtime=8.12 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 18738 13414 0 0 759 45 5 3 20 0 15 0 405101919 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10849012 memory=3186948 CPUtime=2.84 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 25822 13414 0 0 240 36 5 3 20 0 15 0 405101921 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10849012 memory=3186948 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 17 13414 0 0 0 0 5 3 20 0 15 0 405101921 11109388288 796737 33554432000 4194304 4196468 140720630404464 139970836685664 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10849012 memory=3208128 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 9 13414 0 0 0 0 5 3 20 0 15 0 405101922 11109388288 796737 33554432000 4194304 4196468 140720630404464 139970702468224 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10849012 memory=3208128 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 796737 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10849012 memory=984 CPUtime=6.77 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) S 6623 6626 5271 0 -1 1077944384 26934 13414 0 0 663 6 5 3 20 0 15 0 405101924 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971397167728 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10849012 memory=3186948 CPUtime=6.92 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 28451 13414 0 0 679 5 5 3 20 0 15 0 405101924 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10849012 memory=3186948 CPUtime=3.95 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) S 6623 6626 5271 0 -1 1077944384 22069 13414 0 0 381 6 5 3 20 0 15 0 405101924 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971395062640 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10849012 memory=1136 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 796737 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10849012 memory=1072 CPUtime=1.48 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1277 13414 0 0 69 71 5 3 20 0 15 0 405101925 11109388288 796737 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 2424.08 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 3186948 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.44 1.47 3/226 7141
/proc/meminfo: memFree=26918156/32770624 swapFree=66934196/67108860
[pid=6626] ppid=6623 vsize=10849012 memory=3128076 CPUtime=2484.24 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 721887 13414 0 0 248022 394 5 3 20 0 15 0 405101909 11109388288 782019 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2712253 782019 3631 1 0 2674317 0
[pid=6626/tid=6679] ppid=6623 vsize=10849012 memory=3142440 CPUtime=2430.25 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 530068 13414 0 0 242909 108 5 3 20 0 15 0 405101919 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971910528720 139971542264224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10849012 memory=3132180 CPUtime=8.14 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 18008 13414 0 0 760 46 5 3 20 0 15 0 405101919 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10849012 memory=3128076 CPUtime=8.09 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 21226 13414 0 0 754 47 5 3 20 0 15 0 405101919 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10849012 memory=3128076 CPUtime=8.14 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 25654 13414 0 0 757 49 5 3 20 0 15 0 405101919 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10849012 memory=3128076 CPUtime=8.14 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 18790 13414 0 0 761 45 5 3 20 0 15 0 405101919 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10849012 memory=3128076 CPUtime=2.85 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 26016 13414 0 0 241 36 5 3 20 0 15 0 405101921 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10849012 memory=3208128 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 17 13414 0 0 0 0 5 3 20 0 15 0 405101921 11109388288 782019 33554432000 4194304 4196468 140720630404464 139970836685664 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10849012 memory=3132180 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 9 13414 0 0 0 0 5 3 20 0 15 0 405101922 11109388288 782019 33554432000 4194304 4196468 140720630404464 139970702468224 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10849012 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 782019 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10849012 memory=304556123141439514 CPUtime=6.79 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) S 6623 6626 5271 0 -1 1077944384 27301 13414 0 0 665 6 5 3 20 0 15 0 405101924 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971397167728 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10849012 memory=288230621803970871 CPUtime=6.95 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 28640 13414 0 0 682 5 5 3 20 0 15 0 405101924 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10849012 memory=5920 CPUtime=3.95 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) S 6623 6626 5271 0 -1 1077944384 22653 13414 0 0 381 6 5 3 20 0 15 0 405101924 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971395062640 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10849012 memory=784 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 782019 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10849012 memory=3128076 CPUtime=1.52 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1294 13414 0 0 71 73 5 3 20 0 15 0 405101925 11109388288 782019 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 2484.24 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 3128076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.5 s]
/proc/loadavg: 1.41 1.42 1.47 3/228 7152
/proc/meminfo: memFree=26938680/32770624 swapFree=66934208/67108860
[pid=6626] ppid=6623 vsize=10849012 memory=3108424 CPUtime=2520.05 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 736353 13414 0 0 251600 397 5 3 20 0 15 0 405101909 11109388288 777106 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2712253 777106 3632 1 0 2674317 0
[pid=6626/tid=6679] ppid=6623 vsize=10849012 memory=3108580 CPUtime=2465.42 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 540613 13414 0 0 246424 110 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971910527136 139971525677100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10849012 memory=3110120 CPUtime=8.16 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 18107 13414 0 0 762 46 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10849012 memory=3186948 CPUtime=8.11 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 21358 13414 0 0 756 47 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10849012 memory=3121408 CPUtime=8.16 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 25664 13414 0 0 759 49 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10849012 memory=3113712 CPUtime=8.16 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 18819 13414 0 0 763 45 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10849012 memory=0 CPUtime=2.87 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 26212 13414 0 0 242 37 5 3 20 0 15 0 405101921 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10849012 memory=3113712 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 17 13414 0 0 0 0 5 3 20 0 15 0 405101921 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970836685664 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10849012 memory=3108580 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 9 13414 0 0 0 0 5 3 20 0 15 0 405101922 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970702468224 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10849012 memory=3108424 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10849012 memory=0 CPUtime=7.03 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) S 6623 6626 5271 0 -1 1077944384 27415 13414 0 0 689 6 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971397167728 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10849012 memory=3113712 CPUtime=7.23 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 29129 13414 0 0 710 5 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10849012 memory=0 CPUtime=3.97 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) S 6623 6626 5271 0 -1 1077944384 25491 13414 0 0 383 6 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971395062640 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10849012 memory=3108424 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10849012 memory=3624 CPUtime=1.54 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1308 13414 0 0 72 74 5 3 20 0 15 0 405101925 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 3108424 KiB

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

[startup+2477.54 s]
# the end of solver process 6626 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.08 s, system=4.02804 s

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

[startup+2477.5 s]
/proc/loadavg: 1.41 1.42 1.47 3/228 7152
/proc/meminfo: memFree=26938680/32770624 swapFree=66934208/67108860
[pid=6626] ppid=6623 vsize=10849012 memory=3108424 CPUtime=2520.05 cores=0,2,4,6
/proc/6626/stat : 6626 (java) S 6623 6626 5271 0 -1 1077944320 736353 13414 0 0 251600 397 5 3 20 0 15 0 405101909 11109388288 777106 33554432000 4194304 4196468 140720630404464 140720630387008 139971938692855 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
/proc/6626/statm: 2712253 777106 3632 1 0 2674317 0
[pid=6626/tid=6679] ppid=6623 vsize=10849012 memory=3108580 CPUtime=2465.42 cores=0,2,4,6
/proc/6626/task/6679/stat : 6679 (java) R 6623 6626 5271 0 -1 4202560 540613 13414 0 0 246424 110 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971910527136 139971525677100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6680] ppid=6623 vsize=10849012 memory=3110120 CPUtime=8.16 cores=0,2,4,6
/proc/6626/task/6680/stat : 6680 (java) S 6623 6626 5271 0 -1 1077944384 18107 13414 0 0 762 46 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971942935440 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6681] ppid=6623 vsize=10849012 memory=3186948 CPUtime=8.11 cores=0,2,4,6
/proc/6626/task/6681/stat : 6681 (java) S 6623 6626 5271 0 -1 1077944384 21358 13414 0 0 756 47 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971847138064 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6682] ppid=6623 vsize=10849012 memory=3121408 CPUtime=8.16 cores=0,2,4,6
/proc/6626/task/6682/stat : 6682 (java) S 6623 6626 5271 0 -1 1077944384 25664 13414 0 0 759 49 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971846085776 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6683] ppid=6623 vsize=10849012 memory=3113712 CPUtime=8.16 cores=0,2,4,6
/proc/6626/task/6683/stat : 6683 (java) S 6623 6626 5271 0 -1 1077944384 18819 13414 0 0 763 45 5 3 20 0 15 0 405101919 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971845032976 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6684] ppid=6623 vsize=10849012 memory=0 CPUtime=2.87 cores=0,2,4,6
/proc/6626/task/6684/stat : 6684 (java) S 6623 6626 5271 0 -1 1077944384 26212 13414 0 0 242 37 5 3 20 0 15 0 405101921 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971398219888 139971938704002 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6685] ppid=6623 vsize=10849012 memory=3113712 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6685/stat : 6685 (java) S 6623 6626 5271 0 -1 1077944384 17 13414 0 0 0 0 5 3 20 0 15 0 405101921 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970836685664 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6686] ppid=6623 vsize=10849012 memory=3108580 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6686/stat : 6686 (java) S 6623 6626 5271 0 -1 1077944384 9 13414 0 0 0 0 5 3 20 0 15 0 405101922 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970702468224 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6687] ppid=6623 vsize=10849012 memory=3108424 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6687/stat : 6687 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970462177360 139971938711451 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6688] ppid=6623 vsize=10849012 memory=0 CPUtime=7.03 cores=0,2,4,6
/proc/6626/task/6688/stat : 6688 (java) S 6623 6626 5271 0 -1 1077944384 27415 13414 0 0 689 6 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971397167728 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6689] ppid=6623 vsize=10849012 memory=3113712 CPUtime=7.23 cores=0,2,4,6
/proc/6626/task/6689/stat : 6689 (java) S 6623 6626 5271 0 -1 1077944384 29129 13414 0 0 710 5 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971396114928 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6690] ppid=6623 vsize=10849012 memory=0 CPUtime=3.97 cores=0,2,4,6
/proc/6626/task/6690/stat : 6690 (java) S 6623 6626 5271 0 -1 1077944384 25491 13414 0 0 383 6 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971395062640 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6691] ppid=6623 vsize=10849012 memory=3108424 CPUtime=0.08 cores=0,2,4,6
/proc/6626/task/6691/stat : 6691 (java) S 6623 6626 5271 0 -1 1077944384 3 13414 0 0 0 0 5 3 20 0 15 0 405101924 11109388288 777106 33554432000 4194304 4196468 140720630404464 139970428619744 139971938703061 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
[pid=6626/tid=6692] ppid=6623 vsize=10849012 memory=3624 CPUtime=1.54 cores=0,2,4,6
/proc/6626/task/6692/stat : 6692 (java) S 6623 6626 5271 0 -1 1077944384 1308 13414 0 0 72 74 5 3 20 0 15 0 405101925 11109388288 777106 33554432000 4194304 4196468 140720630404464 139971394009520 139971938704002 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20758528 140720630409974 140720630412485 140720630412485 140720630415311 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 3108424 KiB

Child status: 143
Real time (s): 2477.54
CPU time (s): 2520.11
CPU user time (s): 2516.08
CPU system time (s): 4.02804
CPU usage (%): 101.718
Max. virtual memory (cumulated for all children) (KiB): 10849012
Max. memory (cumulated for all children) (KiB): 3209128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.08
system time used= 4.02804
maximum resident set size= 3209128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 750029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123332
involuntary context switches= 7766


# summary of solver processes directly reported to runsolver:
#   pid: 6626
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.08
#   total CPU system time (s): 4.02804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6585 second user time and 23.9628 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 12:39:00
IDJOB=4387027
IDBENCH=120900
IDSOLVER=2823
FILE ID=node105/4387027-1568288434
RUNJOBID= node105-1568282271-6097
PBS_JOBID= 21701089
Free space on /tmp= 50948 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-050-05-mul.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387027-1568288434/watcher-4387027-1568288434 -o /tmp/evaluation-result-4387027-1568288434/solver-4387027-1568288434 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=162773503 HOME/instance-4387027-1568288434.xml

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

MD5SUM BENCH= 0dc4c2f273d2e82d82a6e1c594dd299c
RANDOM SEED=162773503

node105.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.00
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.00
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.00
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.00
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:        31715376 kB
MemAvailable:   31852972 kB
Buffers:           88152 kB
Cached:           336292 kB
SwapCached:        69188 kB
Active:           237672 kB
Inactive:         263308 kB
Active(anon):      19032 kB
Inactive(anon):    88436 kB
Active(file):     218640 kB
Inactive(file):   174872 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934148 kB
Dirty:             41556 kB
Writeback:             0 kB
AnonPages:        114264 kB
Mapped:            33032 kB
Shmem:             22316 kB
Slab:             147824 kB
SReclaimable:     119836 kB
SUnreclaim:        27988 kB
KernelStack:        3472 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502600 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 50908 MiB
End job on node105 at 2019-09-12 13:20:18