Trace number 4402879

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3SAT (TO)39 2520.12 2484.6

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-09.xml
MD5SUM6fd932c8bfa1fb1c2de56266b40b08cd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark30.7526
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":42}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":42}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"sum","count":72}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.90/4.24	c Concrete v3.12.3.1568965526260 running
9.40/13.03	o 23
9.76/13.12	o 27
10.57/13.41	o 28
10.57/13.42	o 29
10.57/13.44	o 30
10.80/13.55	o 32
11.03/13.64	o 33
15.14/16.84	o 34
15.24/16.93	o 35
26.53/27.61	o 36
50.62/51.64	o 37
64.48/65.27	o 38
152.79/153.07	o 39
2520.01/2484.51	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2484.51		at concrete.MAC.mac(MAC.scala:192)
2520.01/2484.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.01/2484.51		at scala.util.Try$.apply(Try.scala:210)
2520.01/2484.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2484.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2484.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2484.51		at concrete.MAC.oneRun(MAC.scala:265)
2520.01/2484.51		at concrete.MAC.nextSolution(MAC.scala:284)
2520.01/2484.51		at concrete.MAC.nextSolution(MAC.scala:369)
2520.01/2484.51		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2484.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2484.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2484.51		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2484.51		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.01/2484.51		at scala.util.Success.map(Try.scala:262)
2520.01/2484.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2484.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2484.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2484.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2484.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2484.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2484.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2484.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2484.51		at scala.App.$anonfun$main$1(App.scala:73)
2520.01/2484.51		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.01/2484.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.01/2484.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.01/2484.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.01/2484.51		at scala.App.main(App.scala:73)
2520.01/2484.51		at scala.App.main$(App.scala:71)
2520.01/2484.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2484.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2484.52	v <instantiation
2520.01/2484.52	v         cost = '39'>
2520.01/2484.52	v       <list>
2520.01/2484.52	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8]
2520.01/2484.52	v       </list>
2520.01/2484.52	v       <values>
2520.01/2484.52	v         1 1 0 1 1 0 0 1 1 1 1 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 1 0 1 1 0 0 1 1 3 3 4 2 3 2 2 2 2 3 3 5 3 6 2 4 4 3 4 4 5 2 6 2 5 3 4 3 3 5 2 6 2 5 3 3 3 3 5 2 6 3 5 4 2 4 4 5 2 5 3 3 4 2 3 3 5 3 5 4 3 5 2 3 3 4 2 2 2 2 3 2
2520.01/2484.52	v       </values>
2520.01/2484.52	v     </instantiation>
2520.01/2484.52	s SATISFIABLE

Verifier Data

OK	39

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 (126 MiB free)
  memory of node 1: 16384 MiB (56 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402879-1568967638/watcher-4402879-1568967638 -o /tmp/evaluation-result-4402879-1568967638/solver-4402879-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402879-1568967638.xml 

running on 4 cores: 0,2,4,6

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

solver pid=7587, runsolver pid=7580

[startup+0.100148 s]*
/proc/loadavg: 0.31 0.08 0.07 1/205 7598
/proc/meminfo: memFree=185828/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=113256 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7587/stat : 7587 (bash) S 7580 7587 7525 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 473017784 115974144 363 33554432000 4194304 5098028 140720436531696 140720436529336 140677149281280 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7587/statm: 28314 363 289 221 0 119 0
[pid=7589] ppid=7587 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/7589/stat : 7589 (bash) S 7587 7587 7525 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 473017785 115974144 177 33554432000 4194304 5098028 140720436531696 140720436527864 140677149106812 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7589/statm: 28314 177 101 221 0 119 0
[pid=7591] ppid=7589 vsize=113256 memory=884 CPUtime=0 cores=0,2,4,6
/proc/7591/stat : 7591 (bash) S 7589 7587 7525 0 -1 4202560 211 427 0 1 0 0 0 0 20 0 1 0 473017785 115974144 221 33554432000 4194304 5098028 140720436531696 140720436525160 140677149281280 0 0 4096 65538 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7591/statm: 28314 221 145 221 0 119 0
[pid=7598] ppid=7591 vsize=113256 memory=488 CPUtime=0 cores=0,2,4,6
/proc/7598/stat : 7598 (bash) D 7591 7587 7525 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 1 0 473017790 115974144 122 33554432000 4194304 5098028 140720436531696 140720436524216 140677149279605 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7598/statm: 28314 122 46 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3532 KiB

[startup+0.209982 s]*
/proc/loadavg: 0.31 0.08 0.07 3/205 7634
/proc/meminfo: memFree=184212/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=113256 memory=1568 CPUtime=0.01 cores=0,2,4,6
/proc/7587/stat : 7587 (bash) S 7580 7587 7525 0 -1 4202496 850 5372 0 1 0 0 0 1 20 0 1 0 473017784 115974144 392 33554432000 4194304 5098028 140720436531696 140720436525432 140677149281280 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7587/statm: 28314 392 311 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1568 KiB

[startup+0.309714 s]*
/proc/loadavg: 0.31 0.08 0.07 1/201 7638
/proc/meminfo: memFree=184672/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=113256 memory=1568 CPUtime=0.01 cores=0,2,4,6
/proc/7587/stat : 7587 (bash) S 7580 7587 7525 0 -1 4202496 850 5372 0 1 0 0 0 1 20 0 1 0 473017784 115974144 392 33554432000 4194304 5098028 140720436531696 140720436525432 140677149281280 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7587/statm: 28314 392 311 221 0 119 0
[pid=7638] ppid=7587 vsize=113256 memory=508 CPUtime=0 cores=0,2,4,6
/proc/7638/stat : 7638 (bash) D 7587 7587 7525 0 -1 4202560 128 0 0 0 0 0 0 0 20 0 1 0 473017805 115974144 127 33554432000 4194304 5098028 140720436531696 140720436524488 140677149279605 0 0 4096 65538 18446744071585676691 0 0 17 2 0 0 0 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7638/statm: 28314 127 43 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226512 KiB
Current children cumulated memory: 2076 KiB

[startup+0.700522 s]
/proc/loadavg: 0.31 0.08 0.07 1/205 7644
/proc/meminfo: memFree=184160/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/7587/stat : 7587 (bash) S 7580 7587 7525 0 -1 4202496 888 5692 0 1 0 0 0 1 20 0 1 0 473017784 115974144 404 33554432000 4194304 5098028 140720436531696 140720436525704 140677149281280 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7587/statm: 28314 404 320 221 0 119 0
[pid=7639] ppid=7587 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/7639/stat : 7639 (bash) S 7587 7587 7525 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473017824 115974144 178 33554432000 4194304 5098028 140720436531696 140720436524376 140677149106812 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7639/statm: 28314 178 94 221 0 119 0
[pid=7641] ppid=7639 vsize=6788 memory=232 CPUtime=0 cores=0,2,4,6
/proc/7641/stat : 7641 (java) D 7639 7587 7525 0 -1 1077936128 182 0 1 0 0 0 0 0 20 0 1 0 473017824 6950912 58 33554432000 4194304 4196468 140728951067952 140728951065080 139814284805831 0 0 4096 0 18446744072101654052 0 0 17 6 0 0 1 0 0 6293624 6294260 32735232 140728951075980 140728951075994 140728951075994 140728951078863 0
/proc/7641/statm: 1697 58 46 1 0 43 0
[pid=7643] ppid=7639 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/7643/stat : 7643 (awk) S 7639 7587 7525 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473017824 116211712 243 33554432000 4194304 4609284 140722376261920 140722376261096 140336596696064 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 10985472 140722376266940 140722376266970 140722376266970 140722376269807 0
/proc/7643/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 346788 KiB
Current children cumulated memory: 3532 KiB

[startup+1.50052 s]
/proc/loadavg: 0.31 0.08 0.07 1/205 7644
/proc/meminfo: memFree=216184/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/7587/stat : 7587 (bash) S 7580 7587 7525 0 -1 4202496 888 5692 0 1 0 0 0 1 20 0 1 0 473017784 115974144 404 33554432000 4194304 5098028 140720436531696 140720436525704 140677149281280 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 1 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7587/statm: 28314 404 320 221 0 119 0
[pid=7639] ppid=7587 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/7639/stat : 7639 (bash) S 7587 7587 7525 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473017824 115974144 178 33554432000 4194304 5098028 140720436531696 140720436524376 140677149106812 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38428672 140720436536340 140720436536465 140720436536465 140720436539374 0
/proc/7639/statm: 28314 178 94 221 0 119 0
[pid=7641] ppid=7639 vsize=103032 memory=4828 CPUtime=0 cores=0,2,4,6
/proc/7641/stat : 7641 (java) S 7639 7587 7525 0 -1 1077944320 1483 0 2 0 0 0 0 0 20 0 2 0 473017824 105504768 1207 33554432000 4194304 4196468 140728951067952 140728951050496 139814282530551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 54 0 0 6293624 6294260 32735232 140728951075980 140728951075994 140728951075994 140728951078863 0
/proc/7641/statm: 25758 1207 890 1 0 16800 0
[pid=7643] ppid=7639 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/7643/stat : 7643 (awk) S 7639 7587 7525 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473017824 116211712 243 33554432000 4194304 4609284 140722376261920 140722376261096 140336596696064 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 10985472 140722376266940 140722376266970 140722376266970 140722376269807 0
/proc/7643/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 443032 KiB
Current children cumulated memory: 8128 KiB

[startup+3.10032 s]*
/proc/loadavg: 0.45 0.11 0.08 1/227 7718
/proc/meminfo: memFree=229504/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=10820196 memory=47380 CPUtime=0.32 cores=0,2,4,6
/proc/7587/stat : 7587 (java) S 7580 7587 7525 0 -1 1077944320 9806 13255 0 4 18 4 5 5 20 0 15 0 473017784 11079880704 11845 33554432000 4194304 4196468 140727232453200 140727232435744 140125011365623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
/proc/7587/statm: 2705049 11845 3304 1 0 2667149 0
[pid=7587/tid=7691] ppid=7580 vsize=10820196 memory=7022364594140610616 CPUtime=0.25 cores=0,2,4,6
/proc/7587/task/7691/stat : 7691 (java) D 7580 7587 7525 0 -1 4202560 6280 13255 0 4 11 4 5 5 20 0 15 0 473018057 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124983181584 140125011387549 0 4 0 16800975 18446744071580419588 0 0 -1 0 0 0 10 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7693] ppid=7580 vsize=10820196 memory=365 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7693/stat : 7693 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018064 11079880704 11845 33554432000 4194304 4196468 140727232453200 140125015608080 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7694] ppid=7580 vsize=10820196 memory=288370140151355008 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7694/stat : 7694 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018064 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124919810960 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7695] ppid=7580 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7695/stat : 7695 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018064 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124583943184 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7696] ppid=7580 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7696/stat : 7696 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018064 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124582890640 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7701] ppid=7580 vsize=10820196 memory=139763999643264 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7701/stat : 7701 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018065 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124283135984 140125011376770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7703] ppid=7580 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7703/stat : 7703 (java) S 7580 7587 7525 0 -1 1077944384 33 13255 0 4 0 0 5 5 20 0 15 0 473018066 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124282082208 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7704] ppid=7580 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7704/stat : 7704 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018066 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124180440048 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7707] ppid=7580 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7707/stat : 7707 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018070 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124046223568 140125011384219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7708] ppid=7580 vsize=10820196 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/7587/task/7708/stat : 7708 (java) S 7580 7587 7525 0 -1 1077944384 476 13255 0 4 1 0 5 5 20 0 15 0 473018070 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124146883056 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7709] ppid=7580 vsize=10820196 memory=-1 CPUtime=0.11 cores=0,2,4,6
/proc/7587/task/7709/stat : 7709 (java) S 7580 7587 7525 0 -1 1077944384 176 13255 0 4 1 0 5 5 20 0 15 0 473018070 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124145830512 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7710] ppid=7580 vsize=10820196 memory=139763999645150 CPUtime=0.13 cores=0,2,4,6
/proc/7587/task/7710/stat : 7710 (java) S 7580 7587 7525 0 -1 1077944384 620 13255 0 4 3 0 5 5 20 0 15 0 473018070 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124144777968 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7711] ppid=7580 vsize=10820196 memory=3539920704711913323 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7711/stat : 7711 (java) S 7580 7587 7525 0 -1 1077944384 3 13255 0 4 0 0 5 5 20 0 15 0 473018071 11079880704 11845 33554432000 4194304 4196468 140727232453200 140123308026976 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7717] ppid=7580 vsize=10820196 memory=3690611184425520308 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7717/stat : 7717 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018076 11079880704 11845 33554432000 4194304 4196468 140727232453200 140124143724848 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47380 KiB
heavy processes:

[startup+6.30067 s]
/proc/loadavg: 0.45 0.11 0.08 1/227 7718
/proc/meminfo: memFree=181576/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=10822316 memory=79868 CPUtime=1.11 cores=0,2,4,6
/proc/7587/stat : 7587 (java) S 7580 7587 7525 0 -1 1077944320 18800 13255 0 4 93 8 5 5 20 0 15 0 473017784 11082051584 19967 33554432000 4194304 4196468 140727232453200 140727232435744 140125011365623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
/proc/7587/statm: 2705579 19967 3505 1 0 2667661 0
[pid=7587/tid=7691] ppid=7580 vsize=10822316 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/7587/task/7691/stat : 7691 (java) D 7580 7587 7525 0 -1 4202560 14072 13255 0 4 50 6 5 5 20 0 15 0 473018057 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124983187552 140125011387549 0 4 0 16800975 18446744071580419588 0 0 -1 2 0 0 236 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7693] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7693/stat : 7693 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018064 11082051584 19967 33554432000 4194304 4196468 140727232453200 140125015608080 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7694] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7694/stat : 7694 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018064 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124919810960 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7695] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7695/stat : 7695 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018064 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124583943184 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7696] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7696/stat : 7696 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018064 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124582890640 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7701] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7701/stat : 7701 (java) S 7580 7587 7525 0 -1 1077944384 6 13255 0 4 0 0 5 5 20 0 15 0 473018065 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124283135984 140125011376770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7703] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7703/stat : 7703 (java) S 7580 7587 7525 0 -1 1077944384 33 13255 0 4 0 0 5 5 20 0 15 0 473018066 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124282082208 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7704] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7704/stat : 7704 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018066 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124180440048 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7707] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7707/stat : 7707 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018070 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124046223568 140125011384219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7708] ppid=7580 vsize=10822316 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/7587/task/7708/stat : 7708 (java) S 7580 7587 7525 0 -1 1077944384 1077 13255 0 4 14 0 5 5 20 0 15 0 473018070 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124146883056 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7709] ppid=7580 vsize=10822316 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/7587/task/7709/stat : 7709 (java) S 7580 7587 7525 0 -1 1077944384 622 13255 0 4 11 0 5 5 20 0 15 0 473018070 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124145830512 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7710] ppid=7580 vsize=10822316 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/7587/task/7710/stat : 7710 (java) S 7580 7587 7525 0 -1 1077944384 771 13255 0 4 16 0 5 5 20 0 15 0 473018070 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124144777968 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7711] ppid=7580 vsize=10822316 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7711/stat : 7711 (java) S 7580 7587 7525 0 -1 1077944384 3 13255 0 4 0 0 5 5 20 0 15 0 473018071 11082051584 19967 33554432000 4194304 4196468 140727232453200 140123308026976 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7717] ppid=7580 vsize=10822316 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7717/stat : 7717 (java) S 7580 7587 7525 0 -1 1077944384 1 13255 0 4 0 0 5 5 20 0 15 0 473018076 11082051584 19967 33554432000 4194304 4196468 140727232453200 140124143724848 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 79868 KiB
heavy processes:

[startup+12.7031 s]
/proc/loadavg: 0.57 0.14 0.09 9/228 7720
/proc/meminfo: memFree=224228/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=10846988 memory=252788 CPUtime=8.43 cores=0,2,4,6
/proc/7587/stat : 7587 (java) S 7580 7587 7525 0 -1 1077944320 70614 13255 2 4 799 34 5 5 20 0 15 0 473017784 11107315712 63197 33554432000 4194304 4196468 140727232453200 140727232435744 140125011365623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
/proc/7587/statm: 2711747 63197 3620 1 0 2673805 0
[pid=7587/tid=7691] ppid=7580 vsize=10846988 memory=7590937385490932820 CPUtime=3.62 cores=0,2,4,6
/proc/7587/task/7691/stat : 7691 (java) R 7580 7587 7525 0 -1 4202560 42260 13255 2 4 335 17 5 5 20 0 15 0 473018057 11107315712 63197 33554432000 4194304 4196468 140727232453200 140124983195072 140124614840724 0 4 0 16800975 0 0 0 -1 2 0 0 566 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7693] ppid=7580 vsize=10846988 memory=6444200620922065767 CPUtime=0.16 cores=0,2,4,6
/proc/7587/task/7693/stat : 7693 (java) S 7580 7587 7525 0 -1 1077944384 1224 13255 0 4 4 2 5 5 20 0 15 0 473018064 11107315712 63197 33554432000 4194304 4196468 140727232453200 140125015608080 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7694] ppid=7580 vsize=10846988 memory=7307184289356141159 CPUtime=0.16 cores=0,2,4,6
/proc/7587/task/7694/stat : 7694 (java) S 7580 7587 7525 0 -1 1077944384 2202 13255 0 4 4 2 5 5 20 0 15 0 473018064 11107315712 63197 33554432000 4194304 4196468 140727232453200 140124919810960 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0

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

/proc/7587/task/7691/stat : 7691 (java) R 7580 7587 7525 0 -1 4202560 2028244 13255 2 4 228477 372 5 5 20 0 15 0 473018057 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124983201776 140124615939667 0 4 0 16800975 0 0 0 -1 2 0 0 566 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7693] ppid=7580 vsize=10849036 memory=-8486080722631693414 CPUtime=12.53 cores=0,2,4,6
/proc/7587/task/7693/stat : 7693 (java) S 7580 7587 7525 0 -1 1077944384 78571 13255 0 4 1166 77 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140125015608080 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7694] ppid=7580 vsize=10849036 memory=-7666414585839465563 CPUtime=12.55 cores=0,2,4,6
/proc/7587/task/7694/stat : 7694 (java) S 7580 7587 7525 0 -1 1077944384 81565 13255 0 4 1168 77 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124919810960 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7695] ppid=7580 vsize=10849036 memory=6080535058369506151 CPUtime=12.52 cores=0,2,4,6
/proc/7587/task/7695/stat : 7695 (java) S 7580 7587 7525 0 -1 1077944384 82827 13255 0 4 1169 73 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124583943184 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7696] ppid=7580 vsize=10849036 memory=2006248 CPUtime=12.53 cores=0,2,4,6
/proc/7587/task/7696/stat : 7696 (java) S 7580 7587 7525 0 -1 1077944384 73421 13255 0 4 1170 73 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124582890640 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7701] ppid=7580 vsize=10849036 memory=3504 CPUtime=9.11 cores=0,2,4,6
/proc/7587/task/7701/stat : 7701 (java) S 7580 7587 7525 0 -1 1077944384 45874 13255 0 4 851 50 5 5 20 0 15 0 473018065 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124283135984 140125011376770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7703] ppid=7580 vsize=10849036 memory=288230574492221466 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7703/stat : 7703 (java) S 7580 7587 7525 0 -1 1077944384 38 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124282082336 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7704] ppid=7580 vsize=10849036 memory=288230596050944315 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7704/stat : 7704 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124180440064 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7707] ppid=7580 vsize=10849036 memory=14410423571057304 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7707/stat : 7707 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124046223568 140125011384219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7708] ppid=7580 vsize=10849036 memory=4104 CPUtime=3.28 cores=0,2,4,6
/proc/7587/task/7708/stat : 7708 (java) S 7580 7587 7525 0 -1 1077944384 20806 13255 0 4 315 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124146883056 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7709] ppid=7580 vsize=10849036 memory=1408 CPUtime=3.05 cores=0,2,4,6
/proc/7587/task/7709/stat : 7709 (java) S 7580 7587 7525 0 -1 1077944384 19623 13255 0 4 292 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124145830512 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7710] ppid=7580 vsize=10849036 memory=2428 CPUtime=1.93 cores=0,2,4,6
/proc/7587/task/7710/stat : 7710 (java) S 7580 7587 7525 0 -1 1077944384 13083 13255 0 4 179 4 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124144777968 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7711] ppid=7580 vsize=10849036 memory=211652 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7711/stat : 7711 (java) S 7580 7587 7525 0 -1 1077944384 3 13255 0 4 0 0 5 5 20 0 15 0 473018071 11109412864 501562 33554432000 4194304 4196468 140727232453200 140123308026976 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7717] ppid=7580 vsize=10849036 memory=2512 CPUtime=1.44 cores=0,2,4,6
/proc/7587/task/7717/stat : 7717 (java) S 7580 7587 7525 0 -1 1077944384 1744 13255 0 4 63 71 5 5 20 0 15 0 473018076 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124143724848 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
Current children cumulated CPU time: 2356.73 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2006248 KiB

[startup+2382.3 s]
/proc/loadavg: 1.66 1.51 1.33 3/227 8575
/proc/meminfo: memFree=706152/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=10849036 memory=2006248 CPUtime=2417.12 cores=0,2,4,6
/proc/7587/stat : 7587 (java) S 7580 7587 7525 0 -1 1077944320 2455231 13255 2 4 240956 746 5 5 20 0 15 0 473017784 11109412864 501562 33554432000 4194304 4196468 140727232453200 140727232435744 140125011365623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
/proc/7587/statm: 2712259 501562 3626 1 0 2674317 0
[pid=7587/tid=7691] ppid=7580 vsize=10849036 memory=1408 CPUtime=2348.2 cores=0,2,4,6
/proc/7587/task/7691/stat : 7691 (java) R 7580 7587 7525 0 -1 4202560 2032892 13255 2 4 234437 373 5 5 20 0 15 0 473018057 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124983201888 140124614950857 0 4 0 16800975 0 0 0 -1 0 0 0 566 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7693] ppid=7580 vsize=10849036 memory=2006248 CPUtime=12.69 cores=0,2,4,6
/proc/7587/task/7693/stat : 7693 (java) S 7580 7587 7525 0 -1 1077944384 80247 13255 0 4 1181 78 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140125015608080 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7694] ppid=7580 vsize=10849036 memory=30144 CPUtime=12.69 cores=0,2,4,6
/proc/7587/task/7694/stat : 7694 (java) S 7580 7587 7525 0 -1 1077944384 81678 13255 0 4 1181 78 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124919810960 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7695] ppid=7580 vsize=10849036 memory=12024 CPUtime=12.67 cores=0,2,4,6
/proc/7587/task/7695/stat : 7695 (java) S 7580 7587 7525 0 -1 1077944384 82907 13255 0 4 1183 74 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124583943184 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7696] ppid=7580 vsize=10849036 memory=500 CPUtime=12.68 cores=0,2,4,6
/proc/7587/task/7696/stat : 7696 (java) S 7580 7587 7525 0 -1 1077944384 73716 13255 0 4 1184 74 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124582890640 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7701] ppid=7580 vsize=10849036 memory=1560 CPUtime=9.25 cores=0,2,4,6
/proc/7587/task/7701/stat : 7701 (java) S 7580 7587 7525 0 -1 1077944384 46245 13255 0 4 864 51 5 5 20 0 15 0 473018065 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124283135984 140125011376770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7703] ppid=7580 vsize=10849036 memory=2006248 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7703/stat : 7703 (java) S 7580 7587 7525 0 -1 1077944384 38 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124282082336 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7704] ppid=7580 vsize=10849036 memory=1408 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7704/stat : 7704 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124180440064 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7707] ppid=7580 vsize=10849036 memory=2124 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7707/stat : 7707 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124046223568 140125011384219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7708] ppid=7580 vsize=10849036 memory=30144 CPUtime=3.28 cores=0,2,4,6
/proc/7587/task/7708/stat : 7708 (java) S 7580 7587 7525 0 -1 1077944384 20808 13255 0 4 315 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124146883056 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7709] ppid=7580 vsize=10849036 memory=12024 CPUtime=3.05 cores=0,2,4,6
/proc/7587/task/7709/stat : 7709 (java) S 7580 7587 7525 0 -1 1077944384 19626 13255 0 4 292 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124145830512 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7710] ppid=7580 vsize=10849036 memory=500 CPUtime=1.93 cores=0,2,4,6
/proc/7587/task/7710/stat : 7710 (java) S 7580 7587 7525 0 -1 1077944384 13085 13255 0 4 179 4 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124144777968 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7711] ppid=7580 vsize=10849036 memory=1560 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7711/stat : 7711 (java) S 7580 7587 7525 0 -1 1077944384 3 13255 0 4 0 0 5 5 20 0 15 0 473018071 11109412864 501562 33554432000 4194304 4196468 140727232453200 140123308026976 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7717] ppid=7580 vsize=10849036 memory=932 CPUtime=1.48 cores=0,2,4,6
/proc/7587/task/7717/stat : 7717 (java) S 7580 7587 7525 0 -1 1077944384 1776 13255 0 4 66 72 5 5 20 0 15 0 473018076 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124143724848 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
Current children cumulated CPU time: 2417.12 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2006248 KiB

[startup+2442.3 s]
/proc/loadavg: 1.80 1.57 1.36 3/229 8589
/proc/meminfo: memFree=635472/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=10849036 memory=2006248 CPUtime=2477.53 cores=0,2,4,6
/proc/7587/stat : 7587 (java) S 7580 7587 7525 0 -1 1077944320 2489215 13255 2 4 246991 752 5 5 20 0 15 0 473017784 11109412864 501562 33554432000 4194304 4196468 140727232453200 140727232435744 140125011365623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
/proc/7587/statm: 2712259 501562 3626 1 0 2674317 0
[pid=7587/tid=7691] ppid=7580 vsize=10849036 memory=8560 CPUtime=2407.83 cores=0,2,4,6
/proc/7587/task/7691/stat : 7691 (java) R 7580 7587 7525 0 -1 4202560 2064275 13255 2 4 240398 375 5 5 20 0 15 0 473018057 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124983201936 140124616476697 0 4 0 16800975 0 0 0 -1 2 0 0 566 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7693] ppid=7580 vsize=10849036 memory=1712 CPUtime=12.83 cores=0,2,4,6
/proc/7587/task/7693/stat : 7693 (java) S 7580 7587 7525 0 -1 1077944384 80313 13255 0 4 1195 78 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140125015608080 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7694] ppid=7580 vsize=10849036 memory=1112 CPUtime=12.84 cores=0,2,4,6
/proc/7587/task/7694/stat : 7694 (java) S 7580 7587 7525 0 -1 1077944384 82444 13255 0 4 1196 78 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124919810960 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7695] ppid=7580 vsize=10849036 memory=1004 CPUtime=12.83 cores=0,2,4,6
/proc/7587/task/7695/stat : 7695 (java) S 7580 7587 7525 0 -1 1077944384 83105 13255 0 4 1198 75 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124583943184 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7696] ppid=7580 vsize=10849036 memory=6056 CPUtime=12.83 cores=0,2,4,6
/proc/7587/task/7696/stat : 7696 (java) S 7580 7587 7525 0 -1 1077944384 74886 13255 0 4 1198 75 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124582890640 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7701] ppid=7580 vsize=10849036 memory=288230574492221466 CPUtime=9.39 cores=0,2,4,6
/proc/7587/task/7701/stat : 7701 (java) S 7580 7587 7525 0 -1 1077944384 46616 13255 0 4 877 52 5 5 20 0 15 0 473018065 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124283135984 140125011376770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7703] ppid=7580 vsize=10849036 memory=288230596050944315 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7703/stat : 7703 (java) S 7580 7587 7525 0 -1 1077944384 38 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124282082336 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7704] ppid=7580 vsize=10849036 memory=14410423571057304 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7704/stat : 7704 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124180440064 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7707] ppid=7580 vsize=10849036 memory=3768 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7707/stat : 7707 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124046223568 140125011384219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7708] ppid=7580 vsize=10849036 memory=1980 CPUtime=3.28 cores=0,2,4,6
/proc/7587/task/7708/stat : 7708 (java) S 7580 7587 7525 0 -1 1077944384 20810 13255 0 4 315 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124146883056 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7709] ppid=7580 vsize=10849036 memory=2512 CPUtime=3.05 cores=0,2,4,6
/proc/7587/task/7709/stat : 7709 (java) S 7580 7587 7525 0 -1 1077944384 19629 13255 0 4 292 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124145830512 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7710] ppid=7580 vsize=10849036 memory=1436 CPUtime=1.93 cores=0,2,4,6
/proc/7587/task/7710/stat : 7710 (java) S 7580 7587 7525 0 -1 1077944384 13087 13255 0 4 179 4 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124144777968 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7711] ppid=7580 vsize=10849036 memory=796 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7711/stat : 7711 (java) S 7580 7587 7525 0 -1 1077944384 3 13255 0 4 0 0 5 5 20 0 15 0 473018071 11109412864 501562 33554432000 4194304 4196468 140727232453200 140123308026976 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7717] ppid=7580 vsize=10849036 memory=1764 CPUtime=1.52 cores=0,2,4,6
/proc/7587/task/7717/stat : 7717 (java) S 7580 7587 7525 0 -1 1077944384 1799 13255 0 4 68 74 5 5 20 0 15 0 473018076 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124143724848 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
Current children cumulated CPU time: 2477.53 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2006248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.5 s]
/proc/loadavg: 1.75 1.58 1.37 3/229 8613
/proc/meminfo: memFree=685696/32770624 swapFree=66999216/67108860
[pid=7587] ppid=7580 vsize=10849036 memory=2006248 CPUtime=2520.01 cores=0,2,4,6
/proc/7587/stat : 7587 (java) S 7580 7587 7525 0 -1 1077944320 2496338 13255 2 4 251235 756 5 5 20 0 15 0 473017784 11109412864 501562 33554432000 4194304 4196468 140727232453200 140727232435744 140125011365623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
/proc/7587/statm: 2712259 501562 3626 1 0 2674317 0
[pid=7587/tid=7691] ppid=7580 vsize=10849036 memory=2124 CPUtime=2449.75 cores=0,2,4,6
/proc/7587/task/7691/stat : 7691 (java) R 7580 7587 7525 0 -1 4202560 2068876 13255 2 4 244589 376 5 5 20 0 15 0 473018057 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124983201824 140124613908808 0 4 0 16800975 0 0 0 -1 6 0 0 566 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7693] ppid=7580 vsize=10849036 memory=30160 CPUtime=12.94 cores=0,2,4,6
/proc/7587/task/7693/stat : 7693 (java) S 7580 7587 7525 0 -1 1077944384 80547 13255 0 4 1205 79 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140125015608080 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7694] ppid=7580 vsize=10849036 memory=8112282956445269571 CPUtime=12.95 cores=0,2,4,6
/proc/7587/task/7694/stat : 7694 (java) S 7580 7587 7525 0 -1 1077944384 82530 13255 0 4 1206 79 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124919810960 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7695] ppid=7580 vsize=10849036 memory=1712 CPUtime=12.93 cores=0,2,4,6
/proc/7587/task/7695/stat : 7695 (java) S 7580 7587 7525 0 -1 1077944384 84246 13255 0 4 1208 75 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124583943184 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7696] ppid=7580 vsize=10849036 memory=1112 CPUtime=12.94 cores=0,2,4,6
/proc/7587/task/7696/stat : 7696 (java) S 7580 7587 7525 0 -1 1077944384 75565 13255 0 4 1208 76 5 5 20 0 15 0 473018064 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124582890640 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7701] ppid=7580 vsize=10849036 memory=1004 CPUtime=9.49 cores=0,2,4,6
/proc/7587/task/7701/stat : 7701 (java) S 7580 7587 7525 0 -1 1077944384 46969 13255 0 4 887 52 5 5 20 0 15 0 473018065 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124283135984 140125011376770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7703] ppid=7580 vsize=10849036 memory=2006248 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7703/stat : 7703 (java) S 7580 7587 7525 0 -1 1077944384 38 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124282082336 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7704] ppid=7580 vsize=10849036 memory=55416 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7704/stat : 7704 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018066 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124180440064 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7707] ppid=7580 vsize=10849036 memory=1004 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7707/stat : 7707 (java) S 7580 7587 7525 0 -1 1077944384 2 13255 0 4 0 0 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124046223568 140125011384219 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7708] ppid=7580 vsize=10849036 memory=6056 CPUtime=3.28 cores=0,2,4,6
/proc/7587/task/7708/stat : 7708 (java) S 7580 7587 7525 0 -1 1077944384 20812 13255 0 4 315 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124146883056 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7709] ppid=7580 vsize=10849036 memory=8112282956445269571 CPUtime=3.05 cores=0,2,4,6
/proc/7587/task/7709/stat : 7709 (java) S 7580 7587 7525 0 -1 1077944384 19632 13255 0 4 292 3 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124145830512 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7710] ppid=7580 vsize=10849036 memory=292 CPUtime=1.93 cores=0,2,4,6
/proc/7587/task/7710/stat : 7710 (java) S 7580 7587 7525 0 -1 1077944384 13089 13255 0 4 179 4 5 5 20 0 15 0 473018070 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124144777968 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7711] ppid=7580 vsize=10849036 memory=6944656592387989600 CPUtime=0.1 cores=0,2,4,6
/proc/7587/task/7711/stat : 7711 (java) S 7580 7587 7525 0 -1 1077944384 3 13255 0 4 0 0 5 5 20 0 15 0 473018071 11109412864 501562 33554432000 4194304 4196468 140727232453200 140123308026976 140125011375829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
[pid=7587/tid=7717] ppid=7580 vsize=10849036 memory=6655300316396806240 CPUtime=1.54 cores=0,2,4,6
/proc/7587/task/7717/stat : 7717 (java) S 7580 7587 7525 0 -1 1077944384 1821 13255 0 4 69 75 5 5 20 0 15 0 473018076 11109412864 501562 33554432000 4194304 4196468 140727232453200 140124143724848 140125011376770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19329024 140727232457455 140727232459973 140727232459973 140727232462799 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 2006248 KiB

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

[startup+2484.6 s]
# the end of solver process 7587 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.42 s, system=7.69876 s

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

Child status: 143
Real time (s): 2484.6
CPU time (s): 2520.12
CPU user time (s): 2512.42
CPU system time (s): 7.69876
CPU usage (%): 101.43
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2006248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.42
system time used= 7.69876
maximum resident set size= 2010396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2513147
page faults= 6
swaps= 0
block input operations= 23560
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261168
involuntary context switches= 9423


# summary of solver processes directly reported to runsolver:
#   pid: 7587
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2512.42
#   total CPU system time (s): 7.69876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3748 second user time and 23.2906 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 10:19:39
IDJOB=4402879
IDBENCH=116013
IDSOLVER=2861
FILE ID=node103/4402879-1568967638
RUNJOBID= node103-1568967579-7556
PBS_JOBID= 21704635
Free space on /tmp= 20716 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402879-1568967638/watcher-4402879-1568967638 -o /tmp/evaluation-result-4402879-1568967638/solver-4402879-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568967579-7556 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402879-1568967638.xml

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

MD5SUM BENCH= 6fd932c8bfa1fb1c2de56266b40b08cd
RANDOM SEED=1159292332

node103.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.74
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.74
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.74
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.74
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:          188856 kB
MemAvailable:   31848896 kB
Buffers:           90684 kB
Cached:         31795180 kB
SwapCached:         6972 kB
Active:         17141484 kB
Inactive:       14757572 kB
Active(anon):       3636 kB
Inactive(anon):    59244 kB
Active(file):   17137848 kB
Inactive(file): 14698328 kB
Unevictable:      107408 kB
Mlocked:          107408 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             38420 kB
Writeback:             0 kB
AnonPages:        114740 kB
Mapped:            51996 kB
Shmem:             40864 kB
Slab:             279704 kB
SReclaimable:     252324 kB
SUnreclaim:        27380 kB
KernelStack:        3392 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20644 MiB
End job on node103 at 2019-09-20 11:01:13