Trace number 4400791

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.14 2474.33

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07-3_X2.xml
MD5SUM72c85c51a44e0e8527757e040a083bca
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 benchmark165.887
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400791-1568687037/watcher-4400791-1568687037 -o /tmp/evaluation-result-4400791-1568687037/solver-4400791-1568687037 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15922 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400791-1568687037.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=20476, runsolver pid=20473

[startup+0.100658 s]*
/proc/loadavg: 1.45 1.45 1.44 3/219 20530
/proc/meminfo: memFree=30567288/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 4420 13504 0 0 1 0 5 3 20 0 6 0 444952339 10212057088 4203 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2493178 4203 1935 1 0 2481616 0
[pid=20476/tid=20529] ppid=20473 vsize=9972712 memory=4279135703946462605 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 2220 13504 0 0 1 0 5 3 20 0 6 0 444952348 10212057088 4203 33554432000 4194304 4196468 140723247947520 140426171662928 140426183906654 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 6 0 444952349 10212057088 4203 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=9972712 memory=140556923704960 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 6 0 444952349 10212057088 4203 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 6 0 444952349 10212057088 4203 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 6 0 444952349 10212057088 4203 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210359 s]*
/proc/loadavg: 1.45 1.45 1.44 4/231 20542
/proc/meminfo: memFree=30547360/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=10819856 memory=41500 CPUtime=0.26 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 7235 13504 0 0 17 1 5 3 20 0 15 0 444952339 11079532544 10375 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2704964 10375 3151 1 0 2667149 0
[pid=20476/tid=20529] ppid=20473 vsize=10819856 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 3779 13504 0 0 11 0 5 3 20 0 15 0 444952348 11079532544 10375 33554432000 4194304 4196468 140723247947520 140426171649328 140426184902003 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10819856 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079532544 10375 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10819856 memory=140556923704960 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079532544 10375 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10819856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079532544 10375 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10819856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079532544 10375 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10819856 memory=140556923704960 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952350 11079532544 10375 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10819856 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 13 13504 0 0 0 0 5 3 20 0 15 0 444952351 11079532544 10375 33554432000 4194304 4196468 140723247947520 140425566348832 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952351 11079700480 10441 33554432000 4194304 4196468 140723247947520 140424962368880 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11079700480 10441 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 592 13504 0 0 1 0 5 3 20 0 15 0 444952353 11079700480 10441 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 57 13504 0 0 0 0 5 3 20 0 15 0 444952353 11079700480 10441 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10820020 memory=140556923704960 CPUtime=0.11 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) S 20473 20476 15891 0 -1 1077944384 602 13504 0 0 3 0 5 3 20 0 15 0 444952354 11079700480 10441 33554432000 4194304 4196468 140723247947520 140425655367792 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11079700480 10441 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10820020 memory=140556923704960 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952354 11079700480 10441 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819856 KiB
Current children cumulated memory: 41500 KiB

[startup+0.310739 s]*
/proc/loadavg: 1.45 1.45 1.44 3/231 20542
/proc/meminfo: memFree=30534544/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=10820196 memory=50580 CPUtime=0.4 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 10853 13504 0 0 29 3 5 3 20 0 15 0 444952339 11079880704 12645 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2705049 12645 3312 1 0 2667149 0
[pid=20476/tid=20529] ppid=20473 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 7353 13504 0 0 19 2 5 3 20 0 15 0 444952348 11079880704 12645 33554432000 4194304 4196468 140723247947520 140426171622496 140426183906654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079880704 12645 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10820196 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079880704 12645 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079880704 12645 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952349 11079880704 12645 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952350 11079880704 12645 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 13 13504 0 0 0 0 5 3 20 0 15 0 444952351 11079880704 12645 33554432000 4194304 4196468 140723247947520 140425566348832 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952351 11079880704 12645 33554432000 4194304 4196468 140723247947520 140424962368880 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11079880704 12645 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 592 13504 0 0 2 0 5 3 20 0 15 0 444952353 11079880704 12645 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 67 13504 0 0 1 0 5 3 20 0 15 0 444952353 11079880704 12645 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) S 20473 20476 15891 0 -1 1077944384 609 13504 0 0 5 0 5 3 20 0 15 0 444952354 11079880704 12645 33554432000 4194304 4196468 140723247947520 140425655367792 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11079880704 12645 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952354 11079880704 12645 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50580 KiB

[startup+0.700778 s]
/proc/loadavg: 1.45 1.45 1.44 3/231 20542
/proc/meminfo: memFree=30520152/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=10824364 memory=83328 CPUtime=1.12 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 15036 13504 0 0 99 5 5 3 20 0 15 0 444952339 11084148736 20832 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2706091 20832 3507 1 0 2668173 0
[pid=20476/tid=20529] ppid=20473 vsize=10824364 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 10488 13504 0 0 55 3 5 3 20 0 15 0 444952348 11084148736 20832 33554432000 4194304 4196468 140723247947520 140426171655712 140426199848093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10824364 memory=827 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952349 11084148736 20832 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952349 11084148736 20832 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 2 13504 0 0 0 0 5 3 20 0 15 0 444952349 11084148736 20832 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952349 11084148736 20832 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 5 13504 0 0 0 0 5 3 20 0 15 0 444952350 11084148736 20832 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 13 13504 0 0 0 0 5 3 20 0 15 0 444952351 11084148736 20832 33554432000 4194304 4196468 140723247947520 140425566348832 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952351 11084148736 20832 33554432000 4194304 4196468 140723247947520 140424962368880 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10824364 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11084148736 20832 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10824364 memory=13252 CPUtime=0.22 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 1011 13504 0 0 14 0 5 3 20 0 15 0 444952353 11084148736 20832 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10824364 memory=15460 CPUtime=0.19 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 460 13504 0 0 11 0 5 3 20 0 15 0 444952353 11084148736 20832 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10824364 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) S 20473 20476 15891 0 -1 1077944384 841 13504 0 0 17 0 5 3 20 0 15 0 444952354 11084148736 20832 33554432000 4194304 4196468 140723247947520 140425655367792 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11084148736 20832 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10824364 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952354 11084148736 20832 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83328 KiB

[startup+1.50078 s]
/proc/loadavg: 1.45 1.45 1.44 3/231 20542
/proc/meminfo: memFree=30482060/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=10834680 memory=177952 CPUtime=2.67 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 21816 13504 0 0 249 10 5 3 20 0 15 0 444952339 11094712320 44488 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2708670 44488 3591 1 0 2670733 0
[pid=20476/tid=20529] ppid=20473 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 15023 13504 0 0 130 5 5 3 20 0 15 0 444952348 11094712320 44488 33554432000 4194304 4196468 140723247947520 140426171658048 140426185194304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 316 13504 0 0 1 0 5 3 20 0 15 0 444952349 11094712320 44488 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 34 13504 0 0 1 0 5 3 20 0 15 0 444952349 11094712320 44488 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 73 13504 0 0 1 0 5 3 20 0 15 0 444952349 11094712320 44488 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 76 13504 0 0 1 0 5 3 20 0 15 0 444952349 11094712320 44488 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 117 13504 0 0 1 0 5 3 20 0 15 0 444952350 11094712320 44488 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10834680 memory=281113528445184 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 14 13504 0 0 0 0 5 3 20 0 15 0 444952351 11094712320 44488 33554432000 4194304 4196468 140723247947520 140425566348896 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952351 11094712320 44488 33554432000 4194304 4196468 140723247947520 140424962368896 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10834680 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11094712320 44488 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10834680 memory=10600 CPUtime=0.44 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 1488 13504 0 0 36 0 5 3 20 0 15 0 444952353 11094712320 44488 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10834680 memory=1740 CPUtime=0.39 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 942 13504 0 0 31 0 5 3 20 0 15 0 444952353 11094712320 44488 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10834680 memory=5992 CPUtime=0.53 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) R 20473 20476 15891 0 -1 4202560 1520 13504 0 0 44 1 5 3 20 0 15 0 444952354 11094712320 44488 33554432000 4194304 4196468 140723247947520 140425655367792 140426199847514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10834680 memory=636 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11094712320 44488 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10834680 memory=2884 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1 13504 0 0 0 0 5 3 20 0 15 0 444952354 11094712320 44488 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 10834680 KiB

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

/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 75180 13504 0 0 235403 59 5 3 20 0 15 0 444952348 11107315712 342129 33554432000 4194304 4196468 140723247947520 140426171661648 140425797975909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10846988 memory=1368512 CPUtime=13.18 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 24211 13504 0 0 1250 60 5 3 20 0 15 0 444952349 11107315712 342129 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10846988 memory=1364324 CPUtime=13.11 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 21771 13504 0 0 1245 58 5 3 20 0 15 0 444952349 11107315712 342129 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10846988 memory=1368500 CPUtime=13.12 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 19429 13504 0 0 1245 59 5 3 20 0 15 0 444952349 11107315712 342129 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10846988 memory=1368500 CPUtime=13.13 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 21263 13504 0 0 1242 63 5 3 20 0 15 0 444952349 11107315712 342129 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10846988 memory=1368512 CPUtime=11.16 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 19271 13504 0 0 1048 60 5 3 20 0 15 0 444952350 11107315712 342129 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10846988 memory=1368512 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 16 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342129 33554432000 4194304 4196468 140723247947520 140425566348960 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 11 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342129 33554432000 4194304 4196468 140723247947520 140424962368896 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10846988 memory=1368500 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11107315712 342129 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10846988 memory=1368512 CPUtime=2.65 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 9595 13504 0 0 255 2 5 3 20 0 15 0 444952353 11107315712 342129 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10846988 memory=6791534058613427641 CPUtime=2.93 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 16749 13504 0 0 281 4 5 3 20 0 15 0 444952353 11107315712 342129 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10846988 memory=3616 CPUtime=1.65 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) S 20473 20476 15891 0 -1 1077944384 10415 13504 0 0 153 4 5 3 20 0 15 0 444952354 11107315712 342129 33554432000 4194304 4196468 140723247947520 140425655367792 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10846988 memory=47520 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11107315712 342129 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10846988 memory=1368512 CPUtime=1.52 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1173 13504 0 0 70 74 5 3 20 0 15 0 444952354 11107315712 342129 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 2426.54 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1368516 KiB

[startup+2442.3 s]
/proc/loadavg: 1.15 1.37 1.39 3/229 20919
/proc/meminfo: memFree=29495512/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=10846988 memory=1368520 CPUtime=2487.57 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 222908 13504 0 0 248363 386 5 3 20 0 15 0 444952339 11107315712 342130 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2711747 342130 3623 1 0 2673805 0
[pid=20476/tid=20529] ppid=20473 vsize=10846988 memory=1368520 CPUtime=2413.99 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 76083 13504 0 0 241331 60 5 3 20 0 15 0 444952348 11107315712 342130 33554432000 4194304 4196468 140723247947520 140426171661792 140425797974864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10846988 memory=1368520 CPUtime=13.54 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 24270 13504 0 0 1285 61 5 3 20 0 15 0 444952349 11107315712 342130 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10846988 memory=1368520 CPUtime=13.47 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 21917 13504 0 0 1279 60 5 3 20 0 15 0 444952349 11107315712 342130 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10846988 memory=1368520 CPUtime=13.47 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 19593 13504 0 0 1278 61 5 3 20 0 15 0 444952349 11107315712 342130 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10846988 memory=1368520 CPUtime=13.48 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 21389 13504 0 0 1276 64 5 3 20 0 15 0 444952349 11107315712 342130 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10846988 memory=1368520 CPUtime=11.46 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 19463 13504 0 0 1076 62 5 3 20 0 15 0 444952350 11107315712 342130 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10846988 memory=1368520 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 16 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342130 33554432000 4194304 4196468 140723247947520 140425566348960 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10846988 memory=1368520 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 11 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342130 33554432000 4194304 4196468 140723247947520 140424962368896 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10846988 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11107315712 342130 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10846988 memory=1368520 CPUtime=2.65 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 9597 13504 0 0 255 2 5 3 20 0 15 0 444952353 11107315712 342130 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10846988 memory=7588684550706915689 CPUtime=2.93 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 16751 13504 0 0 281 4 5 3 20 0 15 0 444952353 11107315712 342130 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10846988 memory=10600 CPUtime=1.65 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) S 20473 20476 15891 0 -1 1077944384 10417 13504 0 0 153 4 5 3 20 0 15 0 444952354 11107315712 342130 33554432000 4194304 4196468 140723247947520 140425655367792 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10846988 memory=1740 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11107315712 342130 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10846988 memory=6791534058613427641 CPUtime=1.55 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1190 13504 0 0 71 76 5 3 20 0 15 0 444952354 11107315712 342130 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 2487.57 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1368520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2474.3 s]
/proc/loadavg: 1.31 1.38 1.39 3/229 20923
/proc/meminfo: memFree=29492520/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=10846988 memory=1370600 CPUtime=2520.1 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 224127 13504 0 0 251612 390 5 3 20 0 15 0 444952339 11107315712 342650 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2711747 342650 3623 1 0 2673805 0
[pid=20476/tid=20529] ppid=20473 vsize=10846988 memory=1370592 CPUtime=2445.59 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 76628 13504 0 0 244491 60 5 3 20 0 15 0 444952348 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426171661888 140425796789227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10846988 memory=1370592 CPUtime=13.73 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 24425 13504 0 0 1303 62 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10846988 memory=1368544 CPUtime=13.65 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 21985 13504 0 0 1297 60 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10846988 memory=56 CPUtime=13.65 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 19676 13504 0 0 1295 62 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10846988 memory=1368544 CPUtime=13.67 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 21548 13504 0 0 1294 65 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10846988 memory=1368544 CPUtime=11.62 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 19650 13504 0 0 1091 63 5 3 20 0 15 0 444952350 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10846988 memory=1370592 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 16 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425566348960 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10846988 memory=1370600 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 11 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342650 33554432000 4194304 4196468 140723247947520 140424962368896 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10846988 memory=1370600 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11107315712 342650 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10846988 memory=1368544 CPUtime=2.65 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 9599 13504 0 0 255 2 5 3 20 0 15 0 444952353 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10846988 memory=285 CPUtime=2.93 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 16753 13504 0 0 281 4 5 3 20 0 15 0 444952353 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10846988 memory=1370600 CPUtime=1.65 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) S 20473 20476 15891 0 -1 1077944384 10419 13504 0 0 153 4 5 3 20 0 15 0 444952354 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425655367792 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11107315712 342650 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10846988 memory=1370600 CPUtime=1.58 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1206 13504 0 0 73 77 5 3 20 0 15 0 444952354 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1370600 KiB

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

[startup+2474.33 s]
# the end of solver process 20476 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.19 s, system=3.95123 s

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

[startup+2474.3 s]
/proc/loadavg: 1.31 1.38 1.39 3/229 20923
/proc/meminfo: memFree=29492520/32770624 swapFree=67002420/67108860
[pid=20476] ppid=20473 vsize=10846988 memory=1370600 CPUtime=2520.1 cores=0,2,4,6
/proc/20476/stat : 20476 (java) S 20473 20476 15891 0 -1 1077944320 224127 13504 0 0 251612 390 5 3 20 0 15 0 444952339 11107315712 342650 33554432000 4194304 4196468 140723247947520 140723247930064 140426199826167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
/proc/20476/statm: 2711747 342650 3623 1 0 2673805 0
[pid=20476/tid=20529] ppid=20473 vsize=10846988 memory=1370592 CPUtime=2445.59 cores=0,2,4,6
/proc/20476/task/20529/stat : 20529 (java) R 20473 20476 15891 0 -1 4202560 76628 13504 0 0 244491 60 5 3 20 0 15 0 444952348 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426171661888 140425796789227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20530] ppid=20473 vsize=10846988 memory=1370592 CPUtime=13.73 cores=0,2,4,6
/proc/20476/task/20530/stat : 20530 (java) S 20473 20476 15891 0 -1 1077944384 24425 13504 0 0 1303 62 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426204068496 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20531] ppid=20473 vsize=10846988 memory=1368544 CPUtime=13.65 cores=0,2,4,6
/proc/20476/task/20531/stat : 20531 (java) S 20473 20476 15891 0 -1 1077944384 21985 13504 0 0 1297 60 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426108271120 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20532] ppid=20473 vsize=10846988 memory=56 CPUtime=13.65 cores=0,2,4,6
/proc/20476/task/20532/stat : 20532 (java) S 20473 20476 15891 0 -1 1077944384 19676 13504 0 0 1295 62 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426107218320 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20533] ppid=20473 vsize=10846988 memory=1368544 CPUtime=13.67 cores=0,2,4,6
/proc/20476/task/20533/stat : 20533 (java) S 20473 20476 15891 0 -1 1077944384 21548 13504 0 0 1294 65 5 3 20 0 15 0 444952349 11107315712 342650 33554432000 4194304 4196468 140723247947520 140426106165520 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20534] ppid=20473 vsize=10846988 memory=1368544 CPUtime=11.62 cores=0,2,4,6
/proc/20476/task/20534/stat : 20534 (java) S 20473 20476 15891 0 -1 1077944384 19650 13504 0 0 1091 63 5 3 20 0 15 0 444952350 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425658526576 140426199837314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20535] ppid=20473 vsize=10846988 memory=1370592 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20535/stat : 20535 (java) S 20473 20476 15891 0 -1 1077944384 16 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425566348960 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20536] ppid=20473 vsize=10846988 memory=1370600 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20536/stat : 20536 (java) S 20473 20476 15891 0 -1 1077944384 11 13504 0 0 0 0 5 3 20 0 15 0 444952351 11107315712 342650 33554432000 4194304 4196468 140723247947520 140424962368896 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20537] ppid=20473 vsize=10846988 memory=1370600 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20537/stat : 20537 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952353 11107315712 342650 33554432000 4194304 4196468 140723247947520 140424722078032 140426199844763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20538] ppid=20473 vsize=10846988 memory=1368544 CPUtime=2.65 cores=0,2,4,6
/proc/20476/task/20538/stat : 20538 (java) S 20473 20476 15891 0 -1 1077944384 9599 13504 0 0 255 2 5 3 20 0 15 0 444952353 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425657473392 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20539] ppid=20473 vsize=10846988 memory=285 CPUtime=2.93 cores=0,2,4,6
/proc/20476/task/20539/stat : 20539 (java) S 20473 20476 15891 0 -1 1077944384 16753 13504 0 0 281 4 5 3 20 0 15 0 444952353 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425656420592 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20540] ppid=20473 vsize=10846988 memory=1370600 CPUtime=1.65 cores=0,2,4,6
/proc/20476/task/20540/stat : 20540 (java) S 20473 20476 15891 0 -1 1077944384 10419 13504 0 0 153 4 5 3 20 0 15 0 444952354 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425655367792 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20541] ppid=20473 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20476/task/20541/stat : 20541 (java) S 20473 20476 15891 0 -1 1077944384 3 13504 0 0 0 0 5 3 20 0 15 0 444952354 11107315712 342650 33554432000 4194304 4196468 140723247947520 140424688519392 140426199836373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
[pid=20476/tid=20542] ppid=20473 vsize=10846988 memory=1370600 CPUtime=1.58 cores=0,2,4,6
/proc/20476/task/20542/stat : 20542 (java) S 20473 20476 15891 0 -1 1077944384 1206 13504 0 0 73 77 5 3 20 0 15 0 444952354 11107315712 342650 33554432000 4194304 4196468 140723247947520 140425654316208 140426199837314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15212544 140723247950576 140723247953093 140723247953093 140723247955919 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1370600 KiB

Child status: 143
Real time (s): 2474.33
CPU time (s): 2520.14
CPU user time (s): 2516.19
CPU system time (s): 3.95123
CPU usage (%): 101.852
Max. virtual memory (cumulated for all children) (KiB): 10849808
Max. memory (cumulated for all children) (KiB): 1370600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.19
system time used= 3.95123
maximum resident set size= 1374800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 307853
involuntary context switches= 7062


# summary of solver processes directly reported to runsolver:
#   pid: 20476
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2516.19
#   total CPU system time (s): 3.95123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4279 second user time and 22.9902 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-17 04:23:13
IDJOB=4400791
IDBENCH=134589
IDSOLVER=2857
FILE ID=node136/4400791-1568687037
RUNJOBID= node136-1568673287-15922
PBS_JOBID= 21703781
Free space on /tmp= 61112 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07-3_X2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400791-1568687037/watcher-4400791-1568687037 -o /tmp/evaluation-result-4400791-1568687037/solver-4400791-1568687037 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568673287-15922 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4400791-1568687037.xml

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

MD5SUM BENCH= 72c85c51a44e0e8527757e040a083bca
RANDOM SEED=535221524

node136.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.54
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.54
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.54
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30573416 kB
MemAvailable:   30811420 kB
Buffers:           54040 kB
Cached:           486008 kB
SwapCached:         3544 kB
Active:          1349248 kB
Inactive:         284828 kB
Active(anon):    1093908 kB
Inactive(anon):    49424 kB
Active(file):     255340 kB
Inactive(file):   235404 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       67002420 kB
Dirty:             35284 kB
Writeback:             0 kB
AnonPages:       1210852 kB
Mapped:            61820 kB
Shmem:             40352 kB
Slab:             155332 kB
SReclaimable:     126188 kB
SUnreclaim:        29144 kB
KernelStack:        4048 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2385720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1056768 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= 61076 MiB
End job on node136 at 2019-09-17 05:04:27