Trace number 4245684

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
R1: Concrete 3.4SAT (TO)3240 2400.07 2313.35

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-nug30.xml
MD5SUM7992d423b18f632a54772c1bcf249848
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3153
Best CPU time to get the best result obtained on this benchmark2520.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables930
Number of constraints436
Number of domains2
Minimum domain size8
Maximum domain size30
Distribution of domain sizes[{"size":8,"count":435},{"size":30,"count":30}]
Minimum variable degree0
Maximum variable degree30
Distribution of variable degrees[{"degree":0,"count":465},{"degree":2,"count":435},{"degree":30,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":435},{"arity":30,"count":1}]
Number of extensional constraints435
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":435},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.52/2.09	c Concrete v3.4 running
21.36/7.31	o 4055
21.91/7.51	o 3992
23.87/8.03	o 3974
24.61/8.23	o 3952
25.47/8.47	o 3894
25.92/8.62	o 3889
26.19/8.73	o 3861
26.36/8.82	o 3846
26.36/8.88	o 3832
26.52/8.99	o 3804
26.63/9.06	o 3802
27.16/9.21	o 3781
27.16/9.29	o 3771
27.35/9.37	o 3763
27.57/9.44	o 3761
27.74/9.52	o 3752
27.91/9.67	o 3730
28.16/9.88	o 3727
28.61/10.16	o 3723
28.72/10.24	o 3711
28.83/10.31	o 3697
28.83/10.38	o 3657
29.04/10.55	o 3603
29.47/10.93	o 3584
30.11/11.18	o 3575
30.24/11.27	o 3550
30.34/11.34	o 3538
30.64/11.64	o 3537
30.74/11.77	o 3530
30.85/11.86	o 3514
31.65/12.23	o 3512
31.73/12.30	o 3485
31.83/12.43	o 3461
32.22/12.77	o 3425
33.16/13.35	o 3419
36.44/15.13	o 3418
37.78/15.72	o 3416
47.06/23.36	o 3410
47.46/23.77	o 3404
47.66/23.93	o 3402
49.87/26.18	o 3400
51.42/27.36	o 3391
56.40/31.86	o 3386
59.29/34.12	o 3367
60.18/35.06	o 3364
60.28/35.12	o 3356
60.58/35.45	o 3336
64.70/39.15	o 3322
64.80/39.23	o 3311
88.95/62.32	o 3288
90.82/64.04	o 3276
103.12/75.55	o 3270
105.75/78.17	o 3266
109.59/81.76	o 3254
295.83/256.70	o 3250
508.73/460.08	o 3246
508.93/460.21	o 3240
2400.02/2313.31	java.util.concurrent.TimeoutException
2400.02/2313.31		at concrete.MAC.mac(MAC.scala:74)
2400.02/2313.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2400.02/2313.31		at scala.util.Try$.apply(Try.scala:209)
2400.02/2313.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2400.02/2313.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2400.02/2313.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2400.02/2313.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2400.02/2313.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2400.02/2313.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2400.02/2313.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2400.02/2313.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2400.02/2313.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2400.02/2313.31		at concrete.MAC.oneRun(MAC.scala:146)
2400.02/2313.31		at concrete.MAC.nextSolution(MAC.scala:166)
2400.02/2313.31		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2400.02/2313.31		at concrete.ProblemState.map(ProblemState.scala:203)
2400.02/2313.31		at concrete.ProblemState.map(ProblemState.scala:188)
2400.02/2313.31		at concrete.MAC.nextSolution(MAC.scala:195)
2400.02/2313.31		at concrete.Solver.hasNext(Solver.scala:202)
2400.02/2313.31		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2400.02/2313.31		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2400.02/2313.31		at concrete.Solver.toStream(Solver.scala:73)
2400.02/2313.31		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2400.02/2313.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2400.02/2313.31		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2400.02/2313.31		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2400.02/2313.31		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2400.02/2313.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2400.02/2313.31		at scala.util.Success.map(Try.scala:209)
2400.02/2313.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2400.02/2313.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2400.02/2313.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.02/2313.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2400.02/2313.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.02/2313.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2400.02/2313.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2400.02/2313.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2400.02/2313.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2400.02/2313.31		at scala.collection.immutable.List.foreach(List.scala:389)
2400.02/2313.31		at scala.App.main(App.scala:76)
2400.02/2313.31		at scala.App.main$(App.scala:74)
2400.02/2313.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.02/2313.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.02/2313.32	v <instantiation cost="3240">
2400.02/2313.32	v       <list>
2400.02/2313.32	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[0][20] d[0][21] d[0][22] d[0][23] d[0][24] d[0][25] d[0][26] d[0][27] d[0][28] d[0][29] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[1][20] d[1][21] d[1][22] d[1][23] d[1][24] d[1][25] d[1][26] d[1][27] d[1][28] d[1][29] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[2][18] d[2][19] d[2][20] d[2][21] d[2][22] d[2][23] d[2][24] d[2][25] d[2][26] d[2][27] d[2][28] d[2][29] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[3][20] d[3][21] d[3][22] d[3][23] d[3][24] d[3][25] d[3][26] d[3][27] d[3][28] d[3][29] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[4][20] d[4][21] d[4][22] d[4][23] d[4][24] d[4][25] d[4][26] d[4][27] d[4][28] d[4][29] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[5][20] d[5][21] d[5][22] d[5][23] d[5][24] d[5][25] d[5][26] d[5][27] d[5][28] d[5][29] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[6][20] d[6][21] d[6][22] d[6][23] d[6][24] d[6][25] d[6][26] d[6][27] d[6][28] d[6][29] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[7][20] d[7][21] d[7][22] d[7][23] d[7][24] d[7][25] d[7][26] d[7][27] d[7][28] d[7][29] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[8][20] d[8][21] d[8][22] d[8][23] d[8][24] d[8][25] d[8][26] d[8][27] d[8][28] d[8][29] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[9][20] d[9][21] d[9][22] d[9][23] d[9][24] d[9][25] d[9][26] d[9][27] d[9][28] d[9][29] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[10][20] d[10][21] d[10][22] d[10][23] d[10][24] d[10][25] d[10][26] d[10][27] d[10][28] d[10][29] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[11][20] d[11][21] d[11][22] d[11][23] d[11][24] d[11][25] d[11][26] d[11][27] d[11][28] d[11][29] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[12][20] d[12][21] d[12][22] d[12][23] d[12][24] d[12][25] d[12][26] d[12][27] d[12][28] d[12][29] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[13][20] d[13][21] d[13][22] d[13][23] d[13][24] d[13][25] d[13][26] d[13][27] d[13][28] d[13][29] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[14][20] d[14][21] d[14][22] d[14][23] d[14][24] d[14][25] d[14][26] d[14][27] d[14][28] d[14][29] d[15][16] d[15][17] d[15][18] d[15][19] d[15][20] d[15][21] d[15][22] d[15][23] d[15][24] d[15][25] d[15][26] d[15][27] d[15][28] d[15][29] d[16][17] d[16][18] d[16][19] d[16][20] d[16][21] d[16][22] d[16][23] d[16][24] d[16][25] d[16][26] d[16][27] d[16][28] d[16][29] d[17][18] d[17][19] d[17][20] d[17][21] d[17][22] d[17][23] d[17][24] d[17][25] d[17][26] d[17][27] d[17][28] d[17][29] d[18][19] d[18][20] d[18][21] d[18][22] d[18][23] d[18][24] d[18][25] d[18][26] d[18][27] d[18][28] d[18][29] d[19][20] d[19][21] d[19][22] d[19][23] d[19][24] d[19][25] d[19][26] d[19][27] d[19][28] d[19][29] d[20][21] d[20][22] d[20][23] d[20][24] d[20][25] d[20][26] d[20][27] d[20][28] d[20][29] d[21][22] d[21][23] d[21][24] d[21][25] d[21][26] d[21][27] d[21][28] d[21][29] d[22][23] d[22][24] d[22][25] d[22][26] d[22][27] d[22][28] d[22][29] d[23][24] d[23][25] d[23][26] d[23][27] d[23][28] d[23][29] d[24][25] d[24][26] d[24][27] d[24][28] d[24][29] d[25][26] d[25][27] d[25][28] d[25][29] d[26][27] d[26][28] d[26][29] d[27][28] d[27][29] d[28][29]
2400.02/2313.32	v       </list>
2400.02/2313.32	v       <values>
2400.02/2313.32	v         23 25 9 0 17 16 14 24 21 7 18 22 11 12 8 6 2 20 13 5 26 10 1 4 19 27 15 29 28 3 5 5 10 4 5 2 5 0 2 0 0 10 5 2 3 1 1 2 0 0 0 1 1 3 1 0 0 0 0 10 1 0 5 0 1 4 0 2 4 0 0 5 0 0 0 0 4 0 5 2 2 5 0 0 0 0 0 5 0 5 1 2 5 3 5 0 5 6 10 5 1 3 0 1 10 5 2 0 2 1 5 2 5 0 6 5 2 2 10 5 3 0 5 0 0 10 2 1 0 2 1 2 3 0 0 1 0 1 0 0 2 1 0 10 2 5 10 0 2 2 1 6 2 5 5 5 2 2 1 1 0 3 0 0 1 5 3 0 5 2 6 0 2 0 2 0 0 0 0 0 0 0 2 0 0 0 1 5 1 0 5 2 0 0 2 0 0 0 0 0 2 5 5 2 0 0 1 1 4 0 1 2 4 5 5 4 1 5 0 5 0 0 0 0 0 4 2 0 1 10 5 0 1 2 5 5 5 4 2 0 5 5 4 0 10 5 6 1 0 2 0 0 5 2 2 10 5 0 0 1 10 5 0 0 2 5 5 0 0 6 5 4 2 0 2 1 0 1 0 10 3 5 3 0 1 0 0 0 0 2 0 10 10 1 5 1 5 2 2 0 4 0 1 6 0 5 1 0 2 2 2 4 5 1 10 1 0 5 10 0 0 0 2 2 0 0 1 0 0 5 6 0 6 2 10 0 0 5 0 0 1 4 5 5 2 10 5 4 2 2 2 2 2 0 0 2 3 2 5 2 5 5 0 1 2 10 0 2 1 0 10 3 1 0 5 4 0 3 4 4 4 2 1 4 2 0 3 0 0 0 0 6 2 5 5 2 0 0 2 2 4 1 0 0 10 2 1 5 5 5 0 4 4 5 0 10 5 1 1 0 3 5 1 6 0 5 10 0 2 1 0 0 2 1 10 2 6 10 1 1 0 5 10 0 0 0 0 1 2 0 5 2 3 5 1 2 2 2 2 10 5 5 2 5 5
2400.02/2313.32	v       </values>
2400.02/2313.32	v     </instantiation>
2400.02/2313.32	s SATISFIABLE

Verifier Data

OK	3240

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245684-1500706462/watcher-4245684-1500706462 -o /tmp/evaluation-result-4245684-1500706462/solver-4245684-1500706462 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13637 --watchdog 2560 bin/concrete HOME/instance-4245684-1500706462.xml 

pid=19401
running on 8 cores: 1,3,5,7,9,11,13,15

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.80 1.73 1.73 4/261 19404
/proc/meminfo: memFree=30754968/32770624 swapFree=5828/260904
[pid=19404] ppid=19401 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (bash) S 19401 19404 13605 0 -1 4202496 686 1534 0 0 0 0 0 0 20 0 1 0 5913030 9736192 350 33554432000 4194304 5098028 140730985074016 140730985071656 140407432805376 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 33730560 140730985080078 140730985080163 140730985080163 140730985082862 0
/proc/19404/statm: 2377 350 277 221 0 86 0

[startup+0.10015 s]
/proc/loadavg: 1.80 1.73 1.73 4/261 19404
/proc/meminfo: memFree=30754968/32770624 swapFree=5828/260904
[pid=19404] ppid=19401 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (bash) S 19401 19404 13605 0 -1 4202496 880 6422 0 0 0 0 0 1 20 0 1 0 5913030 9871360 378 33554432000 4194304 5098028 140730985074016 140730985068024 140407432805376 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 33730560 140730985080078 140730985080163 140730985080163 140730985082862 0
/proc/19404/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200318 s]
/proc/loadavg: 1.80 1.73 1.73 4/261 19404
/proc/meminfo: memFree=30754968/32770624 swapFree=5828/260904
[pid=19404] ppid=19401 vsize=10901872 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 5864 12318 0 0 8 1 6 4 20 0 20 0 5913030 11163516928 6614 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2725468 6614 2707 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901872

[startup+0.30028 s]
/proc/loadavg: 1.80 1.73 1.73 4/261 19404
/proc/meminfo: memFree=30754968/32770624 swapFree=5828/260904
[pid=19404] ppid=19401 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 9535 12318 0 0 23 3 6 4 20 0 20 0 5913030 11164049408 10596 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2725598 10596 2986 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700241 s]
/proc/loadavg: 1.80 1.73 1.73 4/261 19404
/proc/meminfo: memFree=30754968/32770624 swapFree=5828/260904
[pid=19404] ppid=19401 vsize=10902720 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 13097 12318 0 0 87 5 6 4 20 0 20 0 5913030 11164385280 16359 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2725680 16359 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 10902720

[startup+1.50073 s]
/proc/loadavg: 1.80 1.73 1.73 4/281 19477
/proc/meminfo: memFree=30648276/32770624 swapFree=5828/261000
[pid=19404] ppid=19401 vsize=10915392 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 26090 12318 0 0 208 12 6 4 20 0 20 0 5913030 11177361408 44341 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2728848 44341 3409 1 0 2716962 0
[pid=19404/tid=19459] ppid=19401 vsize=10915392 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19459/stat : 19459 (java) R 19401 19404 13605 0 -1 4202560 19195 12318 0 0 126 6 6 4 20 0 20 0 5913042 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420228601768 140420208448862 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19460] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19460/stat : 19460 (java) S 19401 19404 13605 0 -1 1077944384 37 12318 0 0 0 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420150442640 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19461] ppid=19401 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19461/stat : 19461 (java) S 19401 19404 13605 0 -1 1077944384 38 12318 0 0 1 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420149389840 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19462] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19462/stat : 19462 (java) S 19401 19404 13605 0 -1 1077944384 29 12318 0 0 0 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420148337040 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19463] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19463/stat : 19463 (java) S 19401 19404 13605 0 -1 1077944384 12 12318 0 0 0 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420147284240 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19464] ppid=19401 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19464/stat : 19464 (java) S 19401 19404 13605 0 -1 1077944384 27 12318 0 0 1 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420146232464 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19465] ppid=19401 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19465/stat : 19465 (java) S 19401 19404 13605 0 -1 1077944384 27 12318 0 0 1 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420145179664 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19466] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19466/stat : 19466 (java) S 19401 19404 13605 0 -1 1077944384 139 12318 0 0 0 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420144126864 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19467] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19467/stat : 19467 (java) S 19401 19404 13605 0 -1 1077944384 12 12318 0 0 0 0 6 4 20 0 20 0 5913043 11177361408 44341 33554432000 4194304 4196468 140721213324000 140420143074064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19468] ppid=19401 vsize=10915392 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19468/stat : 19468 (java) S 19401 19404 13605 0 -1 1077944384 735 12318 0 0 1 0 6 4 20 0 20 0 5913044 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419564697968 140420224379522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19469] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19469/stat : 19469 (java) S 19401 19404 13605 0 -1 1077944384 55 12318 0 0 0 0 6 4 20 0 20 0 5913045 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419563644000 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19470] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19470/stat : 19470 (java) S 19401 19404 13605 0 -1 1077944384 45 12318 0 0 0 0 6 4 20 0 20 0 5913045 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419562591104 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19471] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19471/stat : 19471 (java) S 19401 19404 13605 0 -1 1077944384 1 12318 0 0 0 0 6 4 20 0 20 0 5913048 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419561539408 140420224386971 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19472] ppid=19401 vsize=10915392 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19472/stat : 19472 (java) S 19401 19404 13605 0 -1 1077944384 1171 12318 0 0 17 0 6 4 20 0 20 0 5913048 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419560487792 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19473] ppid=19401 vsize=10915392 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19473/stat : 19473 (java) S 19401 19404 13605 0 -1 1077944384 655 12318 0 0 13 0 6 4 20 0 20 0 5913048 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419559434992 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19474] ppid=19401 vsize=10915392 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19474/stat : 19474 (java) S 19401 19404 13605 0 -1 1077944384 431 12318 0 0 11 0 6 4 20 0 20 0 5913049 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419558382192 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19475] ppid=19401 vsize=10915392 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19475/stat : 19475 (java) R 19401 19404 13605 0 -1 4202560 1344 12318 0 0 29 0 6 4 20 0 20 0 5913049 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419557329392 140420224380310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19476] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19476/stat : 19476 (java) S 19401 19404 13605 0 -1 1077944384 3 12318 0 0 0 0 6 4 20 0 20 0 5913049 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419556276832 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19477] ppid=19401 vsize=10915392 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19477/stat : 19477 (java) S 19401 19404 13605 0 -1 1077944384 6 12318 0 0 0 0 6 4 20 0 20 0 5913049 11177361408 44341 33554432000 4194304 4196468 140721213324000 140419555224112 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10915392

[startup+3.10069 s]
/proc/loadavg: 1.74 1.72 1.73 5/281 19477
/proc/meminfo: memFree=30561960/32770624 swapFree=5828/260968
[pid=19404] ppid=19401 vsize=10925820 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 47213 12318 0 0 594 18 6 4 20 0 20 0 5913030 11188039680 56101 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2731455 56101 3474 1 0 2719010 0
[pid=19404/tid=19459] ppid=19401 vsize=10925820 CPUtime=3.01 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19459/stat : 19459 (java) R 19401 19404 13605 0 -1 4202560 32471 12318 0 0 282 9 6 4 20 0 20 0 5913042 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420228600616 140420224380310 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19460] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19460/stat : 19460 (java) S 19401 19404 13605 0 -1 1077944384 37 12318 0 0 0 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420150442640 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19461] ppid=19401 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19461/stat : 19461 (java) S 19401 19404 13605 0 -1 1077944384 38 12318 0 0 1 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420149389840 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19462] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19462/stat : 19462 (java) S 19401 19404 13605 0 -1 1077944384 29 12318 0 0 0 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420148337040 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19463] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19463/stat : 19463 (java) S 19401 19404 13605 0 -1 1077944384 12 12318 0 0 0 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420147284240 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19464] ppid=19401 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19464/stat : 19464 (java) S 19401 19404 13605 0 -1 1077944384 27 12318 0 0 1 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420146232464 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19465] ppid=19401 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19465/stat : 19465 (java) S 19401 19404 13605 0 -1 1077944384 27 12318 0 0 1 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420145179664 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19466] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19466/stat : 19466 (java) S 19401 19404 13605 0 -1 1077944384 139 12318 0 0 0 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420144126864 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19467] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19467/stat : 19467 (java) S 19401 19404 13605 0 -1 1077944384 12 12318 0 0 0 0 6 4 20 0 20 0 5913043 11188039680 56101 33554432000 4194304 4196468 140721213324000 140420143074064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19468] ppid=19401 vsize=10925820 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19468/stat : 19468 (java) S 19401 19404 13605 0 -1 1077944384 757 12318 0 0 1 0 6 4 20 0 20 0 5913044 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419564697968 140420224379522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19469] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19469/stat : 19469 (java) S 19401 19404 13605 0 -1 1077944384 55 12318 0 0 0 0 6 4 20 0 20 0 5913045 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419563644000 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19470] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19470/stat : 19470 (java) S 19401 19404 13605 0 -1 1077944384 45 12318 0 0 0 0 6 4 20 0 20 0 5913045 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419562591104 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19471] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19471/stat : 19471 (java) S 19401 19404 13605 0 -1 1077944384 1 12318 0 0 0 0 6 4 20 0 20 0 5913048 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419561539408 140420224386971 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19472] ppid=19401 vsize=10925820 CPUtime=1.03 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19472/stat : 19472 (java) R 19401 19404 13605 0 -1 4202560 4624 12318 0 0 92 1 6 4 20 0 20 0 5913048 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419560476464 140420224389722 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19473] ppid=19401 vsize=10925820 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19473/stat : 19473 (java) S 19401 19404 13605 0 -1 1077944384 1636 12318 0 0 49 1 6 4 20 0 20 0 5913048 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419559434992 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19474] ppid=19401 vsize=10925820 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19474/stat : 19474 (java) S 19401 19404 13605 0 -1 1077944384 1536 12318 0 0 55 0 6 4 20 0 20 0 5913049 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419558382192 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19475] ppid=19401 vsize=10925820 CPUtime=1.16 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19475/stat : 19475 (java) R 19401 19404 13605 0 -1 4202560 3629 12318 0 0 105 1 6 4 20 0 20 0 5913049 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419557329392 140420224380310 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19476] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19476/stat : 19476 (java) S 19401 19404 13605 0 -1 1077944384 3 12318 0 0 0 0 6 4 20 0 20 0 5913049 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419556276832 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19477] ppid=19401 vsize=10925820 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19477/stat : 19477 (java) S 19401 19404 13605 0 -1 1077944384 7 12318 0 0 0 0 6 4 20 0 20 0 5913049 11188039680 56101 33554432000 4194304 4196468 140721213324000 140419555224112 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 10925820

[startup+6.3011 s]
/proc/loadavg: 1.74 1.72 1.73 3/281 19477
/proc/meminfo: memFree=30267248/32770624 swapFree=5828/260980
[pid=19404] ppid=19401 vsize=10997500 CPUtime=15.11 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 65652 12318 0 0 1451 50 6 4 20 0 20 0 5913030 11261440000 136208 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2749375 136208 3504 1 0 2736930 0
[pid=19404/tid=19459] ppid=19401 vsize=10997500 CPUtime=6.08 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19459/stat : 19459 (java) R 19401 19404 13605 0 -1 4202560 40196 12318 0 0 584 14 6 4 20 0 20 0 5913042 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420228596832 140419811869024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19460] ppid=19401 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19460/stat : 19460 (java) S 19401 19404 13605 0 -1 1077944384 102 12318 0 0 6 3 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420150442640 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19461] ppid=19401 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19461/stat : 19461 (java) S 19401 19404 13605 0 -1 1077944384 95 12318 0 0 6 3 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420149389840 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19462] ppid=19401 vsize=10997500 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19462/stat : 19462 (java) S 19401 19404 13605 0 -1 1077944384 86 12318 0 0 5 3 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420148337040 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19463] ppid=19401 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19463/stat : 19463 (java) S 19401 19404 13605 0 -1 1077944384 99 12318 0 0 6 3 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420147284240 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19464] ppid=19401 vsize=10997500 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19464/stat : 19464 (java) S 19401 19404 13605 0 -1 1077944384 71 12318 0 0 6 3 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420146232464 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19465] ppid=19401 vsize=10997500 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19465/stat : 19465 (java) S 19401 19404 13605 0 -1 1077944384 72 12318 0 0 7 3 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420145179664 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19466] ppid=19401 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19466/stat : 19466 (java) S 19401 19404 13605 0 -1 1077944384 222 12318 0 0 5 2 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420144126864 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19467] ppid=19401 vsize=10997500 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19467/stat : 19467 (java) S 19401 19404 13605 0 -1 1077944384 77 12318 0 0 5 2 6 4 20 0 20 0 5913043 11261440000 136208 33554432000 4194304 4196468 140721213324000 140420143074064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19468] ppid=19401 vsize=10997500 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19468/stat : 19468 (java) S 19401 19404 13605 0 -1 1077944384 2106 12318 0 0 5 0 6 4 20 0 20 0 5913044 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419564697968 140420224379522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19469] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19469/stat : 19469 (java) S 19401 19404 13605 0 -1 1077944384 55 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419563644064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19470] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19470/stat : 19470 (java) S 19401 19404 13605 0 -1 1077944384 46 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419562591104 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19471] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19471/stat : 19471 (java) S 19401 19404 13605 0 -1 1077944384 1 12318 0 0 0 0 6 4 20 0 20 0 5913048 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419561539408 140420224386971 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19472] ppid=19401 vsize=10997500 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19472/stat : 19472 (java) R 19401 19404 13605 0 -1 4202560 4997 12318 0 0 223 2 6 4 20 0 20 0 5913048 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419560487600 140420204094375 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19473] ppid=19401 vsize=10997500 CPUtime=2.23 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19473/stat : 19473 (java) R 19401 19404 13605 0 -1 4202560 7295 12318 0 0 211 2 6 4 20 0 20 0 5913048 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419559421152 140420209290153 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19474] ppid=19401 vsize=10997500 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19474/stat : 19474 (java) R 19401 19404 13605 0 -1 4202560 2503 12318 0 0 196 1 6 4 20 0 20 0 5913049 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419558382000 140420207753275 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19475] ppid=19401 vsize=10997500 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19475/stat : 19475 (java) S 19401 19404 13605 0 -1 1077944384 5487 12318 0 0 179 3 6 4 20 0 20 0 5913049 11261440000 136208 33554432000 4194304 4196468 140721213324000 140419557329392 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19476] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15

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

/proc/19404/task/19473/stat : 19473 (java) S 19401 19404 13605 0 -1 1077944384 35573 12318 0 0 530 5 6 4 20 0 20 0 5913048 11261440000 841409 33554432000 4194304 4196468 140721213324000 140419559434992 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19474] ppid=19401 vsize=10997500 CPUtime=5.02 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19474/stat : 19474 (java) S 19401 19404 13605 0 -1 1077944384 25851 12318 0 0 488 4 6 4 20 0 20 0 5913049 11261440000 841409 33554432000 4194304 4196468 140721213324000 140419558382192 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19475] ppid=19401 vsize=10997500 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19475/stat : 19475 (java) S 19401 19404 13605 0 -1 1077944384 43231 12318 0 0 313 7 6 4 20 0 20 0 5913049 11261440000 841409 33554432000 4194304 4196468 140721213324000 140419557329392 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19476] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19476/stat : 19476 (java) S 19401 19404 13605 0 -1 1077944384 3 12318 0 0 0 0 6 4 20 0 20 0 5913049 11261440000 841409 33554432000 4194304 4196468 140721213324000 140419556276832 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19477] ppid=19401 vsize=10997500 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19477/stat : 19477 (java) S 19401 19404 13605 0 -1 1077944384 2681 12318 0 0 55 64 6 4 20 0 20 0 5913049 11261440000 841409 33554432000 4194304 4196468 140721213324000 140419555224112 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
Current children cumulated CPU time (s) 2287.46
Current children cumulated vsize (KiB) 10997500

[startup+2262.3 s]
/proc/loadavg: 1.91 1.84 1.75 3/282 19712
/proc/meminfo: memFree=25100704/32770624 swapFree=5828/263464
[pid=19404] ppid=19401 vsize=10997500 CPUtime=2348.39 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 468807 12318 0 0 233723 1106 6 4 20 0 20 0 5913030 11261440000 855933 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2749375 855933 3524 1 0 2736930 0
[pid=19404/tid=19459] ppid=19401 vsize=10997500 CPUtime=2249.62 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19459/stat : 19459 (java) R 19401 19404 13605 0 -1 4202560 189535 12318 0 0 224877 75 6 4 20 0 20 0 5913042 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420228602336 140419828894340 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19460] ppid=19401 vsize=10997500 CPUtime=9.96 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19460/stat : 19460 (java) S 19401 19404 13605 0 -1 1077944384 18581 12318 0 0 869 117 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420150442640 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19461] ppid=19401 vsize=10997500 CPUtime=9.8 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19461/stat : 19461 (java) S 19401 19404 13605 0 -1 1077944384 12421 12318 0 0 854 116 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420149389840 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19462] ppid=19401 vsize=10997500 CPUtime=9.92 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19462/stat : 19462 (java) S 19401 19404 13605 0 -1 1077944384 12253 12318 0 0 864 118 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420148337040 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19463] ppid=19401 vsize=10997500 CPUtime=9.84 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19463/stat : 19463 (java) S 19401 19404 13605 0 -1 1077944384 9451 12318 0 0 853 121 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420147284240 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19464] ppid=19401 vsize=10997500 CPUtime=9.83 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19464/stat : 19464 (java) S 19401 19404 13605 0 -1 1077944384 13452 12318 0 0 854 119 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420146232464 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19465] ppid=19401 vsize=10997500 CPUtime=9.87 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19465/stat : 19465 (java) S 19401 19404 13605 0 -1 1077944384 6325 12318 0 0 860 117 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420145179664 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19466] ppid=19401 vsize=10997500 CPUtime=9.86 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19466/stat : 19466 (java) S 19401 19404 13605 0 -1 1077944384 11196 12318 0 0 860 116 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420144126864 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19467] ppid=19401 vsize=10997500 CPUtime=9.84 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19467/stat : 19467 (java) S 19401 19404 13605 0 -1 1077944384 12909 12318 0 0 856 118 6 4 20 0 20 0 5913043 11261440000 855933 33554432000 4194304 4196468 140721213324000 140420143074064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19468] ppid=19401 vsize=10997500 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19468/stat : 19468 (java) S 19401 19404 13605 0 -1 1077944384 40471 12318 0 0 83 14 6 4 20 0 20 0 5913044 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419564697968 140420224379522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19469] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19469/stat : 19469 (java) S 19401 19404 13605 0 -1 1077944384 71 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419563644064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19470] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19470/stat : 19470 (java) S 19401 19404 13605 0 -1 1077944384 57 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419562591104 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19471] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19471/stat : 19471 (java) S 19401 19404 13605 0 -1 1077944384 1 12318 0 0 0 0 6 4 20 0 20 0 5913048 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419561539408 140420224386971 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19472] ppid=19401 vsize=10997500 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19472/stat : 19472 (java) S 19401 19404 13605 0 -1 1077944384 32588 12318 0 0 480 5 6 4 20 0 20 0 5913048 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419560487792 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19473] ppid=19401 vsize=10997500 CPUtime=5.45 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19473/stat : 19473 (java) S 19401 19404 13605 0 -1 1077944384 35575 12318 0 0 530 5 6 4 20 0 20 0 5913048 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419559434992 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19474] ppid=19401 vsize=10997500 CPUtime=5.02 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19474/stat : 19474 (java) S 19401 19404 13605 0 -1 1077944384 25853 12318 0 0 488 4 6 4 20 0 20 0 5913049 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419558382192 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19475] ppid=19401 vsize=10997500 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19475/stat : 19475 (java) S 19401 19404 13605 0 -1 1077944384 43234 12318 0 0 313 7 6 4 20 0 20 0 5913049 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419557329392 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19476] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19476/stat : 19476 (java) S 19401 19404 13605 0 -1 1077944384 3 12318 0 0 0 0 6 4 20 0 20 0 5913049 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419556276832 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19477] ppid=19401 vsize=10997500 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19477/stat : 19477 (java) S 19401 19404 13605 0 -1 1077944384 2701 12318 0 0 56 65 6 4 20 0 20 0 5913049 11261440000 855933 33554432000 4194304 4196468 140721213324000 140419555224112 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
Current children cumulated CPU time (s) 2348.39
Current children cumulated vsize (KiB) 10997500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2313.3 s]
/proc/loadavg: 1.88 1.83 1.76 3/282 19713
/proc/meminfo: memFree=25102904/32770624 swapFree=5828/263488
[pid=19404] ppid=19401 vsize=10997500 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 472353 12318 0 0 238884 1108 6 4 20 0 20 0 5913030 11261440000 855570 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2749375 855570 3524 1 0 2736930 0
[pid=19404/tid=19459] ppid=19401 vsize=10997500 CPUtime=2300.51 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19459/stat : 19459 (java) R 19401 19404 13605 0 -1 4202560 192267 12318 0 0 229965 76 6 4 20 0 20 0 5913042 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420228602576 140419831064168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19460] ppid=19401 vsize=10997500 CPUtime=10.05 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19460/stat : 19460 (java) S 19401 19404 13605 0 -1 1077944384 18595 12318 0 0 878 117 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420150442640 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19461] ppid=19401 vsize=10997500 CPUtime=9.89 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19461/stat : 19461 (java) S 19401 19404 13605 0 -1 1077944384 12522 12318 0 0 863 116 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420149389840 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19462] ppid=19401 vsize=10997500 CPUtime=10 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19462/stat : 19462 (java) S 19401 19404 13605 0 -1 1077944384 12377 12318 0 0 872 118 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420148337040 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19463] ppid=19401 vsize=10997500 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19463/stat : 19463 (java) S 19401 19404 13605 0 -1 1077944384 9468 12318 0 0 862 121 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420147284240 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19464] ppid=19401 vsize=10997500 CPUtime=9.91 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19464/stat : 19464 (java) S 19401 19404 13605 0 -1 1077944384 13465 12318 0 0 862 119 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420146232464 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19465] ppid=19401 vsize=10997500 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19465/stat : 19465 (java) S 19401 19404 13605 0 -1 1077944384 6603 12318 0 0 868 117 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420145179664 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19466] ppid=19401 vsize=10997500 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19466/stat : 19466 (java) S 19401 19404 13605 0 -1 1077944384 11225 12318 0 0 869 116 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420144126864 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19467] ppid=19401 vsize=10997500 CPUtime=9.92 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19467/stat : 19467 (java) S 19401 19404 13605 0 -1 1077944384 12923 12318 0 0 864 118 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420143074064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19468] ppid=19401 vsize=10997500 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19468/stat : 19468 (java) S 19401 19404 13605 0 -1 1077944384 40666 12318 0 0 84 14 6 4 20 0 20 0 5913044 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419564697968 140420224379522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19469] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19469/stat : 19469 (java) S 19401 19404 13605 0 -1 1077944384 71 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419563644064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19470] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19470/stat : 19470 (java) S 19401 19404 13605 0 -1 1077944384 57 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419562591104 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19471] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19471/stat : 19471 (java) S 19401 19404 13605 0 -1 1077944384 1 12318 0 0 0 0 6 4 20 0 20 0 5913048 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419561539408 140420224386971 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19472] ppid=19401 vsize=10997500 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19472/stat : 19472 (java) S 19401 19404 13605 0 -1 1077944384 32590 12318 0 0 480 5 6 4 20 0 20 0 5913048 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419560487792 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19473] ppid=19401 vsize=10997500 CPUtime=5.45 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19473/stat : 19473 (java) S 19401 19404 13605 0 -1 1077944384 35577 12318 0 0 530 5 6 4 20 0 20 0 5913048 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419559434992 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19474] ppid=19401 vsize=10997500 CPUtime=5.02 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19474/stat : 19474 (java) S 19401 19404 13605 0 -1 1077944384 25856 12318 0 0 488 4 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419558382192 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19475] ppid=19401 vsize=10997500 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19475/stat : 19475 (java) S 19401 19404 13605 0 -1 1077944384 43236 12318 0 0 313 7 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419557329392 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19476] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19476/stat : 19476 (java) S 19401 19404 13605 0 -1 1077944384 3 12318 0 0 0 0 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419556276832 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19477] ppid=19401 vsize=10997500 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19477/stat : 19477 (java) S 19401 19404 13605 0 -1 1077944384 2721 12318 0 0 58 66 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419555224112 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10997500

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19404 sig 9
??? kill -19404 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2313.3 s]
/proc/loadavg: 1.88 1.83 1.76 3/282 19713
/proc/meminfo: memFree=25102904/32770624 swapFree=5828/263488
[pid=19404] ppid=19401 vsize=10997500 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/19404/stat : 19404 (java) S 19401 19404 13605 0 -1 1077944320 472353 12318 0 0 238884 1108 6 4 20 0 20 0 5913030 11261440000 855570 33554432000 4194304 4196468 140721213324000 140721213306544 140420224368375 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
/proc/19404/statm: 2749375 855570 3524 1 0 2736930 0
[pid=19404/tid=19459] ppid=19401 vsize=10997500 CPUtime=2300.51 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19459/stat : 19459 (java) R 19401 19404 13605 0 -1 4202560 192267 12318 0 0 229965 76 6 4 20 0 20 0 5913042 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420228602576 140419831064168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19460] ppid=19401 vsize=10997500 CPUtime=10.05 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19460/stat : 19460 (java) S 19401 19404 13605 0 -1 1077944384 18595 12318 0 0 878 117 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420150442640 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19461] ppid=19401 vsize=10997500 CPUtime=9.89 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19461/stat : 19461 (java) S 19401 19404 13605 0 -1 1077944384 12522 12318 0 0 863 116 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420149389840 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19462] ppid=19401 vsize=10997500 CPUtime=10 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19462/stat : 19462 (java) S 19401 19404 13605 0 -1 1077944384 12377 12318 0 0 872 118 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420148337040 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19463] ppid=19401 vsize=10997500 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19463/stat : 19463 (java) S 19401 19404 13605 0 -1 1077944384 9468 12318 0 0 862 121 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420147284240 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19464] ppid=19401 vsize=10997500 CPUtime=9.91 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19464/stat : 19464 (java) S 19401 19404 13605 0 -1 1077944384 13465 12318 0 0 862 119 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420146232464 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19465] ppid=19401 vsize=10997500 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19465/stat : 19465 (java) S 19401 19404 13605 0 -1 1077944384 6603 12318 0 0 868 117 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420145179664 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19466] ppid=19401 vsize=10997500 CPUtime=9.95 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19466/stat : 19466 (java) S 19401 19404 13605 0 -1 1077944384 11225 12318 0 0 869 116 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420144126864 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19467] ppid=19401 vsize=10997500 CPUtime=9.92 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19467/stat : 19467 (java) S 19401 19404 13605 0 -1 1077944384 12923 12318 0 0 864 118 6 4 20 0 20 0 5913043 11261440000 855570 33554432000 4194304 4196468 140721213324000 140420143074064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19468] ppid=19401 vsize=10997500 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19468/stat : 19468 (java) S 19401 19404 13605 0 -1 1077944384 40666 12318 0 0 84 14 6 4 20 0 20 0 5913044 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419564697968 140420224379522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19469] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19469/stat : 19469 (java) S 19401 19404 13605 0 -1 1077944384 71 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419563644064 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19470] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19470/stat : 19470 (java) S 19401 19404 13605 0 -1 1077944384 57 12318 0 0 0 0 6 4 20 0 20 0 5913045 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419562591104 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19471] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19471/stat : 19471 (java) S 19401 19404 13605 0 -1 1077944384 1 12318 0 0 0 0 6 4 20 0 20 0 5913048 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419561539408 140420224386971 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19472] ppid=19401 vsize=10997500 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19472/stat : 19472 (java) S 19401 19404 13605 0 -1 1077944384 32590 12318 0 0 480 5 6 4 20 0 20 0 5913048 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419560487792 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19473] ppid=19401 vsize=10997500 CPUtime=5.45 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19473/stat : 19473 (java) S 19401 19404 13605 0 -1 1077944384 35577 12318 0 0 530 5 6 4 20 0 20 0 5913048 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419559434992 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19474] ppid=19401 vsize=10997500 CPUtime=5.02 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19474/stat : 19474 (java) S 19401 19404 13605 0 -1 1077944384 25856 12318 0 0 488 4 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419558382192 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19475] ppid=19401 vsize=10997500 CPUtime=3.3 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19475/stat : 19475 (java) S 19401 19404 13605 0 -1 1077944384 43236 12318 0 0 313 7 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419557329392 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19476] ppid=19401 vsize=10997500 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19476/stat : 19476 (java) S 19401 19404 13605 0 -1 1077944384 3 12318 0 0 0 0 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419556276832 140420224378581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
[pid=19404/tid=19477] ppid=19401 vsize=10997500 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/19404/task/19477/stat : 19477 (java) S 19401 19404 13605 0 -1 1077944384 2721 12318 0 0 58 66 6 4 20 0 20 0 5913049 11261440000 855570 33554432000 4194304 4196468 140721213324000 140419555224112 140420224379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19116032 140721213332161 140721213334935 140721213334935 140721213337551 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10997500

Child status: 143
Real time (s): 2313.35
CPU time (s): 2400.07
CPU user time (s): 2388.92
CPU system time (s): 11.1446
CPU usage (%): 103.749
Max. virtual memory (cumulated for all children) (KiB): 10999604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2388.92
system time used= 11.1446
maximum resident set size= 3424756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 486316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88345
involuntary context switches= 126432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.076 second user time and 18.4241 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-22 08:54:22
IDJOB=4245684
IDBENCH=123048
IDSOLVER=2630
FILE ID=node136/4245684-1500706462
RUNJOBID= node136-1500683313-13637
PBS_JOBID= 20623338
Free space on /tmp= 61972 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-nug30.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245684-1500706462/watcher-4245684-1500706462 -o /tmp/evaluation-result-4245684-1500706462/solver-4245684-1500706462 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13637 --watchdog 2560  bin/concrete HOME/instance-4245684-1500706462.xml

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

MD5SUM BENCH= 7992d423b18f632a54772c1bcf249848
RANDOM SEED=743008411

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.42
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.42
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.42
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
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	: 8
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.42
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30755412 kB
MemAvailable:   30969256 kB
Buffers:          119548 kB
Cached:           374864 kB
SwapCached:            0 kB
Active:          1307592 kB
Inactive:         269684 kB
Active(anon):    1085404 kB
Inactive(anon):     8780 kB
Active(file):     222188 kB
Inactive(file):   260904 kB
Unevictable:        5828 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24340 kB
Writeback:             0 kB
AnonPages:       1088992 kB
Mapped:            44176 kB
Shmem:              8852 kB
Slab:             126576 kB
SReclaimable:      93176 kB
SUnreclaim:        33400 kB
KernelStack:        4544 kB
PageTables:         7948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1772996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61948 MiB
End job on node136 at 2017-07-22 09:32:55