Trace number 4403106

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)326 2400.21 2358.74

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-4.xml
MD5SUMa08c622730be04b0ce65f9055d76b754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark26.2049
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size429
Distribution of domain sizes[{"size":5,"count":50},{"size":429,"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
9.95/11.36	o 428
9.95/11.38	o 410
9.95/11.39	o 409
10.30/11.44	o 402
10.30/11.46	o 400
10.62/11.59	o 399
14.01/12.63	o 395
14.01/12.64	o 388
14.01/12.65	o 382
14.01/12.69	o 381
14.34/12.70	o 375
14.34/12.71	o 370
14.34/12.72	o 368
15.88/13.22	o 363
15.88/13.24	o 362
15.88/13.25	o 361
15.88/13.26	o 359
16.19/13.32	o 358
16.19/13.32	o 356
23.11/17.95	o 355
23.11/17.95	o 354
23.11/17.96	o 352
24.80/19.37	o 351
31.06/24.62	o 350
31.06/24.62	o 349
31.23/24.76	o 348
31.34/24.83	o 347
31.34/24.83	o 346
31.34/24.84	o 343
31.58/25.02	o 342
36.63/29.57	o 341
36.63/29.58	o 340
36.63/29.58	o 339
50.75/43.00	o 338
55.17/47.24	o 337
55.17/47.25	o 335
57.64/49.67	o 334
57.64/49.68	o 333
57.64/49.68	o 331
57.64/49.68	o 330
73.83/64.97	o 326
2400.05/2358.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.05/2358.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.05/2358.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.05/2358.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.05/2358.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.05/2358.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2400.05/2358.60		at concrete.IntervalDomain.filter(IntervalDomain.scala:79)
2400.05/2358.60		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.05/2358.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2358.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2358.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.05/2358.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.05/2358.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.05/2358.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.05/2358.60		at scala.Option.map(Option.scala:242)
2400.05/2358.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.05/2358.61		at concrete.MAC.mac(MAC.scala:216)
2400.05/2358.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2358.61		at scala.util.Try$.apply(Try.scala:210)
2400.05/2358.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2358.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2358.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2358.61		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2358.61		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2358.61		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2358.61		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2358.61		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2358.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2358.61		at scala.util.Success.map(Try.scala:262)
2400.05/2358.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2358.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2358.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2358.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2358.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2358.61		at scala.App.$anonfun$main$1(App.scala:73)
2400.05/2358.61		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2358.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2358.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.05/2358.61		at scala.App.main(App.scala:73)
2400.05/2358.61		at scala.App.main$(App.scala:71)
2400.05/2358.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2358.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2358.62	v <instantiation
2400.05/2358.62	v         cost = '326'>
2400.05/2358.62	v       <list>
2400.05/2358.62	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/2358.62	v       </list>
2400.05/2358.62	v       <values>
2400.05/2358.62	v         0 53 111 193 253 0 33 127 189 274 0 31 112 175 234 0 55 114 219 234 3 52 127 206 235 326 326 320 319 326 52 58 78 60 73 33 92 48 46 52 31 80 63 59 86 5 56 92 2 85 49 75 78 28 91 1 0 2 3 4 0 4 1 2 3 4 2 3 1 0 2 3 0 4 1 3 1 4 0 2 53 0 111 193 253 0 127 189 274 33 234 175 31 112 0 114 234 0 55 219 206 52 235 3 127
2400.05/2358.62	v       </values>
2400.05/2358.62	v     </instantiation>
2400.05/2358.62	s SATISFIABLE

Verifier Data

OK	326

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-4403106-1568967638/watcher-4403106-1568967638 -o /tmp/evaluation-result-4403106-1568967638/solver-4403106-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568967597-23755 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403106-1568967638.xml 

running on 4 cores: 0-3

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=23789, runsolver pid=23783

[startup+0.100138 s]*
/proc/loadavg: 0.31 0.08 0.07 2/205 23799
/proc/meminfo: memFree=1616604/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=113256 memory=1456 CPUtime=0 cores=0-3
/proc/23789/stat : 23789 (bash) S 23783 23789 23724 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 472706456 115974144 364 33554432000 4194304 5098028 140732214729104 140732214726744 140226782821376 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 2 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23789/statm: 28314 364 289 221 0 119 0
[pid=23795] ppid=23789 vsize=113256 memory=704 CPUtime=0 cores=0-3
/proc/23795/stat : 23795 (bash) S 23789 23789 23724 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 176 33554432000 4194304 5098028 140732214729104 140732214725272 140226782646908 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23795/statm: 28314 176 100 221 0 119 0
[pid=23797] ppid=23795 vsize=113256 memory=716 CPUtime=0 cores=0-3
/proc/23797/stat : 23797 (bash) S 23795 23789 23724 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 179 33554432000 4194304 5098028 140732214729104 140732214722280 140226782821376 0 0 4096 65538 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23797/statm: 28314 179 103 221 0 119 0
[pid=23799] ppid=23797 vsize=113256 memory=496 CPUtime=0 cores=0-3
/proc/23799/stat : 23799 (bash) D 23797 23789 23724 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 124 33554432000 4194304 5098028 140732214729104 140732214721336 140226782819701 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23799/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.211229 s]*
/proc/loadavg: 0.31 0.08 0.07 2/207 23801
/proc/meminfo: memFree=1597268/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=113256 memory=1456 CPUtime=0 cores=0-3
/proc/23789/stat : 23789 (bash) S 23783 23789 23724 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 472706456 115974144 364 33554432000 4194304 5098028 140732214729104 140732214726744 140226782821376 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 2 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23789/statm: 28314 364 289 221 0 119 0
[pid=23795] ppid=23789 vsize=113256 memory=704 CPUtime=0 cores=0-3
/proc/23795/stat : 23795 (bash) S 23789 23789 23724 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 176 33554432000 4194304 5098028 140732214729104 140732214725272 140226782646908 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23795/statm: 28314 176 100 221 0 119 0
[pid=23797] ppid=23795 vsize=113256 memory=716 CPUtime=0 cores=0-3
/proc/23797/stat : 23797 (bash) S 23795 23789 23724 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 179 33554432000 4194304 5098028 140732214729104 140732214722280 140226782821376 0 0 4096 65538 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23797/statm: 28314 179 103 221 0 119 0
[pid=23799] ppid=23797 vsize=113256 memory=716 CPUtime=0 cores=0-3
/proc/23799/stat : 23799 (bash) S 23797 23789 23724 0 -1 4202560 173 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 179 33554432000 4194304 5098028 140732214729104 140732214721560 140226782646908 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23799/statm: 28314 179 103 221 0 119 0
[pid=23801] ppid=23799 vsize=113256 memory=304 CPUtime=0 cores=0-3
/proc/23801/stat : 23801 (bash) D 23799 23789 23724 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 1 0 472706467 115974144 76 33554432000 4194304 5098028 140732214729104 140732214721624 140226782648823 0 0 4096 0 18446744071580419588 0 0 17 1 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23801/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.311523 s]*
/proc/loadavg: 0.31 0.08 0.07 2/205 23803
/proc/meminfo: memFree=1597980/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=113256 memory=1456 CPUtime=0 cores=0-3
/proc/23789/stat : 23789 (bash) S 23783 23789 23724 0 -1 4202496 694 0 1 0 0 0 0 0 20 0 1 0 472706456 115974144 364 33554432000 4194304 5098028 140732214729104 140732214726744 140226782821376 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 2 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23789/statm: 28314 364 289 221 0 119 0
[pid=23795] ppid=23789 vsize=113256 memory=704 CPUtime=0 cores=0-3
/proc/23795/stat : 23795 (bash) S 23789 23789 23724 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472706459 115974144 176 33554432000 4194304 5098028 140732214729104 140732214725272 140226782646908 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23795/statm: 28314 176 100 221 0 119 0
[pid=23797] ppid=23795 vsize=113256 memory=884 CPUtime=0 cores=0-3
/proc/23797/stat : 23797 (bash) S 23795 23789 23724 0 -1 4202560 213 427 0 0 0 0 0 0 20 0 1 0 472706459 115974144 221 33554432000 4194304 5098028 140732214729104 140732214722568 140226782821376 0 0 4096 65538 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23797/statm: 28314 221 145 221 0 119 0
[pid=23803] ppid=23797 vsize=113256 memory=488 CPUtime=0 cores=0-3
/proc/23803/stat : 23803 (bash) D 23797 23789 23724 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 1 0 472706486 115974144 122 33554432000 4194304 5098028 140732214729104 140732214721624 140226782819701 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23803/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.700363 s]
/proc/loadavg: 0.31 0.08 0.07 2/199 23841
/proc/meminfo: memFree=1595368/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=113256 memory=1616 CPUtime=0.01 cores=0-3
/proc/23789/stat : 23789 (bash) S 23783 23789 23724 0 -1 4202496 889 5701 1 0 0 0 0 1 20 0 1 0 472706456 115974144 404 33554432000 4194304 5098028 140732214729104 140732214723112 140226782821376 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 25 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23789/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.50064 s]
/proc/loadavg: 0.53 0.13 0.08 2/207 23851
/proc/meminfo: memFree=1603468/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=113256 memory=1616 CPUtime=0.01 cores=0-3
/proc/23789/stat : 23789 (bash) S 23783 23789 23724 0 -1 4202496 889 5701 1 0 0 0 0 1 20 0 1 0 472706456 115974144 404 33554432000 4194304 5098028 140732214729104 140732214723112 140226782821376 0 0 4100 65536 18446744071580971376 0 0 17 1 0 0 25 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23789/statm: 28314 404 320 221 0 119 0
[pid=23845] ppid=23789 vsize=113256 memory=712 CPUtime=0 cores=0-3
/proc/23845/stat : 23845 (bash) S 23789 23789 23724 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 472706517 115974144 178 33554432000 4194304 5098028 140732214729104 140732214721784 140226782646908 0 65536 4096 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24485888 140732214731796 140732214731921 140732214731921 140732214734830 0
/proc/23845/statm: 28314 178 94 221 0 119 0
[pid=23848] ppid=23845 vsize=10260324 memory=22060 CPUtime=0.05 cores=0-3
/proc/23848/stat : 23848 (java) S 23845 23789 23724 0 -1 1077944320 4434 0 0 0 4 1 0 0 20 0 9 0 472706517 10506571776 5515 33554432000 4194304 4196468 140727326307712 140727326290256 140646792732407 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6299648 140727326315660 140727326315674 140727326315674 140727326318543 0
/proc/23848/statm: 2565081 5515 2186 1 0 2527622 0
[pid=23848/tid=23851] ppid=23845 vsize=10260324 memory=6944656592455359580 CPUtime=0.04 cores=0-3
/proc/23848/task/23851/stat : 23851 (java) D 23845 23789 23724 0 -1 1077944384 3087 0 0 0 3 1 0 0 20 0 9 0 472706555 10506571776 5515 33554432000 4194304 4196468 140727326307712 140646796967448 140646785410421 0 4 0 16800971 18446744072101617188 0 0 -1 2 0 0 0 0 0 6293624 6294260 6299648 140727326315660 140727326315674 140727326315674 140727326318543 0
[pid=23849] ppid=23845 vsize=113488 memory=972 CPUtime=0 cores=0-3
/proc/23849/stat : 23849 (awk) S 23845 23789 23724 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 472706517 116211712 243 33554432000 4194304 4609284 140724317430400 140724317429576 140671937862656 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 13815808 140724317439164 140724317439194 140724317439194 140724317442031 0
/proc/23849/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: 25360 KiB

[startup+3.11123 s]
/proc/loadavg: 0.53 0.13 0.08 2/227 23923
/proc/meminfo: memFree=1500756/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=10822316 memory=71624 CPUtime=0.99 cores=0-3
/proc/23789/stat : 23789 (java) S 23783 23789 23724 0 -1 1077944320 14148 13466 1 0 85 5 5 4 20 0 15 0 472706456 11082051584 17906 33554432000 4194304 4196468 140736619466816 140736619449360 140594801463031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 25 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
/proc/23789/statm: 2705579 17906 3485 1 0 2667661 0
[pid=23789/tid=23896] ppid=23783 vsize=10822316 memory=0 CPUtime=0.63 cores=0-3
/proc/23789/task/23896/stat : 23896 (java) R 23783 23789 23724 0 -1 4202560 9594 13466 0 0 51 3 5 4 20 0 15 0 472706625 11082051584 17906 33554432000 4194304 4196468 140736619466816 140594773280032 140594785543518 0 4 0 16800975 0 0 0 -1 1 0 0 80 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23899] ppid=23783 vsize=10822316 memory=3612 CPUtime=0.09 cores=0-3
/proc/23789/task/23899/stat : 23899 (java) S 23783 23789 23724 0 -1 1077944384 2 13466 0 0 0 0 5 4 20 0 15 0 472706626 11082051584 17906 33554432000 4194304 4196468 140736619466816 140594805705232 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23902] ppid=23783 vsize=10822316 memory=164 CPUtime=0.09 cores=0-3
/proc/23789/task/23902/stat : 23902 (java) S 23783 23789 23724 0 -1 1077944384 1 13466 0 0 0 0 5 4 20 0 15 0 472706626 11082051584 17906 33554432000 4194304 4196468 140736619466816 140594693978768 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23904] ppid=23783 vsize=10822316 memory=8390361644446492005 CPUtime=0.09 cores=0-3
/proc/23789/task/23904/stat : 23904 (java) S 23783 23789 23724 0 -1 1077944384 2 13466 0 0 0 0 5 4 20 0 15 0 472706626 11082051584 17906 33554432000 4194304 4196468 140736619466816 140594692925712 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23905] ppid=23783 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/23789/task/23905/stat : 23905 (java) S 23783 23789 23724 0 -1 1077944384 1 13466 0 0 0 0 5 4 20 0 15 0 472706626 11082051584 17906 33554432000 4194304 4196468 140736619466816 140594691873168 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23907] ppid=23783 vsize=10822316 memory=-6585222994945216867 CPUtime=0.09 cores=0-3
/proc/23789/task/23907/stat : 23907 (java) S 23783 23789 23724 0 -1 1077944384 5 13466 0 0 0 0 5 4 20 0 15 0 472706628 11082051584 17906 33554432000 4194304 4196468 140736619466816 140594005388016 140594801474178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23909] ppid=23783 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/23789/task/23909/stat : 23909 (java) S 23783 23789 23724 0 -1 1077944384 33 13466 0 0 0 0 5 4 20 0 15 0 472706628 11082051584 17906 33554432000 4194304 4196468 140736619466816 140594004334240 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23911] ppid=23783 vsize=10822316 memory=2044 CPUtime=0.09 cores=0-3
/proc/23789/task/23911/stat : 23911 (java) S 23783 23789 23724 0 -1 1077944384 1 13466 0 0 0 0 5 4 20 0 15 0 472706628 11082051584 17906 33554432000 4194304 4196468 140736619466816 140593875379440 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23912] ppid=23783 vsize=10822316 memory=1432 CPUtime=0.09 cores=0-3
/proc/23789/task/23912/stat : 23912 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11082051584 17906 33554432000 4194304 4196468 140736619466816 140593366653392 140594801481627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23913] ppid=23783 vsize=10822316 memory=1056 CPUtime=0.19 cores=0-3
/proc/23789/task/23913/stat : 23913 (java) R 23783 23789 23724 0 -1 1077944384 954 13466 0 0 10 0 5 4 20 0 15 0 472706633 11082051584 17906 33554432000 4194304 4196468 140736619466816 140593970776304 140594801474178 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23914] ppid=23783 vsize=10822316 memory=788 CPUtime=0.17 cores=0-3
/proc/23789/task/23914/stat : 23914 (java) S 23783 23789 23724 0 -1 1077944384 578 13466 0 0 8 0 5 4 20 0 15 0 472706633 11082051584 17906 33554432000 4194304 4196468 140736619466816 140593969723760 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23915] ppid=23783 vsize=10822316 memory=1704 CPUtime=0.24 cores=0-3
/proc/23789/task/23915/stat : 23915 (java) R 23783 23789 23724 0 -1 1077944384 764 13466 0 0 15 0 5 4 20 0 15 0 472706633 11082051584 17906 33554432000 4194304 4196468 140736619466816 140593968670704 140594801474178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23916] ppid=23783 vsize=10822316 memory=1280 CPUtime=0.09 cores=0-3
/proc/23789/task/23916/stat : 23916 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11082051584 17906 33554432000 4194304 4196468 140736619466816 140593333094752 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23922] ppid=23783 vsize=10822316 memory=6060 CPUtime=0.09 cores=0-3
/proc/23789/task/23922/stat : 23922 (java) S 23783 23789 23724 0 -1 1077944384 1 13466 0 0 0 0 5 4 20 0 15 0 472706637 11082051584 17906 33554432000 4194304 4196468 140736619466816 140593967619120 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 71624 KiB
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 0.64 0.16 0.09 2/227 23923
/proc/meminfo: memFree=1459788/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=10824440 memory=85816 CPUtime=1.4 cores=0-3
/proc/23789/stat : 23789 (java) S 23783 23789 23724 0 -1 1077944320 15789 13466 1 0 124 7 5 4 20 0 15 0 472706456 11084226560 21454 33554432000 4194304 4196468 140736619466816 140736619449360 140594801463031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 25 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
/proc/23789/statm: 2706110 21454 3512 1 0 2668173 0
[pid=23789/tid=23896] ppid=23783 vsize=10824440 memory=9 CPUtime=0.82 cores=0-3
/proc/23789/task/23896/stat : 23896 (java) D 23783 23789 23724 0 -1 4202560 11015 13466 0 0 68 5 5 4 20 0 15 0 472706625 11084226560 21454 33554432000 4194304 4196468 140736619466816 140594773292040 140594724539346 0 4 0 16800975 18446744071580431491 0 0 -1 1 0 0 356 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23899] ppid=23783 vsize=10824440 memory=0 CPUtime=0.09 cores=0-3
/proc/23789/task/23899/stat : 23899 (java) S 23783 23789 23724 0 -1 1077944384 2 13466 0 0 0 0 5 4 20 0 15 0 472706626 11084226560 21454 33554432000 4194304 4196468 140736619466816 140594805705232 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23902] ppid=23783 vsize=10824440 memory=18 CPUtime=0.09 cores=0-3
/proc/23789/task/23902/stat : 23902 (java) S 23783 23789 23724 0 -1 1077944384 1 13466 0 0 0 0 5 4 20 0 15 0 472706626 11084226560 21454 33554432000 4194304 4196468 140736619466816 140594693978768 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23904] ppid=23783 vsize=10824440 memory=13 CPUtime=0.09 cores=0-3
/proc/23789/task/23904/stat : 23904 (java) S 23783 23789 23724 0 -1 1077944384 2 13466 0 0 0 0 5 4 20 0 15 0 472706626 11084226560 21454 33554432000 4194304 4196468 140736619466816 140594692925712 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23905] ppid=23783 vsize=10824440 memory=19 CPUtime=0.09 cores=0-3
/proc/23789/task/23905/stat : 23905 (java) S 23783 23789 23724 0 -1 1077944384 1 13466 0 0 0 0 5 4 20 0 15 0 472706626 11084226560 21454 33554432000 4194304 4196468 140736619466816 140594691873168 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23907] ppid=23783 vsize=10824440 memory=0 CPUtime=0.09 cores=0-3
/proc/23789/task/23907/stat : 23907 (java) S 23783 23789 23724 0 -1 1077944384 5 13466 0 0 0 0 5 4 20 0 15 0 472706628 11084226560 21454 33554432000 4194304 4196468 140736619466816 140594005388016 140594801474178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23909] ppid=23783 vsize=10824440 memory=7234303152781525070 CPUtime=0.09 cores=0-3
/proc/23789/task/23909/stat : 23909 (java) S 23783 23789 23724 0 -1 1077944384 33 13466 0 0 0 0 5 4 20 0 15 0 472706628 11084226560 21454 33554432000 4194304 4196468 140736619466816 140594004334240 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23911] ppid=23783 vsize=10824440 memory=13 CPUtime=0.09 cores=0-3
/proc/23789/task/23911/stat : 23911 (java) S 23783 23789 23724 0 -1 1077944384 1 13466 0 0 0 0 5 4 20 0 15 0 472706628 11084226560 21454 33554432000 4194304 4196468 140736619466816 140593875379440 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23912] ppid=23783 vsize=10824440 memory=115 CPUtime=0.09 cores=0-3
/proc/23789/task/23912/stat : 23912 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11084226560 21454 33554432000 4194304 4196468 140736619466816 140593366653392 140594801481627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23913] ppid=23783 vsize=10824440 memory=279906508805024 CPUtime=0.27 cores=0-3
/proc/23789/task/23913/stat : 23913 (java) S 23783 23789 23724 0 -1 1077944384 980 13466 0 0 18 0 5 4 20 0 15 0 472706633 11084226560 21454 33554432000 4194304 4196468 140736619466816 140593970776304 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23914] ppid=23783 vsize=10824440 memory=279906508602080 CPUtime=0.23 cores=0-3
/proc/23789/task/23914/stat : 23914 (java) S 23783 23789 23724 0 -1 1077944384 621 13466 0 0 14 0 5 4 20 0 15 0 472706633 11084226560 21454 33554432000 4194304 4196468 140736619466816 140593969723760 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23915] ppid=23783 vsize=10824440 memory=-2461829820114675750 CPUtime=0.31 cores=0-3
/proc/23789/task/23915/stat : 23915 (java) S 23783 23789 23724 0 -1 1077944384 913 13466 0 0 22 0 5 4 20 0 15 0 472706633 11084226560 21454 33554432000 4194304 4196468 140736619466816 140593968670704 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23916] ppid=23783 vsize=10824440 memory=-2461829820114675750 CPUtime=0.09 cores=0-3
/proc/23789/task/23916/stat : 23916 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11084226560 21454 33554432000 4194304 4196468 140736619466816 140593333094752 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23922] ppid=23783 vsize=10824440 memory=-2098775911743863648 CPUtime=0.09 cores=0-3
/proc/23789/task/23922/stat : 23922 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706637 11084226560 21454 33554432000 4194304 4196468 140736619466816 140593967619120 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 10824440 KiB
Current children cumulated memory: 85816 KiB
heavy processes:

[startup+12.7013 s]

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

[pid=23789/tid=23905] ppid=23783 vsize=10851096 memory=2811408 CPUtime=10.58 cores=0-3
/proc/23789/task/23905/stat : 23905 (java) S 23783 23789 23724 0 -1 1077944384 65445 13466 0 0 993 56 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594691873168 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23907] ppid=23783 vsize=10851096 memory=2811408 CPUtime=8.59 cores=0-3
/proc/23789/task/23907/stat : 23907 (java) S 23783 23789 23724 0 -1 1077944384 53185 13466 0 0 804 46 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594005388016 140594801474178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23909] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23909/stat : 23909 (java) S 23783 23789 23724 0 -1 1077944384 42 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594004334368 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23911] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23911/stat : 23911 (java) S 23783 23789 23724 0 -1 1077944384 15 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593875379456 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23912] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23912/stat : 23912 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593366653392 140594801481627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23913] ppid=23783 vsize=10851096 memory=2811408 CPUtime=6.38 cores=0-3
/proc/23789/task/23913/stat : 23913 (java) S 23783 23789 23724 0 -1 1077944384 30864 13466 1 0 624 5 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593970776304 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23914] ppid=23783 vsize=10851096 memory=2811408 CPUtime=6.28 cores=0-3
/proc/23789/task/23914/stat : 23914 (java) S 23783 23789 23724 0 -1 1077944384 34782 13466 0 0 611 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593969723760 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23915] ppid=23783 vsize=10851096 memory=1432 CPUtime=4.67 cores=0-3
/proc/23789/task/23915/stat : 23915 (java) S 23783 23789 23724 0 -1 1077944384 40801 13466 0 0 450 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593968670704 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23916] ppid=23783 vsize=10851096 memory=1056 CPUtime=0.09 cores=0-3
/proc/23789/task/23916/stat : 23916 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593333094752 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23922] ppid=23783 vsize=10851096 memory=788 CPUtime=1.26 cores=0-3
/proc/23789/task/23922/stat : 23922 (java) S 23783 23789 23724 0 -1 1077944384 1881 13466 0 0 58 59 5 4 20 0 15 0 472706637 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593967619120 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
Current children cumulated CPU time: 2242.7 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2811408 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=23789] ppid=23783 vsize=10851096 memory=2811408 CPUtime=2303.11 cores=0-3
/proc/23789/stat : 23789 (java) S 23783 23789 23724 0 -1 1077944320 1434408 13466 5 0 229707 595 5 4 20 0 15 0 472706456 11111522304 702852 33554432000 4194304 4196468 140736619466816 140736619449360 140594801463031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 25 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
/proc/23789/statm: 2712774 702852 3632 1 0 2674829 0
[pid=23789/tid=23896] ppid=23783 vsize=10851096 memory=2811408 CPUtime=2233.51 cores=0-3
/proc/23789/task/23896/stat : 23896 (java) R 23783 23789 23724 0 -1 4202560 1016931 13466 3 0 223050 292 5 4 20 0 15 0 472706625 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594773297920 140594373929927 0 4 0 16800975 0 0 0 -1 0 0 0 488 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23899] ppid=23783 vsize=10851096 memory=2811408 CPUtime=10.71 cores=0-3
/proc/23789/task/23899/stat : 23899 (java) S 23783 23789 23724 0 -1 1077944384 67027 13466 0 0 1009 53 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594805705232 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23902] ppid=23783 vsize=10851096 memory=2811408 CPUtime=10.77 cores=0-3
/proc/23789/task/23902/stat : 23902 (java) S 23783 23789 23724 0 -1 1077944384 53559 13466 0 0 1017 51 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594693978768 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23904] ppid=23783 vsize=10851096 memory=3296 CPUtime=10.73 cores=0-3
/proc/23789/task/23904/stat : 23904 (java) S 23783 23789 23724 0 -1 1077944384 65488 13466 0 0 1002 62 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594692925712 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23905] ppid=23783 vsize=10851096 memory=2811408 CPUtime=10.73 cores=0-3
/proc/23789/task/23905/stat : 23905 (java) S 23783 23789 23724 0 -1 1077944384 66744 13466 0 0 1007 57 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594691873168 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23907] ppid=23783 vsize=10851096 memory=2811408 CPUtime=8.72 cores=0-3
/proc/23789/task/23907/stat : 23907 (java) S 23783 23789 23724 0 -1 1077944384 54022 13466 0 0 817 46 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594005388016 140594801474178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23909] ppid=23783 vsize=10851096 memory=0 CPUtime=0.09 cores=0-3
/proc/23789/task/23909/stat : 23909 (java) S 23783 23789 23724 0 -1 1077944384 42 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594004334368 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23911] ppid=23783 vsize=10851096 memory=0 CPUtime=0.09 cores=0-3
/proc/23789/task/23911/stat : 23911 (java) S 23783 23789 23724 0 -1 1077944384 15 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593875379456 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23912] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23912/stat : 23912 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593366653392 140594801481627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23913] ppid=23783 vsize=10851096 memory=2811408 CPUtime=6.39 cores=0-3
/proc/23789/task/23913/stat : 23913 (java) S 23783 23789 23724 0 -1 1077944384 30869 13466 1 0 625 5 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593970776304 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23914] ppid=23783 vsize=10851096 memory=6060 CPUtime=6.28 cores=0-3
/proc/23789/task/23914/stat : 23914 (java) S 23783 23789 23724 0 -1 1077944384 34788 13466 0 0 611 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593969723760 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23915] ppid=23783 vsize=10851096 memory=780 CPUtime=4.67 cores=0-3
/proc/23789/task/23915/stat : 23915 (java) S 23783 23789 23724 0 -1 1077944384 40805 13466 0 0 450 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593968670704 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23916] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23916/stat : 23916 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593333094752 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23922] ppid=23783 vsize=10851096 memory=6791534058613427641 CPUtime=1.29 cores=0-3
/proc/23789/task/23922/stat : 23922 (java) S 23783 23789 23724 0 -1 1077944384 1906 13466 0 0 59 61 5 4 20 0 15 0 472706637 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593967619120 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
Current children cumulated CPU time: 2303.11 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2811408 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=23789] ppid=23783 vsize=10851096 memory=2811408 CPUtime=2363.52 cores=0-3
/proc/23789/stat : 23789 (java) S 23783 23789 23724 0 -1 1077944320 1441710 13466 5 0 235742 601 5 4 20 0 15 0 472706456 11111522304 702852 33554432000 4194304 4196468 140736619466816 140736619449360 140594801463031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 25 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
/proc/23789/statm: 2712774 702852 3632 1 0 2674829 0
[pid=23789/tid=23896] ppid=23783 vsize=10851096 memory=2811408 CPUtime=2293.17 cores=0-3
/proc/23789/task/23896/stat : 23896 (java) R 23783 23789 23724 0 -1 4202560 1019393 13466 3 0 229014 294 5 4 20 0 15 0 472706625 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594773298464 140594379439613 0 4 0 16800975 0 0 0 -1 1 0 0 488 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23899] ppid=23783 vsize=10851096 memory=0 CPUtime=10.85 cores=0-3
/proc/23789/task/23899/stat : 23899 (java) S 23783 23789 23724 0 -1 1077944384 69438 13466 0 0 1022 54 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594805705232 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23902] ppid=23783 vsize=10851096 memory=1280 CPUtime=10.91 cores=0-3
/proc/23789/task/23902/stat : 23902 (java) S 23783 23789 23724 0 -1 1077944384 53673 13466 0 0 1031 51 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594693978768 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23904] ppid=23783 vsize=10851096 memory=2811408 CPUtime=10.88 cores=0-3
/proc/23789/task/23904/stat : 23904 (java) S 23783 23789 23724 0 -1 1077944384 66197 13466 0 0 1016 63 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594692925712 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23905] ppid=23783 vsize=10851096 memory=2811408 CPUtime=10.88 cores=0-3
/proc/23789/task/23905/stat : 23905 (java) S 23783 23789 23724 0 -1 1077944384 67482 13466 0 0 1021 58 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594691873168 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23907] ppid=23783 vsize=10851096 memory=2811408 CPUtime=8.86 cores=0-3
/proc/23789/task/23907/stat : 23907 (java) S 23783 23789 23724 0 -1 1077944384 54836 13466 0 0 830 47 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594005388016 140594801474178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23909] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23909/stat : 23909 (java) S 23783 23789 23724 0 -1 1077944384 42 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594004334368 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23911] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23911/stat : 23911 (java) S 23783 23789 23724 0 -1 1077944384 15 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593875379456 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23912] ppid=23783 vsize=10851096 memory=2044 CPUtime=0.09 cores=0-3
/proc/23789/task/23912/stat : 23912 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593366653392 140594801481627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23913] ppid=23783 vsize=10851096 memory=1432 CPUtime=6.39 cores=0-3
/proc/23789/task/23913/stat : 23913 (java) S 23783 23789 23724 0 -1 1077944384 30875 13466 1 0 625 5 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593970776304 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23914] ppid=23783 vsize=10851096 memory=1280 CPUtime=6.28 cores=0-3
/proc/23789/task/23914/stat : 23914 (java) S 23783 23789 23724 0 -1 1077944384 34792 13466 0 0 611 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593969723760 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23915] ppid=23783 vsize=10851096 memory=6060 CPUtime=4.67 cores=0-3
/proc/23789/task/23915/stat : 23915 (java) S 23783 23789 23724 0 -1 1077944384 40809 13466 0 0 450 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593968670704 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23916] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23916/stat : 23916 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593333094752 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23922] ppid=23783 vsize=10851096 memory=2811408 CPUtime=1.32 cores=0-3
/proc/23789/task/23922/stat : 23922 (java) S 23783 23789 23724 0 -1 1077944384 1946 13466 0 0 61 62 5 4 20 0 15 0 472706637 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593967619120 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
Current children cumulated CPU time: 2363.52 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2811408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358.6 s]
/proc/loadavg: 1.61 1.48 1.32 6/227 24268
/proc/meminfo: memFree=1851496/32770688 swapFree=66971588/67108860
[pid=23789] ppid=23783 vsize=10851096 memory=2811408 CPUtime=2400.05 cores=0-3
/proc/23789/stat : 23789 (java) S 23783 23789 23724 0 -1 1077944320 1445404 13466 5 0 239391 605 5 4 20 0 15 0 472706456 11111522304 702852 33554432000 4194304 4196468 140736619466816 140736619449360 140594801463031 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 25 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
/proc/23789/statm: 2712774 702852 3632 1 0 2674829 0
[pid=23789/tid=23896] ppid=23783 vsize=10851096 memory=6060 CPUtime=2329.25 cores=0-3
/proc/23789/task/23896/stat : 23896 (java) R 23783 23789 23724 0 -1 4202560 1020661 13466 3 0 232621 295 5 4 20 0 15 0 472706625 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594773298544 140594367874167 0 4 0 16800975 0 0 0 -1 1 0 0 488 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23899] ppid=23783 vsize=10851096 memory=780 CPUtime=10.94 cores=0-3
/proc/23789/task/23899/stat : 23899 (java) S 23783 23789 23724 0 -1 1077944384 69512 13466 0 0 1030 55 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594805705232 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23902] ppid=23783 vsize=10851096 memory=3604 CPUtime=11 cores=0-3
/proc/23789/task/23902/stat : 23902 (java) S 23783 23789 23724 0 -1 1077944384 54834 13466 0 0 1039 52 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594693978768 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23904] ppid=23783 vsize=10851096 memory=1088 CPUtime=10.96 cores=0-3
/proc/23789/task/23904/stat : 23904 (java) S 23783 23789 23724 0 -1 1077944384 66288 13466 0 0 1024 63 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594692925712 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23905] ppid=23783 vsize=10851096 memory=2832 CPUtime=10.97 cores=0-3
/proc/23789/task/23905/stat : 23905 (java) S 23783 23789 23724 0 -1 1077944384 68126 13466 0 0 1029 59 5 4 20 0 15 0 472706626 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594691873168 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23907] ppid=23783 vsize=10851096 memory=1564 CPUtime=8.94 cores=0-3
/proc/23789/task/23907/stat : 23907 (java) S 23783 23789 23724 0 -1 1077944384 55263 13466 0 0 838 47 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594005388016 140594801474178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23909] ppid=23783 vsize=10851096 memory=8560 CPUtime=0.09 cores=0-3
/proc/23789/task/23909/stat : 23909 (java) S 23783 23789 23724 0 -1 1077944384 42 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140594004334368 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23911] ppid=23783 vsize=10851096 memory=14008 CPUtime=0.09 cores=0-3
/proc/23789/task/23911/stat : 23911 (java) S 23783 23789 23724 0 -1 1077944384 15 13466 0 0 0 0 5 4 20 0 15 0 472706628 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593875379456 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23912] ppid=23783 vsize=10851096 memory=6791534058613427641 CPUtime=0.09 cores=0-3
/proc/23789/task/23912/stat : 23912 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593366653392 140594801481627 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23913] ppid=23783 vsize=10851096 memory=2044 CPUtime=6.39 cores=0-3
/proc/23789/task/23913/stat : 23913 (java) S 23783 23789 23724 0 -1 1077944384 30878 13466 1 0 625 5 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593970776304 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23914] ppid=23783 vsize=10851096 memory=1432 CPUtime=6.28 cores=0-3
/proc/23789/task/23914/stat : 23914 (java) S 23783 23789 23724 0 -1 1077944384 34794 13466 0 0 611 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593969723760 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23915] ppid=23783 vsize=10851096 memory=1056 CPUtime=4.67 cores=0-3
/proc/23789/task/23915/stat : 23915 (java) S 23783 23789 23724 0 -1 1077944384 40811 13466 0 0 450 8 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593968670704 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23916] ppid=23783 vsize=10851096 memory=2811408 CPUtime=0.09 cores=0-3
/proc/23789/task/23916/stat : 23916 (java) S 23783 23789 23724 0 -1 1077944384 3 13466 0 0 0 0 5 4 20 0 15 0 472706633 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593333094752 140594801473237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
[pid=23789/tid=23922] ppid=23783 vsize=10851096 memory=1088 CPUtime=1.34 cores=0-3
/proc/23789/task/23922/stat : 23922 (java) S 23783 23789 23724 0 -1 1077944384 1968 13466 0 0 62 63 5 4 20 0 15 0 472706637 11111522304 702852 33554432000 4194304 4196468 140736619466816 140593967619120 140594801474178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30380032 140736619473647 140736619476165 140736619476165 140736619478991 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10851096 KiB
Current children cumulated memory: 2811408 KiB

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

[startup+2358.74 s]
# the end of solver process 23789 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394 s, system=6.21613 s

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

[startup+2358.71 s]*
/proc/loadavg: 1.61 1.48 1.32 5/214 24270
/proc/meminfo: memFree=4117680/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): 2358.74
CPU time (s): 2400.21
CPU user time (s): 2394
CPU system time (s): 6.21613
CPU usage (%): 101.758
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2811408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394
system time used= 6.21613
maximum resident set size= 2815664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1463137
page faults= 5
swaps= 0
block input operations= 73808
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 236230
involuntary context switches= 8777


# summary of solver processes directly reported to runsolver:
#   pid: 23789
#   total CPU time (s): 2400.21
#   total CPU user time (s): 2394
#   total CPU system time (s): 6.21613

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.192 second user time and 24.3057 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-20 10:19:57
IDJOB=4403106
IDBENCH=115816
IDSOLVER=2862
FILE ID=node116/4403106-1568967638
RUNJOBID= node116-1568967597-23755
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-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403106-1568967638/watcher-4403106-1568967638 -o /tmp/evaluation-result-4403106-1568967638/solver-4403106-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568967597-23755 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403106-1568967638.xml

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

MD5SUM BENCH= a08c622730be04b0ce65f9055d76b754
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:   31820696 kB
Buffers:          121352 kB
Cached:         30033096 kB
SwapCached:        35500 kB
Active:         14620368 kB
Inactive:       15575752 kB
Active(anon):       3716 kB
Inactive(anon):    86108 kB
Active(file):   14616652 kB
Inactive(file): 15489644 kB
Unevictable:      107868 kB
Mlocked:          107868 kB
SwapTotal:      67108860 kB
SwapFree:       66971588 kB
Dirty:             48016 kB
Writeback:             0 kB
AnonPages:        114844 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:     509704 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:26