Trace number 4403126

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)300 2400.2 2350.22

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-0.xml
MD5SUMda64694dd3ca715594c36c32a8b555a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark300
Best CPU time to get the best result obtained on this benchmark28.1231
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size400
Distribution of domain sizes[{"size":5,"count":50},{"size":400,"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.92/2.51	c Concrete v3.12.3.1568965526260 running
10.32/11.39	o 392
12.21/11.90	o 385
13.12/12.29	o 382
13.78/12.45	o 368
14.39/12.66	o 357
14.39/12.67	o 354
14.72/12.70	o 349
15.34/12.93	o 348
15.34/12.95	o 339
18.10/13.86	o 338
18.10/13.87	o 337
18.41/13.99	o 336
18.75/14.01	o 335
20.01/14.57	o 334
21.96/15.77	o 333
21.96/15.78	o 330
21.96/15.78	o 323
21.96/15.79	o 322
23.03/16.38	o 321
23.21/16.40	o 320
23.21/16.41	o 319
23.35/16.55	o 318
26.07/18.68	o 317
26.21/18.76	o 316
26.21/18.77	o 315
38.39/28.96	o 314
38.63/29.11	o 313
38.63/29.13	o 310
38.63/29.13	o 309
38.63/29.17	o 308
38.63/29.17	o 304
41.16/31.31	o 303
59.83/49.31	o 302
61.48/50.91	o 301
64.05/53.48	o 300
2400.05/2350.13	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2350.13		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2350.13		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.05/2350.13		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:27)
2400.05/2350.13		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.05/2350.13		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:27)
2400.05/2350.13		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.05/2350.13		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2350.13		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2350.13		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2350.13		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2350.13		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2350.13		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2350.13		at scala.Option.map(Option.scala:242)
2400.05/2350.13		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2350.13		at concrete.MAC.mac(MAC.scala:216)
2400.05/2350.13		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2350.13		at scala.util.Try$.apply(Try.scala:210)
2400.05/2350.13		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2350.13		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2350.13		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2350.13		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2350.13		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2350.13		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2350.13		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2350.13		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2350.13		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2350.13		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2350.13		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2350.13		at scala.util.Success.map(Try.scala:262)
2400.05/2350.13		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2350.13		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2350.13		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2350.13		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2350.13		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2350.13		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2350.13		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2350.13		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2350.13		at scala.App.$anonfun$main$1(App.scala:73)
2400.05/2350.13		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.05/2350.13		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2350.13		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2350.13		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.05/2350.13		at scala.App.main(App.scala:73)
2400.05/2350.13		at scala.App.main$(App.scala:71)
2400.05/2350.13		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2350.13		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2350.14	v <instantiation
2400.05/2350.14	v         cost = '300'>
2400.05/2350.14	v       <list>
2400.05/2350.14	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.05/2350.14	v       </list>
2400.05/2350.14	v       <values>
2400.05/2350.14	v         0 31 116 164 234 45 140 171 264 291 0 90 164 239 299 0 45 154 233 287 10 114 159 173 272 300 298 300 300 287 31 85 44 64 66 69 14 68 18 7 90 74 70 60 1 45 98 76 54 13 80 45 10 91 15 2 3 4 0 1 1 3 2 4 0 4 0 1 2 3 1 2 3 0 4 0 1 2 4 3 164 234 0 31 116 291 45 171 140 264 90 164 239 299 0 233 0 45 154 287 10 114 159 272 173
2400.05/2350.14	v       </values>
2400.05/2350.14	v     </instantiation>
2400.05/2350.14	s SATISFIABLE

Verifier Data

OK	300

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403126-1568967638/watcher-4403126-1568967638 -o /tmp/evaluation-result-4403126-1568967638/solver-4403126-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568967597-23756 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403126-1568967638.xml 

running on 4 cores: 4-7

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=23791, runsolver pid=23785

[startup+0.100133 s]*
/proc/loadavg: 0.31 0.08 0.07 2/205 23799
/proc/meminfo: memFree=1616604/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=113256 memory=1452 CPUtime=0 cores=4-7
/proc/23791/stat : 23791 (bash) S 23785 23791 23724 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 472706456 115974144 363 33554432000 4194304 5098028 140721195056896 140721195054536 140419857120256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23791/statm: 28314 363 289 221 0 119 0
[pid=23794] ppid=23791 vsize=113256 memory=708 CPUtime=0 cores=4-7
/proc/23794/stat : 23794 (bash) S 23791 23791 23724 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 177 33554432000 4194304 5098028 140721195056896 140721195053064 140419856945788 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23794/statm: 28314 177 101 221 0 119 0
[pid=23796] ppid=23794 vsize=113256 memory=716 CPUtime=0 cores=4-7
/proc/23796/stat : 23796 (bash) S 23794 23791 23724 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 179 33554432000 4194304 5098028 140721195056896 140721195050072 140419857120256 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23796/statm: 28314 179 103 221 0 119 0
[pid=23798] ppid=23796 vsize=113256 memory=496 CPUtime=0 cores=4-7
/proc/23798/stat : 23798 (bash) D 23796 23791 23724 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 124 33554432000 4194304 5098028 140721195056896 140721195049128 140419857118581 0 0 4096 65538 18446744072101617188 0 0 17 5 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23798/statm: 28314 124 48 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3372 KiB

[startup+0.21125 s]*
/proc/loadavg: 0.31 0.08 0.07 2/207 23801
/proc/meminfo: memFree=1597268/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=113256 memory=1452 CPUtime=0 cores=4-7
/proc/23791/stat : 23791 (bash) S 23785 23791 23724 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 472706456 115974144 363 33554432000 4194304 5098028 140721195056896 140721195054536 140419857120256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23791/statm: 28314 363 289 221 0 119 0
[pid=23794] ppid=23791 vsize=113256 memory=708 CPUtime=0 cores=4-7
/proc/23794/stat : 23794 (bash) S 23791 23791 23724 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 177 33554432000 4194304 5098028 140721195056896 140721195053064 140419856945788 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23794/statm: 28314 177 101 221 0 119 0
[pid=23796] ppid=23794 vsize=113256 memory=716 CPUtime=0 cores=4-7
/proc/23796/stat : 23796 (bash) S 23794 23791 23724 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 179 33554432000 4194304 5098028 140721195056896 140721195050072 140419857120256 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23796/statm: 28314 179 103 221 0 119 0
[pid=23798] ppid=23796 vsize=113256 memory=716 CPUtime=0 cores=4-7
/proc/23798/stat : 23798 (bash) S 23796 23791 23724 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 179 33554432000 4194304 5098028 140721195056896 140721195049352 140419856945788 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23798/statm: 28314 179 103 221 0 119 0
[pid=23800] ppid=23798 vsize=113256 memory=304 CPUtime=0 cores=4-7
/proc/23800/stat : 23800 (bash) D 23798 23791 23724 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 1 0 472706467 115974144 76 33554432000 4194304 5098028 140721195056896 140721195049416 140419856947703 0 0 4096 0 18446744071580419588 0 0 17 7 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23800/statm: 28314 76 0 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 566280 KiB
Current children cumulated memory: 3896 KiB

[startup+0.310782 s]*
/proc/loadavg: 0.31 0.08 0.07 1/205 23803
/proc/meminfo: memFree=1597980/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=113256 memory=1452 CPUtime=0 cores=4-7
/proc/23791/stat : 23791 (bash) S 23785 23791 23724 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 472706456 115974144 363 33554432000 4194304 5098028 140721195056896 140721195054536 140419857120256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 2 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23791/statm: 28314 363 289 221 0 119 0
[pid=23794] ppid=23791 vsize=113256 memory=708 CPUtime=0 cores=4-7
/proc/23794/stat : 23794 (bash) S 23791 23791 23724 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 177 33554432000 4194304 5098028 140721195056896 140721195053064 140419856945788 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23794/statm: 28314 177 101 221 0 119 0
[pid=23796] ppid=23794 vsize=113256 memory=884 CPUtime=0 cores=4-7
/proc/23796/stat : 23796 (bash) S 23794 23791 23724 0 -1 4202560 211 428 0 1 0 0 0 0 20 0 1 0 472706459 115974144 221 33554432000 4194304 5098028 140721195056896 140721195050360 140419857120256 0 0 4096 65538 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23796/statm: 28314 221 145 221 0 119 0
[pid=23802] ppid=23796 vsize=113256 memory=488 CPUtime=0 cores=4-7
/proc/23802/stat : 23802 (bash) D 23796 23791 23724 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 1 0 472706486 115974144 122 33554432000 4194304 5098028 140721195056896 140721195049416 140419857118581 0 0 4096 65538 18446744072101617188 0 0 17 5 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23802/statm: 28314 122 46 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3532 KiB

[startup+0.700376 s]
/proc/loadavg: 0.31 0.08 0.07 1/199 23841
/proc/meminfo: memFree=1595368/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/23791/stat : 23791 (bash) S 23785 23791 23724 0 -1 4202496 887 5700 1 1 0 0 0 1 20 0 1 0 472706456 115974144 404 33554432000 4194304 5098028 140721195056896 140721195050904 140419857120256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 25 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23791/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+1.50069 s]
/proc/loadavg: 0.53 0.13 0.08 2/207 23851
/proc/meminfo: memFree=1603468/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/23791/stat : 23791 (bash) S 23785 23791 23724 0 -1 4202496 887 5700 1 1 0 0 0 1 20 0 1 0 472706456 115974144 404 33554432000 4194304 5098028 140721195056896 140721195050904 140419857120256 0 0 4100 65536 18446744071580971376 0 0 17 6 0 0 25 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23791/statm: 28314 404 320 221 0 119 0
[pid=23844] ppid=23791 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/23844/stat : 23844 (bash) S 23791 23791 23724 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472706517 115974144 178 33554432000 4194304 5098028 140721195056896 140721195049576 140419856945788 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 38600704 140721195062292 140721195062417 140721195062417 140721195065326 0
/proc/23844/statm: 28314 178 94 221 0 119 0
[pid=23846] ppid=23844 vsize=10260324 memory=18288 CPUtime=0.05 cores=4-7
/proc/23846/stat : 23846 (java) S 23844 23791 23724 0 -1 1077944320 4499 0 0 0 4 1 0 0 20 0 9 0 472706517 10506571776 4572 33554432000 4194304 4196468 140723743575952 140723743558496 140394389757687 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 23642112 140723743581324 140723743581338 140723743581338 140723743584207 0
/proc/23846/statm: 2565081 4572 2195 1 0 2527622 0
[pid=23846/tid=23850] ppid=23844 vsize=10260324 memory=984 CPUtime=0.04 cores=4-7
/proc/23846/task/23850/stat : 23850 (java) D 23844 23791 23724 0 -1 1077944384 3152 0 0 0 4 0 0 0 20 0 9 0 472706554 10506571776 4572 33554432000 4194304 4196468 140723743575952 140394393992728 140394382435701 0 4 0 16800971 18446744072101617188 0 0 -1 4 0 0 0 0 0 6293624 6294260 23642112 140723743581324 140723743581338 140723743581338 140723743584207 0
[pid=23847] ppid=23844 vsize=113488 memory=972 CPUtime=0 cores=4-7
/proc/23847/stat : 23847 (awk) S 23844 23791 23724 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 472706517 116211712 243 33554432000 4194304 4609284 140736620339024 140736620338200 140077792418816 0 0 4096 1216 18446744071580971376 0 0 17 6 0 0 0 0 0 6708720 6711756 15544320 140736620344508 140736620344538 140736620344538 140736620347375 0
/proc/23847/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 21588 KiB

[startup+3.11143 s]
/proc/loadavg: 0.53 0.13 0.08 2/227 23923
/proc/meminfo: memFree=1500756/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=10822316 memory=73956 CPUtime=1.01 cores=4-7
/proc/23791/stat : 23791 (java) S 23785 23791 23724 0 -1 1077944320 14166 13575 1 2 87 5 5 4 20 0 15 0 472706456 11082051584 18489 33554432000 4194304 4196468 140735987533872 140735987516416 139848185102071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 25 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
/proc/23791/statm: 2705579 18489 3486 1 0 2667661 0
[pid=23791/tid=23897] ppid=23785 vsize=10822316 memory=0 CPUtime=0.64 cores=4-7
/proc/23791/task/23897/stat : 23897 (java) R 23785 23791 23724 0 -1 4202560 9597 13575 0 2 51 4 5 4 20 0 15 0 472706625 11082051584 18489 33554432000 4194304 4196468 140735987533872 139848156919632 139848185123997 0 4 0 16800975 0 0 0 -1 5 0 0 79 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23898] ppid=23785 vsize=10822316 memory=7682475212697334586 CPUtime=0.09 cores=4-7
/proc/23791/task/23898/stat : 23898 (java) S 23785 23791 23724 0 -1 1077944384 2 13575 0 2 0 0 5 4 20 0 15 0 472706626 11082051584 18489 33554432000 4194304 4196468 140735987533872 139848189344016 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23900] ppid=23785 vsize=10822316 memory=280067972521952 CPUtime=0.09 cores=4-7
/proc/23791/task/23900/stat : 23900 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706626 11082051584 18489 33554432000 4194304 4196468 140735987533872 139848104163728 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23901] ppid=23785 vsize=10822316 memory=104355692808938 CPUtime=0.09 cores=4-7
/proc/23791/task/23901/stat : 23901 (java) S 23785 23791 23724 0 -1 1077944384 2 13575 0 2 0 0 5 4 20 0 15 0 472706626 11082051584 18489 33554432000 4194304 4196468 140735987533872 139848103111184 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23903] ppid=23785 vsize=10822316 memory=280067972363792 CPUtime=0.09 cores=4-7
/proc/23791/task/23903/stat : 23903 (java) S 23785 23791 23724 0 -1 1077944384 2 13575 0 2 0 0 5 4 20 0 15 0 472706626 11082051584 18489 33554432000 4194304 4196468 140735987533872 139848102058640 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23906] ppid=23785 vsize=10822316 memory=6944656592455359580 CPUtime=0.09 cores=4-7
/proc/23791/task/23906/stat : 23906 (java) S 23785 23791 23724 0 -1 1077944384 5 13575 0 2 0 0 5 4 20 0 15 0 472706628 11082051584 18489 33554432000 4194304 4196468 140735987533872 139847188371952 139848185113218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23908] ppid=23785 vsize=10822316 memory=164 CPUtime=0.09 cores=4-7
/proc/23791/task/23908/stat : 23908 (java) S 23785 23791 23724 0 -1 1077944384 13 13575 0 2 0 0 5 4 20 0 15 0 472706628 11082051584 18489 33554432000 4194304 4196468 140735987533872 139847087941024 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23910] ppid=23785 vsize=10822316 memory=0 CPUtime=0.09 cores=4-7
/proc/23791/task/23910/stat : 23910 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706628 11082051584 18554 33554432000 4194304 4196468 140735987533872 139846953723376 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23917] ppid=23785 vsize=10822316 memory=0 CPUtime=0.09 cores=4-7
/proc/23791/task/23917/stat : 23917 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706633 11082051584 18554 33554432000 4194304 4196468 140735987533872 139846713432784 139848185120667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23918] ppid=23785 vsize=10822316 memory=0 CPUtime=0.17 cores=4-7
/proc/23791/task/23918/stat : 23918 (java) R 23785 23791 23724 0 -1 1077944384 882 13575 0 2 8 0 5 4 20 0 15 0 472706633 11082051584 18554 33554432000 4194304 4196468 140735987533872 139847187318768 139848185113218 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23919] ppid=23785 vsize=10822316 memory=70724 CPUtime=0.2 cores=4-7
/proc/23791/task/23919/stat : 23919 (java) S 23785 23791 23724 0 -1 1077944384 723 13575 0 2 11 0 5 4 20 0 15 0 472706633 11082051584 18554 33554432000 4194304 4196468 140735987533872 139847186266224 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23920] ppid=23785 vsize=10822316 memory=1280 CPUtime=0.24 cores=4-7
/proc/23791/task/23920/stat : 23920 (java) R 23785 23791 23724 0 -1 4202560 726 13575 0 2 15 0 5 4 20 0 15 0 472706633 11082051584 18554 33554432000 4194304 4196468 140735987533872 139847185213680 139848185114006 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23921] ppid=23785 vsize=10822316 memory=6060 CPUtime=0.09 cores=4-7
/proc/23791/task/23921/stat : 23921 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706634 11082051584 18554 33554432000 4194304 4196468 140735987533872 139846679874144 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23923] ppid=23785 vsize=10822316 memory=780 CPUtime=0.09 cores=4-7
/proc/23791/task/23923/stat : 23923 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706640 11082051584 18554 33554432000 4194304 4196468 140735987533872 139847184161584 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 73956 KiB
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 0.64 0.16 0.09 2/227 23923
/proc/meminfo: memFree=1459788/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=10824440 memory=88124 CPUtime=1.42 cores=4-7
/proc/23791/stat : 23791 (java) S 23785 23791 23724 0 -1 1077944320 15816 13575 1 2 127 6 5 4 20 0 15 0 472706456 11084226560 22031 33554432000 4194304 4196468 140735987533872 140735987516416 139848185102071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 25 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
/proc/23791/statm: 2706110 22031 3515 1 0 2668173 0
[pid=23791/tid=23897] ppid=23785 vsize=10824440 memory=140033986173304 CPUtime=0.83 cores=4-7
/proc/23791/task/23897/stat : 23897 (java) D 23785 23791 23724 0 -1 4202560 11023 13575 0 2 69 5 5 4 20 0 15 0 472706625 11084226560 22031 33554432000 4194304 4196468 140735987533872 139848156931080 139848108178386 0 4 0 16800975 18446744071580431491 0 0 -1 5 0 0 344 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23898] ppid=23785 vsize=10824440 memory=0 CPUtime=0.09 cores=4-7
/proc/23791/task/23898/stat : 23898 (java) S 23785 23791 23724 0 -1 1077944384 2 13575 0 2 0 0 5 4 20 0 15 0 472706626 11084226560 22031 33554432000 4194304 4196468 140735987533872 139848189344016 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23900] ppid=23785 vsize=10824440 memory=140034104241185 CPUtime=0.09 cores=4-7
/proc/23791/task/23900/stat : 23900 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706626 11084226560 22031 33554432000 4194304 4196468 140735987533872 139848104163728 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23901] ppid=23785 vsize=10824440 memory=6791534058613427641 CPUtime=0.09 cores=4-7
/proc/23791/task/23901/stat : 23901 (java) S 23785 23791 23724 0 -1 1077944384 2 13575 0 2 0 0 5 4 20 0 15 0 472706626 11084226560 22031 33554432000 4194304 4196468 140735987533872 139848103111184 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23903] ppid=23785 vsize=10824440 memory=-8253362664378451622 CPUtime=0.09 cores=4-7
/proc/23791/task/23903/stat : 23903 (java) S 23785 23791 23724 0 -1 1077944384 2 13575 0 2 0 0 5 4 20 0 15 0 472706626 11084226560 22031 33554432000 4194304 4196468 140735987533872 139848102058640 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23906] ppid=23785 vsize=10824440 memory=7828561915434728258 CPUtime=0.09 cores=4-7
/proc/23791/task/23906/stat : 23906 (java) S 23785 23791 23724 0 -1 1077944384 5 13575 0 2 0 0 5 4 20 0 15 0 472706628 11084226560 22031 33554432000 4194304 4196468 140735987533872 139847188371952 139848185113218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23908] ppid=23785 vsize=10824440 memory=280067972355520 CPUtime=0.09 cores=4-7
/proc/23791/task/23908/stat : 23908 (java) S 23785 23791 23724 0 -1 1077944384 13 13575 0 2 0 0 5 4 20 0 15 0 472706628 11084226560 22031 33554432000 4194304 4196468 140735987533872 139847087941024 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23910] ppid=23785 vsize=10824440 memory=6656426216303648864 CPUtime=0.09 cores=4-7
/proc/23791/task/23910/stat : 23910 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706628 11084226560 22031 33554432000 4194304 4196468 140735987533872 139846953723376 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23917] ppid=23785 vsize=10824440 memory=6944656592455359580 CPUtime=0.09 cores=4-7
/proc/23791/task/23917/stat : 23917 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706633 11084226560 22031 33554432000 4194304 4196468 140735987533872 139846713432784 139848185120667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23918] ppid=23785 vsize=10824440 memory=6656426216303648816 CPUtime=0.23 cores=4-7
/proc/23791/task/23918/stat : 23918 (java) S 23785 23791 23724 0 -1 1077944384 931 13575 0 2 14 0 5 4 20 0 15 0 472706633 11084226560 22031 33554432000 4194304 4196468 140735987533872 139847187318768 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23919] ppid=23785 vsize=10824440 memory=6944652177228980320 CPUtime=0.28 cores=4-7
/proc/23791/task/23919/stat : 23919 (java) S 23785 23791 23724 0 -1 1077944384 755 13575 0 2 19 0 5 4 20 0 15 0 472706633 11084226560 22031 33554432000 4194304 4196468 140735987533872 139847186266224 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23920] ppid=23785 vsize=10824440 memory=56 CPUtime=0.31 cores=4-7
/proc/23791/task/23920/stat : 23920 (java) S 23785 23791 23724 0 -1 1077944384 867 13575 0 2 22 0 5 4 20 0 15 0 472706633 11084226560 22031 33554432000 4194304 4196468 140735987533872 139847185213680 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23921] ppid=23785 vsize=10824440 memory=288230377007612191 CPUtime=0.09 cores=4-7
/proc/23791/task/23921/stat : 23921 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706634 11084226560 22031 33554432000 4194304 4196468 140735987533872 139846679874144 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23923] ppid=23785 vsize=10824440 memory=14417007739143609 CPUtime=0.09 cores=4-7
/proc/23791/task/23923/stat : 23923 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706640 11084226560 22031 33554432000 4194304 4196468 140735987533872 139847184161584 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 10824440 KiB
Current children cumulated memory: 88124 KiB
heavy processes:

[startup+12.7013 s]

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

[pid=23791/tid=23903] ppid=23785 vsize=10851096 memory=1847712 CPUtime=12.02 cores=4-7
/proc/23791/task/23903/stat : 23903 (java) S 23785 23791 23724 0 -1 1077944384 1892888 13575 0 2 1031 162 5 4 20 0 15 0 472706626 11111522304 461928 33554432000 4194304 4196468 140735987533872 139848102058640 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23906] ppid=23785 vsize=10851096 memory=1847652 CPUtime=8.98 cores=4-7
/proc/23791/task/23906/stat : 23906 (java) S 23785 23791 23724 0 -1 1077944384 1041190 13575 0 2 764 125 5 4 20 0 15 0 472706628 11111522304 461928 33554432000 4194304 4196468 140735987533872 139847188371952 139848185113218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23908] ppid=23785 vsize=10851096 memory=1847408 CPUtime=0.09 cores=4-7
/proc/23791/task/23908/stat : 23908 (java) S 23785 23791 23724 0 -1 1077944384 15 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 461928 33554432000 4194304 4196468 140735987533872 139847087941088 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23910] ppid=23785 vsize=10851096 memory=53240 CPUtime=0.09 cores=4-7
/proc/23791/task/23910/stat : 23910 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 461928 33554432000 4194304 4196468 140735987533872 139846953723392 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23917] ppid=23785 vsize=10851096 memory=1847708 CPUtime=0.09 cores=4-7
/proc/23791/task/23917/stat : 23917 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706633 11111522304 461928 33554432000 4194304 4196468 140735987533872 139846713432784 139848185120667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23918] ppid=23785 vsize=10851096 memory=1847708 CPUtime=7.39 cores=4-7
/proc/23791/task/23918/stat : 23918 (java) S 23785 23791 23724 0 -1 1077944384 66306 13575 0 2 720 10 5 4 20 0 15 0 472706633 11111522304 461928 33554432000 4194304 4196468 140735987533872 139847187318768 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23919] ppid=23785 vsize=10851096 memory=6791534058613427641 CPUtime=7.45 cores=4-7
/proc/23791/task/23919/stat : 23919 (java) S 23785 23791 23724 0 -1 1077944384 59942 13575 0 2 725 11 5 4 20 0 15 0 472706633 11111522304 461928 33554432000 4194304 4196468 140735987533872 139847186266224 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23920] ppid=23785 vsize=10851096 memory=6003395491271436394 CPUtime=5.04 cores=4-7
/proc/23791/task/23920/stat : 23920 (java) S 23785 23791 23724 0 -1 1077944384 82001 13575 0 2 479 16 5 4 20 0 15 0 472706633 11111522304 461928 33554432000 4194304 4196468 140735987533872 139847185213680 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23921] ppid=23785 vsize=10851096 memory=1847672 CPUtime=0.09 cores=4-7
/proc/23791/task/23921/stat : 23921 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706634 11111522304 461928 33554432000 4194304 4196468 140735987533872 139846679874144 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23923] ppid=23785 vsize=10851096 memory=4580 CPUtime=1.47 cores=4-7
/proc/23791/task/23923/stat : 23923 (java) S 23785 23791 23724 0 -1 1077944384 55465 13575 0 2 58 80 5 4 20 0 15 0 472706640 11111522304 461928 33554432000 4194304 4196468 140735987533872 139847184161584 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
Current children cumulated CPU time: 2249.67 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1847712 KiB

[startup+2262.3 s]
/proc/loadavg: 1.41 1.39 1.28 4/227 24126
/proc/meminfo: memFree=306036/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=10851096 memory=1848200 CPUtime=2310.71 cores=4-7
/proc/23791/stat : 23791 (java) S 23785 23791 23724 0 -1 1077944320 13639229 13575 3 2 228798 2264 5 4 20 0 15 0 472706456 11111522304 462050 33554432000 4194304 4196468 140735987533872 140735987516416 139848185102071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 25 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
/proc/23791/statm: 2712774 462050 3629 1 0 2674829 0
[pid=23791/tid=23897] ppid=23785 vsize=10851096 memory=1848112 CPUtime=2231.2 cores=4-7
/proc/23791/task/23897/stat : 23897 (java) R 23785 23791 23724 0 -1 4202560 4733843 13575 2 2 221647 1464 5 4 20 0 15 0 472706625 11111522304 462050 33554432000 4194304 4196468 140735987533872 139848156937344 139847777176416 0 4 0 16800975 0 0 0 -1 6 0 0 469 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23898] ppid=23785 vsize=10851096 memory=1848168 CPUtime=12.42 cores=4-7
/proc/23791/task/23898/stat : 23898 (java) S 23785 23791 23724 0 -1 1077944384 1858157 13575 0 2 1068 165 5 4 20 0 15 0 472706626 11111522304 462050 33554432000 4194304 4196468 140735987533872 139848189344016 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23900] ppid=23785 vsize=10851096 memory=1848160 CPUtime=12.41 cores=4-7
/proc/23791/task/23900/stat : 23900 (java) S 23785 23791 23724 0 -1 1077944384 1841135 13575 0 2 1072 160 5 4 20 0 15 0 472706626 11111522304 462050 33554432000 4194304 4196468 140735987533872 139848104163728 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23901] ppid=23785 vsize=10851096 memory=1848176 CPUtime=12.4 cores=4-7
/proc/23791/task/23901/stat : 23901 (java) S 23785 23791 23724 0 -1 1077944384 1899810 13575 0 2 1069 162 5 4 20 0 15 0 472706626 11111522304 462050 33554432000 4194304 4196468 140735987533872 139848103111184 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23903] ppid=23785 vsize=10851096 memory=1848160 CPUtime=12.37 cores=4-7
/proc/23791/task/23903/stat : 23903 (java) S 23785 23791 23724 0 -1 1077944384 1964927 13575 0 2 1060 168 5 4 20 0 15 0 472706626 11111522304 462050 33554432000 4194304 4196468 140735987533872 139848102058640 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23906] ppid=23785 vsize=10851096 memory=1848200 CPUtime=9.23 cores=4-7
/proc/23791/task/23906/stat : 23906 (java) S 23785 23791 23724 0 -1 1077944384 1073635 13575 0 2 786 128 5 4 20 0 15 0 472706628 11111522304 462050 33554432000 4194304 4196468 140735987533872 139847188371952 139848185113218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23908] ppid=23785 vsize=10851096 memory=1848168 CPUtime=0.09 cores=4-7
/proc/23791/task/23908/stat : 23908 (java) S 23785 23791 23724 0 -1 1077944384 15 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 462050 33554432000 4194304 4196468 140735987533872 139847087941088 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23910] ppid=23785 vsize=10851096 memory=6791534058613427641 CPUtime=0.09 cores=4-7
/proc/23791/task/23910/stat : 23910 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 462050 33554432000 4194304 4196468 140735987533872 139846953723392 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23917] ppid=23785 vsize=10851096 memory=1848104 CPUtime=0.09 cores=4-7
/proc/23791/task/23917/stat : 23917 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706633 11111522304 462050 33554432000 4194304 4196468 140735987533872 139846713432784 139848185120667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23918] ppid=23785 vsize=10851096 memory=1848104 CPUtime=7.39 cores=4-7
/proc/23791/task/23918/stat : 23918 (java) S 23785 23791 23724 0 -1 1077944384 66341 13575 0 2 720 10 5 4 20 0 15 0 472706633 11111522304 462050 33554432000 4194304 4196468 140735987533872 139847187318768 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23919] ppid=23785 vsize=10851096 memory=0 CPUtime=7.46 cores=4-7
/proc/23791/task/23919/stat : 23919 (java) S 23785 23791 23724 0 -1 1077944384 59974 13575 0 2 726 11 5 4 20 0 15 0 472706633 11111522304 462050 33554432000 4194304 4196468 140735987533872 139847186266224 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23920] ppid=23785 vsize=10851096 memory=6944652177228980320 CPUtime=5.04 cores=4-7
/proc/23791/task/23920/stat : 23920 (java) S 23785 23791 23724 0 -1 1077944384 82027 13575 0 2 479 16 5 4 20 0 15 0 472706633 11111522304 462050 33554432000 4194304 4196468 140735987533872 139847185213680 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23921] ppid=23785 vsize=10851096 memory=-7737836537141416076 CPUtime=0.09 cores=4-7
/proc/23791/task/23921/stat : 23921 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706634 11111522304 462050 33554432000 4194304 4196468 140735987533872 139846679874144 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23923] ppid=23785 vsize=10851096 memory=3612 CPUtime=1.51 cores=4-7
/proc/23791/task/23923/stat : 23923 (java) S 23785 23791 23724 0 -1 1077944384 57153 13575 0 2 59 83 5 4 20 0 15 0 472706640 11111522304 462050 33554432000 4194304 4196468 140735987533872 139847184161584 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
Current children cumulated CPU time: 2310.71 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1848200 KiB

[startup+2322.3 s]
/proc/loadavg: 1.67 1.49 1.32 4/227 24133
/proc/meminfo: memFree=305508/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=10851096 memory=1848896 CPUtime=2371.74 cores=4-7
/proc/23791/stat : 23791 (java) S 23785 23791 23724 0 -1 1077944320 14032247 13575 3 2 234839 2326 5 4 20 0 15 0 472706456 11111522304 462224 33554432000 4194304 4196468 140735987533872 140735987516416 139848185102071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 25 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
/proc/23791/statm: 2712774 462224 3629 1 0 2674829 0
[pid=23791/tid=23897] ppid=23785 vsize=10851096 memory=1848768 CPUtime=2290.51 cores=4-7
/proc/23791/task/23897/stat : 23897 (java) R 23785 23791 23724 0 -1 4202560 4828061 13575 2 2 227539 1503 5 4 20 0 15 0 472706625 11111522304 462224 33554432000 4194304 4196468 140735987533872 139848156937072 139847781886577 0 4 0 16800975 0 0 0 -1 5 0 0 469 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23898] ppid=23785 vsize=10851096 memory=1848720 CPUtime=12.78 cores=4-7
/proc/23791/task/23898/stat : 23898 (java) S 23785 23791 23724 0 -1 1077944384 1928098 13575 0 2 1100 169 5 4 20 0 15 0 472706626 11111522304 462224 33554432000 4194304 4196468 140735987533872 139848189344016 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23900] ppid=23785 vsize=10851096 memory=1848832 CPUtime=12.75 cores=4-7
/proc/23791/task/23900/stat : 23900 (java) S 23785 23791 23724 0 -1 1077944384 1896250 13575 0 2 1103 163 5 4 20 0 15 0 472706626 11111522304 462224 33554432000 4194304 4196468 140735987533872 139848104163728 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23901] ppid=23785 vsize=10851096 memory=1848872 CPUtime=12.77 cores=4-7
/proc/23791/task/23901/stat : 23901 (java) S 23785 23791 23724 0 -1 1077944384 1973814 13575 0 2 1100 168 5 4 20 0 15 0 472706626 11111522304 462224 33554432000 4194304 4196468 140735987533872 139848103111184 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23903] ppid=23785 vsize=10851096 memory=1848824 CPUtime=12.74 cores=4-7
/proc/23791/task/23903/stat : 23903 (java) S 23785 23791 23724 0 -1 1077944384 2029652 13575 0 2 1092 173 5 4 20 0 15 0 472706626 11111522304 462224 33554432000 4194304 4196468 140735987533872 139848102058640 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23906] ppid=23785 vsize=10851096 memory=1848888 CPUtime=9.47 cores=4-7
/proc/23791/task/23906/stat : 23906 (java) S 23785 23791 23724 0 -1 1077944384 1105435 13575 0 2 806 132 5 4 20 0 15 0 472706628 11111522304 462224 33554432000 4194304 4196468 140735987533872 139847188371952 139848185113218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23908] ppid=23785 vsize=10851096 memory=1848888 CPUtime=0.09 cores=4-7
/proc/23791/task/23908/stat : 23908 (java) S 23785 23791 23724 0 -1 1077944384 15 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 462224 33554432000 4194304 4196468 140735987533872 139847087941088 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23910] ppid=23785 vsize=10851096 memory=1848896 CPUtime=0.09 cores=4-7
/proc/23791/task/23910/stat : 23910 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 462224 33554432000 4194304 4196468 140735987533872 139846953723392 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23917] ppid=23785 vsize=10851096 memory=1848752 CPUtime=0.09 cores=4-7
/proc/23791/task/23917/stat : 23917 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706633 11111522304 462224 33554432000 4194304 4196468 140735987533872 139846713432784 139848185120667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23918] ppid=23785 vsize=10851096 memory=1848888 CPUtime=7.39 cores=4-7
/proc/23791/task/23918/stat : 23918 (java) S 23785 23791 23724 0 -1 1077944384 67749 13575 0 2 720 10 5 4 20 0 15 0 472706633 11111522304 462224 33554432000 4194304 4196468 140735987533872 139847187318768 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23919] ppid=23785 vsize=10851096 memory=1848832 CPUtime=7.46 cores=4-7
/proc/23791/task/23919/stat : 23919 (java) S 23785 23791 23724 0 -1 1077944384 60027 13575 0 2 726 11 5 4 20 0 15 0 472706633 11111522304 462224 33554432000 4194304 4196468 140735987533872 139847186266224 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23920] ppid=23785 vsize=10851096 memory=1848832 CPUtime=5.04 cores=4-7
/proc/23791/task/23920/stat : 23920 (java) S 23785 23791 23724 0 -1 1077944384 82057 13575 0 2 479 16 5 4 20 0 15 0 472706633 11111522304 462224 33554432000 4194304 4196468 140735987533872 139847185213680 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23921] ppid=23785 vsize=10851096 memory=4126316290023845779 CPUtime=0.09 cores=4-7
/proc/23791/task/23921/stat : 23921 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706634 11111522304 462224 33554432000 4194304 4196468 140735987533872 139846679874144 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23923] ppid=23785 vsize=10851096 memory=496 CPUtime=1.54 cores=4-7
/proc/23791/task/23923/stat : 23923 (java) S 23785 23791 23724 0 -1 1077944384 58877 13575 0 2 60 85 5 4 20 0 15 0 472706640 11111522304 462224 33554432000 4194304 4196468 140735987533872 139847184161584 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
Current children cumulated CPU time: 2371.74 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1848896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2350.11 s]
/proc/loadavg: 1.44 1.45 1.31 4/227 24135
/proc/meminfo: memFree=304776/32770688 swapFree=66971588/67108860
[pid=23791] ppid=23785 vsize=10851096 memory=1849092 CPUtime=2400.05 cores=4-7
/proc/23791/stat : 23791 (java) S 23785 23791 23724 0 -1 1077944320 14214988 13575 3 2 237644 2352 5 4 20 0 15 0 472706456 11111522304 462273 33554432000 4194304 4196468 140735987533872 140735987516416 139848185102071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 25 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
/proc/23791/statm: 2712774 462273 3629 1 0 2674829 0
[pid=23791/tid=23897] ppid=23785 vsize=10851096 memory=1849064 CPUtime=2318 cores=4-7
/proc/23791/task/23897/stat : 23897 (java) R 23785 23791 23724 0 -1 4202560 4871065 13575 2 2 230270 1521 5 4 20 0 15 0 472706625 11111522304 462273 33554432000 4194304 4196468 140735987533872 139848156938432 139847776992131 0 4 0 16800975 0 0 0 -1 5 0 0 469 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23898] ppid=23785 vsize=10851096 memory=1849060 CPUtime=12.96 cores=4-7
/proc/23791/task/23898/stat : 23898 (java) S 23785 23791 23724 0 -1 1077944384 1964677 13575 0 2 1115 172 5 4 20 0 15 0 472706626 11111522304 462273 33554432000 4194304 4196468 140735987533872 139848189344016 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23900] ppid=23785 vsize=10851096 memory=1848872 CPUtime=12.93 cores=4-7
/proc/23791/task/23900/stat : 23900 (java) S 23785 23791 23724 0 -1 1077944384 1924809 13575 0 2 1119 165 5 4 20 0 15 0 472706626 11111522304 462273 33554432000 4194304 4196468 140735987533872 139848104163728 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23901] ppid=23785 vsize=10851096 memory=1848832 CPUtime=12.94 cores=4-7
/proc/23791/task/23901/stat : 23901 (java) S 23785 23791 23724 0 -1 1077944384 2004846 13575 0 2 1116 169 5 4 20 0 15 0 472706626 11111522304 462273 33554432000 4194304 4196468 140735987533872 139848103111184 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23903] ppid=23785 vsize=10851096 memory=1848720 CPUtime=12.91 cores=4-7
/proc/23791/task/23903/stat : 23903 (java) S 23785 23791 23724 0 -1 1077944384 2057201 13575 0 2 1107 175 5 4 20 0 15 0 472706626 11111522304 462273 33554432000 4194304 4196468 140735987533872 139848102058640 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23906] ppid=23785 vsize=10851096 memory=1848768 CPUtime=9.58 cores=4-7
/proc/23791/task/23906/stat : 23906 (java) S 23785 23791 23724 0 -1 1077944384 1120624 13575 0 2 816 133 5 4 20 0 15 0 472706628 11111522304 462273 33554432000 4194304 4196468 140735987533872 139847188371952 139848185113218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23908] ppid=23785 vsize=10851096 memory=1848940 CPUtime=0.09 cores=4-7
/proc/23791/task/23908/stat : 23908 (java) S 23785 23791 23724 0 -1 1077944384 15 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 462273 33554432000 4194304 4196468 140735987533872 139847087941088 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23910] ppid=23785 vsize=10851096 memory=1848572 CPUtime=0.09 cores=4-7
/proc/23791/task/23910/stat : 23910 (java) S 23785 23791 23724 0 -1 1077944384 1 13575 0 2 0 0 5 4 20 0 15 0 472706628 11111522304 462273 33554432000 4194304 4196468 140735987533872 139846953723392 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23917] ppid=23785 vsize=10851096 memory=1848896 CPUtime=0.09 cores=4-7
/proc/23791/task/23917/stat : 23917 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706633 11111522304 462273 33554432000 4194304 4196468 140735987533872 139846713432784 139848185120667 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23918] ppid=23785 vsize=10851096 memory=1849048 CPUtime=7.39 cores=4-7
/proc/23791/task/23918/stat : 23918 (java) S 23785 23791 23724 0 -1 1077944384 67759 13575 0 2 720 10 5 4 20 0 15 0 472706633 11111522304 462273 33554432000 4194304 4196468 140735987533872 139847187318768 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23919] ppid=23785 vsize=10851096 memory=1849064 CPUtime=7.46 cores=4-7
/proc/23791/task/23919/stat : 23919 (java) S 23785 23791 23724 0 -1 1077944384 60042 13575 0 2 726 11 5 4 20 0 15 0 472706633 11111522304 462273 33554432000 4194304 4196468 140735987533872 139847186266224 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23920] ppid=23785 vsize=10851096 memory=1849080 CPUtime=5.04 cores=4-7
/proc/23791/task/23920/stat : 23920 (java) S 23785 23791 23724 0 -1 1077944384 82067 13575 0 2 479 16 5 4 20 0 15 0 472706633 11111522304 462273 33554432000 4194304 4196468 140735987533872 139847185213680 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23921] ppid=23785 vsize=10851096 memory=1849060 CPUtime=0.09 cores=4-7
/proc/23791/task/23921/stat : 23921 (java) S 23785 23791 23724 0 -1 1077944384 3 13575 0 2 0 0 5 4 20 0 15 0 472706634 11111522304 462273 33554432000 4194304 4196468 140735987533872 139846679874144 139848185112277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
[pid=23791/tid=23923] ppid=23785 vsize=10851096 memory=1849060 CPUtime=1.56 cores=4-7
/proc/23791/task/23923/stat : 23923 (java) S 23785 23791 23724 0 -1 1077944384 59671 13575 0 2 60 87 5 4 20 0 15 0 472706640 11111522304 462273 33554432000 4194304 4196468 140735987533872 139847184161584 139848185113218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32288768 140735987542767 140735987545285 140735987545285 140735987548111 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 1849092 KiB

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

[startup+2350.22 s]
# the end of solver process 23791 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2376.54 s, system=23.6647 s

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

[startup+2350.21 s]*
/proc/loadavg: 1.44 1.45 1.31 5/214 24137
/proc/meminfo: memFree=2004336/32770688 swapFree=66971588/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): 2350.22
CPU time (s): 2400.2
CPU user time (s): 2376.54
CPU system time (s): 23.6647
CPU usage (%): 102.127
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1849092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2376.54
system time used= 23.6647
maximum resident set size= 1853320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14232445
page faults= 5
swaps= 0
block input operations= 4256
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 238399
involuntary context switches= 9099


# summary of solver processes directly reported to runsolver:
#   pid: 23791
#   total CPU time (s): 2400.2
#   total CPU user time (s): 2376.54
#   total CPU system time (s): 23.6647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9008 second user time and 25.2186 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 10:19:57
IDJOB=4403126
IDBENCH=115827
IDSOLVER=2862
FILE ID=node116/4403126-1568967638
RUNJOBID= node116-1568967597-23756
PBS_JOBID= 21704630
Free space on /tmp= 6280 MiB

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

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

MD5SUM BENCH= da64694dd3ca715594c36c32a8b555a8
RANDOM SEED=1159292332

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:         1617948 kB
MemAvailable:   31820436 kB
Buffers:          121352 kB
Cached:         30033096 kB
SwapCached:        35500 kB
Active:         14622448 kB
Inactive:       15573672 kB
Active(anon):       3976 kB
Inactive(anon):    86108 kB
Active(file):   14618472 kB
Inactive(file): 15487564 kB
Unevictable:      107868 kB
Mlocked:          107868 kB
SwapTotal:      67108860 kB
SwapFree:       66971588 kB
Dirty:             48016 kB
Writeback:             0 kB
AnonPages:        115232 kB
Mapped:            51116 kB
Shmem:             39660 kB
Slab:             553776 kB
SReclaimable:     524912 kB
SUnreclaim:        28864 kB
KernelStack:        3392 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     511380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6212 MiB
End job on node116 at 2019-09-20 10:59:17