Trace number 4402713

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.3? (TO) 2520.23 2276.1

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-85-085-36-36-15.xml
MD5SUMe7b94b237cf4deebd8c7bf96e74cfc29
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7225
Number of constraints3741
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7225}]
Minimum variable degree87
Maximum variable degree87
Distribution of variable degrees[{"degree":87,"count":7225}]
Minimum constraint arity85
Maximum constraint arity7225
Distribution of constraint arities[{"arity":85,"count":170},{"arity":170,"count":3570},{"arity":7225,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":3740}]
Optimization problemNO
Type of objective

Solver Data

0.80/0.55	c Concrete v3.12.3.1568965526260 running
2520.02/2275.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2275.91		at concrete.MAC.mac(MAC.scala:192)
2520.02/2275.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2275.91		at scala.util.Try$.apply(Try.scala:210)
2520.02/2275.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2275.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2275.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2275.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2275.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2275.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2275.91		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2275.91		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2275.91		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2275.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2275.91		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.02/2275.91		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.02/2275.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2275.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2275.91		at scala.util.Success.map(Try.scala:262)
2520.02/2275.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2275.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2275.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2275.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2275.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2275.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2275.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2275.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2275.91		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2275.91		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2275.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2275.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2275.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2275.91		at scala.App.main(App.scala:73)
2520.02/2275.91		at scala.App.main$(App.scala:71)
2520.02/2275.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2275.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2275.91	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 (178 MiB free)
  memory of node 1: 16384 MiB (1905 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402713-1568971320/watcher-4402713-1568971320 -o /var/tmp/evaluation-result-4402713-1568971320/solver-4402713-1568971320 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402713-1568971320.xml 

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

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

solver pid=27996, runsolver pid=27993

[startup+0.100141 s]*
/proc/loadavg: 2.14 1.85 1.59 3/224 28053
/proc/meminfo: memFree=2127864/32770624 swapFree=67001808/67108860
[pid=27996] ppid=27993 vsize=9972712 memory=16812 CPUtime=0.1 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 4479 13509 0 0 1 1 5 3 20 0 6 0 473371541 10212057088 4203 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2493178 4203 1934 1 0 2481616 0
[pid=27996/tid=28049] ppid=27993 vsize=9972712 memory=4279135703946462605 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 2284 13509 0 0 0 0 5 3 20 0 6 0 473371551 10212057088 4269 33554432000 4194304 4196468 140731709555488 139835420328528 139835432572254 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 6 0 473371551 10212057088 4269 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=9972712 memory=139755187848832 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 6 0 473371551 10212057088 4269 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 6 0 473371551 10212057088 4269 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 6 0 473371551 10212057088 4269 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.211185 s]*
/proc/loadavg: 2.14 1.85 1.59 3/233 28062
/proc/meminfo: memFree=2102556/32770624 swapFree=67001808/67108860
[pid=27996] ppid=27993 vsize=10820196 memory=44304 CPUtime=0.28 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 7409 13509 0 0 18 2 5 3 20 0 15 0 473371541 11079880704 11076 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2705049 11076 3298 1 0 2667149 0
[pid=27996/tid=28049] ppid=27993 vsize=10820196 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 3884 13509 0 0 11 1 5 3 20 0 15 0 473371551 11079880704 11076 33554432000 4194304 4196468 140731709555488 139835420305952 139835448513693 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=10820196 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 11076 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=10820196 memory=139755187848832 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 11076 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 11076 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 11076 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10820196 memory=139755187848832 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371553 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 13 13509 0 0 0 0 5 3 20 0 15 0 473371553 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834350888480 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 21 13509 0 0 0 0 5 3 20 0 15 0 473371553 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834317329776 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 346 13509 0 0 1 0 5 3 20 0 15 0 473371556 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) S 27993 27996 26338 0 -1 1077944384 312 13509 0 0 1 0 5 3 20 0 15 0 473371556 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834905344240 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10820196 memory=139755187848832 CPUtime=0.11 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 612 13509 0 0 3 0 5 3 20 0 15 0 473371556 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11079880704 11076 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10820196 memory=139755187848832 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371557 11079880704 11076 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 44304 KiB

[startup+0.311099 s]*
/proc/loadavg: 2.14 1.85 1.59 4/233 28062
/proc/meminfo: memFree=2093128/32770624 swapFree=67001808/67108860
[pid=27996] ppid=27993 vsize=10820196 memory=52596 CPUtime=0.41 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 10901 13509 0 0 29 4 5 3 20 0 15 0 473371541 11079880704 13149 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2705049 13149 3317 1 0 2667149 0
[pid=27996/tid=28049] ppid=27993 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 7368 13509 0 0 18 3 5 3 20 0 15 0 473371551 11079880704 13149 33554432000 4194304 4196468 140731709555488 139835420300688 139835432572254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 13149 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 13149 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 13149 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371551 11079880704 13149 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371553 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 13 13509 0 0 0 0 5 3 20 0 15 0 473371553 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834350888480 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 21 13509 0 0 0 0 5 3 20 0 15 0 473371553 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834317329776 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 346 13509 0 0 1 0 5 3 20 0 15 0 473371556 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) S 27993 27996 26338 0 -1 1077944384 313 13509 0 0 2 0 5 3 20 0 15 0 473371556 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834905344240 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 620 13509 0 0 5 0 5 3 20 0 15 0 473371556 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11079880704 13149 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371557 11079880704 13149 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52596 KiB

[startup+0.702698 s]
/proc/loadavg: 2.14 1.85 1.59 3/233 28062
/proc/meminfo: memFree=2078216/32770624 swapFree=67001808/67108860
[pid=27996] ppid=27993 vsize=10824364 memory=85712 CPUtime=1.17 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 15118 13509 0 0 103 6 5 3 20 0 15 0 473371541 11084148736 21428 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2706091 21428 3509 1 0 2668173 0
[pid=27996/tid=28049] ppid=27993 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 10485 13509 0 0 55 4 5 3 20 0 15 0 473371551 11084148736 21428 33554432000 4194304 4196468 140731709555488 139835420311656 140731710494934 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371551 11084148736 21428 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=10824364 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371551 11084148736 21428 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371551 11084148736 21428 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371551 11084148736 21428 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10824364 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 5 13509 0 0 0 0 5 3 20 0 15 0 473371553 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 13 13509 0 0 0 0 5 3 20 0 15 0 473371553 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834350888480 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 21 13509 0 0 0 0 5 3 20 0 15 0 473371553 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834317329776 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10824364 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 751 13509 0 0 12 0 5 3 20 0 15 0 473371556 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10824364 memory=15460 CPUtime=0.25 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) R 27993 27996 26338 0 -1 4202560 820 13509 0 0 17 0 5 3 20 0 15 0 473371556 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834905332112 139835427751614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10824364 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 803 13509 0 0 17 0 5 3 20 0 15 0 473371556 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10824364 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11084148736 21428 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10824364 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371557 11084148736 21428 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85712 KiB

[startup+1.50078 s]
/proc/loadavg: 2.14 1.85 1.59 5/233 28062
/proc/meminfo: memFree=2018292/32770624 swapFree=67001808/67108860
[pid=27996] ppid=27993 vsize=10830584 memory=229500 CPUtime=3.44 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 25713 13509 0 0 326 10 5 3 20 0 15 0 473371541 11090518016 57311 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2707646 57375 3591 1 0 2669709 0
[pid=27996/tid=28049] ppid=27993 vsize=10830584 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 13892 13509 0 0 130 6 5 3 20 0 15 0 473371551 11090518016 57375 33554432000 4194304 4196468 140731709555488 139835420309936 139835432572254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=10830584 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371551 11090518016 57375 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=10830584 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 76 13509 0 0 1 0 5 3 20 0 15 0 473371551 11090518016 57375 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=10830584 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371551 11090518016 57375 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=10830584 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 336 13509 0 0 0 0 5 3 20 0 15 0 473371551 11090518016 57375 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10830584 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 96 13509 0 0 0 0 5 3 20 0 15 0 473371553 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10830584 memory=279510163466496 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 13 13509 0 0 0 0 5 3 20 0 15 0 473371553 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834350888480 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10830584 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 44 13509 0 0 0 0 5 3 20 0 15 0 473371553 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834317329776 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10830584 memory=8560 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10830584 memory=6004 CPUtime=0.78 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 4352 13509 0 0 70 0 5 3 20 0 15 0 473371556 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10830584 memory=1056 CPUtime=0.85 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) R 27993 27996 26338 0 -1 4202560 2820 13509 0 0 77 0 5 3 20 0 15 0 473371556 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834905344240 139835433410650 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10830584 memory=1540 CPUtime=0.51 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 1868 13509 0 0 43 0 5 3 20 0 15 0 473371556 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10830584 memory=728 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11090518016 57375 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10830584 memory=3612 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1 13509 0 0 0 0 5 3 20 0 15 0 473371557 11090518016 57375 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 10830584 KiB

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

[pid=27996/tid=28053] ppid=27993 vsize=10846988 memory=4907524 CPUtime=71.57 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 1074957 13509 0 0 6603 546 5 3 20 0 15 0 473371551 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10846988 memory=4907508 CPUtime=5.72 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 124851 13509 0 0 534 30 5 3 20 0 15 0 473371553 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10846988 memory=4907492 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 26 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834350888608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10846988 memory=4907488 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 65 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834317329792 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10846988 memory=4907488 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10846988 memory=3280 CPUtime=11.51 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 42777 13509 0 0 1137 6 5 3 20 0 15 0 473371556 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10846988 memory=54104 CPUtime=11.02 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) S 27993 27996 26338 0 -1 1077944384 35612 13509 0 0 1088 6 5 3 20 0 15 0 473371556 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834905344240 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10846988 memory=4907492 CPUtime=3.76 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 30795 13509 0 0 361 7 5 3 20 0 15 0 473371556 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10846988 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10846988 memory=988 CPUtime=1.32 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1767 13509 0 0 59 65 5 3 20 0 15 0 473371557 11107315712 1226872 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 2384.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4907488 KiB

[startup+2202.3 s]
/proc/loadavg: 1.93 1.81 1.79 3/231 28267
/proc/meminfo: memFree=2519056/32770624 swapFree=67001820/67108860
[pid=27996] ppid=27993 vsize=10846988 memory=4934236 CPUtime=2445.3 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 7485329 13509 0 0 241831 2691 5 3 20 0 15 0 473371541 11107315712 1233559 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2711747 1233559 3647 1 0 2673805 0
[pid=27996/tid=28049] ppid=27993 vsize=10846988 memory=4907520 CPUtime=2123.2 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 2692357 13509 0 0 212070 242 5 3 20 0 15 0 473371551 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139835420327120 139835040976220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=10846988 memory=784 CPUtime=72.23 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 1128719 13509 0 0 6617 598 5 3 20 0 15 0 473371551 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=10846988 memory=3280 CPUtime=72.38 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 1045173 13509 0 0 6700 530 5 3 20 0 15 0 473371551 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=10846988 memory=4915752 CPUtime=72.78 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1292795 13509 0 0 6604 666 5 3 20 0 15 0 473371551 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=10846988 memory=4928076 CPUtime=71.96 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 1087797 13509 0 0 6640 548 5 3 20 0 15 0 473371551 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10846988 memory=4915752 CPUtime=5.73 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 125190 13509 0 0 535 30 5 3 20 0 15 0 473371553 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10846988 memory=279510164473216 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 26 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834350888608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10846988 memory=279510165033216 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 65 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834317329792 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10846988 memory=4934236 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10846988 memory=4915752 CPUtime=11.51 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 42779 13509 0 0 1137 6 5 3 20 0 15 0 473371556 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10846988 memory=4934236 CPUtime=11.02 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) S 27993 27996 26338 0 -1 1077944384 35614 13509 0 0 1088 6 5 3 20 0 15 0 473371556 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834905344240 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10846988 memory=4934232 CPUtime=3.76 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 30798 13509 0 0 361 7 5 3 20 0 15 0 473371556 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10846988 memory=4928076 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10846988 memory=4934236 CPUtime=1.35 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1803 13509 0 0 60 67 5 3 20 0 15 0 473371557 11107315712 1233559 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 2445.3 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4934236 KiB

[startup+2262.3 s]
/proc/loadavg: 2.43 1.97 1.84 3/231 29051
/proc/meminfo: memFree=5088608/32770624 swapFree=67001820/67108860
[pid=27996] ppid=27993 vsize=10846988 memory=4948576 CPUtime=2506.24 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 7577391 13509 0 0 247915 2701 5 3 20 0 15 0 473371541 11107315712 1237144 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2711747 1237144 3647 1 0 2673805 0
[pid=27996/tid=28049] ppid=27993 vsize=10846988 memory=4948576 CPUtime=2182.9 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 2729894 13509 0 0 218036 246 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835420327504 139835046496623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=10846988 memory=4948576 CPUtime=72.52 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 1141167 13509 0 0 6645 599 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=10846988 memory=4946528 CPUtime=72.68 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 1058956 13509 0 0 6728 532 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=10846988 memory=4934236 CPUtime=73.09 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1306209 13509 0 0 6634 667 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=10846988 memory=4938340 CPUtime=72.26 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 1102328 13509 0 0 6668 550 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10846988 memory=4946528 CPUtime=5.74 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 125486 13509 0 0 536 30 5 3 20 0 15 0 473371553 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 26 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834350888608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10846988 memory=4946528 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 65 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834317329792 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10846988 memory=4946528 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10846988 memory=4946528 CPUtime=11.51 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 42787 13509 0 0 1137 6 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10846988 memory=4946528 CPUtime=11.02 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) S 27993 27996 26338 0 -1 1077944384 35617 13509 0 0 1088 6 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834905344240 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10846988 memory=4946528 CPUtime=3.77 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 30802 13509 0 0 362 7 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10846988 memory=4948576 CPUtime=1.38 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1841 13509 0 0 62 68 5 3 20 0 15 0 473371557 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 2506.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4948576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2275.9 s]
/proc/loadavg: 2.45 1.98 1.85 3/231 29051
/proc/meminfo: memFree=4230528/32770624 swapFree=67001820/67108860
[pid=27996] ppid=27993 vsize=10846988 memory=4948576 CPUtime=2520.02 cores=1,3,5,7
/proc/27996/stat : 27996 (java) S 27993 27996 26338 0 -1 1077944320 7592949 13509 0 0 249288 2706 5 3 20 0 15 0 473371541 11107315712 1237144 33554432000 4194304 4196468 140731709555488 140731709538032 139835448491767 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
/proc/27996/statm: 2711747 1237144 3647 1 0 2673805 0
[pid=27996/tid=28049] ppid=27993 vsize=10846988 memory=4938340 CPUtime=2196.44 cores=1,3,5,7
/proc/27996/task/28049/stat : 28049 (java) R 27993 27996 26338 0 -1 4202560 2734280 13509 0 0 219390 246 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835420327328 139835046496569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28050] ppid=27993 vsize=10846988 memory=0 CPUtime=72.57 cores=1,3,5,7
/proc/27996/task/28050/stat : 28050 (java) S 27993 27996 26338 0 -1 1077944384 1144016 13509 0 0 6649 600 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835452734096 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28051] ppid=27993 vsize=10846988 memory=4946528 CPUtime=72.73 cores=1,3,5,7
/proc/27996/task/28051/stat : 28051 (java) S 27993 27996 26338 0 -1 1077944384 1061762 13509 0 0 6733 532 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835351624208 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28052] ppid=27993 vsize=10846988 memory=4948576 CPUtime=73.14 cores=1,3,5,7
/proc/27996/task/28052/stat : 28052 (java) S 27993 27996 26338 0 -1 1077944384 1309011 13509 0 0 6638 668 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835350571408 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28053] ppid=27993 vsize=10846988 memory=4948576 CPUtime=72.31 cores=1,3,5,7
/proc/27996/task/28053/stat : 28053 (java) S 27993 27996 26338 0 -1 1077944384 1105033 13509 0 0 6672 551 5 3 20 0 15 0 473371551 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139835349518608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28054] ppid=27993 vsize=10846988 memory=4948576 CPUtime=5.74 cores=1,3,5,7
/proc/27996/task/28054/stat : 28054 (java) S 27993 27996 26338 0 -1 1077944384 125494 13509 0 0 536 30 5 3 20 0 15 0 473371553 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834907450224 139835448502914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28055] ppid=27993 vsize=10846988 memory=4948576 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28055/stat : 28055 (java) S 27993 27996 26338 0 -1 1077944384 26 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834350888608 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28056] ppid=27993 vsize=10846988 memory=4948576 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28056/stat : 28056 (java) S 27993 27996 26338 0 -1 1077944384 65 13509 0 0 0 0 5 3 20 0 15 0 473371553 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834317329792 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28057] ppid=27993 vsize=10846988 memory=240990615034668 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28057/stat : 28057 (java) S 27993 27996 26338 0 -1 1077944384 2 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834203040080 139835448510363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28058] ppid=27993 vsize=10846988 memory=4948576 CPUtime=11.51 cores=1,3,5,7
/proc/27996/task/28058/stat : 28058 (java) S 27993 27996 26338 0 -1 1077944384 42787 13509 0 0 1137 6 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834906397040 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28059] ppid=27993 vsize=10846988 memory=4948576 CPUtime=11.02 cores=1,3,5,7
/proc/27996/task/28059/stat : 28059 (java) S 27993 27996 26338 0 -1 1077944384 35617 13509 0 0 1088 6 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834905344240 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28060] ppid=27993 vsize=10846988 memory=1540 CPUtime=3.77 cores=1,3,5,7
/proc/27996/task/28060/stat : 28060 (java) S 27993 27996 26338 0 -1 1077944384 30802 13509 0 0 362 7 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834904291440 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28061] ppid=27993 vsize=10846988 memory=3280 CPUtime=0.08 cores=1,3,5,7
/proc/27996/task/28061/stat : 28061 (java) S 27993 27996 26338 0 -1 1077944384 3 13509 0 0 0 0 5 3 20 0 15 0 473371556 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139833733277920 139835448501973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
[pid=27996/tid=28062] ppid=27993 vsize=10846988 memory=54104 CPUtime=1.4 cores=1,3,5,7
/proc/27996/task/28062/stat : 28062 (java) S 27993 27996 26338 0 -1 1077944384 1843 13509 0 0 63 69 5 3 20 0 15 0 473371557 11107315712 1237144 33554432000 4194304 4196468 140731709555488 139834903239856 139835448502914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24989696 140731709561443 140731709564085 140731709564085 140731709566927 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 4948576 KiB

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

[startup+2276.1 s]
# the end of solver process 27996 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2492.95 s, system=27.2811 s

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

[startup+2276.01 s]*
/proc/loadavg: 2.45 1.98 1.85 3/218 29053
/proc/meminfo: memFree=5391980/32770624 swapFree=67001820/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2276.1
CPU time (s): 2520.23
CPU user time (s): 2492.95
CPU system time (s): 27.2811
CPU usage (%): 110.726
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 6369076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2492.95
system time used= 27.2811
maximum resident set size= 6373300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7609930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75256
involuntary context switches= 5717


# summary of solver processes directly reported to runsolver:
#   pid: 27996
#   total CPU time (s): 2520.23
#   total CPU user time (s): 2492.95
#   total CPU system time (s): 27.2811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.0158 second user time and 23.26 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-20 11:21:20
IDJOB=4402713
IDBENCH=124071
IDSOLVER=2861
FILE ID=node133/4402713-1568971320
RUNJOBID= node133-1568967598-26370
PBS_JOBID= 21704620
Free space on /var/tmp= 13440 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-85-085-36-36-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402713-1568971320/watcher-4402713-1568971320 -o /var/tmp/evaluation-result-4402713-1568971320/solver-4402713-1568971320 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node133-1568967598-26370 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402713-1568971320.xml

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

MD5SUM BENCH= e7b94b237cf4deebd8c7bf96e74cfc29
RANDOM SEED=2094713575

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         2133436 kB
MemAvailable:   26758392 kB
Buffers:          131560 kB
Cached:         24377544 kB
SwapCached:         5404 kB
Active:         16542628 kB
Inactive:       13057024 kB
Active(anon):    4311136 kB
Inactive(anon):   825556 kB
Active(file):   12231492 kB
Inactive(file): 12231468 kB
Unevictable:      111416 kB
Mlocked:          111416 kB
SwapTotal:      67108860 kB
SwapFree:       67001808 kB
Dirty:             35480 kB
Writeback:             0 kB
AnonPages:       5207504 kB
Mapped:            65124 kB
Shmem:             37648 kB
Slab:             619804 kB
SReclaimable:     590456 kB
SUnreclaim:        29348 kB
KernelStack:        4080 kB
PageTables:        15900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5874228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3043328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13416 MiB
End job on node133 at 2019-09-20 11:59:16