Trace number 4403087

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)311 2400.22 2359.16

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-3.xml
MD5SUM486402128da484f7cb4aeca2fb99213d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark32.8706
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size410
Distribution of domain sizes[{"size":5,"count":50},{"size":410,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.80/2.26	c Concrete v3.12.3.1568965526260 running
10.07/13.07	o 395
10.07/13.11	o 366
10.43/13.12	o 359
10.43/13.17	o 358
11.40/13.42	o 357
11.40/13.42	o 356
12.94/13.94	o 355
12.94/13.98	o 351
12.94/13.99	o 349
12.94/13.99	o 344
14.17/14.35	o 343
14.17/14.36	o 325
16.15/15.05	o 324
16.15/15.05	o 323
31.27/26.85	o 322
31.27/26.85	o 321
39.03/33.67	o 320
105.49/98.03	o 319
105.49/98.03	o 318
115.47/107.83	o 317
115.47/107.84	o 316
122.13/114.25	o 315
122.24/114.32	o 312
162.79/154.39	o 311
2400.03/2359.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2359.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2359.01		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.03/2359.01		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:27)
2400.03/2359.01		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.03/2359.01		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:27)
2400.03/2359.01		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.03/2359.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2359.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2359.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2359.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2359.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2359.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2359.01		at scala.Option.map(Option.scala:242)
2400.03/2359.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2359.01		at concrete.MAC.mac(MAC.scala:216)
2400.03/2359.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2359.01		at scala.util.Try$.apply(Try.scala:210)
2400.03/2359.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2359.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2359.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2359.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2359.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2359.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2359.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2359.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2359.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2359.01		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2359.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2359.01		at scala.util.Success.map(Try.scala:262)
2400.03/2359.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2359.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2359.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2359.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2359.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2359.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2359.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2359.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2359.01		at scala.App.$anonfun$main$1(App.scala:73)
2400.03/2359.01		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.03/2359.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.03/2359.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.03/2359.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.03/2359.01		at scala.App.main(App.scala:73)
2400.03/2359.01		at scala.App.main$(App.scala:71)
2400.03/2359.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2359.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2359.02	v <instantiation
2400.03/2359.02	v         cost = '311'>
2400.03/2359.02	v       <list>
2400.03/2359.02	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2400.03/2359.02	v       </list>
2400.03/2359.02	v       <values>
2400.03/2359.02	v         0 37 77 156 245 1 37 122 167 245 0 75 168 221 306 0 93 118 166 246 0 37 118 130 223 311 311 311 306 306 35 31 45 64 66 36 71 44 78 66 75 91 53 81 5 77 25 38 79 60 37 81 12 93 83 4 3 1 2 0 2 4 1 0 3 0 3 1 2 4 1 0 2 3 4 3 2 0 4 1 245 77 156 37 0 167 122 1 245 37 0 168 221 75 306 93 0 118 166 246 118 223 37 0 130
2400.03/2359.02	v       </values>
2400.03/2359.02	v     </instantiation>
2400.03/2359.02	s SATISFIABLE

Verifier Data

OK	311

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403087-1568967638/watcher-4403087-1568967638 -o /var/tmp/evaluation-result-4403087-1568967638/solver-4403087-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403087-1568967638.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
solver pid=14446, runsolver pid=14443
Current StackSize limit: 8192 KiB


[startup+0.100166 s]*
/proc/loadavg: 0.45 0.11 0.08 1/206 14461
/proc/meminfo: memFree=203764/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=113256 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/14446/stat : 14446 (bash) S 14443 14446 14381 0 -1 4202496 693 0 1 0 0 0 0 0 20 0 1 0 472679615 115974144 362 33554432000 4194304 5098028 140736449646096 140736449643736 139696698637312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14446/statm: 28314 362 290 221 0 119 0
[pid=14453] ppid=14446 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/14453/stat : 14453 (bash) S 14446 14446 14381 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472679617 115974144 176 33554432000 4194304 5098028 140736449646096 140736449642264 139696698462844 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14453/statm: 28314 176 101 221 0 119 0
[pid=14455] ppid=14453 vsize=113256 memory=884 CPUtime=0 cores=0,2,4,6
/proc/14455/stat : 14455 (bash) S 14453 14446 14381 0 -1 4202560 210 427 0 1 0 0 0 0 20 0 1 0 472679618 115974144 221 33554432000 4194304 5098028 140736449646096 140736449639560 139696698637312 0 0 4096 65538 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14455/statm: 28314 221 146 221 0 119 0
[pid=14460] ppid=14455 vsize=113256 memory=488 CPUtime=0 cores=0,2,4,6
/proc/14460/stat : 14460 (bash) D 14455 14446 14381 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 1 0 472679623 115974144 122 33554432000 4194304 5098028 140736449646096 140736449638616 139696698635637 0 0 4096 65538 18446744072101821988 0 0 17 0 0 0 0 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14460/statm: 28314 122 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3524 KiB

[startup+0.210175 s]*
/proc/loadavg: 0.45 0.11 0.08 1/202 14501
/proc/meminfo: memFree=203660/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=113256 memory=1564 CPUtime=0.01 cores=0,2,4,6
/proc/14446/stat : 14446 (bash) S 14443 14446 14381 0 -1 4202496 848 5358 1 1 0 0 0 1 20 0 1 0 472679615 115974144 391 33554432000 4194304 5098028 140736449646096 140736449639832 139696698637312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14446/statm: 28314 391 311 221 0 119 0
[pid=14501] ppid=14446 vsize=113256 memory=504 CPUtime=0 cores=0,2,4,6
/proc/14501/stat : 14501 (bash) D 14446 14446 14381 0 -1 4202560 128 0 0 0 0 0 0 0 20 0 1 0 472679630 115974144 126 33554432000 4194304 5098028 140736449646096 140736449638888 139696698635637 0 0 4096 65538 18446744071585676691 0 0 17 4 0 0 0 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14501/statm: 28314 126 43 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226512 KiB
Current children cumulated memory: 2068 KiB

[startup+0.309502 s]*
/proc/loadavg: 0.45 0.11 0.08 1/206 14507
/proc/meminfo: memFree=202648/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/14446/stat : 14446 (bash) S 14443 14446 14381 0 -1 4202496 886 5678 1 1 0 0 0 1 20 0 1 0 472679615 115974144 403 33554432000 4194304 5098028 140736449646096 140736449640104 139696698637312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14446/statm: 28314 403 320 221 0 119 0
[pid=14503] ppid=14446 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/14503/stat : 14503 (bash) S 14446 14446 14381 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472679641 115974144 177 33554432000 4194304 5098028 140736449646096 140736449638776 139696698462844 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14503/statm: 28314 177 94 221 0 119 0
[pid=14506] ppid=14503 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/14506/stat : 14506 (bash) D 14503 14446 14381 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 1 0 472679641 115974144 131 33554432000 4194304 5098028 140736449646096 140736449638840 139696698464759 0 0 4096 0 18446744072101821988 0 0 17 6 0 0 0 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14506/statm: 28314 131 48 221 0 119 0
[pid=14507] ppid=14503 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/14507/stat : 14507 (awk) S 14503 14446 14381 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 472679641 116211712 243 33554432000 4194304 4609284 140733370822304 140733370821480 140469616045056 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 32976896 140733370827948 140733370827978 140733370827978 140733370830831 0
/proc/14507/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3816 KiB

[startup+0.700543 s]
/proc/loadavg: 0.45 0.11 0.08 1/206 14507
/proc/meminfo: memFree=198000/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=113256 memory=1612 CPUtime=0.01 cores=0,2,4,6
/proc/14446/stat : 14446 (bash) S 14443 14446 14381 0 -1 4202496 886 5678 1 1 0 0 0 1 20 0 1 0 472679615 115974144 403 33554432000 4194304 5098028 140736449646096 140736449640104 139696698637312 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 1 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14446/statm: 28314 403 320 221 0 119 0
[pid=14503] ppid=14446 vsize=113256 memory=708 CPUtime=0 cores=0,2,4,6
/proc/14503/stat : 14503 (bash) S 14446 14446 14381 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472679641 115974144 177 33554432000 4194304 5098028 140736449646096 140736449638776 139696698462844 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 34009088 140736449647616 140736449647745 140736449647745 140736449650670 0
/proc/14503/statm: 28314 177 94 221 0 119 0
[pid=14506] ppid=14503 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/14506/stat : 14506 (java) D 14503 14446 14381 0 -1 4202496 360 0 0 0 0 0 0 0 20 0 1 0 472679641 30912512 199 33554432000 4194304 4196468 140736338687696 140736338669176 139692136257161 0 0 4096 0 18446744071580431491 0 0 17 0 0 0 1 0 0 6293624 6294260 6852608 140736338695292 140736338695306 140736338695306 140736338698191 0
/proc/14506/statm: 7547 199 161 1 0 159 0
[pid=14507] ppid=14503 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/14507/stat : 14507 (awk) S 14503 14446 14381 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 472679641 116211712 243 33554432000 4194304 4609284 140733370822304 140733370821480 140469616045056 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 32976896 140733370827948 140733370827978 140733370827978 140733370830831 0
/proc/14507/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4088 KiB

[startup+1.50028 s]
/proc/loadavg: 0.45 0.11 0.08 1/220 14521
/proc/meminfo: memFree=176912/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=10818628 memory=30960 CPUtime=0.16 cores=0,2,4,6
/proc/14446/stat : 14446 (java) S 14443 14446 14381 0 -1 1077944320 6110 12983 1 3 7 1 5 3 20 0 15 0 472679615 11078275072 7740 33554432000 4194304 4196468 140735776002096 140735775984640 140570548731639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
/proc/14446/statm: 2704657 7740 2769 1 0 2667149 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10818628 KiB
Current children cumulated memory: 30960 KiB

[startup+3.1101 s]
/proc/loadavg: 0.45 0.11 0.08 1/229 14583
/proc/meminfo: memFree=198828/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=10822316 memory=72484 CPUtime=0.93 cores=0,2,4,6
/proc/14446/stat : 14446 (java) S 14443 14446 14381 0 -1 1077944320 13840 12983 2 3 79 6 5 3 20 0 15 0 472679615 11082051584 18121 33554432000 4194304 4196468 140735776002096 140735775984640 140570548731639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
/proc/14446/statm: 2705579 18121 3479 1 0 2667661 0
[pid=14446/tid=14548] ppid=14443 vsize=10822316 memory=8 CPUtime=0.61 cores=0,2,4,6
/proc/14446/task/14548/stat : 14548 (java) D 14443 14446 14381 0 -1 4202560 9627 12983 0 3 48 5 5 3 20 0 15 0 472679751 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570520550320 140570548753565 0 4 0 16800975 18446744071580419588 0 0 -1 6 0 0 100 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14556] ppid=14443 vsize=10822316 memory=280285069549478 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14556/stat : 14556 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570552973712 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14557] ppid=14443 vsize=10822316 memory=121746224 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14557/stat : 14557 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570457176336 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14558] ppid=14443 vsize=10822316 memory=45212539 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14558/stat : 14558 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570456124048 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14559] ppid=14443 vsize=10822316 memory=72224 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14559/stat : 14559 (java) S 14443 14446 14381 0 -1 1077944384 2 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570119690768 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14564] ppid=14443 vsize=10822316 memory=1612 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14564/stat : 14564 (java) S 14443 14446 14381 0 -1 1077944384 5 12983 0 3 0 0 5 3 20 0 15 0 472679754 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570075384432 140570548742786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14566] ppid=14443 vsize=10822316 memory=708 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14566/stat : 14566 (java) S 14443 14446 14381 0 -1 1077944384 13 12983 0 3 0 0 5 3 20 0 15 0 472679755 11082051584 18121 33554432000 4194304 4196468 140735776002096 140569850406176 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14568] ppid=14443 vsize=10822316 memory=4740 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14568/stat : 14568 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679755 11082051584 18121 33554432000 4194304 4196468 140735776002096 140569380644464 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14570] ppid=14443 vsize=10822316 memory=972 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14570/stat : 14570 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679759 11082051584 18121 33554432000 4194304 4196468 140735776002096 140569073244752 140570548750235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14571] ppid=14443 vsize=10822316 memory=2008 CPUtime=0.15 cores=0,2,4,6
/proc/14446/task/14571/stat : 14571 (java) S 14443 14446 14381 0 -1 1077944384 585 12983 0 3 7 0 5 3 20 0 15 0 472679759 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570074331248 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14572] ppid=14443 vsize=10822316 memory=1424 CPUtime=0.15 cores=0,2,4,6
/proc/14446/task/14572/stat : 14572 (java) S 14443 14446 14381 0 -1 1077944384 647 12983 0 3 7 0 5 3 20 0 15 0 472679759 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570073278448 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14573] ppid=14443 vsize=10822316 memory=3640 CPUtime=0.23 cores=0,2,4,6
/proc/14446/task/14573/stat : 14573 (java) S 14443 14446 14381 0 -1 1077944384 749 12983 1 3 15 0 5 3 20 0 15 0 472679759 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570072226160 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14574] ppid=14443 vsize=10822316 memory=1548 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14574/stat : 14574 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679760 11082051584 18121 33554432000 4194304 4196468 140735776002096 140569039686112 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14580] ppid=14443 vsize=10822316 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14580/stat : 14580 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679764 11082051584 18121 33554432000 4194304 4196468 140735776002096 140570071174064 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 72484 KiB
heavy processes:

[startup+6.30069 s]
/proc/loadavg: 0.66 0.16 0.09 2/229 14583
/proc/meminfo: memFree=215152/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=10822316 memory=76616 CPUtime=1.06 cores=0,2,4,6
/proc/14446/stat : 14446 (java) S 14443 14446 14381 0 -1 1077944320 14294 12983 2 3 91 7 5 3 20 0 15 0 472679615 11082051584 19154 33554432000 4194304 4196468 140735776002096 140735775984640 140570548731639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
/proc/14446/statm: 2705579 19154 3504 1 0 2667661 0
[pid=14446/tid=14548] ppid=14443 vsize=10822316 memory=280289163341344 CPUtime=0.65 cores=0,2,4,6
/proc/14446/task/14548/stat : 14548 (java) D 14443 14446 14381 0 -1 4202560 10032 12983 0 3 52 5 5 3 20 0 15 0 472679751 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570520558032 140570548753565 0 4 0 16800975 18446744071580419588 0 0 -1 6 0 0 319 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14556] ppid=14443 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14556/stat : 14556 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570552973712 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14557] ppid=14443 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14557/stat : 14557 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570457176336 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14558] ppid=14443 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14558/stat : 14558 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570456124048 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14559] ppid=14443 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14559/stat : 14559 (java) S 14443 14446 14381 0 -1 1077944384 2 12983 0 3 0 0 5 3 20 0 15 0 472679753 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570119690768 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14564] ppid=14443 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14564/stat : 14564 (java) S 14443 14446 14381 0 -1 1077944384 5 12983 0 3 0 0 5 3 20 0 15 0 472679754 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570075384432 140570548742786 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14566] ppid=14443 vsize=10822316 memory=280289163406128 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14566/stat : 14566 (java) S 14443 14446 14381 0 -1 1077944384 13 12983 0 3 0 0 5 3 20 0 15 0 472679755 11082051584 19154 33554432000 4194304 4196468 140735776002096 140569850406176 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14568] ppid=14443 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14568/stat : 14568 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679755 11082051584 19154 33554432000 4194304 4196468 140735776002096 140569380644464 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14570] ppid=14443 vsize=10822316 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14570/stat : 14570 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679759 11082051584 19154 33554432000 4194304 4196468 140735776002096 140569073244752 140570548750235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14571] ppid=14443 vsize=10822316 memory=3504 CPUtime=0.18 cores=0,2,4,6
/proc/14446/task/14571/stat : 14571 (java) S 14443 14446 14381 0 -1 1077944384 589 12983 0 3 10 0 5 3 20 0 15 0 472679759 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570074331248 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14572] ppid=14443 vsize=10822316 memory=54728 CPUtime=0.18 cores=0,2,4,6
/proc/14446/task/14572/stat : 14572 (java) S 14443 14446 14381 0 -1 1077944384 671 12983 0 3 10 0 5 3 20 0 15 0 472679759 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570073278448 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14573] ppid=14443 vsize=10822316 memory=988 CPUtime=0.24 cores=0,2,4,6
/proc/14446/task/14573/stat : 14573 (java) S 14443 14446 14381 0 -1 1077944384 770 12983 1 3 16 0 5 3 20 0 15 0 472679759 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570072226160 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14574] ppid=14443 vsize=10822316 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14574/stat : 14574 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679760 11082051584 19154 33554432000 4194304 4196468 140735776002096 140569039686112 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14580] ppid=14443 vsize=10822316 memory=288230596050944315 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14580/stat : 14580 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679764 11082051584 19154 33554432000 4194304 4196468 140735776002096 140570071174064 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76616 KiB
heavy processes:

[startup+12.7186 s]
/proc/loadavg: 0.84 0.21 0.11 9/230 14585
/proc/meminfo: memFree=194244/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=10851096 memory=288752 CPUtime=9.23 cores=0,2,4,6
/proc/14446/stat : 14446 (java) S 14443 14446 14381 0 -1 1077944320 80218 12983 5 3 885 30 5 3 20 0 15 0 472679615 11111522304 72188 33554432000 4194304 4196468 140735776002096 140735775984640 140570548731639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
/proc/14446/statm: 2712774 72188 3620 1 0 2674829 0
[pid=14446/tid=14548] ppid=14443 vsize=10851096 memory=220952 CPUtime=4.01 cores=0,2,4,6
/proc/14446/task/14548/stat : 14548 (java) R 14443 14446 14381 0 -1 12593216 42687 12983 3 3 375 18 5 3 20 0 15 0 472679751 11111522304 72188 33554432000 4194304 4196468 140735776002096 140570520560168 140570149485486 0 4 0 16800975 0 0 0 -1 6 0 0 661 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14556] ppid=14443 vsize=10851096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14446/task/14556/stat : 14556 (java) S 14443 14446 14381 0 -1 1077944384 1279 12983 0 3 2 0 5 3 20 0 15 0 472679753 11111522304 72188 33554432000 4194304 4196468 140735776002096 140570552973712 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14557] ppid=14443 vsize=10851096 memory=158328 CPUtime=0.1 cores=0,2,4,6
/proc/14446/task/14557/stat : 14557 (java) S 14443 14446 14381 0 -1 1077944384 1606 12983 0 3 2 0 5 3 20 0 15 0 472679753 11111522304 72188 33554432000 4194304 4196468 140735776002096 140570457176336 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0

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

[pid=14446/tid=14559] ppid=14443 vsize=10851096 memory=2244696 CPUtime=10.76 cores=0,2,4,6
/proc/14446/task/14559/stat : 14559 (java) S 14443 14446 14381 0 -1 1077944384 56509 12983 0 3 999 69 5 3 20 0 15 0 472679753 11111522304 561234 33554432000 4194304 4196468 140735776002096 140570119690768 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14564] ppid=14443 vsize=10851096 memory=2244404 CPUtime=9.7 cores=0,2,4,6
/proc/14446/task/14564/stat : 14564 (java) S 14443 14446 14381 0 -1 1077944384 40784 12983 0 3 918 44 5 3 20 0 15 0 472679754 11111522304 561234 33554432000 4194304 4196468 140735776002096 140570075384432 140570548742786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14566] ppid=14443 vsize=10851096 memory=2244912 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14566/stat : 14566 (java) S 14443 14446 14381 0 -1 1077944384 15 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561234 33554432000 4194304 4196468 140735776002096 140569850406304 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14568] ppid=14443 vsize=10851096 memory=2244936 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14568/stat : 14568 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561234 33554432000 4194304 4196468 140735776002096 140569380644480 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14570] ppid=14443 vsize=10851096 memory=2244936 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14570/stat : 14570 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679759 11111522304 561234 33554432000 4194304 4196468 140735776002096 140569073244752 140570548750235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14571] ppid=14443 vsize=10851096 memory=2244524 CPUtime=6.01 cores=0,2,4,6
/proc/14446/task/14571/stat : 14571 (java) S 14443 14446 14381 0 -1 1077944384 37446 12983 0 3 586 7 5 3 20 0 15 0 472679759 11111522304 561234 33554432000 4194304 4196468 140735776002096 140570074331248 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14572] ppid=14443 vsize=10851096 memory=3688 CPUtime=6.08 cores=0,2,4,6
/proc/14446/task/14572/stat : 14572 (java) S 14443 14446 14381 0 -1 1077944384 30499 12983 0 3 593 7 5 3 20 0 15 0 472679759 11111522304 561234 33554432000 4194304 4196468 140735776002096 140570073278448 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14573] ppid=14443 vsize=10851096 memory=2244100 CPUtime=4.46 cores=0,2,4,6
/proc/14446/task/14573/stat : 14573 (java) S 14443 14446 14381 0 -1 1077944384 44567 12983 1 3 431 7 5 3 20 0 15 0 472679759 11111522304 561234 33554432000 4194304 4196468 140735776002096 140570072226160 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14574] ppid=14443 vsize=10851096 memory=2244100 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14574/stat : 14574 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679760 11111522304 561234 33554432000 4194304 4196468 140735776002096 140569039686112 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14580] ppid=14443 vsize=10851096 memory=2244936 CPUtime=1.44 cores=0,2,4,6
/proc/14446/task/14580/stat : 14580 (java) S 14443 14446 14381 0 -1 1077944384 2513 12983 0 3 64 72 5 3 20 0 15 0 472679764 11111522304 561234 33554432000 4194304 4196468 140735776002096 140570071174064 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
Current children cumulated CPU time: 2240.82 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2244936 KiB

[startup+2262.3 s]
/proc/loadavg: 1.59 1.47 1.31 3/227 14786
/proc/meminfo: memFree=237012/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=10851096 memory=2245540 CPUtime=2301.78 cores=0,2,4,6
/proc/14446/stat : 14446 (java) S 14443 14446 14381 0 -1 1077944320 3500833 12983 5 3 229396 774 5 3 20 0 15 0 472679615 11111522304 561385 33554432000 4194304 4196468 140735776002096 140735775984640 140570548731639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
/proc/14446/statm: 2712774 561385 3636 1 0 2674829 0
[pid=14446/tid=14548] ppid=14443 vsize=10851096 memory=2245476 CPUtime=2229.98 cores=0,2,4,6
/proc/14446/task/14548/stat : 14548 (java) R 14443 14446 14381 0 -1 4202560 3097754 12983 3 3 222542 448 5 3 20 0 15 0 472679751 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570520566672 140570153386397 0 4 0 16800975 0 0 0 -1 2 0 0 661 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14556] ppid=14443 vsize=10851096 memory=56 CPUtime=11.11 cores=0,2,4,6
/proc/14446/task/14556/stat : 14556 (java) S 14443 14446 14381 0 -1 1077944384 59705 12983 0 3 1039 64 5 3 20 0 15 0 472679753 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570552973712 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14557] ppid=14443 vsize=10851096 memory=2245476 CPUtime=11.09 cores=0,2,4,6
/proc/14446/task/14557/stat : 14557 (java) S 14443 14446 14381 0 -1 1077944384 61607 12983 0 3 1040 61 5 3 20 0 15 0 472679753 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570457176336 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14558] ppid=14443 vsize=10851096 memory=2245540 CPUtime=11.13 cores=0,2,4,6
/proc/14446/task/14558/stat : 14558 (java) S 14443 14446 14381 0 -1 1077944384 62515 12983 0 3 1049 56 5 3 20 0 15 0 472679753 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570456124048 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14559] ppid=14443 vsize=10851096 memory=2245476 CPUtime=11.08 cores=0,2,4,6
/proc/14446/task/14559/stat : 14559 (java) S 14443 14446 14381 0 -1 1077944384 60293 12983 0 3 1030 70 5 3 20 0 15 0 472679753 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570119690768 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14564] ppid=14443 vsize=10851096 memory=0 CPUtime=10 cores=0,2,4,6
/proc/14446/task/14564/stat : 14564 (java) S 14443 14446 14381 0 -1 1077944384 41656 12983 0 3 946 46 5 3 20 0 15 0 472679754 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570075384432 140570548742786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14566] ppid=14443 vsize=10851096 memory=2245540 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14566/stat : 14566 (java) S 14443 14446 14381 0 -1 1077944384 15 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561385 33554432000 4194304 4196468 140735776002096 140569850406304 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14568] ppid=14443 vsize=10851096 memory=2245540 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14568/stat : 14568 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561385 33554432000 4194304 4196468 140735776002096 140569380644480 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14570] ppid=14443 vsize=10851096 memory=1015 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14570/stat : 14570 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679759 11111522304 561385 33554432000 4194304 4196468 140735776002096 140569073244752 140570548750235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14571] ppid=14443 vsize=10851096 memory=1013 CPUtime=6.01 cores=0,2,4,6
/proc/14446/task/14571/stat : 14571 (java) S 14443 14446 14381 0 -1 1077944384 37450 12983 0 3 586 7 5 3 20 0 15 0 472679759 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570074331248 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14572] ppid=14443 vsize=10851096 memory=4872558044660077418 CPUtime=6.08 cores=0,2,4,6
/proc/14446/task/14572/stat : 14572 (java) S 14443 14446 14381 0 -1 1077944384 30503 12983 0 3 593 7 5 3 20 0 15 0 472679759 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570073278448 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14573] ppid=14443 vsize=10851096 memory=1560 CPUtime=4.46 cores=0,2,4,6
/proc/14446/task/14573/stat : 14573 (java) S 14443 14446 14381 0 -1 1077944384 44573 12983 1 3 431 7 5 3 20 0 15 0 472679759 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570072226160 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14574] ppid=14443 vsize=10851096 memory=2245476 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14574/stat : 14574 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679760 11111522304 561385 33554432000 4194304 4196468 140735776002096 140569039686112 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14580] ppid=14443 vsize=10851096 memory=2245476 CPUtime=1.48 cores=0,2,4,6
/proc/14446/task/14580/stat : 14580 (java) S 14443 14446 14381 0 -1 1077944384 2554 12983 0 3 66 74 5 3 20 0 15 0 472679764 11111522304 561385 33554432000 4194304 4196468 140735776002096 140570071174064 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
Current children cumulated CPU time: 2301.78 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2245540 KiB

[startup+2322.3 s]
/proc/loadavg: 1.63 1.51 1.33 3/227 14791
/proc/meminfo: memFree=235164/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=10851096 memory=2246136 CPUtime=2362.74 cores=0,2,4,6
/proc/14446/stat : 14446 (java) S 14443 14446 14381 0 -1 1077944320 3545933 12983 5 3 235481 785 5 3 20 0 15 0 472679615 11111522304 561534 33554432000 4194304 4196468 140735776002096 140735775984640 140570548731639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
/proc/14446/statm: 2712774 561534 3636 1 0 2674829 0
[pid=14446/tid=14548] ppid=14443 vsize=10851096 memory=2245784 CPUtime=2289.29 cores=0,2,4,6
/proc/14446/task/14548/stat : 14548 (java) R 14443 14446 14381 0 -1 4202560 3134296 12983 3 3 228470 451 5 3 20 0 15 0 472679751 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570520567024 140570152513536 0 4 0 16800975 0 0 0 -1 0 0 0 661 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14556] ppid=14443 vsize=10851096 memory=2245680 CPUtime=11.44 cores=0,2,4,6
/proc/14446/task/14556/stat : 14556 (java) S 14443 14446 14381 0 -1 1077944384 63026 12983 0 3 1070 66 5 3 20 0 15 0 472679753 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570552973712 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14557] ppid=14443 vsize=10851096 memory=2245680 CPUtime=11.42 cores=0,2,4,6
/proc/14446/task/14557/stat : 14557 (java) S 14443 14446 14381 0 -1 1077944384 62053 12983 0 3 1071 63 5 3 20 0 15 0 472679753 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570457176336 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14558] ppid=14443 vsize=10851096 memory=2245892 CPUtime=11.45 cores=0,2,4,6
/proc/14446/task/14558/stat : 14558 (java) S 14443 14446 14381 0 -1 1077944384 64521 12983 0 3 1080 57 5 3 20 0 15 0 472679753 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570456124048 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14559] ppid=14443 vsize=10851096 memory=2245968 CPUtime=11.41 cores=0,2,4,6
/proc/14446/task/14559/stat : 14559 (java) S 14443 14446 14381 0 -1 1077944384 61837 12983 0 3 1062 71 5 3 20 0 15 0 472679753 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570119690768 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14564] ppid=14443 vsize=10851096 memory=2246032 CPUtime=10.28 cores=0,2,4,6
/proc/14446/task/14564/stat : 14564 (java) S 14443 14446 14381 0 -1 1077944384 42824 12983 0 3 973 47 5 3 20 0 15 0 472679754 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570075384432 140570548742786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14566] ppid=14443 vsize=10851096 memory=280289163959000 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14566/stat : 14566 (java) S 14443 14446 14381 0 -1 1077944384 15 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561534 33554432000 4194304 4196468 140735776002096 140569850406304 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14568] ppid=14443 vsize=10851096 memory=2246032 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14568/stat : 14568 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561534 33554432000 4194304 4196468 140735776002096 140569380644480 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14570] ppid=14443 vsize=10851096 memory=2246136 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14570/stat : 14570 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679759 11111522304 561534 33554432000 4194304 4196468 140735776002096 140569073244752 140570548750235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14571] ppid=14443 vsize=10851096 memory=3504 CPUtime=6.01 cores=0,2,4,6
/proc/14446/task/14571/stat : 14571 (java) S 14443 14446 14381 0 -1 1077944384 37454 12983 0 3 586 7 5 3 20 0 15 0 472679759 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570074331248 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14572] ppid=14443 vsize=10851096 memory=6656426216303648864 CPUtime=6.08 cores=0,2,4,6
/proc/14446/task/14572/stat : 14572 (java) S 14443 14446 14381 0 -1 1077944384 30507 12983 0 3 593 7 5 3 20 0 15 0 472679759 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570073278448 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14573] ppid=14443 vsize=10851096 memory=2246136 CPUtime=4.46 cores=0,2,4,6
/proc/14446/task/14573/stat : 14573 (java) S 14443 14446 14381 0 -1 1077944384 44579 12983 1 3 431 7 5 3 20 0 15 0 472679759 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570072226160 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14574] ppid=14443 vsize=10851096 memory=2246032 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14574/stat : 14574 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679760 11111522304 561534 33554432000 4194304 4196468 140735776002096 140569039686112 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14580] ppid=14443 vsize=10851096 memory=2246032 CPUtime=1.51 cores=0,2,4,6
/proc/14446/task/14580/stat : 14580 (java) S 14443 14446 14381 0 -1 1077944384 2613 12983 0 3 67 76 5 3 20 0 15 0 472679764 11111522304 561534 33554432000 4194304 4196468 140735776002096 140570071174064 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
Current children cumulated CPU time: 2362.74 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2246136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359 s]*
/proc/loadavg: 1.63 1.53 1.34 3/209 14832
/proc/meminfo: memFree=2135584/32770624 swapFree=66953184/67108860
[pid=14446] ppid=14443 vsize=10851096 memory=2246536 CPUtime=2400.03 cores=0,2,4,6
/proc/14446/stat : 14446 (java) S 14443 14446 14381 0 -1 1077944320 3574558 12983 5 3 239202 793 5 3 20 0 15 0 472679615 11111522304 561634 33554432000 4194304 4196468 140735776002096 140735775984640 140570548731639 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
/proc/14446/statm: 2712774 561634 3636 1 0 2674829 0
[pid=14446/tid=14548] ppid=14443 vsize=10851096 memory=8317482817917895235 CPUtime=2325.59 cores=0,2,4,6
/proc/14446/task/14548/stat : 14548 (java) R 14443 14446 14381 0 -1 4202560 3158012 12983 3 3 232097 454 5 3 20 0 15 0 472679751 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570520567664 140570151054651 0 4 0 16800975 0 0 0 -1 4 0 0 661 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14556] ppid=14443 vsize=10851096 memory=4872558044660077418 CPUtime=11.64 cores=0,2,4,6
/proc/14446/task/14556/stat : 14556 (java) S 14443 14446 14381 0 -1 1077944384 63470 12983 0 3 1089 67 5 3 20 0 15 0 472679753 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570552973712 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14557] ppid=14443 vsize=10851096 memory=1548 CPUtime=11.61 cores=0,2,4,6
/proc/14446/task/14557/stat : 14557 (java) S 14443 14446 14381 0 -1 1077944384 63937 12983 0 3 1090 63 5 3 20 0 15 0 472679753 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570457176336 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14558] ppid=14443 vsize=10851096 memory=1728 CPUtime=11.66 cores=0,2,4,6
/proc/14446/task/14558/stat : 14558 (java) S 14443 14446 14381 0 -1 1077944384 65802 12983 0 3 1099 59 5 3 20 0 15 0 472679753 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570456124048 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14559] ppid=14443 vsize=10851096 memory=8072 CPUtime=11.61 cores=0,2,4,6
/proc/14446/task/14559/stat : 14559 (java) S 14443 14446 14381 0 -1 1077944384 62648 12983 0 3 1081 72 5 3 20 0 15 0 472679753 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570119690768 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14564] ppid=14443 vsize=10851096 memory=9580 CPUtime=10.46 cores=0,2,4,6
/proc/14446/task/14564/stat : 14564 (java) S 14443 14446 14381 0 -1 1077944384 43278 12983 0 3 990 48 5 3 20 0 15 0 472679754 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570075384432 140570548742786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14566] ppid=14443 vsize=10851096 memory=1052 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14566/stat : 14566 (java) S 14443 14446 14381 0 -1 1077944384 15 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561634 33554432000 4194304 4196468 140735776002096 140569850406304 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14568] ppid=14443 vsize=10851096 memory=2246536 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14568/stat : 14568 (java) S 14443 14446 14381 0 -1 1077944384 1 12983 0 3 0 0 5 3 20 0 15 0 472679755 11111522304 561634 33554432000 4194304 4196468 140735776002096 140569380644480 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14570] ppid=14443 vsize=10851096 memory=7679937539709960979 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14570/stat : 14570 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679759 11111522304 561634 33554432000 4194304 4196468 140735776002096 140569073244752 140570548750235 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14571] ppid=14443 vsize=10851096 memory=6944656591801717918 CPUtime=6.01 cores=0,2,4,6
/proc/14446/task/14571/stat : 14571 (java) S 14443 14446 14381 0 -1 1077944384 37458 12983 0 3 586 7 5 3 20 0 15 0 472679759 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570074331248 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14572] ppid=14443 vsize=10851096 memory=6933690287860520088 CPUtime=6.08 cores=0,2,4,6
/proc/14446/task/14572/stat : 14572 (java) S 14443 14446 14381 0 -1 1077944384 30511 12983 0 3 593 7 5 3 20 0 15 0 472679759 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570073278448 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14573] ppid=14443 vsize=10851096 memory=6944656592452807316 CPUtime=4.46 cores=0,2,4,6
/proc/14446/task/14573/stat : 14573 (java) S 14443 14446 14381 0 -1 1077944384 44585 12983 1 3 431 7 5 3 20 0 15 0 472679759 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570072226160 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14574] ppid=14443 vsize=10851096 memory=4629799972190126725 CPUtime=0.08 cores=0,2,4,6
/proc/14446/task/14574/stat : 14574 (java) S 14443 14446 14381 0 -1 1077944384 3 12983 0 3 0 0 5 3 20 0 15 0 472679760 11111522304 561634 33554432000 4194304 4196468 140735776002096 140569039686112 140570548741845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
[pid=14446/tid=14580] ppid=14443 vsize=10851096 memory=4206468019014099040 CPUtime=1.53 cores=0,2,4,6
/proc/14446/task/14580/stat : 14580 (java) S 14443 14446 14381 0 -1 1077944384 2634 12983 0 3 68 77 5 3 20 0 15 0 472679764 11111522304 561634 33554432000 4194304 4196468 140735776002096 140570071174064 140570548742786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24010752 140735776004707 140735776007349 140735776007349 140735776010191 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2246536 KiB

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

[startup+2359.16 s]
# the end of solver process 14446 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2392.11 s, system=8.11177 s

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

[startup+2359.11 s]*
/proc/loadavg: 1.63 1.53 1.34 2/195 14853
/proc/meminfo: memFree=3730492/32770624 swapFree=66953184/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2359.16
CPU time (s): 2400.22
CPU user time (s): 2392.11
CPU system time (s): 8.11177
CPU usage (%): 101.74
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2246536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.11
system time used= 8.11177
maximum resident set size= 2250768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3591384
page faults= 8
swaps= 0
block input operations= 69128
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 257321
involuntary context switches= 9462


# summary of solver processes directly reported to runsolver:
#   pid: 14446
#   total CPU time (s): 2400.22
#   total CPU user time (s): 2392.11
#   total CPU system time (s): 8.11177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1261 second user time and 22.5225 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 10:19:58
IDJOB=4403087
IDBENCH=115848
IDSOLVER=2862
FILE ID=node119/4403087-1568967638
RUNJOBID= node119-1568967598-14412
PBS_JOBID= 21704628
Free space on /var/tmp= 13516 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403087-1568967638/watcher-4403087-1568967638 -o /var/tmp/evaluation-result-4403087-1568967638/solver-4403087-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node119-1568967598-14412 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403087-1568967638.xml

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=1159292332

node119.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.47
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.47
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.47
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.47
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:          206228 kB
MemAvailable:   31809300 kB
Buffers:          137760 kB
Cached:         31384496 kB
SwapCached:        46572 kB
Active:         14106852 kB
Inactive:       17464024 kB
Active(anon):       3528 kB
Inactive(anon):    93904 kB
Active(file):   14103324 kB
Inactive(file): 17370120 kB
Unevictable:      109120 kB
Mlocked:          109120 kB
SwapTotal:      67108860 kB
SwapFree:       66953184 kB
Dirty:             22520 kB
Writeback:             0 kB
AnonPages:        113308 kB
Mapped:            51940 kB
Shmem:             40116 kB
Slab:             586740 kB
SReclaimable:     558088 kB
SUnreclaim:        28652 kB
KernelStack:        3408 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node119 at 2019-09-20 10:59:27