Trace number 4401382

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.2SAT (TO)34 2400.09 2357.63

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-11.xml
MD5SUM5296a674fcd135b0317e95ffe6d81fd1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark38.7624
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints158
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":66},{"size":9,"count":66}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":66},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":66},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":36}]
Number of extensional constraints92
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":92},{"type":"sum","count":66}]
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.71/1.07	c Concrete v3.12.2.1568631193530 running
8.99/4.32	o 27
8.99/4.34	o 29
8.99/4.35	o 31
9.94/4.68	o 32
11.50/5.22	o 33
193.55/184.45	o 34
2400.04/2357.60	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2357.60		at concrete.MAC.mac(MAC.scala:192)
2400.04/2357.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2357.60		at scala.util.Try$.apply(Try.scala:212)
2400.04/2357.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2357.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2357.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2357.60		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2357.60		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2357.60		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2357.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2357.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2357.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2357.60		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2357.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2357.60		at scala.util.Success.map(Try.scala:264)
2400.04/2357.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2357.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2357.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2357.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2357.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2357.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2357.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2357.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2357.60		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2357.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2357.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2357.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2357.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2357.60		at scala.App.main(App.scala:75)
2400.04/2357.60		at scala.App.main$(App.scala:73)
2400.04/2357.60		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2357.60		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2357.61	v <instantiation
2400.04/2357.61	v         cost = '34'>
2400.04/2357.61	v       <list>
2400.04/2357.61	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[0][9] x[0][10] 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[1][9] x[1][10] 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[2][9] x[2][10] 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[3][9] x[3][10] 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[4][9] x[4][10] 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[5][9] x[5][10] 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[0][9] s[0][10] 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[1][9] s[1][10] 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[2][9] s[2][10] 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[3][9] s[3][10] 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[4][9] s[4][10] 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[5][9] s[5][10]
2400.04/2357.61	v       </list>
2400.04/2357.61	v       <values>
2400.04/2357.61	v         0 1 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1 0 0 0 1 1 0 2 2 2 2 2 2 3 3 4 4 2 3 5 5 2 4 2 5 3 3 3 2 2 2 4 2 6 2 5 4 6 6 4 4 4 5 2 6 2 5 2 3 3 2 3 3 5 3 6 2 4 3 6 6 3 3 3 4 2 3 2 2 2 2 2 2
2400.04/2357.61	v       </values>
2400.04/2357.61	v     </instantiation>
2400.04/2357.61	s SATISFIABLE

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401382-1568673332/watcher-4401382-1568673332 -o /tmp/evaluation-result-4401382-1568673332/solver-4401382-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401382-1568673332.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=17399, runsolver pid=17392

[startup+0.100151 s]*
/proc/loadavg: 0.76 4.22 4.50 2/205 17456
/proc/meminfo: memFree=31238352/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/17399/stat : 17399 (bash) S 17392 17399 17336 0 -1 4202496 888 5696 0 0 0 0 0 1 20 0 1 0 443590966 115974144 404 33554432000 4194304 5098028 140736191434944 140736191428952 140119406283776 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 15392768 140736191443989 140736191444113 140736191444113 140736191447022 0
/proc/17399/statm: 28314 404 320 221 0 119 0
[pid=17454] ppid=17399 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/17454/stat : 17454 (bash) S 17399 17399 17336 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443590972 115974144 178 33554432000 4194304 5098028 140736191434944 140736191427624 140119406109308 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 15392768 140736191443989 140736191444113 140736191444113 140736191447022 0
/proc/17454/statm: 28314 178 94 221 0 119 0
[pid=17455] ppid=17454 vsize=296 memory=4 CPUtime=0 cores=0,2,4,6
/proc/17455/stat : 17455 (java) D 17454 17399 17336 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443590972 303104 1 33554432000 4194304 4196468 140728451612528 140728451609800 140296004511431 0 0 4096 0 18446744072101580324 0 0 17 4 0 0 0 0 0 6293624 6294260 33091584 140728451617932 140728451617946 140728451617946 140728451620815 0
/proc/17455/statm: 74 1 0 1 0 38 0
[pid=17456] ppid=17454 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/17456/stat : 17456 (awk) S 17454 17399 17336 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443590972 116211712 243 33554432000 4194304 4609284 140733026954816 140733026953992 140505995738112 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 28643328 140733026960572 140733026960602 140733026960602 140733026963439 0
/proc/17456/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.210482 s]*
/proc/loadavg: 0.76 4.22 4.50 2/207 17458
/proc/meminfo: memFree=31235860/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/17399/stat : 17399 (bash) S 17392 17399 17336 0 -1 4202496 888 5696 0 0 0 0 0 1 20 0 1 0 443590966 115974144 404 33554432000 4194304 5098028 140736191434944 140736191428952 140119406283776 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 15392768 140736191443989 140736191444113 140736191444113 140736191447022 0
/proc/17399/statm: 28314 404 320 221 0 119 0
[pid=17454] ppid=17399 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/17454/stat : 17454 (bash) S 17399 17399 17336 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443590972 115974144 178 33554432000 4194304 5098028 140736191434944 140736191427624 140119406109308 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 15392768 140736191443989 140736191444113 140736191444113 140736191447022 0
/proc/17454/statm: 28314 178 94 221 0 119 0
[pid=17455] ppid=17454 vsize=98704 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/17455/stat : 17455 (java) S 17454 17399 17336 0 -1 1077944320 1356 0 0 0 0 0 0 0 20 0 2 0 443590972 101072896 1155 33554432000 4194304 4196468 140728451612528 140728451595072 140296002236151 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33091584 140728451617932 140728451617946 140728451617946 140728451620815 0
/proc/17455/statm: 24676 1155 857 1 0 16800 0
[pid=17455/tid=17458] ppid=17454 vsize=98704 memory=7596557092442865725 CPUtime=0 cores=0,2,4,6
/proc/17455/task/17458/stat : 17458 (java) D 17454 17399 17336 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 2 0 443590987 101072896 1155 33554432000 4194304 4196468 140728451612528 140296006473056 140295994915373 0 0 4096 0 18446744072101580324 0 0 -1 6 0 0 0 0 0 6293624 6294260 33091584 140728451617932 140728451617946 140728451617946 140728451620815 0
[pid=17456] ppid=17454 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/17456/stat : 17456 (awk) S 17454 17399 17336 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443590972 116211712 243 33554432000 4194304 4609284 140733026954816 140733026953992 140505995738112 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 28643328 140733026960572 140733026960602 140733026960602 140733026963439 0
/proc/17456/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 438704 KiB
Current children cumulated memory: 7920 KiB

[startup+0.310101 s]*
/proc/loadavg: 0.76 4.22 4.50 2/207 17458
/proc/meminfo: memFree=31235488/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/17399/stat : 17399 (bash) S 17392 17399 17336 0 -1 4202496 888 5696 0 0 0 0 0 1 20 0 1 0 443590966 115974144 404 33554432000 4194304 5098028 140736191434944 140736191428952 140119406283776 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 15392768 140736191443989 140736191444113 140736191444113 140736191447022 0
/proc/17399/statm: 28314 404 320 221 0 119 0
[pid=17454] ppid=17399 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/17454/stat : 17454 (bash) S 17399 17399 17336 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443590972 115974144 178 33554432000 4194304 5098028 140736191434944 140736191427624 140119406109308 0 65536 4096 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 15392768 140736191443989 140736191444113 140736191444113 140736191447022 0
/proc/17454/statm: 28314 178 94 221 0 119 0
[pid=17455] ppid=17454 vsize=111596 memory=5608 CPUtime=0 cores=0,2,4,6
/proc/17455/stat : 17455 (java) S 17454 17399 17336 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 443590972 114274304 1402 33554432000 4194304 4196468 140728451612528 140728451595072 140296002236151 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 33091584 140728451617932 140728451617946 140728451617946 140728451620815 0
/proc/17455/statm: 27899 1402 1063 1 0 16810 0
[pid=17455/tid=17458] ppid=17454 vsize=111596 memory=7596557092442865725 CPUtime=0 cores=0,2,4,6
/proc/17455/task/17458/stat : 17458 (java) D 17454 17399 17336 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 2 0 443590987 114274304 1402 33554432000 4194304 4196468 140728451612528 140296006476008 140295994914165 0 4 0 16784584 18446744072101580324 0 0 -1 4 0 0 0 0 0 6293624 6294260 33091584 140728451617932 140728451617946 140728451617946 140728451620815 0
[pid=17456] ppid=17454 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/17456/stat : 17456 (awk) S 17454 17399 17336 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443590972 116211712 243 33554432000 4194304 4609284 140733026954816 140733026953992 140505995738112 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 28643328 140733026960572 140733026960602 140733026960602 140733026963439 0
/proc/17456/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 451596 KiB
Current children cumulated memory: 8908 KiB

[startup+0.706165 s]
/proc/loadavg: 0.76 4.22 4.50 2/221 17472
/proc/meminfo: memFree=31216368/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=10819712 memory=39476 CPUtime=0.21 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17392 17399 17336 0 -1 1077944320 7248 13142 0 0 11 2 5 3 20 0 15 0 443590966 11079385088 9357 33554432000 4194304 4196468 140721522941104 140721522923648 139662064193271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
/proc/17399/statm: 2704928 9357 3119 1 0 2667149 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10819712 KiB
Current children cumulated memory: 39476 KiB

[startup+1.50076 s]
/proc/loadavg: 0.76 4.22 4.50 5/227 17530
/proc/meminfo: memFree=31131632/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=10828536 memory=107428 CPUtime=1.67 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17392 17399 17336 0 -1 1077944320 17633 13142 0 0 152 7 5 3 20 0 15 0 443590966 11088420864 26857 33554432000 4194304 4196468 140721522941104 140721522923648 139662064193271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
/proc/17399/statm: 2707134 26857 3547 1 0 2669197 0
[pid=17399/tid=17504] ppid=17392 vsize=10828536 memory=2292 CPUtime=0.96 cores=0,2,4,6
/proc/17399/task/17504/stat : 17504 (java) R 17392 17399 17336 0 -1 4202560 12337 13142 0 0 83 5 5 3 20 0 15 0 443591027 11088420864 26857 33554432000 4194304 4196468 140721522941104 139662036025440 139662047380101 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17509] ppid=17392 vsize=10828536 memory=-7533522213388100735 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17509/stat : 17509 (java) S 17392 17399 17336 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 443591028 11088420864 26857 33554432000 4194304 4196468 140721522941104 139662068435216 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17510] ppid=17392 vsize=10828536 memory=280522836269520 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17510/stat : 17510 (java) S 17392 17399 17336 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 443591028 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661637159312 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17511] ppid=17392 vsize=10828536 memory=288230604624101685 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17511/stat : 17511 (java) S 17392 17399 17336 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 443591028 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661636106768 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17512] ppid=17392 vsize=10828536 memory=16098169624726078 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17512/stat : 17512 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591028 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661635054224 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17515] ppid=17392 vsize=10828536 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17515/stat : 17515 (java) S 17392 17399 17336 0 -1 1077944384 5 13142 0 0 0 0 5 3 20 0 15 0 443591030 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661523511792 139662064204418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17517] ppid=17392 vsize=10828536 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17517/stat : 17517 (java) S 17392 17399 17336 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 443591030 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661522458016 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17518] ppid=17392 vsize=10828536 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17518/stat : 17518 (java) S 17392 17399 17336 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 443591030 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661397714416 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17525] ppid=17392 vsize=10828536 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17525/stat : 17525 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591033 11088420864 26857 33554432000 4194304 4196468 140721522941104 139660793735888 139662064211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17526] ppid=17392 vsize=10828536 memory=4580 CPUtime=0.27 cores=0,2,4,6
/proc/17399/task/17526/stat : 17526 (java) S 17392 17399 17336 0 -1 1077944384 1132 13142 0 0 19 0 5 3 20 0 15 0 443591033 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661488900080 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17527] ppid=17392 vsize=10828536 memory=6935654856430477376 CPUtime=0.27 cores=0,2,4,6
/proc/17399/task/17527/stat : 17527 (java) S 17392 17399 17336 0 -1 1077944384 620 13142 0 0 19 0 5 3 20 0 15 0 443591033 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661487847536 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17528] ppid=17392 vsize=10828536 memory=7518585109080986448 CPUtime=0.37 cores=0,2,4,6
/proc/17399/task/17528/stat : 17528 (java) S 17392 17399 17336 0 -1 1077944384 1287 13142 0 0 29 0 5 3 20 0 15 0 443591033 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661486794992 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17529] ppid=17392 vsize=10828536 memory=280522836436784 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17529/stat : 17529 (java) S 17392 17399 17336 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 443591033 11088420864 26857 33554432000 4194304 4196468 140721522941104 139660323973728 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17530] ppid=17392 vsize=10828536 memory=6226315890226384980 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17530/stat : 17530 (java) S 17392 17399 17336 0 -1 1077944384 1 13142 0 0 0 0 5 3 20 0 15 0 443591033 11088420864 26857 33554432000 4194304 4196468 140721522941104 139661485742896 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10828536 KiB
Current children cumulated memory: 107428 KiB

[startup+3.11525 s]
/proc/loadavg: 0.94 4.20 4.49 5/227 17530
/proc/meminfo: memFree=30855160/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=10842892 memory=211356 CPUtime=5.29 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17392 17399 17336 0 -1 1077944320 38961 13142 0 0 504 17 5 3 20 0 15 0 443590966 11103121408 52839 33554432000 4194304 4196468 140721522941104 140721522923648 139662064193271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
/proc/17399/statm: 2710723 52839 3598 1 0 2672781 0
[pid=17399/tid=17504] ppid=17392 vsize=10842892 memory=184 CPUtime=2.53 cores=0,2,4,6
/proc/17399/task/17504/stat : 17504 (java) R 17392 17399 17336 0 -1 4202560 21758 13142 0 0 237 8 5 3 20 0 15 0 443591027 11103121408 52839 33554432000 4194304 4196468 140721522941104 139662036024592 139661675209119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17509] ppid=17392 vsize=10842892 memory=1 CPUtime=0.09 cores=0,2,4,6
/proc/17399/task/17509/stat : 17509 (java) S 17392 17399 17336 0 -1 1077944384 331 13142 0 0 1 0 5 3 20 0 15 0 443591028 11103121408 52839 33554432000 4194304 4196468 140721522941104 139662068435216 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17510] ppid=17392 vsize=10842892 memory=179116 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17510/stat : 17510 (java) S 17392 17399 17336 0 -1 1077944384 81 13142 0 0 0 0 5 3 20 0 15 0 443591028 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661637159312 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17511] ppid=17392 vsize=10842892 memory=2292 CPUtime=0.09 cores=0,2,4,6
/proc/17399/task/17511/stat : 17511 (java) S 17392 17399 17336 0 -1 1077944384 53 13142 0 0 1 0 5 3 20 0 15 0 443591028 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661636106768 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17512] ppid=17392 vsize=10842892 memory=-7533522213388100735 CPUtime=0.09 cores=0,2,4,6
/proc/17399/task/17512/stat : 17512 (java) S 17392 17399 17336 0 -1 1077944384 33 13142 0 0 1 0 5 3 20 0 15 0 443591028 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661635054224 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17515] ppid=17392 vsize=10842892 memory=280522836702432 CPUtime=0.09 cores=0,2,4,6
/proc/17399/task/17515/stat : 17515 (java) S 17392 17399 17336 0 -1 1077944384 248 13142 0 0 1 0 5 3 20 0 15 0 443591030 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661523511792 139662064204418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17517] ppid=17392 vsize=10842892 memory=76902060526314 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17517/stat : 17517 (java) S 17392 17399 17336 0 -1 1077944384 33 13142 0 0 0 0 5 3 20 0 15 0 443591030 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661522458016 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17518] ppid=17392 vsize=10842892 memory=76902060526314 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17518/stat : 17518 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591030 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661397714416 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17525] ppid=17392 vsize=10842892 memory=76902060526314 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17525/stat : 17525 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591033 11103121408 52839 33554432000 4194304 4196468 140721522941104 139660793735888 139662064211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17526] ppid=17392 vsize=10842892 memory=3616 CPUtime=1 cores=0,2,4,6
/proc/17399/task/17526/stat : 17526 (java) R 17392 17399 17336 0 -1 4202560 4823 13142 0 0 91 1 5 3 20 0 15 0 443591033 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661488884160 139662047661136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17527] ppid=17392 vsize=10842892 memory=0 CPUtime=0.8 cores=0,2,4,6
/proc/17399/task/17527/stat : 17527 (java) R 17392 17399 17336 0 -1 4202560 2449 13142 0 0 71 1 5 3 20 0 15 0 443591033 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661487833600 139662045738235 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17528] ppid=17392 vsize=10842892 memory=3461490866221602439 CPUtime=1.07 cores=0,2,4,6
/proc/17399/task/17528/stat : 17528 (java) R 17392 17399 17336 0 -1 4202560 6931 13142 0 0 97 2 5 3 20 0 15 0 443591033 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661486794992 139662057290107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17529] ppid=17392 vsize=10842892 memory=280522836162528 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17529/stat : 17529 (java) S 17392 17399 17336 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 443591033 11103121408 52839 33554432000 4194304 4196468 140721522941104 139660323973728 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17530] ppid=17392 vsize=10842892 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17530/stat : 17530 (java) S 17392 17399 17336 0 -1 1077944384 8 13142 0 0 0 0 5 3 20 0 15 0 443591033 11103121408 52839 33554432000 4194304 4196468 140721522941104 139661485742896 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 10842892 KiB
Current children cumulated memory: 211356 KiB

[startup+6.30076 s]
/proc/loadavg: 0.94 4.20 4.49 5/226 17530
/proc/meminfo: memFree=30551112/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=10849036 memory=357728 CPUtime=13.2 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17392 17399 17336 0 -1 1077944320 48495 13142 0 0 1289 23 5 3 20 0 15 0 443590966 11109412864 89432 33554432000 4194304 4196468 140721522941104 140721522923648 139662064193271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
/proc/17399/statm: 2712259 89432 3626 1 0 2674317 0
[pid=17399/tid=17504] ppid=17392 vsize=10849036 memory=3616 CPUtime=5.64 cores=0,2,4,6
/proc/17399/task/17504/stat : 17504 (java) R 17392 17399 17336 0 -1 4202560 23912 13142 0 0 545 11 5 3 20 0 15 0 443591027 11109412864 89432 33554432000 4194304 4196468 140721522941104 139662036028360 139661685070096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17509] ppid=17392 vsize=10849036 memory=57 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17509/stat : 17509 (java) S 17392 17399 17336 0 -1 1077944384 366 13142 0 0 4 0 5 3 20 0 15 0 443591028 11109412864 89432 33554432000 4194304 4196468 140721522941104 139662068435216 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17510] ppid=17392 vsize=10849036 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17510/stat : 17510 (java) S 17392 17399 17336 0 -1 1077944384 127 13142 0 0 3 1 5 3 20 0 15 0 443591028 11109412864 89432 33554432000 4194304 4196468 140721522941104 139661637159312 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17511] ppid=17392 vsize=10849036 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17511/stat : 17511 (java) S 17392 17399 17336 0 -1 1077944384 94 13142 0 0 4 0 5 3 20 0 15 0 443591028 11109412864 89432 33554432000 4194304 4196468 140721522941104 139661636106768 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17512] ppid=17392 vsize=10849036 memory=214958818232433 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17512/stat : 17512 (java) S 17392 17399 17336 0 -1 1077944384 150 13142 0 0 4 0 5 3 20 0 15 0 443591028 11109412864 89432 33554432000 4194304 4196468 140721522941104 139661635054224 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17515] ppid=17392 vsize=10849036 memory=8 CPUtime=0.12 cores=0,2,4,6
/proc/17399/task/17515/stat : 17515 (java) S 17392 17399 17336 0 -1 1077944384 3360 13142 0 0 4 0 5 3 20 0 15 0 443591030 11109412864 89432 33554432000 4194304 4196468 140721522941104 139661523511792 139662064204418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17517] ppid=17392 vsize=10849036 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17517/stat : 17517 (java) S 17392 17399 17336 0 -1 1077944384 38 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 89432 33554432000 4194304 4196468 140721522941104 139661522458144 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17518] ppid=17392 vsize=10849036 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17518/stat : 17518 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 89432 33554432000 4194304 4196468 140721522941104 139661397714432 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17525] ppid=17392 vsize=10849036 memory=2110612025194900 CPUtime=0.08 cores=0,2,4,6

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

/proc/17399/task/17504/stat : 17504 (java) R 17392 17399 17336 0 -1 4202560 70548 13142 0 0 217546 49 5 3 20 0 15 0 443591027 11109412864 235223 33554432000 4194304 4196468 140721522941104 139662036029392 139661684171508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17509] ppid=17392 vsize=10849036 memory=940892 CPUtime=11.66 cores=0,2,4,6
/proc/17399/task/17509/stat : 17509 (java) S 17392 17399 17336 0 -1 1077944384 16093 13142 0 0 1102 56 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139662068435216 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17510] ppid=17392 vsize=10849036 memory=940892 CPUtime=11.66 cores=0,2,4,6
/proc/17399/task/17510/stat : 17510 (java) S 17392 17399 17336 0 -1 1077944384 16501 13142 0 0 1100 58 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661637159312 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17511] ppid=17392 vsize=10849036 memory=938844 CPUtime=11.64 cores=0,2,4,6
/proc/17399/task/17511/stat : 17511 (java) S 17392 17399 17336 0 -1 1077944384 14409 13142 0 0 1100 56 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661636106768 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17512] ppid=17392 vsize=10849036 memory=940892 CPUtime=11.62 cores=0,2,4,6
/proc/17399/task/17512/stat : 17512 (java) S 17392 17399 17336 0 -1 1077944384 20453 13142 0 0 1098 56 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661635054224 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17515] ppid=17392 vsize=10849036 memory=940892 CPUtime=10.2 cores=0,2,4,6
/proc/17399/task/17515/stat : 17515 (java) S 17392 17399 17336 0 -1 1077944384 17158 13142 0 0 962 50 5 3 20 0 15 0 443591030 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661523511792 139662064204418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17517] ppid=17392 vsize=10849036 memory=940892 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17517/stat : 17517 (java) S 17392 17399 17336 0 -1 1077944384 41 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661522458144 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17518] ppid=17392 vsize=10849036 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17518/stat : 17518 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661397714432 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17525] ppid=17392 vsize=10849036 memory=940892 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17525/stat : 17525 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139660793735888 139662064211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17526] ppid=17392 vsize=10849036 memory=940892 CPUtime=3.27 cores=0,2,4,6
/proc/17399/task/17526/stat : 17526 (java) S 17392 17399 17336 0 -1 1077944384 24765 13142 0 0 316 3 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661488900080 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17527] ppid=17392 vsize=10849036 memory=940892 CPUtime=3.34 cores=0,2,4,6
/proc/17399/task/17527/stat : 17527 (java) S 17392 17399 17336 0 -1 1077944384 24380 13142 0 0 322 4 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661487847536 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17528] ppid=17392 vsize=10849036 memory=940892 CPUtime=1.89 cores=0,2,4,6
/proc/17399/task/17528/stat : 17528 (java) S 17392 17399 17336 0 -1 1077944384 15795 13142 0 0 177 4 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661486794992 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17529] ppid=17392 vsize=10849036 memory=938844 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17529/stat : 17529 (java) S 17392 17399 17336 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139660323973728 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17530] ppid=17392 vsize=10849036 memory=938844 CPUtime=1.47 cores=0,2,4,6
/proc/17399/task/17530/stat : 17530 (java) S 17392 17399 17336 0 -1 1077944384 910 13142 0 0 64 75 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661485742896 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
Current children cumulated CPU time: 2242.19 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 940892 KiB

[startup+2262.3 s]
/proc/loadavg: 1.34 1.28 1.57 4/229 17782
/proc/meminfo: memFree=29371860/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=10849036 memory=940892 CPUtime=2303.2 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17392 17399 17336 0 -1 1077944320 224666 13142 0 0 229957 355 5 3 20 0 15 0 443590966 11109412864 235223 33554432000 4194304 4196468 140721522941104 140721522923648 139662064193271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
/proc/17399/statm: 2712259 235223 3630 1 0 2674317 0
[pid=17399/tid=17504] ppid=17392 vsize=10849036 memory=940892 CPUtime=2235.34 cores=0,2,4,6
/proc/17399/task/17504/stat : 17504 (java) R 17392 17399 17336 0 -1 4202560 71261 13142 0 0 223476 50 5 3 20 0 15 0 443591027 11109412864 235223 33554432000 4194304 4196468 140721522941104 139662036029472 139661682649581 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17509] ppid=17392 vsize=10849036 memory=940892 CPUtime=12.02 cores=0,2,4,6
/proc/17399/task/17509/stat : 17509 (java) S 17392 17399 17336 0 -1 1077944384 16222 13142 0 0 1136 58 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139662068435216 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17510] ppid=17392 vsize=10849036 memory=940892 CPUtime=12 cores=0,2,4,6
/proc/17399/task/17510/stat : 17510 (java) S 17392 17399 17336 0 -1 1077944384 16778 13142 0 0 1132 60 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661637159312 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17511] ppid=17392 vsize=10849036 memory=3616 CPUtime=11.99 cores=0,2,4,6
/proc/17399/task/17511/stat : 17511 (java) S 17392 17399 17336 0 -1 1077944384 14449 13142 0 0 1133 58 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661636106768 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17512] ppid=17392 vsize=10849036 memory=940892 CPUtime=11.97 cores=0,2,4,6
/proc/17399/task/17512/stat : 17512 (java) S 17392 17399 17336 0 -1 1077944384 20500 13142 0 0 1131 58 5 3 20 0 15 0 443591028 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661635054224 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17515] ppid=17392 vsize=10849036 memory=3616 CPUtime=10.48 cores=0,2,4,6
/proc/17399/task/17515/stat : 17515 (java) S 17392 17399 17336 0 -1 1077944384 17336 13142 0 0 989 51 5 3 20 0 15 0 443591030 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661523511792 139662064204418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17517] ppid=17392 vsize=10849036 memory=940892 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17517/stat : 17517 (java) S 17392 17399 17336 0 -1 1077944384 41 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661522458144 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17518] ppid=17392 vsize=10849036 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17518/stat : 17518 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661397714432 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17525] ppid=17392 vsize=10849036 memory=280522837469760 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17525/stat : 17525 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139660793735888 139662064211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17526] ppid=17392 vsize=10849036 memory=1898393 CPUtime=3.27 cores=0,2,4,6
/proc/17399/task/17526/stat : 17526 (java) S 17392 17399 17336 0 -1 1077944384 24767 13142 0 0 316 3 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661488900080 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17527] ppid=17392 vsize=10849036 memory=2832 CPUtime=3.34 cores=0,2,4,6
/proc/17399/task/17527/stat : 17527 (java) S 17392 17399 17336 0 -1 1077944384 24382 13142 0 0 322 4 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661487847536 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17528] ppid=17392 vsize=10849036 memory=1084 CPUtime=1.89 cores=0,2,4,6
/proc/17399/task/17528/stat : 17528 (java) S 17392 17399 17336 0 -1 1077944384 15798 13142 0 0 177 4 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661486794992 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17529] ppid=17392 vsize=10849036 memory=940892 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17529/stat : 17529 (java) S 17392 17399 17336 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139660323973728 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17530] ppid=17392 vsize=10849036 memory=2832 CPUtime=1.5 cores=0,2,4,6
/proc/17399/task/17530/stat : 17530 (java) S 17392 17399 17336 0 -1 1077944384 918 13142 0 0 65 77 5 3 20 0 15 0 443591033 11109412864 235223 33554432000 4194304 4196468 140721522941104 139661485742896 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
Current children cumulated CPU time: 2303.2 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 940892 KiB

[startup+2322.3 s]
/proc/loadavg: 1.56 1.35 1.58 4/229 17786
/proc/meminfo: memFree=29367700/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=10849036 memory=942940 CPUtime=2364.17 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17392 17399 17336 0 -1 1077944320 226111 13142 0 0 236045 364 5 3 20 0 15 0 443590966 11109412864 235735 33554432000 4194304 4196468 140721522941104 140721522923648 139662064193271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
/proc/17399/statm: 2712259 235735 3630 1 0 2674317 0
[pid=17399/tid=17504] ppid=17392 vsize=10849036 memory=942940 CPUtime=2294.65 cores=0,2,4,6
/proc/17399/task/17504/stat : 17504 (java) R 17392 17399 17336 0 -1 4202560 72019 13142 0 0 229406 51 5 3 20 0 15 0 443591027 11109412864 235735 33554432000 4194304 4196468 140721522941104 139662036029536 139661682129280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17509] ppid=17392 vsize=10849036 memory=942940 CPUtime=12.36 cores=0,2,4,6
/proc/17399/task/17509/stat : 17509 (java) S 17392 17399 17336 0 -1 1077944384 16281 13142 0 0 1169 59 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139662068435216 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17510] ppid=17392 vsize=10849036 memory=942940 CPUtime=12.34 cores=0,2,4,6
/proc/17399/task/17510/stat : 17510 (java) S 17392 17399 17336 0 -1 1077944384 16977 13142 0 0 1164 62 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661637159312 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17511] ppid=17392 vsize=10849036 memory=942940 CPUtime=12.33 cores=0,2,4,6
/proc/17399/task/17511/stat : 17511 (java) S 17392 17399 17336 0 -1 1077944384 14535 13142 0 0 1166 59 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661636106768 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17512] ppid=17392 vsize=10849036 memory=140261418206145 CPUtime=12.3 cores=0,2,4,6
/proc/17399/task/17512/stat : 17512 (java) S 17392 17399 17336 0 -1 1077944384 20648 13142 0 0 1163 59 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661635054224 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17515] ppid=17392 vsize=10849036 memory=942940 CPUtime=10.76 cores=0,2,4,6
/proc/17399/task/17515/stat : 17515 (java) S 17392 17399 17336 0 -1 1077944384 17508 13142 0 0 1015 53 5 3 20 0 15 0 443591030 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661523511792 139662064204418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17517] ppid=17392 vsize=10849036 memory=942940 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17517/stat : 17517 (java) S 17392 17399 17336 0 -1 1077944384 41 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661522458144 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17518] ppid=17392 vsize=10849036 memory=140261418979777 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17518/stat : 17518 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661397714432 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17525] ppid=17392 vsize=10849036 memory=942940 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17525/stat : 17525 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139660793735888 139662064211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17526] ppid=17392 vsize=10849036 memory=3616 CPUtime=3.27 cores=0,2,4,6
/proc/17399/task/17526/stat : 17526 (java) S 17392 17399 17336 0 -1 1077944384 24769 13142 0 0 316 3 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661488900080 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17527] ppid=17392 vsize=10849036 memory=2004 CPUtime=3.34 cores=0,2,4,6
/proc/17399/task/17527/stat : 17527 (java) S 17392 17399 17336 0 -1 1077944384 24384 13142 0 0 322 4 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661487847536 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17528] ppid=17392 vsize=10849036 memory=1416 CPUtime=1.89 cores=0,2,4,6
/proc/17399/task/17528/stat : 17528 (java) S 17392 17399 17336 0 -1 1077944384 15800 13142 0 0 177 4 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661486794992 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17529] ppid=17392 vsize=10849036 memory=942940 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17529/stat : 17529 (java) S 17392 17399 17336 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139660323973728 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17530] ppid=17392 vsize=10849036 memory=942940 CPUtime=1.54 cores=0,2,4,6
/proc/17399/task/17530/stat : 17530 (java) S 17392 17399 17336 0 -1 1077944384 935 13142 0 0 67 79 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661485742896 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
Current children cumulated CPU time: 2364.17 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 942940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.6 s]
/proc/loadavg: 1.65 1.39 1.59 4/228 17820
/proc/meminfo: memFree=30274992/32770624 swapFree=66977372/67108860
[pid=17399] ppid=17392 vsize=10849036 memory=942940 CPUtime=2400.04 cores=0,2,4,6
/proc/17399/stat : 17399 (java) S 17392 17399 17336 0 -1 1077944320 226883 13142 0 0 239627 369 5 3 20 0 15 0 443590966 11109412864 235735 33554432000 4194304 4196468 140721522941104 140721522923648 139662064193271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
/proc/17399/statm: 2712259 235735 3630 1 0 2674317 0
[pid=17399/tid=17504] ppid=17392 vsize=10849036 memory=942940 CPUtime=2329.55 cores=0,2,4,6
/proc/17399/task/17504/stat : 17504 (java) R 17392 17399 17336 0 -1 4202560 72374 13142 0 0 232896 51 5 3 20 0 15 0 443591027 11109412864 235735 33554432000 4194304 4196468 140721522941104 139662036029536 139661684041216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17509] ppid=17392 vsize=10849036 memory=912 CPUtime=12.55 cores=0,2,4,6
/proc/17399/task/17509/stat : 17509 (java) S 17392 17399 17336 0 -1 1077944384 16301 13142 0 0 1188 59 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139662068435216 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17510] ppid=17392 vsize=10849036 memory=1984 CPUtime=12.53 cores=0,2,4,6
/proc/17399/task/17510/stat : 17510 (java) S 17392 17399 17336 0 -1 1077944384 17059 13142 0 0 1182 63 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661637159312 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17511] ppid=17392 vsize=10849036 memory=3616 CPUtime=12.53 cores=0,2,4,6
/proc/17399/task/17511/stat : 17511 (java) S 17392 17399 17336 0 -1 1077944384 14635 13142 0 0 1185 60 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661636106768 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17512] ppid=17392 vsize=10849036 memory=47056 CPUtime=12.5 cores=0,2,4,6
/proc/17399/task/17512/stat : 17512 (java) S 17392 17399 17336 0 -1 1077944384 20701 13142 0 0 1182 60 5 3 20 0 15 0 443591028 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661635054224 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17515] ppid=17392 vsize=10849036 memory=988 CPUtime=10.91 cores=0,2,4,6
/proc/17399/task/17515/stat : 17515 (java) S 17392 17399 17336 0 -1 1077944384 17656 13142 0 0 1029 54 5 3 20 0 15 0 443591030 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661523511792 139662064204418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17517] ppid=17392 vsize=10849036 memory=2004 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17517/stat : 17517 (java) S 17392 17399 17336 0 -1 1077944384 41 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661522458144 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17518] ppid=17392 vsize=10849036 memory=1416 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17518/stat : 17518 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591030 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661397714432 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17525] ppid=17392 vsize=10849036 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17525/stat : 17525 (java) S 17392 17399 17336 0 -1 1077944384 2 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139660793735888 139662064211867 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17526] ppid=17392 vsize=10849036 memory=3816 CPUtime=3.27 cores=0,2,4,6
/proc/17399/task/17526/stat : 17526 (java) S 17392 17399 17336 0 -1 1077944384 24770 13142 0 0 316 3 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661488900080 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17527] ppid=17392 vsize=10849036 memory=2308 CPUtime=3.34 cores=0,2,4,6
/proc/17399/task/17527/stat : 17527 (java) S 17392 17399 17336 0 -1 1077944384 24384 13142 0 0 322 4 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661487847536 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17528] ppid=17392 vsize=10849036 memory=2308 CPUtime=1.89 cores=0,2,4,6
/proc/17399/task/17528/stat : 17528 (java) S 17392 17399 17336 0 -1 1077944384 15800 13142 0 0 177 4 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661486794992 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17529] ppid=17392 vsize=10849036 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/17399/task/17529/stat : 17529 (java) S 17392 17399 17336 0 -1 1077944384 3 13142 0 0 0 0 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139660323973728 139662064203477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
[pid=17399/tid=17530] ppid=17392 vsize=10849036 memory=181 CPUtime=1.56 cores=0,2,4,6
/proc/17399/task/17530/stat : 17530 (java) S 17392 17399 17336 0 -1 1077944384 948 13142 0 0 68 80 5 3 20 0 15 0 443591033 11109412864 235735 33554432000 4194304 4196468 140721522941104 139661485742896 139662064204418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 22339584 140721522944752 140721522947269 140721522947269 140721522950095 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 942940 KiB

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

[startup+2357.63 s]
# the end of solver process 17399 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.35 s, system=3.73572 s

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

Child status: 143
Real time (s): 2357.63
CPU time (s): 2400.09
CPU user time (s): 2396.35
CPU system time (s): 3.73572
CPU usage (%): 101.801
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 942940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.35
system time used= 3.73572
maximum resident set size= 947064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 287485
involuntary context switches= 8781


# summary of solver processes directly reported to runsolver:
#   pid: 17399
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.35
#   total CPU system time (s): 3.73572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5409 second user time and 21.0149 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-16 23:25:13
IDJOB=4401382
IDBENCH=115954
IDSOLVER=2858
FILE ID=node104/4401382-1568673332
RUNJOBID= node104-1568669113-17367
PBS_JOBID= 21703796
Free space on /tmp= 59012 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-06-11.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401382-1568673332/watcher-4401382-1568673332 -o /tmp/evaluation-result-4401382-1568673332/solver-4401382-1568673332 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=516042084 HOME/instance-4401382-1568673332.xml

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

MD5SUM BENCH= 5296a674fcd135b0317e95ffe6d81fd1
RANDOM SEED=516042084

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        31243640 kB
MemAvailable:   31868676 kB
Buffers:           79256 kB
Cached:           842844 kB
SwapCached:        32248 kB
Active:           636260 kB
Inactive:         321704 kB
Active(anon):       4296 kB
Inactive(anon):    80672 kB
Active(file):     631964 kB
Inactive(file):   241032 kB
Unevictable:      109412 kB
Mlocked:          109412 kB
SwapTotal:      67108860 kB
SwapFree:       66977372 kB
Dirty:             35136 kB
Writeback:           120 kB
AnonPages:        115052 kB
Mapped:            47744 kB
Shmem:             40460 kB
Slab:             165536 kB
SReclaimable:     135748 kB
SUnreclaim:        29788 kB
KernelStack:        3392 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58940 MiB
End job on node104 at 2019-09-17 00:04:38