Trace number 4387086

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.1 2455.84

General information on the benchmark

NameBibd/Bibd-sc-stab1/
Bibd-sc-25-09-03.xml
MD5SUMb322a6ca95a6b4f2599adbb58d93a3a3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark137.506
Satisfiable
(Un)Satisfiability was proved
Number of variables16250
Number of constraints7851
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":8125}]
Minimum variable degree0
Maximum variable degree27
Distribution of variable degrees[{"degree":0,"count":8125},{"degree":2,"count":7500},{"degree":27,"count":625}]
Minimum constraint arity3
Maximum constraint arity625
Distribution of constraint arities[{"arity":3,"count":7500},{"arity":25,"count":350},{"arity":625,"count":1}]
Number of extensional constraints0
Number of intensional constraints7500
Distribution of constraint types[{"type":"intension","count":7500},{"type":"lex","count":1},{"type":"sum","count":350}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387086-1568290134/watcher-4387086-1568290134 -o /tmp/evaluation-result-4387086-1568290134/solver-4387086-1568290134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31917 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=706344140 HOME/instance-4387086-1568290134.xml 

running on 4 cores: 4-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=776, runsolver pid=773

[startup+0.100119 s]*
/proc/loadavg: 1.42 1.48 1.53 2/214 829
/proc/meminfo: memFree=23484236/32770688 swapFree=66960400/67108860
[pid=776] ppid=773 vsize=9972712 memory=13916 CPUtime=0.09 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 3743 12996 0 0 0 1 5 3 20 0 6 0 404955097 10212057088 3479 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2493178 3479 1437 1 0 2481616 0
[pid=776/tid=829] ppid=773 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 2135 12996 0 0 0 0 5 3 20 0 6 0 404955107 10212057088 4073 33554432000 4194304 4196468 140731682065664 139841660863056 139841689048221 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=9972712 memory=365 CPUtime=0.08 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 404955107 10212057088 4073 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=9972712 memory=288370296295609984 CPUtime=0.08 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 404955107 10212057088 4073 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=9972712 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 404955107 10212057088 4073 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=9972712 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 404955107 10212057088 4073 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 13916 KiB

[startup+0.21137 s]*
/proc/loadavg: 1.42 1.48 1.53 3/227 842
/proc/meminfo: memFree=23464016/32770688 swapFree=66960400/67108860
[pid=776] ppid=773 vsize=10818900 memory=36348 CPUtime=0.25 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 6862 12996 0 0 15 2 5 3 20 0 15 0 404955097 11078553600 9087 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2704725 9087 2973 1 0 2667149 0
[pid=776/tid=829] ppid=773 vsize=10818900 memory=7022364594140610616 CPUtime=0.19 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 3405 12996 0 0 10 1 5 3 20 0 15 0 404955107 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841660811176 139841673106782 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10818900 memory=365 CPUtime=0.08 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10818900 memory=288370296295609984 CPUtime=0.08 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10818900 memory=139920143898240 CPUtime=0.08 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955109 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 404955109 11078553600 9599 33554432000 4194304 4196468 140731682065664 139840578380832 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11078553600 9599 33554432000 4194304 4196468 140731682065664 139840444162928 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10818900 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11078553600 9599 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10818900 memory=0 CPUtime=0.09 cores=4-7
/proc/776/task/838/stat : 838 (java) S 773 776 31157 0 -1 1077944384 469 12996 0 0 1 0 5 3 20 0 15 0 404955113 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841146469232 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/839/stat : 839 (java) S 773 776 31157 0 -1 1077944384 148 12996 0 0 0 0 5 3 20 0 15 0 404955113 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841145416432 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10818900 memory=139920143898240 CPUtime=0.11 cores=4-7
/proc/776/task/840/stat : 840 (java) R 773 776 31157 0 -1 4202560 624 12996 0 0 3 0 5 3 20 0 15 0 404955113 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841144363632 139841667709923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10818900 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11078553600 9599 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10818900 memory=139920143898240 CPUtime=0.08 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955113 11078553600 9599 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 36348 KiB

[startup+0.311539 s]*
/proc/loadavg: 1.42 1.48 1.53 3/227 842
/proc/meminfo: memFree=23451240/32770688 swapFree=66960400/67108860
[pid=776] ppid=773 vsize=10819084 memory=47196 CPUtime=0.39 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 10409 12996 0 0 28 3 5 3 20 0 15 0 404955097 11078742016 11799 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2704771 11799 3027 1 0 2667149 0
[pid=776/tid=829] ppid=773 vsize=10819084 memory=6791534058613427641 CPUtime=0.29 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 6993 12996 0 0 19 2 5 3 20 0 15 0 404955107 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841660830384 139841689048221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10819084 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10819084 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955109 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10819084 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 404955109 11078742016 11803 33554432000 4194304 4196468 140731682065664 139840578380832 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11078742016 11803 33554432000 4194304 4196468 140731682065664 139840444162928 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10819084 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11078742016 11803 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10819084 memory=0 CPUtime=0.09 cores=4-7
/proc/776/task/838/stat : 838 (java) S 773 776 31157 0 -1 1077944384 469 12996 0 0 1 0 5 3 20 0 15 0 404955113 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841146469232 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10819084 memory=-1 CPUtime=0.09 cores=4-7
/proc/776/task/839/stat : 839 (java) S 773 776 31157 0 -1 1077944384 149 12996 0 0 1 0 5 3 20 0 15 0 404955113 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841145416432 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10819084 memory=139920143898240 CPUtime=0.13 cores=4-7
/proc/776/task/840/stat : 840 (java) R 773 776 31157 0 -1 4202560 637 12996 0 0 5 0 5 3 20 0 15 0 404955113 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841144363632 139841667944880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10819084 memory=-1 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11078742016 11803 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10819084 memory=139920143898240 CPUtime=0.08 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955113 11078742016 11803 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 47196 KiB

[startup+0.700828 s]
/proc/loadavg: 1.42 1.48 1.53 3/227 842
/proc/meminfo: memFree=23440768/32770688 swapFree=66960400/67108860
[pid=776] ppid=773 vsize=10822292 memory=76856 CPUtime=1.11 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 14352 12996 0 0 98 5 5 3 20 0 15 0 404955097 11082027008 19214 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2705573 19214 3489 1 0 2667661 0
[pid=776/tid=829] ppid=773 vsize=10822292 memory=3612 CPUtime=0.67 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 10103 12996 0 0 55 4 5 3 20 0 15 0 404955107 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841660854656 139841673106782 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10822292 memory=35696 CPUtime=0.08 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955107 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10822292 memory=984 CPUtime=0.08 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10822292 memory=2044 CPUtime=0.08 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10822292 memory=1380 CPUtime=0.08 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 404955107 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10822292 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 5 12996 0 0 0 0 5 3 20 0 15 0 404955109 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10822292 memory=4207095701905760320 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 13 12996 0 0 0 0 5 3 20 0 15 0 404955109 11082027008 19214 33554432000 4194304 4196468 140731682065664 139840578380832 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10822292 memory=6935649255878517824 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11082027008 19214 33554432000 4194304 4196468 140731682065664 139840444162928 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10822292 memory=5664813899436474416 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11082027008 19214 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10822292 memory=5931311422665402976 CPUtime=0.21 cores=4-7
/proc/776/task/838/stat : 838 (java) R 773 776 31157 0 -1 4202560 785 12996 0 0 13 0 5 3 20 0 15 0 404955113 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841146459344 139841666621326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10822292 memory=4850447512098580784 CPUtime=0.19 cores=4-7
/proc/776/task/839/stat : 839 (java) R 773 776 31157 0 -1 4202560 430 12996 0 0 11 0 5 3 20 0 15 0 404955113 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841145402312 139841670545980 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10822292 memory=3470692292451393600 CPUtime=0.25 cores=4-7
/proc/776/task/840/stat : 840 (java) S 773 776 31157 0 -1 1077944384 795 12996 0 0 17 0 5 3 20 0 15 0 404955113 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841144363632 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10822292 memory=3053511329498284128 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11082027008 19214 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10822292 memory=2319389199337275488 CPUtime=0.08 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955113 11082027008 19214 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76856 KiB

[startup+1.50083 s]
/proc/loadavg: 1.42 1.48 1.53 6/227 842
/proc/meminfo: memFree=23379540/32770688 swapFree=66960400/67108860
[pid=776] ppid=773 vsize=10828512 memory=215904 CPUtime=3.49 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 22158 12996 0 0 330 11 5 3 20 0 15 0 404955097 11088396288 53976 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2707128 53976 3583 1 0 2669197 0
[pid=776/tid=829] ppid=773 vsize=10828512 memory=8 CPUtime=1.43 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 12605 12996 0 0 128 7 5 3 20 0 15 0 404955107 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841660853512 139841689048221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10828512 memory=984 CPUtime=0.08 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955107 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10828512 memory=2044 CPUtime=0.08 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 4 12996 0 0 0 0 5 3 20 0 15 0 404955107 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10828512 memory=1380 CPUtime=0.09 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 89 12996 0 0 1 0 5 3 20 0 15 0 404955107 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10828512 memory=139920143897057 CPUtime=0.09 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 342 12996 0 0 1 0 5 3 20 0 15 0 404955107 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10828512 memory=2319529119201675136 CPUtime=0.08 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 96 12996 0 0 0 0 5 3 20 0 15 0 404955109 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10828512 memory=139920035329720 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 14 12996 0 0 0 0 5 3 20 0 15 0 404955109 11088396288 53976 33554432000 4194304 4196468 140731682065664 139840578380832 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10828512 memory=139920035325968 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11088396288 53976 33554432000 4194304 4196468 140731682065664 139840444162944 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10828512 memory=139920035328272 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11088396288 53976 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10828512 memory=139920035326160 CPUtime=0.81 cores=4-7
/proc/776/task/838/stat : 838 (java) S 773 776 31157 0 -1 1077944384 2004 12996 0 0 73 0 5 3 20 0 15 0 404955113 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841146469232 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10828512 memory=139920035326256 CPUtime=0.81 cores=4-7
/proc/776/task/839/stat : 839 (java) S 773 776 31157 0 -1 1077944384 2116 12996 0 0 73 0 5 3 20 0 15 0 404955113 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841145416432 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10828512 memory=139920035326352 CPUtime=0.58 cores=4-7
/proc/776/task/840/stat : 840 (java) S 773 776 31157 0 -1 1077944384 2666 12996 0 0 49 1 5 3 20 0 15 0 404955113 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841144363632 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10828512 memory=0 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11088396288 53976 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10828512 memory=-1807685287724412255 CPUtime=0.08 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11088396288 53976 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 3.49 s
Current children cumulated vsize: 10828512 KiB

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

/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 68955 12996 0 0 229963 52 5 3 20 0 15 0 404955107 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841660862304 139841670675771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10846964 memory=1465488 CPUtime=12.28 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 16421 12996 0 0 1175 45 5 3 20 0 15 0 404955107 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10846964 memory=1465488 CPUtime=12.28 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 19292 12996 0 0 1176 44 5 3 20 0 15 0 404955107 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10846964 memory=1465488 CPUtime=12.27 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 18209 12996 0 0 1175 44 5 3 20 0 15 0 404955107 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10846964 memory=1465488 CPUtime=12.29 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 14580 12996 0 0 1177 44 5 3 20 0 15 0 404955107 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10846964 memory=1465496 CPUtime=7.48 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 19776 12996 0 0 697 43 5 3 20 0 15 0 404955109 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10846964 memory=1465496 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 18 12996 0 0 0 0 5 3 20 0 15 0 404955109 11107291136 366374 33554432000 4194304 4196468 140731682065664 139840578380896 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10846964 memory=1465496 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11107291136 366374 33554432000 4194304 4196468 140731682065664 139840444162944 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10846964 memory=1465496 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366374 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10846964 memory=1465496 CPUtime=10.5 cores=4-7
/proc/776/task/838/stat : 838 (java) S 773 776 31157 0 -1 1077944384 19608 12996 0 0 1035 7 5 3 20 0 15 0 404955113 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841146469232 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10846964 memory=1465488 CPUtime=10.82 cores=4-7
/proc/776/task/839/stat : 839 (java) S 773 776 31157 0 -1 1077944384 21143 12996 0 0 1069 5 5 3 20 0 15 0 404955113 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841145416432 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10846964 memory=1465488 CPUtime=5.57 cores=4-7
/proc/776/task/840/stat : 840 (java) S 773 776 31157 0 -1 1077944384 23739 12996 0 0 541 8 5 3 20 0 15 0 404955113 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841144363632 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10846964 memory=1465496 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366374 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10846964 memory=3380 CPUtime=1.38 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 1105 12996 0 0 57 73 5 3 20 0 15 0 404955113 11107291136 366374 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 2384.5 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1465496 KiB

[startup+2382.3 s]
/proc/loadavg: 1.08 1.29 1.36 3/227 1207
/proc/meminfo: memFree=21723252/32770688 swapFree=66960404/67108860
[pid=776] ppid=773 vsize=10846964 memory=1465584 CPUtime=2445.34 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 226865 12996 0 0 244190 336 5 3 20 0 15 0 404955097 11107291136 366396 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2711741 366396 3638 1 0 2673805 0
[pid=776/tid=829] ppid=773 vsize=10846964 memory=1465512 CPUtime=2359.67 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 69605 12996 0 0 235907 52 5 3 20 0 15 0 404955107 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841660862304 139841672410304 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10846964 memory=1465584 CPUtime=12.58 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 16595 12996 0 0 1205 45 5 3 20 0 15 0 404955107 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10846964 memory=1465584 CPUtime=12.58 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 19383 12996 0 0 1204 46 5 3 20 0 15 0 404955107 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10846964 memory=1465584 CPUtime=12.57 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 18426 12996 0 0 1204 45 5 3 20 0 15 0 404955107 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10846964 memory=279840072231232 CPUtime=12.58 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 14810 12996 0 0 1205 45 5 3 20 0 15 0 404955107 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10846964 memory=1465584 CPUtime=7.68 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 20174 12996 0 0 716 44 5 3 20 0 15 0 404955109 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10846964 memory=55 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 18 12996 0 0 0 0 5 3 20 0 15 0 404955109 11107291136 366396 33554432000 4194304 4196468 140731682065664 139840578380896 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10846964 memory=1465584 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11107291136 366396 33554432000 4194304 4196468 140731682065664 139840444162944 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10846964 memory=3612 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366396 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10846964 memory=1465584 CPUtime=10.5 cores=4-7
/proc/776/task/838/stat : 838 (java) S 773 776 31157 0 -1 1077944384 19612 12996 0 0 1035 7 5 3 20 0 15 0 404955113 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841146469232 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10846964 memory=8560 CPUtime=10.82 cores=4-7
/proc/776/task/839/stat : 839 (java) S 773 776 31157 0 -1 1077944384 21148 12996 0 0 1069 5 5 3 20 0 15 0 404955113 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841145416432 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10846964 memory=3612 CPUtime=5.57 cores=4-7
/proc/776/task/840/stat : 840 (java) S 773 776 31157 0 -1 1077944384 23747 12996 0 0 541 8 5 3 20 0 15 0 404955113 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841144363632 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10846964 memory=35760 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366396 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10846964 memory=1380 CPUtime=1.41 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 1129 12996 0 0 58 75 5 3 20 0 15 0 404955113 11107291136 366396 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 2445.34 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1465584 KiB

[startup+2442.3 s]
/proc/loadavg: 1.20 1.27 1.35 3/227 1217
/proc/meminfo: memFree=21764504/32770688 swapFree=66960404/67108860
[pid=776] ppid=773 vsize=10846964 memory=1465652 CPUtime=2506.31 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 228454 12996 0 0 250280 343 5 3 20 0 15 0 404955097 11107291136 366413 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2711741 366413 3638 1 0 2673805 0
[pid=776/tid=829] ppid=773 vsize=10846964 memory=1465652 CPUtime=2419.06 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 70288 12996 0 0 241845 53 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841660861616 139841279514241 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10846964 memory=279840071226976 CPUtime=12.91 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 16799 12996 0 0 1237 46 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10846964 memory=1465620 CPUtime=12.9 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 19429 12996 0 0 1236 46 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10846964 memory=1465620 CPUtime=12.89 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 18500 12996 0 0 1235 46 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10846964 memory=1465620 CPUtime=12.91 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 15136 12996 0 0 1237 46 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10846964 memory=1465616 CPUtime=7.9 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 20404 12996 0 0 737 45 5 3 20 0 15 0 404955109 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10846964 memory=1465620 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 18 12996 0 0 0 0 5 3 20 0 15 0 404955109 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840578380896 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10846964 memory=1465620 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840444162944 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10846964 memory=1465652 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10846964 memory=0 CPUtime=10.5 cores=4-7
/proc/776/task/838/stat : 838 (java) S 773 776 31157 0 -1 1077944384 19614 12996 0 0 1035 7 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841146469232 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10846964 memory=1465652 CPUtime=10.82 cores=4-7
/proc/776/task/839/stat : 839 (java) S 773 776 31157 0 -1 1077944384 21151 12996 0 0 1069 5 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841145416432 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10846964 memory=1465652 CPUtime=5.57 cores=4-7
/proc/776/task/840/stat : 840 (java) S 773 776 31157 0 -1 1077944384 23749 12996 0 0 541 8 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841144363632 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10846964 memory=1465620 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10846964 memory=1465652 CPUtime=1.44 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 1148 12996 0 0 59 77 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 2506.31 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1465652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.8 s]
/proc/loadavg: 1.01 1.23 1.33 3/227 1217
/proc/meminfo: memFree=21775772/32770688 swapFree=66960404/67108860
[pid=776] ppid=773 vsize=10846964 memory=1465652 CPUtime=2520.05 cores=4-7
/proc/776/stat : 776 (java) S 773 776 31157 0 -1 1077944320 229044 12996 0 0 251653 344 5 3 20 0 15 0 404955097 11107291136 366413 33554432000 4194304 4196468 140731682065664 140731682048208 139841689026295 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
/proc/776/statm: 2711741 366413 3638 1 0 2673805 0
[pid=776/tid=829] ppid=773 vsize=10846964 memory=14008 CPUtime=2432.41 cores=4-7
/proc/776/task/829/stat : 829 (java) R 773 776 31157 0 -1 4202560 70463 12996 0 0 243180 53 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841660861888 139841269672623 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=830] ppid=773 vsize=10846964 memory=1408 CPUtime=12.99 cores=4-7
/proc/776/task/830/stat : 830 (java) S 773 776 31157 0 -1 1077944384 16815 12996 0 0 1245 46 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841693269136 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=831] ppid=773 vsize=10846964 memory=3244 CPUtime=12.99 cores=4-7
/proc/776/task/831/stat : 831 (java) S 773 776 31157 0 -1 1077944384 19433 12996 0 0 1244 47 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841592159248 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=832] ppid=773 vsize=10846964 memory=1465652 CPUtime=12.99 cores=4-7
/proc/776/task/832/stat : 832 (java) S 773 776 31157 0 -1 1077944384 18531 12996 0 0 1244 47 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841591106448 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=833] ppid=773 vsize=10846964 memory=16944 CPUtime=13 cores=4-7
/proc/776/task/833/stat : 833 (java) S 773 776 31157 0 -1 1077944384 15298 12996 0 0 1246 46 5 3 20 0 15 0 404955107 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841590053648 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=834] ppid=773 vsize=10846964 memory=14068 CPUtime=7.94 cores=4-7
/proc/776/task/834/stat : 834 (java) S 773 776 31157 0 -1 1077944384 20588 12996 0 0 741 45 5 3 20 0 15 0 404955109 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841147521392 139841689037442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=835] ppid=773 vsize=10846964 memory=2120 CPUtime=0.08 cores=4-7
/proc/776/task/835/stat : 835 (java) S 773 776 31157 0 -1 1077944384 18 12996 0 0 0 0 5 3 20 0 15 0 404955109 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840578380896 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=836] ppid=773 vsize=10846964 memory=496 CPUtime=0.08 cores=4-7
/proc/776/task/836/stat : 836 (java) S 773 776 31157 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 404955110 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840444162944 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=837] ppid=773 vsize=10846964 memory=1556 CPUtime=0.08 cores=4-7
/proc/776/task/837/stat : 837 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840203872080 139841689044891 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=838] ppid=773 vsize=10846964 memory=1408 CPUtime=10.5 cores=4-7
/proc/776/task/838/stat : 838 (java) S 773 776 31157 0 -1 1077944384 19616 12996 0 0 1035 7 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841146469232 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=839] ppid=773 vsize=10846964 memory=3220 CPUtime=10.82 cores=4-7
/proc/776/task/839/stat : 839 (java) S 773 776 31157 0 -1 1077944384 21153 12996 0 0 1069 5 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841145416432 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=840] ppid=773 vsize=10846964 memory=1072968 CPUtime=5.57 cores=4-7
/proc/776/task/840/stat : 840 (java) S 773 776 31157 0 -1 1077944384 23751 12996 0 0 541 8 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841144363632 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=841] ppid=773 vsize=10846964 memory=928 CPUtime=0.08 cores=4-7
/proc/776/task/841/stat : 841 (java) S 773 776 31157 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139840170314464 139841689036501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
[pid=776/tid=842] ppid=773 vsize=10846964 memory=1628 CPUtime=1.46 cores=4-7
/proc/776/task/842/stat : 842 (java) S 773 776 31157 0 -1 1077944384 1160 12996 0 0 60 78 5 3 20 0 15 0 404955113 11107291136 366413 33554432000 4194304 4196468 140731682065664 139841143311024 139841689037442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18010112 140731682073334 140731682075845 140731682075845 140731682078671 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1465652 KiB

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

[startup+2455.84 s]
# the end of solver process 776 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.61 s, system=3.48677 s

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

Child status: 143
Real time (s): 2455.84
CPU time (s): 2520.1
CPU user time (s): 2516.61
CPU system time (s): 3.48677
CPU usage (%): 102.617
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 1715192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.61
system time used= 3.48677
maximum resident set size= 1716256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243189
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= 227549
involuntary context switches= 5511


# summary of solver processes directly reported to runsolver:
#   pid: 776
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.61
#   total CPU system time (s): 3.48677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0728 second user time and 25.3909 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-12 14:08:13
IDJOB=4387086
IDBENCH=123886
IDSOLVER=2823
FILE ID=node116/4387086-1568290134
RUNJOBID= node116-1568285921-31917
PBS_JOBID= 21701086
Free space on /tmp= 54296 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Bibd/Bibd-sc-stab1/Bibd-sc-25-09-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387086-1568290134/watcher-4387086-1568290134 -o /tmp/evaluation-result-4387086-1568290134/solver-4387086-1568290134 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31917 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=706344140 HOME/instance-4387086-1568290134.xml

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

MD5SUM BENCH= b322a6ca95a6b4f2599adbb58d93a3a3
RANDOM SEED=706344140

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        23488660 kB
MemAvailable:   31005088 kB
Buffers:           96724 kB
Cached:          7633044 kB
SwapCached:        46384 kB
Active:          2237268 kB
Inactive:        6348488 kB
Active(anon):     820036 kB
Inactive(anon):    76696 kB
Active(file):    1417232 kB
Inactive(file):  6271792 kB
Unevictable:      110104 kB
Mlocked:          110104 kB
SwapTotal:      67108860 kB
SwapFree:       66960400 kB
Dirty:             35340 kB
Writeback:             0 kB
AnonPages:        921112 kB
Mapped:            55016 kB
Shmem:             31784 kB
Slab:             284500 kB
SReclaimable:     255864 kB
SUnreclaim:        28636 kB
KernelStack:        3712 kB
PageTables:        10044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1688296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 54260 MiB
End job on node116 at 2019-09-12 14:49:09