Trace number 4400626

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.13 2469.64

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
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 benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400626-1568696493/watcher-4400626-1568696493 -o /tmp/evaluation-result-4400626-1568696493/solver-4400626-1568696493 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32268 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400626-1568696493.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=5903, runsolver pid=5900

[startup+0.100136 s]*
/proc/loadavg: 1.06 1.30 1.38 2/218 5946
/proc/meminfo: memFree=28352424/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5903/stat : 5903 (bash) S 5900 5903 32236 0 -1 4202496 889 5705 0 0 0 0 0 1 20 0 1 0 445585819 115974144 404 33554432000 4194304 5098028 140735536888448 140735536882456 140690918415360 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 7610368 140735536894997 140735536895121 140735536895121 140735536898030 0
/proc/5903/statm: 28314 404 320 221 0 119 0
[pid=5930] ppid=5903 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5930/stat : 5930 (bash) S 5903 5903 32236 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 445585821 115974144 178 33554432000 4194304 5098028 140735536888448 140735536881128 140690918240892 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7610368 140735536894997 140735536895121 140735536895121 140735536898030 0
/proc/5930/statm: 28314 178 94 221 0 119 0
[pid=5932] ppid=5930 vsize=113492 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5932/stat : 5932 (awk) S 5930 5903 32236 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 445585821 116215808 308 33554432000 4194304 4609284 140721950826880 140721950826056 140080868736000 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 11960320 140721950835900 140721950835930 140721950835930 140721950838767 0
/proc/5932/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3560 KiB

[startup+0.210031 s]*
/proc/loadavg: 1.06 1.30 1.38 2/218 5946
/proc/meminfo: memFree=28352604/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/5903/stat : 5903 (bash) S 5900 5903 32236 0 -1 4202496 889 5705 0 0 0 0 0 1 20 0 1 0 445585819 115974144 404 33554432000 4194304 5098028 140735536888448 140735536882456 140690918415360 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 7610368 140735536894997 140735536895121 140735536895121 140735536898030 0
/proc/5903/statm: 28314 404 320 221 0 119 0
[pid=5930] ppid=5903 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/5930/stat : 5930 (bash) S 5903 5903 32236 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 445585821 115974144 178 33554432000 4194304 5098028 140735536888448 140735536881128 140690918240892 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 7610368 140735536894997 140735536895121 140735536895121 140735536898030 0
/proc/5930/statm: 28314 178 94 221 0 119 0
[pid=5932] ppid=5930 vsize=113492 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/5932/stat : 5932 (awk) S 5930 5903 32236 0 -1 4202496 448 0 0 0 0 0 0 0 20 0 1 0 445585821 116215808 308 33554432000 4194304 4609284 140721950826880 140721950826056 140080868736000 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 11960320 140721950835900 140721950835930 140721950835930 140721950838767 0
/proc/5932/statm: 28373 308 256 102 0 89 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340004 KiB
Current children cumulated memory: 3560 KiB

[startup+0.309115 s]*
/proc/loadavg: 1.06 1.30 1.38 3/215 5956
/proc/meminfo: memFree=28354368/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=9970504 memory=8756 CPUtime=0.08 cores=1,3,5,7
/proc/5903/stat : 5903 (java) S 5900 5903 32236 0 -1 1077944320 3470 13328 0 0 0 0 5 3 20 0 6 0 445585819 10209796096 2189 33554432000 4194304 4196468 140730783333360 140730783315904 140697018777335 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
/proc/5903/statm: 2492626 2189 1233 1 0 2481537 0
[pid=5903/tid=5956] ppid=5900 vsize=9970504 memory=280835295255552 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 1366 13328 0 0 0 0 5 3 20 0 6 0 445585850 10209796096 2833 33554432000 4194304 4196468 140730783333360 140696990618968 140697011961493 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=9970504 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 6 0 445585850 10209796096 2833 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=9970504 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 6 0 445585850 10209796096 2833 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=9970504 memory=7378697629483820645 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 6 0 445585850 10209796096 2833 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=9970504 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 6 0 445585850 10209796096 2833 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 8756 KiB

[startup+0.700716 s]
/proc/loadavg: 1.06 1.30 1.38 3/228 5969
/proc/meminfo: memFree=28325832/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=10820268 memory=62008 CPUtime=0.7 cores=1,3,5,7
/proc/5903/stat : 5903 (java) S 5900 5903 32236 0 -1 1077944320 13160 13328 0 0 58 4 5 3 20 0 15 0 445585819 11079954432 15502 33554432000 4194304 4196468 140730783333360 140730783315904 140697018777335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
/proc/5903/statm: 2705067 15502 3461 1 0 2667149 0
[pid=5903/tid=5956] ppid=5900 vsize=10820268 memory=154 CPUtime=0.45 cores=1,3,5,7
/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 8457 13328 0 0 34 3 5 3 20 0 15 0 445585850 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696990600208 140696999053030 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 445585850 11079954432 15502 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=10820268 memory=8458433173657106229 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 445585850 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=10820268 memory=5787495302023898432 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 445585850 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=10820268 memory=7007714649526264384 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 445585850 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5961] ppid=5900 vsize=10820268 memory=736989794903543888 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5961/stat : 5961 (java) S 5900 5903 32236 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 445585852 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696478247408 140697018788482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5962] ppid=5900 vsize=10820268 memory=-1807685287725067907 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5962/stat : 5962 (java) S 5900 5903 32236 0 -1 1077944384 33 13328 0 0 0 0 5 3 20 0 15 0 445585852 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696477193632 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5963] ppid=5900 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5963/stat : 5963 (java) S 5900 5903 32236 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 445585852 11079954432 15502 33554432000 4194304 4196468 140730783333360 140695880852976 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5964] ppid=5900 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5964/stat : 5964 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11079954432 15502 33554432000 4194304 4196468 140730783333360 140695573453520 140697018795931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5965] ppid=5900 vsize=10820268 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/5903/task/5965/stat : 5965 (java) S 5900 5903 32236 0 -1 1077944384 625 13328 0 0 6 0 5 3 20 0 15 0 445585855 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696443635696 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5966] ppid=5900 vsize=10820268 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/5903/task/5966/stat : 5966 (java) S 5900 5903 32236 0 -1 1077944384 969 13328 0 0 6 0 5 3 20 0 15 0 445585855 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696442583152 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5967] ppid=5900 vsize=10820268 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/5903/task/5967/stat : 5967 (java) S 5900 5903 32236 0 -1 1077944384 852 13328 0 0 11 0 5 3 20 0 15 0 445585855 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696441530608 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5968] ppid=5900 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5968/stat : 5968 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11079954432 15502 33554432000 4194304 4196468 140730783333360 140695539894880 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5969] ppid=5900 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5969/stat : 5969 (java) S 5900 5903 32236 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 445585855 11079954432 15502 33554432000 4194304 4196468 140730783333360 140696440478512 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 62008 KiB

[startup+1.50068 s]
/proc/loadavg: 1.06 1.30 1.38 4/228 5969
/proc/meminfo: memFree=28298220/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=10832632 memory=171872 CPUtime=2.33 cores=1,3,5,7
/proc/5903/stat : 5903 (java) S 5900 5903 32236 0 -1 1077944320 23547 13328 0 0 216 9 5 3 20 0 15 0 445585819 11092615168 42968 33554432000 4194304 4196468 140730783333360 140730783315904 140697018777335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
/proc/5903/statm: 2708158 42968 3578 1 0 2670221 0
[pid=5903/tid=5956] ppid=5900 vsize=10832632 memory=7732786548854314093 CPUtime=1.22 cores=1,3,5,7
/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 15099 13328 0 0 108 6 5 3 20 0 15 0 445585850 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696990599680 140697002857822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 85 13328 0 0 1 0 5 3 20 0 15 0 445585850 11092615168 42968 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=10832632 memory=8100688628426103147 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 33 13328 0 0 1 0 5 3 20 0 15 0 445585850 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=10832632 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 298 13328 0 0 1 0 5 3 20 0 15 0 445585850 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=10832632 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 56 13328 0 0 1 0 5 3 20 0 15 0 445585850 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5961] ppid=5900 vsize=10832632 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5961/stat : 5961 (java) S 5900 5903 32236 0 -1 1077944384 1493 13328 0 0 1 0 5 3 20 0 15 0 445585852 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696478247408 140697018788482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5962] ppid=5900 vsize=10832632 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5962/stat : 5962 (java) S 5900 5903 32236 0 -1 1077944384 34 13328 0 0 0 0 5 3 20 0 15 0 445585852 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696477193696 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5963] ppid=5900 vsize=10832632 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5963/stat : 5963 (java) S 5900 5903 32236 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 445585852 11092615168 42968 33554432000 4194304 4196468 140730783333360 140695880852992 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5964] ppid=5900 vsize=10832632 memory=47464 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5964/stat : 5964 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11092615168 42968 33554432000 4194304 4196468 140730783333360 140695573453520 140697018795931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5965] ppid=5900 vsize=10832632 memory=988 CPUtime=0.41 cores=1,3,5,7
/proc/5903/task/5965/stat : 5965 (java) S 5900 5903 32236 0 -1 1077944384 1243 13328 0 0 33 0 5 3 20 0 15 0 445585855 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696443635696 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5966] ppid=5900 vsize=10832632 memory=2020 CPUtime=0.39 cores=1,3,5,7
/proc/5903/task/5966/stat : 5966 (java) S 5900 5903 32236 0 -1 1077944384 1266 13328 0 0 31 0 5 3 20 0 15 0 445585855 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696442583152 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5967] ppid=5900 vsize=10832632 memory=1432 CPUtime=0.43 cores=1,3,5,7
/proc/5903/task/5967/stat : 5967 (java) S 5900 5903 32236 0 -1 1077944384 1724 13328 0 0 35 0 5 3 20 0 15 0 445585855 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696441530608 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5968] ppid=5900 vsize=10832632 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5968/stat : 5968 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11092615168 42968 33554432000 4194304 4196468 140730783333360 140695539894880 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5969] ppid=5900 vsize=10832632 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5969/stat : 5969 (java) S 5900 5903 32236 0 -1 1077944384 1 13328 0 0 0 0 5 3 20 0 15 0 445585855 11092615168 42968 33554432000 4194304 4196468 140730783333360 140696440478512 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 10832632 KiB
Current children cumulated memory: 171872 KiB

[startup+3.11354 s]
/proc/loadavg: 0.98 1.28 1.37 6/228 5969
/proc/meminfo: memFree=28156016/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=10840844 memory=240880 CPUtime=6.65 cores=1,3,5,7
/proc/5903/stat : 5903 (java) S 5900 5903 32236 0 -1 1077944320 39189 13328 0 0 642 15 5 3 20 0 15 0 445585819 11101024256 60220 33554432000 4194304 4196468 140730783333360 140730783315904 140697018777335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
/proc/5903/statm: 2710211 60220 3598 1 0 2672269 0
[pid=5903/tid=5956] ppid=5900 vsize=10840844 memory=1 CPUtime=2.81 cores=1,3,5,7
/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 20058 13328 0 0 265 8 5 3 20 0 15 0 445585850 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696990612272 140697018789270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=10840844 memory=223772 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 85 13328 0 0 1 0 5 3 20 0 15 0 445585850 11101024256 60220 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=10840844 memory=280835295830112 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 33 13328 0 0 1 0 5 3 20 0 15 0 445585850 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=10840844 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 298 13328 0 0 1 0 5 3 20 0 15 0 445585850 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=10840844 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 56 13328 0 0 1 0 5 3 20 0 15 0 445585850 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5961] ppid=5900 vsize=10840844 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5903/task/5961/stat : 5961 (java) S 5900 5903 32236 0 -1 1077944384 1579 13328 0 0 1 0 5 3 20 0 15 0 445585852 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696478247408 140697018788482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5962] ppid=5900 vsize=10840844 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5962/stat : 5962 (java) S 5900 5903 32236 0 -1 1077944384 34 13328 0 0 0 0 5 3 20 0 15 0 445585852 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696477193696 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5963] ppid=5900 vsize=10840844 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5963/stat : 5963 (java) S 5900 5903 32236 0 -1 1077944384 2 13328 0 0 0 0 5 3 20 0 15 0 445585852 11101024256 60220 33554432000 4194304 4196468 140730783333360 140695880852992 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5964] ppid=5900 vsize=10840844 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5964/stat : 5964 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11101024256 60220 33554432000 4194304 4196468 140730783333360 140695573453520 140697018795931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5965] ppid=5900 vsize=10840844 memory=298326665 CPUtime=1.34 cores=1,3,5,7
/proc/5903/task/5965/stat : 5965 (java) R 5900 5903 32236 0 -1 4202560 3345 13328 0 0 125 1 5 3 20 0 15 0 445585855 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696443628800 140696997948576 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5966] ppid=5900 vsize=10840844 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/5903/task/5966/stat : 5966 (java) R 5900 5903 32236 0 -1 4202560 5355 13328 0 0 133 1 5 3 20 0 15 0 445585855 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696442570592 140697003892479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5967] ppid=5900 vsize=10840844 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/5903/task/5967/stat : 5967 (java) R 5900 5903 32236 0 -1 4202560 6120 13328 0 0 108 1 5 3 20 0 15 0 445585855 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696441530608 140697018798682 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5968] ppid=5900 vsize=10840844 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5968/stat : 5968 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11101024256 60220 33554432000 4194304 4196468 140730783333360 140695539894880 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5969] ppid=5900 vsize=10840844 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5969/stat : 5969 (java) S 5900 5903 32236 0 -1 1077944384 10 13328 0 0 0 0 5 3 20 0 15 0 445585855 11101024256 60220 33554432000 4194304 4196468 140730783333360 140696440478512 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 6.65 s
Current children cumulated vsize: 10840844 KiB
Current children cumulated memory: 240880 KiB

[startup+6.30195 s]
/proc/loadavg: 0.98 1.28 1.37 5/228 5969
/proc/meminfo: memFree=28052092/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=10846988 memory=352268 CPUtime=16.25 cores=1,3,5,7

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

/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 74356 13328 0 0 229687 50 5 3 20 0 15 0 445585850 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696990612816 140696643021437 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=10846988 memory=1258584 CPUtime=12.05 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 18352 13328 0 0 1139 58 5 3 20 0 15 0 445585850 11107315712 314646 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=10846988 memory=1258584 CPUtime=12.05 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 14499 13328 0 0 1140 57 5 3 20 0 15 0 445585850 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=10846988 memory=1258584 CPUtime=12.03 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 27047 13328 0 0 1140 55 5 3 20 0 15 0 445585850 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=10846988 memory=1258584 CPUtime=12.02 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 15571 13328 0 0 1138 56 5 3 20 0 15 0 445585850 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5961] ppid=5900 vsize=10846988 memory=1258584 CPUtime=10.54 cores=1,3,5,7
/proc/5903/task/5961/stat : 5961 (java) S 5900 5903 32236 0 -1 1077944384 18961 13328 0 0 996 50 5 3 20 0 15 0 445585852 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696478247408 140697018788482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5962] ppid=5900 vsize=10846988 memory=1258584 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5962/stat : 5962 (java) S 5900 5903 32236 0 -1 1077944384 38 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696477193696 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5963] ppid=5900 vsize=10846988 memory=1258544 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5963/stat : 5963 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 314646 33554432000 4194304 4196468 140730783333360 140695880852992 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5964] ppid=5900 vsize=10846988 memory=1258584 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5964/stat : 5964 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 314646 33554432000 4194304 4196468 140730783333360 140695573453520 140697018795931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5965] ppid=5900 vsize=10846988 memory=1258584 CPUtime=5.31 cores=1,3,5,7
/proc/5903/task/5965/stat : 5965 (java) S 5900 5903 32236 0 -1 1077944384 27009 13328 0 0 520 3 5 3 20 0 15 0 445585855 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696443635696 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5966] ppid=5900 vsize=10846988 memory=3612 CPUtime=5.65 cores=1,3,5,7
/proc/5903/task/5966/stat : 5966 (java) S 5900 5903 32236 0 -1 1077944384 26128 13328 0 0 554 3 5 3 20 0 15 0 445585855 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696442583152 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5967] ppid=5900 vsize=10846988 memory=1258584 CPUtime=2.34 cores=1,3,5,7
/proc/5903/task/5967/stat : 5967 (java) S 5900 5903 32236 0 -1 1077944384 16806 13328 0 0 221 5 5 3 20 0 15 0 445585855 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696441530608 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5968] ppid=5900 vsize=10846988 memory=1258584 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5968/stat : 5968 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 314646 33554432000 4194304 4196468 140730783333360 140695539894880 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5969] ppid=5900 vsize=10846988 memory=1258584 CPUtime=1.41 cores=1,3,5,7
/proc/5903/task/5969/stat : 5969 (java) S 5900 5903 32236 0 -1 1077944384 1260 13328 0 0 63 70 5 3 20 0 15 0 445585855 11107315712 314646 33554432000 4194304 4196468 140730783333360 140696440478512 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 2370.25 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1258584 KiB

[startup+2382.3 s]
/proc/loadavg: 0.78 0.76 1.01 2/206 6257
/proc/meminfo: memFree=28106720/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=10846988 memory=1260696 CPUtime=2431.29 cores=1,3,5,7
/proc/5903/stat : 5903 (java) S 5900 5903 32236 0 -1 1077944320 243686 13328 0 0 242764 357 5 3 20 0 15 0 445585819 11107315712 315174 33554432000 4194304 4196468 140730783333360 140730783315904 140697018777335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
/proc/5903/statm: 2711747 315174 3627 1 0 2673805 0
[pid=5903/tid=5956] ppid=5900 vsize=10846988 memory=2305 CPUtime=2356.78 cores=1,3,5,7
/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 75088 13328 0 0 235619 51 5 3 20 0 15 0 445585850 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696990612752 140696642985334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=10846988 memory=1260696 CPUtime=12.39 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 18522 13328 0 0 1171 60 5 3 20 0 15 0 445585850 11107315712 315174 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=10846988 memory=1260696 CPUtime=12.4 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 14592 13328 0 0 1174 58 5 3 20 0 15 0 445585850 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=10846988 memory=280835296313440 CPUtime=12.38 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 27062 13328 0 0 1173 57 5 3 20 0 15 0 445585850 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=10846988 memory=1260696 CPUtime=12.36 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 15776 13328 0 0 1171 57 5 3 20 0 15 0 445585850 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5961] ppid=5900 vsize=10846988 memory=280835295363552 CPUtime=10.85 cores=1,3,5,7
/proc/5903/task/5961/stat : 5961 (java) S 5900 5903 32236 0 -1 1077944384 19167 13328 0 0 1025 52 5 3 20 0 15 0 445585852 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696478247408 140697018788482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5962] ppid=5900 vsize=10846988 memory=4945125699554088323 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5962/stat : 5962 (java) S 5900 5903 32236 0 -1 1077944384 38 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696477193696 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5963] ppid=5900 vsize=10846988 memory=1260696 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5963/stat : 5963 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 315174 33554432000 4194304 4196468 140730783333360 140695880852992 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5964] ppid=5900 vsize=10846988 memory=1260696 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5964/stat : 5964 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 315174 33554432000 4194304 4196468 140730783333360 140695573453520 140697018795931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5965] ppid=5900 vsize=10846988 memory=26064 CPUtime=5.31 cores=1,3,5,7
/proc/5903/task/5965/stat : 5965 (java) S 5900 5903 32236 0 -1 1077944384 27011 13328 0 0 520 3 5 3 20 0 15 0 445585855 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696443635696 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5966] ppid=5900 vsize=10846988 memory=2120 CPUtime=5.65 cores=1,3,5,7
/proc/5903/task/5966/stat : 5966 (java) S 5900 5903 32236 0 -1 1077944384 26130 13328 0 0 554 3 5 3 20 0 15 0 445585855 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696442583152 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5967] ppid=5900 vsize=10846988 memory=1260696 CPUtime=2.34 cores=1,3,5,7
/proc/5903/task/5967/stat : 5967 (java) S 5900 5903 32236 0 -1 1077944384 16808 13328 0 0 221 5 5 3 20 0 15 0 445585855 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696441530608 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5968] ppid=5900 vsize=10846988 memory=1260696 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5968/stat : 5968 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 315174 33554432000 4194304 4196468 140730783333360 140695539894880 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5969] ppid=5900 vsize=10846988 memory=508 CPUtime=1.45 cores=1,3,5,7
/proc/5903/task/5969/stat : 5969 (java) S 5900 5903 32236 0 -1 1077944384 1275 13328 0 0 65 72 5 3 20 0 15 0 445585855 11107315712 315174 33554432000 4194304 4196468 140730783333360 140696440478512 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 2431.29 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1260696 KiB

[startup+2442.3 s]
/proc/loadavg: 0.73 0.74 0.99 2/206 6261
/proc/meminfo: memFree=28107376/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=10846988 memory=1260724 CPUtime=2492.3 cores=1,3,5,7
/proc/5903/stat : 5903 (java) S 5900 5903 32236 0 -1 1077944320 245337 13328 0 0 248856 366 5 3 20 0 15 0 445585819 11107315712 315181 33554432000 4194304 4196468 140730783333360 140730783315904 140697018777335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
/proc/5903/statm: 2711747 315181 3627 1 0 2673805 0
[pid=5903/tid=5956] ppid=5900 vsize=10846988 memory=1260724 CPUtime=2416.13 cores=1,3,5,7
/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 75863 13328 0 0 241553 52 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696990612992 140696623791032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=10846988 memory=1260724 CPUtime=12.73 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 18564 13328 0 0 1205 60 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=10846988 memory=1260724 CPUtime=12.72 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 14828 13328 0 0 1205 59 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=10846988 memory=1260724 CPUtime=12.7 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 27088 13328 0 0 1204 58 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=10846988 memory=1260724 CPUtime=12.7 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 16116 13328 0 0 1203 59 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5961] ppid=5900 vsize=10846988 memory=1260724 CPUtime=11.13 cores=1,3,5,7
/proc/5903/task/5961/stat : 5961 (java) S 5900 5903 32236 0 -1 1077944384 19377 13328 0 0 1052 53 5 3 20 0 15 0 445585852 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696478247408 140697018788482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5962] ppid=5900 vsize=10846988 memory=1260724 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5962/stat : 5962 (java) S 5900 5903 32236 0 -1 1077944384 38 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696477193696 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5963] ppid=5900 vsize=10846988 memory=280835295363552 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5963/stat : 5963 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 315181 33554432000 4194304 4196468 140730783333360 140695880852992 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5964] ppid=5900 vsize=10846988 memory=1260724 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5964/stat : 5964 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140695573453520 140697018795931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5965] ppid=5900 vsize=10846988 memory=1260724 CPUtime=5.31 cores=1,3,5,7
/proc/5903/task/5965/stat : 5965 (java) S 5900 5903 32236 0 -1 1077944384 27013 13328 0 0 520 3 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696443635696 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5966] ppid=5900 vsize=10846988 memory=33 CPUtime=5.65 cores=1,3,5,7
/proc/5903/task/5966/stat : 5966 (java) S 5900 5903 32236 0 -1 1077944384 26132 13328 0 0 554 3 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696442583152 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5967] ppid=5900 vsize=10846988 memory=1260724 CPUtime=2.34 cores=1,3,5,7
/proc/5903/task/5967/stat : 5967 (java) S 5900 5903 32236 0 -1 1077944384 16810 13328 0 0 221 5 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696441530608 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5968] ppid=5900 vsize=10846988 memory=1260724 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5968/stat : 5968 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140695539894880 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5969] ppid=5900 vsize=10846988 memory=1260724 CPUtime=1.49 cores=1,3,5,7
/proc/5903/task/5969/stat : 5969 (java) S 5900 5903 32236 0 -1 1077944384 1291 13328 0 0 67 74 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696440478512 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 2492.3 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1260724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.6 s]
/proc/loadavg: 0.64 0.72 0.98 2/206 6264
/proc/meminfo: memFree=28107188/32770624 swapFree=66958320/67108860
[pid=5903] ppid=5900 vsize=10846988 memory=1260724 CPUtime=2520.06 cores=1,3,5,7
/proc/5903/stat : 5903 (java) S 5900 5903 32236 0 -1 1077944320 246230 13328 0 0 251628 370 5 3 20 0 15 0 445585819 11107315712 315181 33554432000 4194304 4196468 140730783333360 140730783315904 140697018777335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
/proc/5903/statm: 2711747 315181 3627 1 0 2673805 0
[pid=5903/tid=5956] ppid=5900 vsize=10846988 memory=1432 CPUtime=2443.13 cores=1,3,5,7
/proc/5903/task/5956/stat : 5956 (java) R 5900 5903 32236 0 -1 4202560 76227 13328 0 0 244252 53 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696990613248 140696642343725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5957] ppid=5900 vsize=10846988 memory=776 CPUtime=12.88 cores=1,3,5,7
/proc/5903/task/5957/stat : 5957 (java) S 5900 5903 32236 0 -1 1077944384 18770 13328 0 0 1219 61 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140697023019280 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5958] ppid=5900 vsize=10846988 memory=8112282956445269571 CPUtime=12.87 cores=1,3,5,7
/proc/5903/task/5958/stat : 5958 (java) S 5900 5903 32236 0 -1 1077944384 14839 13328 0 0 1219 60 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696592189840 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5959] ppid=5900 vsize=10846988 memory=47524 CPUtime=12.86 cores=1,3,5,7
/proc/5903/task/5959/stat : 5959 (java) S 5900 5903 32236 0 -1 1077944384 27110 13328 0 0 1219 59 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696591137296 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5960] ppid=5900 vsize=10846988 memory=988 CPUtime=12.84 cores=1,3,5,7
/proc/5903/task/5960/stat : 5960 (java) S 5900 5903 32236 0 -1 1077944384 16188 13328 0 0 1217 59 5 3 20 0 15 0 445585850 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696590084752 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5961] ppid=5900 vsize=10846988 memory=2020 CPUtime=11.27 cores=1,3,5,7
/proc/5903/task/5961/stat : 5961 (java) S 5900 5903 32236 0 -1 1077944384 19574 13328 0 0 1065 54 5 3 20 0 15 0 445585852 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696478247408 140697018788482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5962] ppid=5900 vsize=10846988 memory=1432 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5962/stat : 5962 (java) S 5900 5903 32236 0 -1 1077944384 38 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696477193696 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5963] ppid=5900 vsize=10846988 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5963/stat : 5963 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585852 11107315712 315181 33554432000 4194304 4196468 140730783333360 140695880852992 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5964] ppid=5900 vsize=10846988 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5964/stat : 5964 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140695573453520 140697018795931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5965] ppid=5900 vsize=10846988 memory=0 CPUtime=5.31 cores=1,3,5,7
/proc/5903/task/5965/stat : 5965 (java) S 5900 5903 32236 0 -1 1077944384 27015 13328 0 0 520 3 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696443635696 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5966] ppid=5900 vsize=10846988 memory=4715433313220523562 CPUtime=5.65 cores=1,3,5,7
/proc/5903/task/5966/stat : 5966 (java) S 5900 5903 32236 0 -1 1077944384 26134 13328 0 0 554 3 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696442583152 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5967] ppid=5900 vsize=10846988 memory=-8341965534556230502 CPUtime=2.34 cores=1,3,5,7
/proc/5903/task/5967/stat : 5967 (java) S 5900 5903 32236 0 -1 1077944384 16812 13328 0 0 221 5 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696441530608 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5968] ppid=5900 vsize=10846988 memory=7822038051842261661 CPUtime=0.08 cores=1,3,5,7
/proc/5903/task/5968/stat : 5968 (java) S 5900 5903 32236 0 -1 1077944384 3 13328 0 0 0 0 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140695539894880 140697018787541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
[pid=5903/tid=5969] ppid=5900 vsize=10846988 memory=-6520471753822164382 CPUtime=1.51 cores=1,3,5,7
/proc/5903/task/5969/stat : 5969 (java) S 5900 5903 32236 0 -1 1077944384 1306 13328 0 0 68 75 5 3 20 0 15 0 445585855 11107315712 315181 33554432000 4194304 4196468 140730783333360 140696440478512 140697018788482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8142848 140730783337200 140730783339717 140730783339717 140730783342543 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1260724 KiB

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

[startup+2469.64 s]
# the end of solver process 5903 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.38 s, system=3.74832 s

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

Child status: 143
Real time (s): 2469.64
CPU time (s): 2520.13
CPU user time (s): 2516.38
CPU system time (s): 3.74832
CPU usage (%): 102.044
Max. virtual memory (cumulated for all children) (KiB): 10848700
Max. memory (cumulated for all children) (KiB): 1260724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.38
system time used= 3.74831
maximum resident set size= 1264940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 291507
involuntary context switches= 6000


# summary of solver processes directly reported to runsolver:
#   pid: 5903
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.38
#   total CPU system time (s): 3.74832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7956 second user time and 24.2229 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-17 07:00:51
IDJOB=4400626
IDBENCH=141714
IDSOLVER=2857
FILE ID=node145/4400626-1568696493
RUNJOBID= node145-1568673289-32268
PBS_JOBID= 21703777
Free space on /tmp= 59496 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400626-1568696493/watcher-4400626-1568696493 -o /tmp/evaluation-result-4400626-1568696493/solver-4400626-1568696493 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568673289-32268 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=520998890 HOME/instance-4400626-1568696493.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=520998890

node145.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.59
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.59
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.59
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.59
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:        28373016 kB
MemAvailable:   30901692 kB
Buffers:          186336 kB
Cached:          2633500 kB
SwapCached:        41072 kB
Active:          2349664 kB
Inactive:        1464440 kB
Active(anon):     957236 kB
Inactive(anon):    86528 kB
Active(file):    1392428 kB
Inactive(file):  1377912 kB
Unevictable:      109612 kB
Mlocked:          109612 kB
SwapTotal:      67108860 kB
SwapFree:       66958320 kB
Dirty:             35252 kB
Writeback:            16 kB
AnonPages:       1063972 kB
Mapped:            61788 kB
Shmem:             40616 kB
Slab:             176908 kB
SReclaimable:     148344 kB
SUnreclaim:        28564 kB
KernelStack:        3728 kB
PageTables:         7720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2179628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    858112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59496 MiB
End job on node145 at 2019-09-17 07:42:01