Trace number 4403185

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)464 2400.1 2352.83

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-8.xml
MD5SUM3801e67c429176a130b0cb7922d17a7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark458
Best CPU time to get the best result obtained on this benchmark29.4515
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
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.84/2.16	c Concrete v3.12.3.1568965526260 running
12.60/13.33	o 559
13.22/13.55	o 558
13.22/13.58	o 547
16.32/14.58	o 546
16.62/14.62	o 539
16.62/14.64	o 538
16.62/14.65	o 537
16.62/14.67	o 536
25.62/20.56	o 535
25.62/20.57	o 534
25.62/20.58	o 533
25.78/20.60	o 531
25.94/20.70	o 530
27.15/21.85	o 529
27.15/21.86	o 527
27.81/22.34	o 526
27.81/22.36	o 520
28.62/23.09	o 519
29.07/23.40	o 517
29.64/24.00	o 516
29.76/24.09	o 515
29.87/24.12	o 514
31.13/24.87	o 510
31.13/24.88	o 508
32.25/25.62	o 507
32.25/25.63	o 506
33.85/27.10	o 505
35.79/28.63	o 504
35.79/28.64	o 502
38.00/30.42	o 501
38.00/30.44	o 500
48.18/39.51	o 499
62.36/53.36	o 495
62.36/53.39	o 494
64.88/55.88	o 492
65.10/56.02	o 491
82.61/73.07	o 490
82.61/73.08	o 489
82.61/73.09	o 487
82.61/73.09	o 485
82.82/73.25	o 483
83.53/73.91	o 479
107.66/97.35	o 478
113.54/102.87	o 476
113.54/102.87	o 475
130.74/119.75	o 474
130.74/119.76	o 473
141.51/130.25	o 472
141.51/130.26	o 471
225.23/212.36	o 470
226.65/213.71	o 469
239.83/226.79	o 468
2010.90/1970.09	o 467
2014.06/1973.17	o 466
2014.16/1973.29	o 465
2014.27/1973.30	o 464
2400.05/2352.80	Exception in thread "main" java.util.concurrent.TimeoutException
2400.05/2352.80		at concrete.MAC.mac(MAC.scala:192)
2400.05/2352.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.05/2352.80		at scala.util.Try$.apply(Try.scala:210)
2400.05/2352.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.05/2352.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.05/2352.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.05/2352.80		at concrete.MAC.oneRun(MAC.scala:265)
2400.05/2352.80		at concrete.MAC.nextSolution(MAC.scala:284)
2400.05/2352.80		at concrete.MAC.nextSolution(MAC.scala:369)
2400.05/2352.80		at concrete.Solver.hasNext(Solver.scala:160)
2400.05/2352.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2352.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2352.80		at concrete.Solver.foreach(Solver.scala:67)
2400.05/2352.80		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.05/2352.80		at scala.util.Success.map(Try.scala:262)
2400.05/2352.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.05/2352.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.05/2352.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.05/2352.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.05/2352.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.05/2352.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.05/2352.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.05/2352.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.05/2352.80		at scala.App.$anonfun$main$1(App.scala:73)
2400.05/2352.80		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.05/2352.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.05/2352.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.05/2352.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.05/2352.80		at scala.App.main(App.scala:73)
2400.05/2352.80		at scala.App.main$(App.scala:71)
2400.05/2352.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.05/2352.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.05/2352.81	v <instantiation
2400.05/2352.81	v         cost = '464'>
2400.05/2352.81	v       <list>
2400.05/2352.81	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] e[0] e[1] e[2] e[3] e[4] e[5] e[6] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[2][5] d[2][6] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[3][5] d[3][6] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] d[4][5] d[4][6] d[5][0] d[5][1] d[5][2] d[5][3] d[5][4] d[5][5] d[5][6] d[6][0] d[6][1] d[6][2] d[6][3] d[6][4] d[6][5] d[6][6] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[0][5] w[0][6] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[1][5] w[1][6] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[2][5] w[2][6] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[3][5] w[3][6] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] w[4][5] w[4][6] w[5][0] w[5][1] w[5][2] w[5][3] w[5][4] w[5][5] w[5][6] w[6][0] w[6][1] w[6][2] w[6][3] w[6][4] w[6][5] w[6][6] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[0][5] sd[0][6] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[1][5] sd[1][6] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[2][5] sd[2][6] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[3][5] sd[3][6] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] sd[4][5] sd[4][6] sd[5][0] sd[5][1] sd[5][2] sd[5][3] sd[5][4] sd[5][5] sd[5][6] sd[6][0] sd[6][1] sd[6][2] sd[6][3] sd[6][4] sd[6][5] sd[6][6]
2400.05/2352.81	v       </list>
2400.05/2352.81	v       <values>
2400.05/2352.81	v         0 65 129 248 315 361 432 0 82 129 201 227 320 385 0 32 108 211 235 308 315 0 50 119 215 305 401 443 0 86 152 227 240 308 413 0 85 174 201 248 320 401 1 66 159 234 320 414 447 464 420 409 463 464 463 464 32 43 72 67 31 71 32 60 47 72 13 66 41 35 15 46 44 23 73 6 94 50 69 92 90 95 42 20 86 37 75 13 68 93 51 82 89 27 47 63 65 62 64 92 62 86 93 31 17 0 3 5 1 6 4 2 6 5 1 0 3 4 2 4 0 3 2 5 6 1 1 4 2 0 3 5 6 2 1 3 4 6 5 0 5 0 6 1 4 2 3 3 6 4 2 0 1 5 0 248 432 65 361 129 315 201 129 385 227 320 82 0 32 315 211 108 0 235 308 215 0 119 305 50 401 443 413 86 0 152 227 308 240 85 201 320 401 248 0 174 320 414 234 1 159 447 66
2400.05/2352.81	v       </values>
2400.05/2352.81	v     </instantiation>
2400.05/2352.82	s SATISFIABLE

Verifier Data

OK	464

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (1728 MiB free)
  memory of node 1: 16384 MiB (813 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,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
solver pid=28522, runsolver pid=28515
Current StackSize limit: 8192 KiB


[startup+0.100133 s]*
/proc/loadavg: 0.31 0.08 0.07 2/204 28533
/proc/meminfo: memFree=2601232/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=113256 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/28522/stat : 28522 (bash) S 28515 28522 28461 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 473020496 115974144 364 33554432000 4194304 5098028 140723741713584 140723741711224 140538479168512 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28522/statm: 28314 364 290 221 0 119 0
[pid=28525] ppid=28522 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/28525/stat : 28525 (bash) S 28522 28522 28461 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 473020498 115974144 177 33554432000 4194304 5098028 140723741713584 140723741709752 140538478994044 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28525/statm: 28314 177 101 221 0 119 0
[pid=28527] ppid=28525 vsize=113256 memory=888 CPUtime=0 cores=1,3,5,7
/proc/28527/stat : 28527 (bash) S 28525 28522 28461 0 -1 4202560 211 425 0 1 0 0 0 0 20 0 1 0 473020498 115974144 222 33554432000 4194304 5098028 140723741713584 140723741707048 140538479168512 0 0 4096 65538 18446744071580971376 0 0 17 1 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28527/statm: 28314 222 146 221 0 119 0
[pid=28532] ppid=28527 vsize=113256 memory=492 CPUtime=0 cores=1,3,5,7
/proc/28532/stat : 28532 (bash) D 28527 28522 28461 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 1 0 473020504 115974144 123 33554432000 4194304 5098028 140723741713584 140723741706104 140538479166837 0 0 4096 65538 18446744072101547556 0 0 17 3 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28532/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3544 KiB

[startup+0.209796 s]*
/proc/loadavg: 0.31 0.08 0.07 2/204 28579
/proc/meminfo: memFree=2600672/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/28522/stat : 28522 (bash) S 28515 28522 28461 0 -1 4202496 892 5670 0 1 0 0 0 1 20 0 1 0 473020496 115974144 404 33554432000 4194304 5098028 140723741713584 140723741707592 140538479168512 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28522/statm: 28314 404 320 221 0 119 0
[pid=28574] ppid=28522 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/28574/stat : 28574 (bash) S 28522 28522 28461 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473020516 115974144 178 33554432000 4194304 5098028 140723741713584 140723741706264 140538478994044 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28574/statm: 28314 178 94 221 0 119 0
[pid=28576] ppid=28574 vsize=113256 memory=532 CPUtime=0 cores=1,3,5,7
/proc/28576/stat : 28576 (bash) D 28574 28522 28461 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 473020516 115974144 133 33554432000 4194304 5098028 140723741713584 140723741706040 140538479166837 0 0 4096 65538 18446744072101547556 0 0 17 1 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28576/statm: 28314 133 49 221 0 119 0
[pid=28577] ppid=28574 vsize=113256 memory=524 CPUtime=0 cores=1,3,5,7
/proc/28577/stat : 28577 (bash) D 28574 28522 28461 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 1 0 473020516 115974144 131 33554432000 4194304 5098028 140723741713584 140723741706040 140538479166837 0 0 4096 65538 18446744072101547556 0 0 17 3 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28577/statm: 28314 131 47 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3384 KiB

[startup+0.309627 s]*
/proc/loadavg: 0.31 0.08 0.07 2/204 28579
/proc/meminfo: memFree=2600672/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/28522/stat : 28522 (bash) S 28515 28522 28461 0 -1 4202496 892 5670 0 1 0 0 0 1 20 0 1 0 473020496 115974144 404 33554432000 4194304 5098028 140723741713584 140723741707592 140538479168512 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28522/statm: 28314 404 320 221 0 119 0
[pid=28574] ppid=28522 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/28574/stat : 28574 (bash) S 28522 28522 28461 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473020516 115974144 178 33554432000 4194304 5098028 140723741713584 140723741706264 140538478994044 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28574/statm: 28314 178 94 221 0 119 0
[pid=28576] ppid=28574 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/28576/stat : 28576 (java) D 28574 28522 28461 0 -1 1077936128 152 0 0 0 0 0 0 0 20 0 1 0 473020516 303104 1 33554432000 4194304 4196468 140724173986656 140724173983928 140120550475463 0 0 4096 0 18446744072101547556 0 0 17 3 0 0 0 0 0 6293624 6294260 38719488 140724173988988 140724173989002 140724173989002 140724173991887 0
/proc/28576/statm: 74 1 0 1 0 38 0
[pid=28577] ppid=28574 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/28577/stat : 28577 (awk) S 28574 28522 28461 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 473020516 116211712 243 33554432000 4194304 4609284 140727019022144 140727019021320 140320898386944 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 24756224 140727019029676 140727019029706 140727019029706 140727019032559 0
/proc/28577/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.70053 s]
/proc/loadavg: 0.31 0.08 0.07 2/204 28579
/proc/meminfo: memFree=2596012/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/28522/stat : 28522 (bash) S 28515 28522 28461 0 -1 4202496 892 5670 0 1 0 0 0 1 20 0 1 0 473020496 115974144 404 33554432000 4194304 5098028 140723741713584 140723741707592 140538479168512 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28522/statm: 28314 404 320 221 0 119 0
[pid=28574] ppid=28522 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/28574/stat : 28574 (bash) S 28522 28522 28461 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 473020516 115974144 178 33554432000 4194304 5098028 140723741713584 140723741706264 140538478994044 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 40284160 140723741721600 140723741721729 140723741721729 140723741724654 0
/proc/28574/statm: 28314 178 94 221 0 119 0
[pid=28576] ppid=28574 vsize=98704 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/28576/stat : 28576 (java) S 28574 28522 28461 0 -1 1077944320 1341 0 1 0 0 0 0 0 20 0 2 0 473020516 101072896 1155 33554432000 4194304 4196468 140724173986656 140724173969200 140120548200183 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 26 0 0 6293624 6294260 38719488 140724173988988 140724173989002 140724173989002 140724173991887 0
/proc/28576/statm: 24676 1155 857 1 0 16800 0
[pid=28577] ppid=28574 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/28577/stat : 28577 (awk) S 28574 28522 28461 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 473020516 116211712 243 33554432000 4194304 4609284 140727019022144 140727019021320 140320898386944 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 24756224 140727019029676 140727019029706 140727019029706 140727019032559 0
/proc/28577/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 438704 KiB
Current children cumulated memory: 7920 KiB

[startup+1.50028 s]
/proc/loadavg: 0.45 0.11 0.08 3/220 28595
/proc/meminfo: memFree=2572548/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=10820196 memory=47584 CPUtime=0.33 cores=1,3,5,7
/proc/28522/stat : 28522 (java) S 28515 28522 28461 0 -1 1077944320 10154 13317 0 2 22 3 5 3 20 0 15 0 473020496 11079880704 11896 33554432000 4194304 4196468 140731130470848 140731130453392 139651475627767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
/proc/28522/statm: 2705049 11896 3280 1 0 2667149 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47584 KiB

[startup+3.10968 s]
/proc/loadavg: 0.45 0.11 0.08 2/226 28654
/proc/meminfo: memFree=2461096/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=10822316 memory=77236 CPUtime=0.95 cores=1,3,5,7
/proc/28522/stat : 28522 (java) S 28515 28522 28461 0 -1 1077944320 14557 13317 1 2 82 5 5 3 20 0 15 0 473020496 11082051584 19309 33554432000 4194304 4196468 140731130470848 140731130453392 139651475627767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
/proc/28522/statm: 2705579 19309 3493 1 0 2667661 0
[pid=28522/tid=28628] ppid=28515 vsize=10822316 memory=988 CPUtime=0.59 cores=1,3,5,7
/proc/28522/task/28628/stat : 28628 (java) D 28515 28522 28461 0 -1 4202560 9930 13317 0 2 47 4 5 3 20 0 15 0 473020620 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651447441840 139651475649693 0 4 0 16800975 18446744071580419588 0 0 -1 7 0 0 121 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28633] ppid=28515 vsize=10822316 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28633/stat : 28633 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651479870352 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28634] ppid=28515 vsize=10822316 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28634/stat : 28634 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651049249552 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28635] ppid=28515 vsize=10822316 memory=8897 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28635/stat : 28635 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651048197264 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28636] ppid=28515 vsize=10822316 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28636/stat : 28636 (java) S 28515 28522 28461 0 -1 1077944384 2 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651047144464 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28639] ppid=28515 vsize=10822316 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28639/stat : 28639 (java) S 28515 28522 28461 0 -1 1077944384 5 13317 0 2 0 0 5 3 20 0 15 0 473020623 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651002194032 139651475638914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28641] ppid=28515 vsize=10822316 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28641/stat : 28641 (java) S 28515 28522 28461 0 -1 1077944384 13 13317 0 2 0 0 5 3 20 0 15 0 473020623 11082051584 19309 33554432000 4194304 4196468 140731130470848 139650928730912 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28642] ppid=28515 vsize=10822316 memory=1616 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28642/stat : 28642 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020623 11082051584 19309 33554432000 4194304 4196468 140731130470848 139650324751472 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28648] ppid=28515 vsize=10822316 memory=712 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28648/stat : 28648 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11082051584 19309 33554432000 4194304 4196468 140731130470848 139650017351760 139651475646363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28649] ppid=28515 vsize=10822316 memory=5608 CPUtime=0.15 cores=1,3,5,7
/proc/28522/task/28649/stat : 28649 (java) S 28515 28522 28461 0 -1 1077944384 884 13317 1 2 7 0 5 3 20 0 15 0 473020627 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651001141872 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28650] ppid=28515 vsize=10822316 memory=972 CPUtime=0.19 cores=1,3,5,7
/proc/28522/task/28650/stat : 28650 (java) S 28515 28522 28461 0 -1 1077944384 776 13317 0 2 11 0 5 3 20 0 15 0 473020627 11082051584 19309 33554432000 4194304 4196468 140731130470848 139651000089072 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28651] ppid=28515 vsize=10822316 memory=2016 CPUtime=0.23 cores=1,3,5,7
/proc/28522/task/28651/stat : 28651 (java) S 28515 28522 28461 0 -1 1077944384 729 13317 0 2 15 0 5 3 20 0 15 0 473020627 11082051584 19309 33554432000 4194304 4196468 140731130470848 139650999036784 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28652] ppid=28515 vsize=10822316 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28652/stat : 28652 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11082051584 19309 33554432000 4194304 4196468 140731130470848 139649983794144 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28654] ppid=28515 vsize=10822316 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28654/stat : 28654 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020633 11082051584 19309 33554432000 4194304 4196468 140731130470848 139650997983664 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77236 KiB
heavy processes:

[startup+6.30069 s]
/proc/loadavg: 0.57 0.14 0.09 2/226 28654
/proc/meminfo: memFree=2438956/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=10822316 memory=78648 CPUtime=1.07 cores=1,3,5,7
/proc/28522/stat : 28522 (java) S 28515 28522 28461 0 -1 1077944320 14937 13317 1 2 93 6 5 3 20 0 15 0 473020496 11082051584 19662 33554432000 4194304 4196468 140731130470848 140731130453392 139651475627767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
/proc/28522/statm: 2705579 19662 3502 1 0 2667661 0
[pid=28522/tid=28628] ppid=28515 vsize=10822316 memory=50592 CPUtime=0.63 cores=1,3,5,7
/proc/28522/task/28628/stat : 28628 (java) D 28515 28522 28461 0 -1 4202560 10271 13317 0 2 50 5 5 3 20 0 15 0 473020620 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651447454160 139651475649693 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 384 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28633] ppid=28515 vsize=10822316 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28633/stat : 28633 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651479870352 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28634] ppid=28515 vsize=10822316 memory=6801 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28634/stat : 28634 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651049249552 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28635] ppid=28515 vsize=10822316 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28635/stat : 28635 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651048197264 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28636] ppid=28515 vsize=10822316 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28636/stat : 28636 (java) S 28515 28522 28461 0 -1 1077944384 2 13317 0 2 0 0 5 3 20 0 15 0 473020621 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651047144464 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28639] ppid=28515 vsize=10822316 memory=77932 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28639/stat : 28639 (java) S 28515 28522 28461 0 -1 1077944384 5 13317 0 2 0 0 5 3 20 0 15 0 473020623 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651002194032 139651475638914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28641] ppid=28515 vsize=10822316 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28641/stat : 28641 (java) S 28515 28522 28461 0 -1 1077944384 13 13317 0 2 0 0 5 3 20 0 15 0 473020623 11082051584 19662 33554432000 4194304 4196468 140731130470848 139650928730912 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28642] ppid=28515 vsize=10822316 memory=2016 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28642/stat : 28642 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020623 11082051584 19662 33554432000 4194304 4196468 140731130470848 139650324751472 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28648] ppid=28515 vsize=10822316 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28648/stat : 28648 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11082051584 19662 33554432000 4194304 4196468 140731130470848 139650017351760 139651475646363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28649] ppid=28515 vsize=10822316 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/28522/task/28649/stat : 28649 (java) S 28515 28522 28461 0 -1 1077944384 892 13317 1 2 10 0 5 3 20 0 15 0 473020627 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651001141872 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28650] ppid=28515 vsize=10822316 memory=8 CPUtime=0.22 cores=1,3,5,7
/proc/28522/task/28650/stat : 28650 (java) S 28515 28522 28461 0 -1 1077944384 784 13317 0 2 14 0 5 3 20 0 15 0 473020627 11082051584 19662 33554432000 4194304 4196468 140731130470848 139651000089072 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28651] ppid=28515 vsize=10822316 memory=8 CPUtime=0.24 cores=1,3,5,7
/proc/28522/task/28651/stat : 28651 (java) S 28515 28522 28461 0 -1 1077944384 752 13317 0 2 16 0 5 3 20 0 15 0 473020627 11082051584 19662 33554432000 4194304 4196468 140731130470848 139650999036784 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28652] ppid=28515 vsize=10822316 memory=78576 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28652/stat : 28652 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11082051584 19662 33554432000 4194304 4196468 140731130470848 139649983794144 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28654] ppid=28515 vsize=10822316 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28654/stat : 28654 (java) S 28515 28522 28461 0 -1 1077944384 1 13317 0 2 0 0 5 3 20 0 15 0 473020633 11082051584 19662 33554432000 4194304 4196468 140731130470848 139650997983664 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78648 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.76 0.19 0.10 9/227 28655
/proc/meminfo: memFree=2019992/32770624 swapFree=66952428/67108860
[pid=28522] ppid=28515 vsize=10851096 memory=305688 CPUtime=10.74 cores=1,3,5,7
/proc/28522/stat : 28522 (java) S 28515 28522 28461 0 -1 1077944320 46835 13317 4 2 1042 24 5 3 20 0 15 0 473020496 11111522304 76422 33554432000 4194304 4196468 140731130470848 140731130453392 139651475627767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
/proc/28522/statm: 2712774 76422 3622 1 0 2674829 0

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

/proc/28522/task/28628/stat : 28628 (java) R 28515 28522 28461 0 -1 4202560 358389 13317 3 2 217003 113 5 3 20 0 15 0 473020620 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651447464032 139651092282823 0 4 0 16800975 0 0 0 -1 1 0 0 643 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28633] ppid=28515 vsize=10853144 memory=1680 CPUtime=11.55 cores=1,3,5,7
/proc/28522/task/28633/stat : 28633 (java) S 28515 28522 28461 0 -1 1077944384 39319 13317 0 2 1093 54 5 3 20 0 15 0 473020621 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651479870352 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28634] ppid=28515 vsize=10853144 memory=1645212 CPUtime=11.59 cores=1,3,5,7
/proc/28522/task/28634/stat : 28634 (java) S 28515 28522 28461 0 -1 1077944384 34951 13317 0 2 1096 55 5 3 20 0 15 0 473020621 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651049249552 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28635] ppid=28515 vsize=10853144 memory=1645212 CPUtime=11.57 cores=1,3,5,7
/proc/28522/task/28635/stat : 28635 (java) S 28515 28522 28461 0 -1 1077944384 44251 13317 0 2 1098 51 5 3 20 0 15 0 473020621 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651048197264 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28636] ppid=28515 vsize=10853144 memory=1645212 CPUtime=11.57 cores=1,3,5,7
/proc/28522/task/28636/stat : 28636 (java) S 28515 28522 28461 0 -1 1077944384 37647 13317 0 2 1098 51 5 3 20 0 15 0 473020621 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651047144464 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28639] ppid=28515 vsize=10853144 memory=1645212 CPUtime=9.03 cores=1,3,5,7
/proc/28522/task/28639/stat : 28639 (java) S 28515 28522 28461 0 -1 1077944384 27183 13317 0 2 846 49 5 3 20 0 15 0 473020623 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651002194032 139651475638914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28641] ppid=28515 vsize=10853144 memory=1645212 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28641/stat : 28641 (java) S 28515 28522 28461 0 -1 1077944384 24 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 411303 33554432000 4194304 4196468 140731130470848 139650928730976 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28642] ppid=28515 vsize=10853144 memory=1645212 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28642/stat : 28642 (java) S 28515 28522 28461 0 -1 1077944384 9 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 411303 33554432000 4194304 4196468 140731130470848 139650324751488 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28648] ppid=28515 vsize=10853144 memory=1645212 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28648/stat : 28648 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 411303 33554432000 4194304 4196468 140731130470848 139650017351760 139651475646363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28649] ppid=28515 vsize=10853144 memory=1645212 CPUtime=7.64 cores=1,3,5,7
/proc/28522/task/28649/stat : 28649 (java) S 28515 28522 28461 0 -1 1077944384 39243 13317 1 2 750 6 5 3 20 0 15 0 473020627 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651001141872 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28650] ppid=28515 vsize=10853144 memory=1645212 CPUtime=7.51 cores=1,3,5,7
/proc/28522/task/28650/stat : 28650 (java) S 28515 28522 28461 0 -1 1077944384 35696 13317 0 2 736 7 5 3 20 0 15 0 473020627 11113619456 411303 33554432000 4194304 4196468 140731130470848 139651000089072 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28651] ppid=28515 vsize=10853144 memory=1645212 CPUtime=4.63 cores=1,3,5,7
/proc/28522/task/28651/stat : 28651 (java) S 28515 28522 28461 0 -1 1077944384 42744 13317 0 2 446 9 5 3 20 0 15 0 473020627 11113619456 411303 33554432000 4194304 4196468 140731130470848 139650999036784 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28652] ppid=28515 vsize=10853144 memory=1645212 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28652/stat : 28652 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 411303 33554432000 4194304 4196468 140731130470848 139649983794144 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28654] ppid=28515 vsize=10853144 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/28522/task/28654/stat : 28654 (java) S 28515 28522 28461 0 -1 1077944384 1646 13317 0 2 53 70 5 3 20 0 15 0 473020633 11113619456 411303 33554432000 4194304 4196468 140731130470848 139650997983664 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
Current children cumulated CPU time: 2247.03 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1645212 KiB

[startup+2262.3 s]
/proc/loadavg: 1.15 1.36 1.28 3/226 29127
/proc/meminfo: memFree=844212/32770624 swapFree=66952444/67108860
[pid=28522] ppid=28515 vsize=10853144 memory=1637840 CPUtime=2308.04 cores=1,3,5,7
/proc/28522/stat : 28522 (java) S 28515 28522 28461 0 -1 1077944320 666413 13317 4 2 230372 424 5 3 20 0 15 0 473020496 11113619456 409460 33554432000 4194304 4196468 140731130470848 140731130453392 139651475627767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
/proc/28522/statm: 2713286 409460 3636 1 0 2675341 0
[pid=28522/tid=28628] ppid=28515 vsize=10853144 memory=1637840 CPUtime=2230.53 cores=1,3,5,7
/proc/28522/task/28628/stat : 28628 (java) R 28515 28522 28461 0 -1 4202560 359679 13317 3 2 222932 113 5 3 20 0 15 0 473020620 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651447463824 139651088848569 0 4 0 16800975 0 0 0 -1 3 0 0 643 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28633] ppid=28515 vsize=10853144 memory=1645340 CPUtime=11.9 cores=1,3,5,7
/proc/28522/task/28633/stat : 28633 (java) S 28515 28522 28461 0 -1 1077944384 39846 13317 0 2 1126 56 5 3 20 0 15 0 473020621 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651479870352 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28634] ppid=28515 vsize=10853144 memory=1120 CPUtime=11.94 cores=1,3,5,7
/proc/28522/task/28634/stat : 28634 (java) S 28515 28522 28461 0 -1 1077944384 35120 13317 0 2 1130 56 5 3 20 0 15 0 473020621 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651049249552 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28635] ppid=28515 vsize=10853144 memory=1638620 CPUtime=11.92 cores=1,3,5,7
/proc/28522/task/28635/stat : 28635 (java) S 28515 28522 28461 0 -1 1077944384 44714 13317 0 2 1131 53 5 3 20 0 15 0 473020621 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651048197264 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28636] ppid=28515 vsize=10853144 memory=0 CPUtime=11.92 cores=1,3,5,7
/proc/28522/task/28636/stat : 28636 (java) S 28515 28522 28461 0 -1 1077944384 37988 13317 0 2 1132 52 5 3 20 0 15 0 473020621 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651047144464 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28639] ppid=28515 vsize=10853144 memory=1637840 CPUtime=9.3 cores=1,3,5,7
/proc/28522/task/28639/stat : 28639 (java) S 28515 28522 28461 0 -1 1077944384 27458 13317 0 2 872 50 5 3 20 0 15 0 473020623 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651002194032 139651475638914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28641] ppid=28515 vsize=10853144 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28641/stat : 28641 (java) S 28515 28522 28461 0 -1 1077944384 24 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 409460 33554432000 4194304 4196468 140731130470848 139650928730976 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28642] ppid=28515 vsize=10853144 memory=140319064662341 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28642/stat : 28642 (java) S 28515 28522 28461 0 -1 1077944384 9 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 409460 33554432000 4194304 4196468 140731130470848 139650324751488 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28648] ppid=28515 vsize=10853144 memory=1637840 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28648/stat : 28648 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 409460 33554432000 4194304 4196468 140731130470848 139650017351760 139651475646363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28649] ppid=28515 vsize=10853144 memory=-7600218431836059078 CPUtime=7.64 cores=1,3,5,7
/proc/28522/task/28649/stat : 28649 (java) S 28515 28522 28461 0 -1 1077944384 39247 13317 1 2 750 6 5 3 20 0 15 0 473020627 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651001141872 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28650] ppid=28515 vsize=10853144 memory=1637840 CPUtime=7.51 cores=1,3,5,7
/proc/28522/task/28650/stat : 28650 (java) S 28515 28522 28461 0 -1 1077944384 35700 13317 0 2 736 7 5 3 20 0 15 0 473020627 11113619456 409460 33554432000 4194304 4196468 140731130470848 139651000089072 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28651] ppid=28515 vsize=10853144 memory=1637840 CPUtime=4.63 cores=1,3,5,7
/proc/28522/task/28651/stat : 28651 (java) S 28515 28522 28461 0 -1 1077944384 42748 13317 0 2 446 9 5 3 20 0 15 0 473020627 11113619456 409460 33554432000 4194304 4196468 140731130470848 139650999036784 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28652] ppid=28515 vsize=10853144 memory=1637840 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28652/stat : 28652 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 409460 33554432000 4194304 4196468 140731130470848 139649983794144 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28654] ppid=28515 vsize=10853144 memory=3200 CPUtime=1.36 cores=1,3,5,7
/proc/28522/task/28654/stat : 28654 (java) S 28515 28522 28461 0 -1 1077944384 1667 13317 0 2 55 73 5 3 20 0 15 0 473020633 11113619456 409460 33554432000 4194304 4196468 140731130470848 139650997983664 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
Current children cumulated CPU time: 2308.04 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1637840 KiB

[startup+2322.3 s]
/proc/loadavg: 1.26 1.35 1.29 3/226 29133
/proc/meminfo: memFree=841968/32770624 swapFree=66952444/67108860
[pid=28522] ppid=28515 vsize=10853144 memory=1639148 CPUtime=2369.03 cores=1,3,5,7
/proc/28522/stat : 28522 (java) S 28515 28522 28461 0 -1 1077944320 669867 13317 4 2 236464 431 5 3 20 0 15 0 473020496 11113619456 409787 33554432000 4194304 4196468 140731130470848 140731130453392 139651475627767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
/proc/28522/statm: 2713286 409787 3636 1 0 2675341 0
[pid=28522/tid=28628] ppid=28515 vsize=10853144 memory=1639148 CPUtime=2289.86 cores=1,3,5,7
/proc/28522/task/28628/stat : 28628 (java) R 28515 28522 28461 0 -1 4202560 361113 13317 3 2 228864 114 5 3 20 0 15 0 473020620 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651447462592 139651090625543 0 4 0 16800975 0 0 0 -1 5 0 0 643 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28633] ppid=28515 vsize=10853144 memory=1639148 CPUtime=12.23 cores=1,3,5,7
/proc/28522/task/28633/stat : 28633 (java) S 28515 28522 28461 0 -1 1077944384 40116 13317 0 2 1158 57 5 3 20 0 15 0 473020621 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651479870352 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28634] ppid=28515 vsize=10853144 memory=1639148 CPUtime=12.29 cores=1,3,5,7
/proc/28522/task/28634/stat : 28634 (java) S 28515 28522 28461 0 -1 1077944384 35672 13317 0 2 1163 58 5 3 20 0 15 0 473020621 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651049249552 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28635] ppid=28515 vsize=10853144 memory=1639148 CPUtime=12.26 cores=1,3,5,7
/proc/28522/task/28635/stat : 28635 (java) S 28515 28522 28461 0 -1 1077944384 45376 13317 0 2 1164 54 5 3 20 0 15 0 473020621 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651048197264 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28636] ppid=28515 vsize=10853144 memory=1639148 CPUtime=12.27 cores=1,3,5,7
/proc/28522/task/28636/stat : 28636 (java) S 28515 28522 28461 0 -1 1077944384 38276 13317 0 2 1165 54 5 3 20 0 15 0 473020621 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651047144464 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28639] ppid=28515 vsize=10853144 memory=1639148 CPUtime=9.57 cores=1,3,5,7
/proc/28522/task/28639/stat : 28639 (java) S 28515 28522 28461 0 -1 1077944384 27681 13317 0 2 897 52 5 3 20 0 15 0 473020623 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651002194032 139651475638914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28641] ppid=28515 vsize=10853144 memory=1639148 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28641/stat : 28641 (java) S 28515 28522 28461 0 -1 1077944384 24 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 409787 33554432000 4194304 4196468 140731130470848 139650928730976 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28642] ppid=28515 vsize=10853144 memory=1639148 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28642/stat : 28642 (java) S 28515 28522 28461 0 -1 1077944384 9 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 409787 33554432000 4194304 4196468 140731130470848 139650324751488 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28648] ppid=28515 vsize=10853144 memory=1639148 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28648/stat : 28648 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 409787 33554432000 4194304 4196468 140731130470848 139650017351760 139651475646363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28649] ppid=28515 vsize=10853144 memory=1639148 CPUtime=7.64 cores=1,3,5,7
/proc/28522/task/28649/stat : 28649 (java) S 28515 28522 28461 0 -1 1077944384 39249 13317 1 2 750 6 5 3 20 0 15 0 473020627 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651001141872 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28650] ppid=28515 vsize=10853144 memory=3580 CPUtime=7.51 cores=1,3,5,7
/proc/28522/task/28650/stat : 28650 (java) S 28515 28522 28461 0 -1 1077944384 35702 13317 0 2 736 7 5 3 20 0 15 0 473020627 11113619456 409787 33554432000 4194304 4196468 140731130470848 139651000089072 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28651] ppid=28515 vsize=10853144 memory=1639148 CPUtime=4.63 cores=1,3,5,7
/proc/28522/task/28651/stat : 28651 (java) S 28515 28522 28461 0 -1 1077944384 42750 13317 0 2 446 9 5 3 20 0 15 0 473020627 11113619456 409787 33554432000 4194304 4196468 140731130470848 139650999036784 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28652] ppid=28515 vsize=10853144 memory=1639148 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28652/stat : 28652 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 409787 33554432000 4194304 4196468 140731130470848 139649983794144 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28654] ppid=28515 vsize=10853144 memory=1639148 CPUtime=1.39 cores=1,3,5,7
/proc/28522/task/28654/stat : 28654 (java) S 28515 28522 28461 0 -1 1077944384 1686 13317 0 2 56 75 5 3 20 0 15 0 473020633 11113619456 409787 33554432000 4194304 4196468 140731130470848 139650997983664 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
Current children cumulated CPU time: 2369.03 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1639148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.8 s]
/proc/loadavg: 1.36 1.37 1.29 3/226 29134
/proc/meminfo: memFree=839812/32770624 swapFree=66952444/67108860
[pid=28522] ppid=28515 vsize=10853144 memory=1641196 CPUtime=2400.05 cores=1,3,5,7
/proc/28522/stat : 28522 (java) S 28515 28522 28461 0 -1 1077944320 670627 13317 4 2 239562 435 5 3 20 0 15 0 473020496 11113619456 410299 33554432000 4194304 4196468 140731130470848 140731130453392 139651475627767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
/proc/28522/statm: 2713286 410299 3636 1 0 2675341 0
[pid=28522/tid=28628] ppid=28515 vsize=10853144 memory=15036 CPUtime=2320.02 cores=1,3,5,7
/proc/28522/task/28628/stat : 28628 (java) R 28515 28522 28461 0 -1 4202560 361499 13317 3 2 231880 114 5 3 20 0 15 0 473020620 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651447463056 139651102665413 0 4 0 16800975 0 0 0 -1 1 0 0 643 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28633] ppid=28515 vsize=10853144 memory=2120 CPUtime=12.41 cores=1,3,5,7
/proc/28522/task/28633/stat : 28633 (java) S 28515 28522 28461 0 -1 1077944384 40214 13317 0 2 1176 57 5 3 20 0 15 0 473020621 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651479870352 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28634] ppid=28515 vsize=10853144 memory=6791534058613427641 CPUtime=12.46 cores=1,3,5,7
/proc/28522/task/28634/stat : 28634 (java) S 28515 28522 28461 0 -1 1077944384 35705 13317 0 2 1180 58 5 3 20 0 15 0 473020621 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651049249552 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28635] ppid=28515 vsize=10853144 memory=1984 CPUtime=12.44 cores=1,3,5,7
/proc/28522/task/28635/stat : 28635 (java) S 28515 28522 28461 0 -1 1077944384 45464 13317 0 2 1181 55 5 3 20 0 15 0 473020621 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651048197264 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28636] ppid=28515 vsize=10853144 memory=2552 CPUtime=12.44 cores=1,3,5,7
/proc/28522/task/28636/stat : 28636 (java) S 28515 28522 28461 0 -1 1077944384 38358 13317 0 2 1182 54 5 3 20 0 15 0 473020621 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651047144464 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28639] ppid=28515 vsize=10853144 memory=1760 CPUtime=9.7 cores=1,3,5,7
/proc/28522/task/28639/stat : 28639 (java) S 28515 28522 28461 0 -1 1077944384 27736 13317 0 2 910 52 5 3 20 0 15 0 473020623 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651002194032 139651475638914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28641] ppid=28515 vsize=10853144 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28641/stat : 28641 (java) S 28515 28522 28461 0 -1 1077944384 24 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 410299 33554432000 4194304 4196468 140731130470848 139650928730976 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28642] ppid=28515 vsize=10853144 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28642/stat : 28642 (java) S 28515 28522 28461 0 -1 1077944384 9 13317 0 2 0 0 5 3 20 0 15 0 473020623 11113619456 410299 33554432000 4194304 4196468 140731130470848 139650324751488 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28648] ppid=28515 vsize=10853144 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28648/stat : 28648 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 410299 33554432000 4194304 4196468 140731130470848 139650017351760 139651475646363 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28649] ppid=28515 vsize=10853144 memory=288230596050944315 CPUtime=7.64 cores=1,3,5,7
/proc/28522/task/28649/stat : 28649 (java) S 28515 28522 28461 0 -1 1077944384 39251 13317 1 2 750 6 5 3 20 0 15 0 473020627 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651001141872 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28650] ppid=28515 vsize=10853144 memory=14981065810905736 CPUtime=7.51 cores=1,3,5,7
/proc/28522/task/28650/stat : 28650 (java) S 28515 28522 28461 0 -1 1077944384 35704 13317 0 2 736 7 5 3 20 0 15 0 473020627 11113619456 410299 33554432000 4194304 4196468 140731130470848 139651000089072 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28651] ppid=28515 vsize=10853144 memory=984 CPUtime=4.63 cores=1,3,5,7
/proc/28522/task/28651/stat : 28651 (java) S 28515 28522 28461 0 -1 1077944384 42752 13317 0 2 446 9 5 3 20 0 15 0 473020627 11113619456 410299 33554432000 4194304 4196468 140731130470848 139650999036784 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28652] ppid=28515 vsize=10853144 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/28522/task/28652/stat : 28652 (java) S 28515 28522 28461 0 -1 1077944384 3 13317 0 2 0 0 5 3 20 0 15 0 473020627 11113619456 410299 33554432000 4194304 4196468 140731130470848 139649983794144 139651475637973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
[pid=28522/tid=28654] ppid=28515 vsize=10853144 memory=15036 CPUtime=1.41 cores=1,3,5,7
/proc/28522/task/28654/stat : 28654 (java) S 28515 28522 28461 0 -1 1077944384 1698 13317 0 2 57 76 5 3 20 0 15 0 473020633 11113619456 410299 33554432000 4194304 4196468 140731130470848 139650997983664 139651475638914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30052352 140731130473059 140731130475701 140731130475701 140731130478543 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 1641196 KiB

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

[startup+2352.83 s]
# the end of solver process 28522 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.69 s, system=4.40531 s

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

Child status: 143
Real time (s): 2352.83
CPU time (s): 2400.1
CPU user time (s): 2395.69
CPU system time (s): 4.40531
CPU usage (%): 102.009
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1763304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.69
system time used= 4.40531
maximum resident set size= 1763820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 684659
page faults= 6
swaps= 0
block input operations= 84520
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 258648
involuntary context switches= 7952


# summary of solver processes directly reported to runsolver:
#   pid: 28522
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2395.69
#   total CPU system time (s): 4.40531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7819 second user time and 22.9797 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 09:18:38
IDJOB=4403185
IDBENCH=115852
IDSOLVER=2862
FILE ID=node107/4403185-1568967638
RUNJOBID= node107-1568963918-28493
PBS_JOBID= 21704631
Free space on /var/tmp= 12564 MiB

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

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=1159292332

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         2604308 kB
MemAvailable:   31814548 kB
Buffers:          124588 kB
Cached:         28982176 kB
SwapCached:        48636 kB
Active:         13485756 kB
Inactive:       15669376 kB
Active(anon):       2972 kB
Inactive(anon):    88792 kB
Active(file):   13482784 kB
Inactive(file): 15580584 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952428 kB
Dirty:             30216 kB
Writeback:             0 kB
AnonPages:        112116 kB
Mapped:            47280 kB
Shmem:             34736 kB
Slab:             603636 kB
SReclaimable:     575332 kB
SUnreclaim:        28304 kB
KernelStack:        3360 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12496 MiB
End job on node107 at 2019-09-20 09:58:01