Trace number 4395972

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.07 2476.04

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-pigeon/
Pb-pigeon-clau-015-010.xml
MD5SUMb45d1707d0c27f8ab51c2199585eb6c5
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 benchmark92.8113
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints1065
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree15
Maximum variable degree15
Distribution of variable degrees[{"degree":15,"count":150}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":1050},{"arity":10,"count":15}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1065}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
2520.02/2476.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2476.02		at concrete.MAC.mac(MAC.scala:192)
2520.02/2476.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2476.02		at scala.util.Try$.apply(Try.scala:212)
2520.02/2476.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2476.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2476.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2476.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2476.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2476.02		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.02/2476.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2476.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2476.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2476.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2476.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2476.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2476.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2476.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2476.02		at scala.util.Success.map(Try.scala:264)
2520.02/2476.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2476.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2476.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2476.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2476.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2476.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2476.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2476.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2476.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2476.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2476.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2476.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2476.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2476.02		at scala.App.main(App.scala:75)
2520.02/2476.02		at scala.App.main$(App.scala:73)
2520.02/2476.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2476.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2476.02	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 (13601 MiB free)
  memory of node 1: 16384 MiB (14163 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395972-1568408366/watcher-4395972-1568408366 -o /tmp/evaluation-result-4395972-1568408366/solver-4395972-1568408366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17217 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=257429262 HOME/instance-4395972-1568408366.xml 

running on 4 cores: 1,3,5,7

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

solver pid=18810, runsolver pid=18807

[startup+0.100104 s]*
/proc/loadavg: 1.21 1.35 1.39 3/218 18867
/proc/meminfo: memFree=28423016/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=9972712 memory=18860 CPUtime=0.09 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 4473 13052 0 0 1 1 5 2 20 0 6 0 417105436 10212057088 4715 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2493178 4715 1935 1 0 2481616 0
[pid=18810/tid=18863] ppid=18807 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 2279 13052 0 0 1 0 5 2 20 0 6 0 417105445 10212057088 4780 33554432000 4194304 4196468 140736987006048 140056560071248 140056566251733 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 6 0 417105446 10212057088 4780 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=9972712 memory=288370575259502208 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 6 0 417105446 10212057088 4780 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 6 0 417105446 10212057088 4780 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 6 0 417105446 10212057088 4780 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210507 s]*
/proc/loadavg: 1.21 1.35 1.39 3/227 18876
/proc/meminfo: memFree=28403440/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=10819664 memory=40844 CPUtime=0.26 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 7062 13052 0 0 17 2 5 2 20 0 15 0 417105436 11079335936 10211 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2704916 10211 3170 1 0 2667149 0
[pid=18810/tid=18863] ppid=18807 vsize=10819664 memory=751940894209540401 CPUtime=0.18 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 3520 13052 0 0 11 0 5 2 20 0 15 0 417105445 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056560051600 140056588246422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10819664 memory=288370575259502208 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105448 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 33 13052 0 0 0 0 5 2 20 0 15 0 417105448 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056046162720 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105448 11079335936 10211 33554432000 4194304 4196468 140736987006048 140055930725488 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11079335936 10211 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) S 18807 18810 17185 0 -1 1077944384 345 13052 0 0 1 0 5 2 20 0 15 0 417105451 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056012606064 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 305 13052 0 0 1 0 5 2 20 0 15 0 417105451 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10819664 memory=140199107790464 CPUtime=0.1 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) R 18807 18810 17185 0 -1 4202560 640 13052 0 0 3 0 5 2 20 0 15 0 417105451 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056010500976 140056588255834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11079335936 10211 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10819664 memory=140199107790464 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105451 11079335936 10211 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40844 KiB

[startup+0.310231 s]*
/proc/loadavg: 1.21 1.35 1.39 3/227 18876
/proc/meminfo: memFree=28391516/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=10820148 memory=52228 CPUtime=0.4 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 10776 13052 0 0 29 4 5 2 20 0 15 0 417105436 11079831552 13057 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2705037 13057 3306 1 0 2667149 0
[pid=18810/tid=18863] ppid=18807 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 7201 13052 0 0 19 2 5 2 20 0 15 0 417105445 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056560034400 140056574394900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105446 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10820148 memory=140199107790463 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105448 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 33 13052 0 0 0 0 5 2 20 0 15 0 417105448 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056046162720 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105448 11079831552 13057 33554432000 4194304 4196468 140736987006048 140055930725488 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11079831552 13057 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) S 18807 18810 17185 0 -1 1077944384 355 13052 0 0 2 0 5 2 20 0 15 0 417105451 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056012606064 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 305 13052 0 0 1 0 5 2 20 0 15 0 417105451 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10820148 memory=140199107790464 CPUtime=0.12 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) S 18807 18810 17185 0 -1 1077944384 662 13052 0 0 5 0 5 2 20 0 15 0 417105451 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056010500976 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11079831552 13057 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10820148 memory=140199107790464 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105451 11079831552 13057 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52228 KiB

[startup+0.704484 s]
/proc/loadavg: 1.21 1.35 1.39 3/227 18876
/proc/meminfo: memFree=28375464/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=10824360 memory=85776 CPUtime=1.14 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 15198 13052 0 0 101 6 5 2 20 0 15 0 417105436 11084144640 21444 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2706090 21444 3509 1 0 2668173 0
[pid=18810/tid=18863] ppid=18807 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 10376 13052 0 0 55 4 5 2 20 0 15 0 417105445 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056560061648 140056588246422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10824360 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105446 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10824360 memory=4160 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105446 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105446 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10824360 memory=140199107789297 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105446 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 5 13052 0 0 0 0 5 2 20 0 15 0 417105448 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 33 13052 0 0 0 0 5 2 20 0 15 0 417105448 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056046162720 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105448 11084144640 21444 33554432000 4194304 4196468 140736987006048 140055930725488 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11084144640 21444 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) R 18807 18810 17185 0 -1 4202560 894 13052 0 0 15 0 5 2 20 0 15 0 417105451 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056012592608 140056567928076 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 757 13052 0 0 12 0 5 2 20 0 15 0 417105451 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) R 18807 18810 17185 0 -1 4202560 915 13052 0 0 16 0 5 2 20 0 15 0 417105451 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056010500976 140056566720432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11084144640 21444 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10824360 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105451 11084144640 21444 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85776 KiB

[startup+1.50075 s]
/proc/loadavg: 1.21 1.35 1.39 4/227 18876
/proc/meminfo: memFree=28337984/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=10834676 memory=177560 CPUtime=2.57 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 21994 13052 0 0 239 11 5 2 20 0 15 0 417105436 11094708224 44390 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2708669 44390 3581 1 0 2670733 0
[pid=18810/tid=18863] ppid=18807 vsize=10834676 memory=56 CPUtime=1.42 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 15113 13052 0 0 129 6 5 2 20 0 15 0 417105445 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056560059488 140056572314974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 310 13052 0 0 1 0 5 2 20 0 15 0 417105446 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10834676 memory=140199107800545 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 35 13052 0 0 1 0 5 2 20 0 15 0 417105446 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10834676 memory=140199107798337 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 63 13052 0 0 1 0 5 2 20 0 15 0 417105446 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10834676 memory=140199107800225 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 73 13052 0 0 0 0 5 2 20 0 15 0 417105446 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10834676 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 219 13052 0 0 1 0 5 2 20 0 15 0 417105448 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 33 13052 0 0 0 0 5 2 20 0 15 0 417105448 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056046162784 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10834676 memory=7307461379085066321 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105448 11094708224 44390 33554432000 4194304 4196468 140736987006048 140055930725504 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10834676 memory=7307484404474470737 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11094708224 44390 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10834676 memory=7306633455504287850 CPUtime=0.35 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) S 18807 18810 17185 0 -1 1077944384 1038 13052 0 0 28 0 5 2 20 0 15 0 417105451 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056012606064 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10834676 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 1162 13052 0 0 30 0 5 2 20 0 15 0 417105451 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10834676 memory=4949696295840688515 CPUtime=0.51 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) S 18807 18810 17185 0 -1 1077944384 1737 13052 0 0 43 1 5 2 20 0 15 0 417105451 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056010500976 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10834676 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11094708224 44390 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10834676 memory=-7035114785800479027 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 1 13052 0 0 0 0 5 2 20 0 15 0 417105451 11094708224 44390 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 10834676 KiB

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

/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 56306 13052 0 0 229605 46 5 2 20 0 15 0 417105445 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056560070032 140056164933823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10846984 memory=815060 CPUtime=11.79 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 11048 13052 0 0 1109 63 5 2 20 0 15 0 417105446 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10846984 memory=815060 CPUtime=11.77 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 8355 13052 0 0 1111 59 5 2 20 0 15 0 417105446 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10846984 memory=815060 CPUtime=11.8 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 5497 13052 0 0 1117 56 5 2 20 0 15 0 417105446 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10846984 memory=815060 CPUtime=11.8 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 8953 13052 0 0 1113 60 5 2 20 0 15 0 417105446 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10846984 memory=815060 CPUtime=11.03 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 12201 13052 0 0 1042 54 5 2 20 0 15 0 417105448 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10846984 memory=815060 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 38 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056046162848 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10846984 memory=815060 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203765 33554432000 4194304 4196468 140736987006048 140055930725504 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10846984 memory=815060 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203765 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10846984 memory=815060 CPUtime=3.08 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) S 18807 18810 17185 0 -1 1077944384 17406 13052 0 0 297 4 5 2 20 0 15 0 417105451 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056012606064 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10846984 memory=815060 CPUtime=3.18 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 15462 13052 0 0 309 2 5 2 20 0 15 0 417105451 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10846984 memory=815060 CPUtime=1.91 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) S 18807 18810 17185 0 -1 1077944384 11951 13052 0 0 181 3 5 2 20 0 15 0 417105451 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056010500976 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10846984 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203765 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10846984 memory=40556 CPUtime=1.36 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 780 13052 0 0 56 73 5 2 20 0 15 0 417105451 11107311616 203765 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 2363.79 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 815060 KiB

[startup+2382.3 s]
/proc/loadavg: 1.71 1.60 1.49 3/227 19244
/proc/meminfo: memFree=27779364/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=10846984 memory=815120 CPUtime=2424.76 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 151563 13052 0 0 242110 359 5 2 20 0 15 0 417105436 11107311616 203780 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2711746 203780 3623 1 0 2673805 0
[pid=18810/tid=18863] ppid=18807 vsize=10846984 memory=68 CPUtime=2355.9 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 57049 13052 0 0 235535 48 5 2 20 0 15 0 417105445 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056560070064 140056164931758 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10846984 memory=14012 CPUtime=12.12 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 11108 13052 0 0 1141 64 5 2 20 0 15 0 417105446 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10846984 memory=815120 CPUtime=12.11 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 8383 13052 0 0 1143 61 5 2 20 0 15 0 417105446 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10846984 memory=815096 CPUtime=12.13 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 5606 13052 0 0 1148 58 5 2 20 0 15 0 417105446 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10846984 memory=815120 CPUtime=12.14 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 9149 13052 0 0 1145 62 5 2 20 0 15 0 417105446 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10846984 memory=815120 CPUtime=11.34 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 12394 13052 0 0 1071 56 5 2 20 0 15 0 417105448 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10846984 memory=815120 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 38 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056046162848 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10846984 memory=815120 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203780 33554432000 4194304 4196468 140736987006048 140055930725504 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10846984 memory=815120 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203780 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10846984 memory=184 CPUtime=3.08 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) S 18807 18810 17185 0 -1 1077944384 17408 13052 0 0 297 4 5 2 20 0 15 0 417105451 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056012606064 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10846984 memory=0 CPUtime=3.19 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 15464 13052 0 0 310 2 5 2 20 0 15 0 417105451 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10846984 memory=815120 CPUtime=1.91 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) S 18807 18810 17185 0 -1 1077944384 11953 13052 0 0 181 3 5 2 20 0 15 0 417105451 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056010500976 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10846984 memory=815120 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203780 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10846984 memory=6791534058613427641 CPUtime=1.4 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 798 13052 0 0 58 75 5 2 20 0 15 0 417105451 11107311616 203780 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 2424.76 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 815120 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.56 1.49 3/227 19250
/proc/meminfo: memFree=27775824/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=10846984 memory=815180 CPUtime=2485.75 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 152912 13052 0 0 248202 366 5 2 20 0 15 0 417105436 11107311616 203795 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2711746 203795 3623 1 0 2673805 0
[pid=18810/tid=18863] ppid=18807 vsize=10846984 memory=815180 CPUtime=2415.21 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 57787 13052 0 0 241466 48 5 2 20 0 15 0 417105445 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056560069776 140056164934424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10846984 memory=815180 CPUtime=12.45 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 11229 13052 0 0 1174 64 5 2 20 0 15 0 417105446 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10846984 memory=815180 CPUtime=12.44 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 8415 13052 0 0 1175 62 5 2 20 0 15 0 417105446 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10846984 memory=815156 CPUtime=12.45 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 5756 13052 0 0 1179 59 5 2 20 0 15 0 417105446 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10846984 memory=164 CPUtime=12.47 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 9237 13052 0 0 1177 63 5 2 20 0 15 0 417105446 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10846984 memory=815180 CPUtime=11.65 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 12591 13052 0 0 1100 58 5 2 20 0 15 0 417105448 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10846984 memory=815180 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 38 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056046162848 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10846984 memory=815180 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203795 33554432000 4194304 4196468 140736987006048 140055930725504 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10846984 memory=815180 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203795 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10846984 memory=815180 CPUtime=3.08 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) S 18807 18810 17185 0 -1 1077944384 17410 13052 0 0 297 4 5 2 20 0 15 0 417105451 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056012606064 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10846984 memory=815180 CPUtime=3.19 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 15466 13052 0 0 310 2 5 2 20 0 15 0 417105451 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10846984 memory=815180 CPUtime=1.91 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) S 18807 18810 17185 0 -1 1077944384 11955 13052 0 0 181 3 5 2 20 0 15 0 417105451 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056010500976 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10846984 memory=815180 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203795 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10846984 memory=815180 CPUtime=1.43 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 815 13052 0 0 59 77 5 2 20 0 15 0 417105451 11107311616 203795 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 2485.75 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 815180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476 s]*
/proc/loadavg: 1.52 1.56 1.49 3/228 19260
/proc/meminfo: memFree=27775292/32770624 swapFree=66998528/67108860
[pid=18810] ppid=18807 vsize=10846984 memory=815236 CPUtime=2520.02 cores=1,3,5,7
/proc/18810/stat : 18810 (java) S 18807 18810 17185 0 -1 1077944320 153971 13052 0 0 251623 372 5 2 20 0 15 0 417105436 11107311616 203809 33554432000 4194304 4196468 140736987006048 140736986988592 140056588234487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
/proc/18810/statm: 2711746 203809 3623 1 0 2673805 0
[pid=18810/tid=18863] ppid=18807 vsize=10846984 memory=8317482817917895235 CPUtime=2448.54 cores=1,3,5,7
/proc/18810/task/18863/stat : 18863 (java) R 18807 18810 17185 0 -1 4202560 58304 13052 0 0 244798 49 5 2 20 0 15 0 417105445 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056560069568 140056164994983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18864] ppid=18807 vsize=10846984 memory=780 CPUtime=12.64 cores=1,3,5,7
/proc/18810/task/18864/stat : 18864 (java) S 18807 18810 17185 0 -1 1077944384 11251 13052 0 0 1191 66 5 2 20 0 15 0 417105446 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056592477072 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18865] ppid=18807 vsize=10846984 memory=620 CPUtime=12.62 cores=1,3,5,7
/proc/18810/task/18865/stat : 18865 (java) S 18807 18810 17185 0 -1 1077944384 8545 13052 0 0 1192 63 5 2 20 0 15 0 417105446 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056480750352 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18866] ppid=18807 vsize=10846984 memory=1712 CPUtime=12.64 cores=1,3,5,7
/proc/18810/task/18866/stat : 18866 (java) S 18807 18810 17185 0 -1 1077944384 5915 13052 0 0 1197 60 5 2 20 0 15 0 417105446 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056479698064 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18867] ppid=18807 vsize=10846984 memory=1052 CPUtime=12.65 cores=1,3,5,7
/proc/18810/task/18867/stat : 18867 (java) S 18807 18810 17185 0 -1 1077944384 9259 13052 0 0 1194 64 5 2 20 0 15 0 417105446 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056478645264 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18868] ppid=18807 vsize=10846984 memory=5908 CPUtime=11.82 cores=1,3,5,7
/proc/18810/task/18868/stat : 18868 (java) S 18807 18810 17185 0 -1 1077944384 12786 13052 0 0 1116 59 5 2 20 0 15 0 417105448 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056047216752 140056588245634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18869] ppid=18807 vsize=10846984 memory=14012 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18869/stat : 18869 (java) S 18807 18810 17185 0 -1 1077944384 38 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056046162848 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18870] ppid=18807 vsize=10846984 memory=2116 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18870/stat : 18870 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105448 11107311616 203809 33554432000 4194304 4196468 140736987006048 140055930725504 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18871] ppid=18807 vsize=10846984 memory=22192 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18871/stat : 18871 (java) S 18807 18810 17185 0 -1 1077944384 2 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203809 33554432000 4194304 4196468 140736987006048 140055326746704 140056588253083 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18872] ppid=18807 vsize=10846984 memory=14068 CPUtime=3.08 cores=1,3,5,7
/proc/18810/task/18872/stat : 18872 (java) S 18807 18810 17185 0 -1 1077944384 17413 13052 0 0 297 4 5 2 20 0 15 0 417105451 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056012606064 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18873] ppid=18807 vsize=10846984 memory=524 CPUtime=3.19 cores=1,3,5,7
/proc/18810/task/18873/stat : 18873 (java) S 18807 18810 17185 0 -1 1077944384 15468 13052 0 0 310 2 5 2 20 0 15 0 417105451 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056011553264 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18874] ppid=18807 vsize=10846984 memory=1568 CPUtime=1.91 cores=1,3,5,7
/proc/18810/task/18874/stat : 18874 (java) S 18807 18810 17185 0 -1 1077944384 11957 13052 0 0 181 3 5 2 20 0 15 0 417105451 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056010500976 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18875] ppid=18807 vsize=10846984 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/18810/task/18875/stat : 18875 (java) S 18807 18810 17185 0 -1 1077944384 3 13052 0 0 0 0 5 2 20 0 15 0 417105451 11107311616 203809 33554432000 4194304 4196468 140736987006048 140054856985568 140056588244693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
[pid=18810/tid=18876] ppid=18807 vsize=10846984 memory=3536 CPUtime=1.45 cores=1,3,5,7
/proc/18810/task/18876/stat : 18876 (java) S 18807 18810 17185 0 -1 1077944384 822 13052 0 0 60 78 5 2 20 0 15 0 417105451 11107311616 203809 33554432000 4194304 4196468 140736987006048 140056009447856 140056588245634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21352448 140736987007728 140736987010245 140736987010245 140736987013071 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 815236 KiB

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

[startup+2476.04 s]
# the end of solver process 18810 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.31 s, system=3.75957 s

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

Child status: 143
Real time (s): 2476.04
CPU time (s): 2520.07
CPU user time (s): 2516.31
CPU system time (s): 3.75957
CPU usage (%): 101.778
Max. virtual memory (cumulated for all children) (KiB): 10849604
Max. memory (cumulated for all children) (KiB): 815236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.31
system time used= 3.75957
maximum resident set size= 819372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167977
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307028
involuntary context switches= 10121


# summary of solver processes directly reported to runsolver:
#   pid: 18810
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2516.31
#   total CPU system time (s): 3.75957

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.655 second user time and 24.278 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 22:58:46
IDJOB=4395972
IDBENCH=135540
IDSOLVER=2846
FILE ID=node127/4395972-1568408366
RUNJOBID= node127-1568400895-17217
PBS_JOBID= 21701878
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-pigeon/Pb-pigeon-clau-015-010.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395972-1568408366/watcher-4395972-1568408366 -o /tmp/evaluation-result-4395972-1568408366/solver-4395972-1568408366 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17217 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=257429262 HOME/instance-4395972-1568408366.xml

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

MD5SUM BENCH= b45d1707d0c27f8ab51c2199585eb6c5
RANDOM SEED=257429262

node127.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.55
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.55
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.55
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.55
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:        28431968 kB
MemAvailable:   31373152 kB
Buffers:          172412 kB
Cached:          3033756 kB
SwapCached:         6772 kB
Active:          2380664 kB
Inactive:        1337160 kB
Active(anon):     504784 kB
Inactive(anon):    48320 kB
Active(file):    1875880 kB
Inactive(file):  1288840 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             35408 kB
Writeback:             0 kB
AnonPages:        623668 kB
Mapped:            58144 kB
Shmem:             32700 kB
Slab:             214748 kB
SReclaimable:     184596 kB
SUnreclaim:        30152 kB
KernelStack:        3984 kB
PageTables:         7192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1776900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-13 23:40:02