Trace number 4401071

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.2SAT (TO)39 2520.13 2468.63

General information on the benchmark

NameOpd/Opd-sum-large/
Opd-04-350-100.xml
MD5SUM05a37308653f1418d8a9d31e27700b02
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark10.1781
Satisfiable
(Un)Satisfiability was proved
Number of variables1401
Number of constraints11
Number of domains2
Minimum domain size2
Maximum domain size342
Distribution of domain sizes[{"size":2,"count":1400},{"size":342,"count":1}]
Minimum variable degree5
Maximum variable degree7
Distribution of variable degrees[{"degree":5,"count":1400},{"degree":7,"count":1}]
Minimum constraint arity350
Maximum constraint arity1400
Distribution of constraint arities[{"arity":350,"count":4},{"arity":701,"count":6},{"arity":1400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":10}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.74/0.54	c Concrete v3.12.2.1568631193530 running
18.51/7.49	o 94
18.83/7.51	o 92
18.83/7.53	o 90
18.83/7.55	o 89
18.83/7.57	o 88
19.14/7.62	o 84
19.14/7.64	o 83
19.14/7.65	o 82
19.14/7.68	o 81
19.47/7.72	o 80
20.35/8.10	o 78
20.49/8.11	o 77
20.49/8.12	o 76
20.49/8.13	o 75
20.49/8.14	o 74
20.88/8.39	o 73
21.31/8.64	o 72
21.31/8.65	o 71
22.03/9.21	o 70
22.03/9.21	o 69
22.03/9.24	o 68
22.23/9.32	o 67
22.23/9.33	o 65
22.23/9.34	o 64
22.23/9.35	o 63
22.23/9.36	o 62
22.23/9.37	o 61
22.23/9.39	o 60
22.41/9.40	o 59
22.41/9.41	o 58
22.91/10.00	o 57
23.02/10.02	o 56
23.02/10.03	o 55
23.02/10.03	o 54
23.02/10.04	o 53
23.02/10.05	o 52
23.02/10.06	o 51
23.02/10.07	o 50
23.02/10.10	o 49
23.14/10.12	o 48
23.14/10.13	o 47
23.14/10.14	o 46
23.14/10.17	o 45
23.25/10.21	o 44
23.25/10.23	o 43
24.95/11.82	o 42
24.95/11.89	o 41
25.07/11.93	o 40
25.07/12.01	o 39
2520.08/2468.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2468.61		at concrete.MAC.mac(MAC.scala:192)
2520.08/2468.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2468.61		at scala.util.Try$.apply(Try.scala:212)
2520.08/2468.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2468.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2468.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2468.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2468.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2468.61		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2468.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2468.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2468.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2468.61		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2468.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2468.61		at scala.util.Success.map(Try.scala:264)
2520.08/2468.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2468.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2468.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2468.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2468.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2468.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2468.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2468.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2468.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2468.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2468.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2468.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2468.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2468.61		at scala.App.main(App.scala:75)
2520.08/2468.61		at scala.App.main$(App.scala:73)
2520.08/2468.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2468.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2468.62	v <instantiation
2520.08/2468.62	v         cost = '39'>
2520.08/2468.62	v       <list>
2520.08/2468.62	v         z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][17] x[0][18] x[0][19] x[0][20] x[0][21] x[0][22] x[0][23] x[0][24] x[0][25] x[0][26] x[0][27] x[0][28] x[0][29] x[0][30] x[0][31] x[0][32] x[0][33] x[0][34] x[0][35] x[0][36] x[0][37] x[0][38] x[0][39] x[0][40] x[0][41] x[0][42] x[0][43] x[0][44] x[0][45] x[0][46] x[0][47] x[0][48] x[0][49] x[0][50] x[0][51] x[0][52] x[0][53] x[0][54] x[0][55] x[0][56] x[0][57] x[0][58] x[0][59] x[0][60] x[0][61] x[0][62] x[0][63] x[0][64] x[0][65] x[0][66] x[0][67] x[0][68] x[0][69] x[0][70] x[0][71] x[0][72] x[0][73] x[0][74] x[0][75] x[0][76] x[0][77] x[0][78] x[0][79] x[0][80] x[0][81] x[0][82] x[0][83] x[0][84] x[0][85] x[0][86] x[0][87] x[0][88] x[0][89] x[0][90] x[0][91] x[0][92] x[0][93] x[0][94] x[0][95] x[0][96] x[0][97] x[0][98] x[0][99] x[0][100] x[0][101] x[0][102] x[0][103] x[0][104] x[0][105] x[0][106] x[0][107] x[0][108] x[0][109] x[0][110] x[0][111] x[0][112] x[0][113] x[0][114] x[0][115] x[0][116] x[0][117] x[0][118] x[0][119] x[0][120] x[0][121] x[0][122] x[0][123] x[0][124] x[0][125] x[0][126] x[0][127] x[0][128] x[0][129] x[0][130] x[0][131] x[0][132] x[0][133] x[0][134] x[0][135] x[0][136] x[0][137] x[0][138] x[0][139] x[0][140] x[0][141] x[0][142] x[0][143] x[0][144] x[0][145] x[0][146] x[0][147] x[0][148] x[0][149] x[0][150] x[0][151] x[0][152] x[0][153] x[0][154] x[0][155] x[0][156] x[0][157] x[0][158] x[0][159] x[0][160] x[0][161] x[0][162] x[0][163] x[0][164] x[0][165] x[0][166] x[0][167] x[0][168] x[0][169] x[0][170] x[0][171] x[0][172] x[0][173] x[0][174] x[0][175] x[0][176] x[0][177] x[0][178] x[0][179] x[0][180] x[0][181] x[0][182] x[0][183] x[0][184] x[0][185] x[0][186] x[0][187] x[0][188] x[0][189] x[0][190] x[0][191] x[0][192] x[0][193] x[0][194] x[0][195] x[0][196] x[0][197] x[0][198] x[0][199] x[0][200] x[0][201] x[0][202] x[0][203] x[0][204] x[0][205] x[0][206] x[0][207] x[0][208] x[0][209] x[0][210] x[0][211] x[0][212] x[0][213] x[0][214] x[0][215] x[0][216] x[0][217] x[0][218] x[0][219] x[0][220] x[0][221] x[0][222] x[0][223] x[0][224] x[0][225] x[0][226] x[0][227] x[0][228] x[0][229] x[0][230] x[0][231] x[0][232] x[0][233] x[0][234] x[0][235] x[0][236] x[0][237] x[0][238] x[0][239] x[0][240] x[0][241] x[0][242] x[0][243] x[0][244] x[0][245] x[0][246] x[0][247] x[0][248] x[0][249] x[0][250] x[0][251] x[0][252] x[0][253] x[0][254] x[0][255] x[0][256] x[0][257] x[0][258] x[0][259] x[0][260] x[0][261] x[0][262] x[0][263] x[0][264] x[0][265] x[0][266] x[0][267] x[0][268] x[0][269] x[0][270] x[0][271] x[0][272] x[0][273] x[0][274] x[0][275] x[0][276] x[0][277] x[0][278] x[0][279] x[0][280] x[0][281] x[0][282] x[0][283] x[0][284] x[0][285] x[0][286] x[0][287] x[0][288] x[0][289] x[0][290] x[0][291] x[0][292] x[0][293] x[0][294] x[0][295] x[0][296] x[0][297] x[0][298] x[0][299] x[0][300] x[0][301] x[0][302] x[0][303] x[0][304] x[0][305] x[0][306] x[0][307] x[0][308] x[0][309] x[0][310] x[0][311] x[0][312] x[0][313] x[0][314] x[0][315] x[0][316] x[0][317] x[0][318] x[0][319] x[0][320] x[0][321] x[0][322] x[0][323] x[0][324] x[0][325] x[0][326] x[0][327] x[0][328] x[0][329] x[0][330] x[0][331] x[0][332] x[0][333] x[0][334] x[0][335] x[0][336] x[0][337] x[0][338] x[0][339] x[0][340] x[0][341] x[0][342] x[0][343] x[0][344] x[0][345] x[0][346] x[0][347] x[0][348] x[0][349] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][17] x[1][18] x[1][19] x[1][20] x[1][21] x[1][22] x[1][23] x[1][24] x[1][25] x[1][26] x[1][27] x[1][28] x[1][29] x[1][30] x[1][31] x[1][32] x[1][33] x[1][34] x[1][35] x[1][36] x[1][37] x[1][38] x[1][39] x[1][40] x[1][41] x[1][42] x[1][43] x[1][44] x[1][45] x[1][46] x[1][47] x[1][48] x[1][49] x[1][50] x[1][51] x[1][52] x[1][53] x[1][54] x[1][55] x[1][56] x[1][57] x[1][58] x[1][59] x[1][60] x[1][61] x[1][62] x[1][63] x[1][64] x[1][65] x[1][66] x[1][67] x[1][68] x[1][69] x[1][70] x[1][71] x[1][72] x[1][73] x[1][74] x[1][75] x[1][76] x[1][77] x[1][78] x[1][79] x[1][80] x[1][81] x[1][82] x[1][83] x[1][84] x[1][85] x[1][86] x[1][87] x[1][88] x[1][89] x[1][90] x[1][91] x[1][92] x[1][93] x[1][94] x[1][95] x[1][96] x[1][97] x[1][98] x[1][99] x[1][100] x[1][101] x[1][102] x[1][103] x[1][104] x[1][105] x[1][106] x[1][107] x[1][108] x[1][109] x[1][110] x[1][111] x[1][112] x[1][113] x[1][114] x[1][115] x[1][116] x[1][117] x[1][118] x[1][119] x[1][120] x[1][121] x[1][122] x[1][123] x[1][124] x[1][125] x[1][126] x[1][127] x[1][128] x[1][129] x[1][130] x[1][131] x[1][132] x[1][133] x[1][134] x[1][135] x[1][136] x[1][137] x[1][138] x[1][139] x[1][140] x[1][141] x[1][142] x[1][143] x[1][144] x[1][145] x[1][146] x[1][147] x[1][148] x[1][149] x[1][150] x[1][151] x[1][152] x[1][153] x[1][154] x[1][155] x[1][156] x[1][157] x[1][158] x[1][159] x[1][160] x[1][161] x[1][162] x[1][163] x[1][164] x[1][165] x[1][166] x[1][167] x[1][168] x[1][169] x[1][170] x[1][171] x[1][172] x[1][173] x[1][174] x[1][175] x[1][176] x[1][177] x[1][178] x[1][179] x[1][180] x[1][181] x[1][182] x[1][183] x[1][184] x[1][185] x[1][186] x[1][187] x[1][188] x[1][189] x[1][190] x[1][191] x[1][192] x[1][193] x[1][194] x[1][195] x[1][196] x[1][197] x[1][198] x[1][199] x[1][200] x[1][201] x[1][202] x[1][203] x[1][204] x[1][205] x[1][206] x[1][207] x[1][208] x[1][209] x[1][210] x[1][211] x[1][212] x[1][213] x[1][214] x[1][215] x[1][216] x[1][217] x[1][218] x[1][219] x[1][220] x[1][221] x[1][222] x[1][223] x[1][224] x[1][225] x[1][226] x[1][227] x[1][228] x[1][229] x[1][230] x[1][231] x[1][232] x[1][233] x[1][234] x[1][235] x[1][236] x[1][237] x[1][238] x[1][239] x[1][240] x[1][241] x[1][242] x[1][243] x[1][244] x[1][245] x[1][246] x[1][247] x[1][248] x[1][249] x[1][250] x[1][251] x[1][252] x[1][253] x[1][254] x[1][255] x[1][256] x[1][257] x[1][258] x[1][259] x[1][260] x[1][261] x[1][262] x[1][263] x[1][264] x[1][265] x[1][266] x[1][267] x[1][268] x[1][269] x[1][270] x[1][271] x[1][272] x[1][273] x[1][274] x[1][275] x[1][276] x[1][277] x[1][278] x[1][279] x[1][280] x[1][281] x[1][282] x[1][283] x[1][284] x[1][285] x[1][286] x[1][287] x[1][288] x[1][289] x[1][290] x[1][291] x[1][292] x[1][293] x[1][294] x[1][295] x[1][296] x[1][297] x[1][298] x[1][299] x[1][300] x[1][301] x[1][302] x[1][303] x[1][304] x[1][305] x[1][306] x[1][307] x[1][308] x[1][309] x[1][310] x[1][311] x[1][312] x[1][313] x[1][314] x[1][315] x[1][316] x[1][317] x[1][318] x[1][319] x[1][320] x[1][321] x[1][322] x[1][323] x[1][324] x[1][325] x[1][326] x[1][327] x[1][328] x[1][329] x[1][330] x[1][331] x[1][332] x[1][333] x[1][334] x[1][335] x[1][336] x[1][337] x[1][338] x[1][339] x[1][340] x[1][341] x[1][342] x[1][343] x[1][344] x[1][345] x[1][346] x[1][347] x[1][348] x[1][349] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][17] x[2][18] x[2][19] x[2][20] x[2][21] x[2][22] x[2][23] x[2][24] x[2][25] x[2][26] x[2][27] x[2][28] x[2][29] x[2][30] x[2][31] x[2][32] x[2][33] x[2][34] x[2][35] x[2][36] x[2][37] x[2][38] x[2][39] x[2][40] x[2][41] x[2][42] x[2][43] x[2][44] x[2][45] x[2][46] x[2][47] x[2][48] x[2][49] x[2][50] x[2][51] x[2][52] x[2][53] x[2][54] x[2][55] x[2][56] x[2][57] x[2][58] x[2][59] x[2][60] x[2][61] x[2][62] x[2][63] x[2][64] x[2][65] x[2][66] x[2][67] x[2][68] x[2][69] x[2][70] x[2][71] x[2][72] x[2][73] x[2][74] x[2][75] x[2][76] x[2][77] x[2][78] x[2][79] x[2][80] x[2][81] x[2][82] x[2][83] x[2][84] x[2][85] x[2][86] x[2][87] x[2][88] x[2][89] x[2][90] x[2][91] x[2][92] x[2][93] x[2][94] x[2][95] x[2][96] x[2][97] x[2][98] x[2][99] x[2][100] x[2][101] x[2][102] x[2][103] x[2][104] x[2][105] x[2][106] x[2][107] x[2][108] x[2][109] x[2][110] x[2][111] x[2][112] x[2][113] x[2][114] x[2][115] x[2][116] x[2][117] x[2][118] x[2][119] x[2][120] x[2][121] x[2][122] x[2][123] x[2][124] x[2][125] x[2][126] x[2][127] x[2][128] x[2][129] x[2][130] x[2][131] x[2][132] x[2][133] x[2][134] x[2][135] x[2][136] x[2][137] x[2][138] x[2][139] x[2][140] x[2][141] x[2][142] x[2][143] x[2][144] x[2][145] x[2][146] x[2][147] x[2][148] x[2][149] x[2][150] x[2][151] x[2][152] x[2][153] x[2][154] x[2][155] x[2][156] x[2][157] x[2][158] x[2][159] x[2][160] x[2][161] x[2][162] x[2][163] x[2][164] x[2][165] x[2][166] x[2][167] x[2][168] x[2][169] x[2][170] x[2][171] x[2][172] x[2][173] x[2][174] x[2][175] x[2][176] x[2][177] x[2][178] x[2][179] x[2][180] x[2][181] x[2][182] x[2][183] x[2][184] x[2][185] x[2][186] x[2][187] x[2][188] x[2][189] x[2][190] x[2][191] x[2][192] x[2][193] x[2][194] x[2][195] x[2][196] x[2][197] x[2][198] x[2][199] x[2][200] x[2][201] x[2][202] x[2][203] x[2][204] x[2][205] x[2][206] x[2][207] x[2][208] x[2][209] x[2][210] x[2][211] x[2][212] x[2][213] x[2][214] x[2][215] x[2][216] x[2][217] x[2][218] x[2][219] x[2][220] x[2][221] x[2][222] x[2][223] x[2][224] x[2][225] x[2][226] x[2][227] x[2][228] x[2][229] x[2][230] x[2][231] x[2][232] x[2][233] x[2][234] x[2][235] x[2][236] x[2][237] x[2][238] x[2][239] x[2][240] x[2][241] x[2][242] x[2][243] x[2][244] x[2][245] x[2][246] x[2][247] x[2][248] x[2][249] x[2][250] x[2][251] x[2][252] x[2][253] x[2][254] x[2][255] x[2][256] x[2][257] x[2][258] x[2][259] x[2][260] x[2][261] x[2][262] x[2][263] x[2][264] x[2][265] x[2][266] x[2][267] x[2][268] x[2][269] x[2][270] x[2][271] x[2][272] x[2][273] x[2][274] x[2][275] x[2][276] x[2][277] x[2][278] x[2][279] x[2][280] x[2][281] x[2][282] x[2][283] x[2][284] x[2][285] x[2][286] x[2][287] x[2][288] x[2][289] x[2][290] x[2][291] x[2][292] x[2][293] x[2][294] x[2][295] x[2][296] x[2][297] x[2][298] x[2][299] x[2][300] x[2][301] x[2][302] x[2][303] x[2][304] x[2][305] x[2][306] x[2][307] x[2][308] x[2][309] x[2][310] x[2][311] x[2][312] x[2][313] x[2][314] x[2][315] x[2][316] x[2][317] x[2][318] x[2][319] x[2][320] x[2][321] x[2][322] x[2][323] x[2][324] x[2][325] x[2][326] x[2][327] x[2][328] x[2][329] x[2][330] x[2][331] x[2][332] x[2][333] x[2][334] x[2][335] x[2][336] x[2][337] x[2][338] x[2][339] x[2][340] x[2][341] x[2][342] x[2][343] x[2][344] x[2][345] x[2][346] x[2][347] x[2][348] x[2][349] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][17] x[3][18] x[3][19] x[3][20] x[3][21] x[3][22] x[3][23] x[3][24] x[3][25] x[3][26] x[3][27] x[3][28] x[3][29] x[3][30] x[3][31] x[3][32] x[3][33] x[3][34] x[3][35] x[3][36] x[3][37] x[3][38] x[3][39] x[3][40] x[3][41] x[3][42] x[3][43] x[3][44] x[3][45] x[3][46] x[3][47] x[3][48] x[3][49] x[3][50] x[3][51] x[3][52] x[3][53] x[3][54] x[3][55] x[3][56] x[3][57] x[3][58] x[3][59] x[3][60] x[3][61] x[3][62] x[3][63] x[3][64] x[3][65] x[3][66] x[3][67] x[3][68] x[3][69] x[3][70] x[3][71] x[3][72] x[3][73] x[3][74] x[3][75] x[3][76] x[3][77] x[3][78] x[3][79] x[3][80] x[3][81] x[3][82] x[3][83] x[3][84] x[3][85] x[3][86] x[3][87] x[3][88] x[3][89] x[3][90] x[3][91] x[3][92] x[3][93] x[3][94] x[3][95] x[3][96] x[3][97] x[3][98] x[3][99] x[3][100] x[3][101] x[3][102] x[3][103] x[3][104] x[3][105] x[3][106] x[3][107] x[3][108] x[3][109] x[3][110] x[3][111] x[3][112] x[3][113] x[3][114] x[3][115] x[3][116] x[3][117] x[3][118] x[3][119] x[3][120] x[3][121] x[3][122] x[3][123] x[3][124] x[3][125] x[3][126] x[3][127] x[3][128] x[3][129] x[3][130] x[3][131] x[3][132] x[3][133] x[3][134] x[3][135] x[3][136] x[3][137] x[3][138] x[3][139] x[3][140] x[3][141] x[3][142] x[3][143] x[3][144] x[3][145] x[3][146] x[3][147] x[3][148] x[3][149] x[3][150] x[3][151] x[3][152] x[3][153] x[3][154] x[3][155] x[3][156] x[3][157] x[3][158] x[3][159] x[3][160] x[3][161] x[3][162] x[3][163] x[3][164] x[3][165] x[3][166] x[3][167] x[3][168] x[3][169] x[3][170] x[3][171] x[3][172] x[3][173] x[3][174] x[3][175] x[3][176] x[3][177] x[3][178] x[3][179] x[3][180] x[3][181] x[3][182] x[3][183] x[3][184] x[3][185] x[3][186] x[3][187] x[3][188] x[3][189] x[3][190] x[3][191] x[3][192] x[3][193] x[3][194] x[3][195] x[3][196] x[3][197] x[3][198] x[3][199] x[3][200] x[3][201] x[3][202] x[3][203] x[3][204] x[3][205] x[3][206] x[3][207] x[3][208] x[3][209] x[3][210] x[3][211] x[3][212] x[3][213] x[3][214] x[3][215] x[3][216] x[3][217] x[3][218] x[3][219] x[3][220] x[3][221] x[3][222] x[3][223] x[3][224] x[3][225] x[3][226] x[3][227] x[3][228] x[3][229] x[3][230] x[3][231] x[3][232] x[3][233] x[3][234] x[3][235] x[3][236] x[3][237] x[3][238] x[3][239] x[3][240] x[3][241] x[3][242] x[3][243] x[3][244] x[3][245] x[3][246] x[3][247] x[3][248] x[3][249] x[3][250] x[3][251] x[3][252] x[3][253] x[3][254] x[3][255] x[3][256] x[3][257] x[3][258] x[3][259] x[3][260] x[3][261] x[3][262] x[3][263] x[3][264] x[3][265] x[3][266] x[3][267] x[3][268] x[3][269] x[3][270] x[3][271] x[3][272] x[3][273] x[3][274] x[3][275] x[3][276] x[3][277] x[3][278] x[3][279] x[3][280] x[3][281] x[3][282] x[3][283] x[3][284] x[3][285] x[3][286] x[3][287] x[3][288] x[3][289] x[3][290] x[3][291] x[3][292] x[3][293] x[3][294] x[3][295] x[3][296] x[3][297] x[3][298] x[3][299] x[3][300] x[3][301] x[3][302] x[3][303] x[3][304] x[3][305] x[3][306] x[3][307] x[3][308] x[3][309] x[3][310] x[3][311] x[3][312] x[3][313] x[3][314] x[3][315] x[3][316] x[3][317] x[3][318] x[3][319] x[3][320] x[3][321] x[3][322] x[3][323] x[3][324] x[3][325] x[3][326] x[3][327] x[3][328] x[3][329] x[3][330] x[3][331] x[3][332] x[3][333] x[3][334] x[3][335] x[3][336] x[3][337] x[3][338] x[3][339] x[3][340] x[3][341] x[3][342] x[3][343] x[3][344] x[3][345] x[3][346] x[3][347] x[3][348] x[3][349]
2520.08/2468.62	v       </list>
2520.08/2468.62	v       <values>
2520.08/2468.62	v         39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
2520.08/2468.62	v       </values>
2520.08/2468.62	v     </instantiation>
2520.08/2468.62	s SATISFIABLE

Verifier Data

OK	39

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401071-1568675840/watcher-4401071-1568675840 -o /tmp/evaluation-result-4401071-1568675840/solver-4401071-1568675840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4401071-1568675840.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=19254, runsolver pid=19251
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 2.17 1.88 1.82 3/218 19311
/proc/meminfo: memFree=30583600/32770624 swapFree=66938088/67108860
[pid=19254] ppid=19251 vsize=10055356 memory=19652 CPUtime=0.09 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 4632 13142 0 0 1 1 5 2 20 0 7 0 443855386 10296684544 4913 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2513839 4913 2017 1 0 2502277 0
[pid=19254/tid=19307] ppid=19251 vsize=10055356 memory=4279135703946724240 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 2426 13142 0 0 1 0 5 2 20 0 7 0 443855395 10296684544 4913 33554432000 4194304 4196468 140722800768944 139673867340560 139673878871808 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10055356 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 7 0 443855396 10296684544 4913 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10055356 memory=140018375812736 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 7 0 443855396 10296684544 4913 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 7 0 443855396 10296684544 4913 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 7 0 443855396 10296684544 4913 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10055356 memory=140018375812736 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 7 0 443855397 10296684544 4913 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 19652 KiB

[startup+0.20999 s]*
/proc/loadavg: 2.17 1.88 1.82 3/227 19320
/proc/meminfo: memFree=30563728/32770624 swapFree=66938088/67108860
[pid=19254] ppid=19251 vsize=10820196 memory=41892 CPUtime=0.26 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 7267 13142 0 0 17 2 5 2 20 0 15 0 443855386 11079880704 10473 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2705049 10473 3300 1 0 2667149 0
[pid=19254/tid=19307] ppid=19251 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 3776 13142 0 0 11 1 5 2 20 0 15 0 443855395 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673867311648 139673494204519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10820196 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10820196 memory=3473314964340565664 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10820196 memory=140018375812736 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 443855397 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 13 13142 0 0 0 0 5 2 20 0 15 0 443855398 11079880704 10473 33554432000 4194304 4196468 140722800768944 139672806221088 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855398 11079880704 10473 33554432000 4194304 4196468 140722800768944 139672672003696 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11079880704 10473 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 481 13142 0 0 1 0 5 2 20 0 15 0 443855400 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 182 13142 0 0 0 0 5 2 20 0 15 0 443855400 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10820196 memory=140018375812736 CPUtime=0.1 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) S 19251 19254 18105 0 -1 1077944384 595 13142 0 0 3 0 5 2 20 0 15 0 443855401 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673419024752 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11079880704 10473 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10820196 memory=140018375812736 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855401 11079880704 10473 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41892 KiB

[startup+0.310499 s]*
/proc/loadavg: 2.17 1.88 1.82 3/227 19320
/proc/meminfo: memFree=30553252/32770624 swapFree=66938088/67108860
[pid=19254] ppid=19251 vsize=10820264 memory=50320 CPUtime=0.4 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 10788 13142 0 0 29 4 5 2 20 0 15 0 443855386 11079950336 12580 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2705066 12580 3313 1 0 2667149 0
[pid=19254/tid=19307] ppid=19251 vsize=10820264 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 7279 13142 0 0 19 3 5 2 20 0 15 0 443855395 11079950336 12580 33554432000 4194304 4196468 140722800768944 139673867322992 139673895519389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 443855396 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 443855397 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 13 13142 0 0 0 0 5 2 20 0 15 0 443855398 11079954432 12580 33554432000 4194304 4196468 140722800768944 139672806221088 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855398 11079954432 12580 33554432000 4194304 4196468 140722800768944 139672672003696 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11079954432 12580 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 482 13142 0 0 2 0 5 2 20 0 15 0 443855400 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10820268 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 182 13142 0 0 1 0 5 2 20 0 15 0 443855400 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10820268 memory=140018375812736 CPUtime=0.12 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) R 19251 19254 18105 0 -1 4202560 614 13142 0 0 5 0 5 2 20 0 15 0 443855401 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673419024752 139673895518810 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11079954432 12580 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10820268 memory=140018375812736 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855401 11079954432 12580 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820264 KiB
Current children cumulated memory: 50320 KiB

[startup+0.704958 s]
/proc/loadavg: 2.17 1.88 1.82 3/227 19320
/proc/meminfo: memFree=30538468/32770624 swapFree=66938088/67108860
[pid=19254] ppid=19251 vsize=10824364 memory=85160 CPUtime=1.13 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 15283 13142 0 0 100 6 5 2 20 0 15 0 443855386 11084148736 21290 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2706091 21290 3515 1 0 2668173 0
[pid=19254/tid=19307] ppid=19251 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 10657 13142 0 0 55 4 5 2 20 0 15 0 443855395 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673867320256 139673879577950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10824364 memory=2557787244289 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10824364 memory=546658091 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855396 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10824364 memory=-7886167514736700194 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 443855396 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10824364 memory=6220151040703026534 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 5 13142 0 0 0 0 5 2 20 0 15 0 443855397 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10824364 memory=7380106142448641111 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 13 13142 0 0 0 0 5 2 20 0 15 0 443855398 11084148736 21290 33554432000 4194304 4196468 140722800768944 139672806221088 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10824364 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855398 11084148736 21290 33554432000 4194304 4196468 140722800768944 139672672003696 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10824364 memory=2124 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11084148736 21290 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10824364 memory=11636 CPUtime=0.2 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 865 13142 0 0 13 0 5 2 20 0 15 0 443855400 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10824364 memory=504 CPUtime=0.19 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 668 13142 0 0 12 0 5 2 20 0 15 0 443855400 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10824364 memory=1564 CPUtime=0.24 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) S 19251 19254 18105 0 -1 1077944384 858 13142 0 0 17 0 5 2 20 0 15 0 443855401 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673419024752 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10824364 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11084148736 21290 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10824364 memory=1420 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855401 11084148736 21290 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85160 KiB

[startup+1.50207 s]
/proc/loadavg: 2.17 1.88 1.82 4/227 19320
/proc/meminfo: memFree=30484740/32770624 swapFree=66938088/67108860
[pid=19254] ppid=19251 vsize=10834680 memory=176168 CPUtime=2.49 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 21561 13142 0 0 230 12 5 2 20 0 15 0 443855386 11094712320 44042 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2708670 44042 3578 1 0 2670733 0
[pid=19254/tid=19307] ppid=19251 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 15255 13142 0 0 129 7 5 2 20 0 15 0 443855395 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673867298848 139673498493727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 367 13142 0 0 1 0 5 2 20 0 15 0 443855396 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10834680 memory=280036431451008 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 56 13142 0 0 1 0 5 2 20 0 15 0 443855396 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10834680 memory=140018215733872 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 19 13142 0 0 1 0 5 2 20 0 15 0 443855396 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 56 13142 0 0 1 0 5 2 20 0 15 0 443855396 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10834680 memory=280036431461984 CPUtime=0.08 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 135 13142 0 0 1 0 5 2 20 0 15 0 443855397 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10834680 memory=14323715934760 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 13 13142 0 0 0 0 5 2 20 0 15 0 443855398 11094712320 44042 33554432000 4194304 4196468 140722800768944 139672806221152 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10834680 memory=6944656591646896176 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 2 13142 0 0 0 0 5 2 20 0 15 0 443855398 11094712320 44042 33554432000 4194304 4196468 140722800768944 139672672003712 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10834680 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11094712320 44042 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10834680 memory=6944656592452807316 CPUtime=0.31 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 1025 13142 0 0 24 0 5 2 20 0 15 0 443855400 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10834680 memory=7681905605394137914 CPUtime=0.34 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 844 13142 0 0 27 0 5 2 20 0 15 0 443855400 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10834680 memory=6655300316396806240 CPUtime=0.47 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) R 19251 19254 18105 0 -1 4202560 1577 13142 0 0 40 0 5 2 20 0 15 0 443855401 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673419020480 139673895518810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10834680 memory=6944613755328037012 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11094712320 44042 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10834680 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1 13142 0 0 0 0 5 2 20 0 15 0 443855401 11094712320 44042 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0

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

/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 69777 13142 0 0 229818 60 5 2 20 0 15 0 443855395 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673867333680 139673502451632 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10846988 memory=970896 CPUtime=12.17 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 20648 13142 0 0 1165 45 5 2 20 0 15 0 443855396 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10846988 memory=973464 CPUtime=12.15 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 22241 13142 0 0 1164 44 5 2 20 0 15 0 443855396 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10846988 memory=976028 CPUtime=12.16 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 21816 13142 0 0 1163 46 5 2 20 0 15 0 443855396 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10846988 memory=974488 CPUtime=12.17 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 24389 13142 0 0 1171 39 5 2 20 0 15 0 443855396 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10846988 memory=969872 CPUtime=8.93 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 22233 13142 0 0 826 60 5 2 20 0 15 0 443855397 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10846988 memory=969360 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 16 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 242340 33554432000 4194304 4196468 140722800768944 139672806221216 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10846988 memory=983208 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 7 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 242340 33554432000 4194304 4196468 140722800768944 139672672003712 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10846988 memory=983208 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11107315712 242340 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10846988 memory=975516 CPUtime=5.65 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 13096 13142 0 0 555 3 5 2 20 0 15 0 443855400 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10846988 memory=1440 CPUtime=6.12 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 14441 13142 0 0 602 3 5 2 20 0 15 0 443855400 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10846988 memory=972948 CPUtime=2.23 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) S 19251 19254 18105 0 -1 1077944384 12569 13142 0 0 212 4 5 2 20 0 15 0 443855401 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673419024752 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10846988 memory=974488 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11107315712 242340 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10846988 memory=969360 CPUtime=1.33 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1535 13142 0 0 59 67 5 2 20 0 15 0 443855401 11107315712 242340 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 2371.24 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 969360 KiB

[startup+2382.3 s]
/proc/loadavg: 1.35 1.55 1.57 3/227 19671
/proc/meminfo: memFree=29798692/32770624 swapFree=66938104/67108860
[pid=19254] ppid=19251 vsize=10846988 memory=952424 CPUtime=2432.29 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 226515 13142 0 0 242887 335 5 2 20 0 15 0 443855386 11107315712 238106 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2711747 238106 3630 1 0 2673805 0
[pid=19254/tid=19307] ppid=19251 vsize=10846988 memory=952940 CPUtime=2358.22 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 70414 13142 0 0 235754 61 5 2 20 0 15 0 443855395 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673867333248 139673503480880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10846988 memory=957556 CPUtime=12.52 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 20985 13142 0 0 1199 46 5 2 20 0 15 0 443855396 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10846988 memory=953452 CPUtime=12.51 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 22357 13142 0 0 1199 45 5 2 20 0 15 0 443855396 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10846988 memory=3620 CPUtime=12.51 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 21857 13142 0 0 1197 47 5 2 20 0 15 0 443855396 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10846988 memory=68 CPUtime=12.52 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 24553 13142 0 0 1205 40 5 2 20 0 15 0 443855396 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10846988 memory=969360 CPUtime=9.18 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 22450 13142 0 0 850 61 5 2 20 0 15 0 443855397 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10846988 memory=969360 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 16 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 238106 33554432000 4194304 4196468 140722800768944 139672806221216 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10846988 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 7 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 238106 33554432000 4194304 4196468 140722800768944 139672672003712 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10846988 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11107315712 238106 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10846988 memory=32688 CPUtime=5.65 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 13098 13142 0 0 555 3 5 2 20 0 15 0 443855400 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10846988 memory=984 CPUtime=6.12 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 14443 13142 0 0 602 3 5 2 20 0 15 0 443855400 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10846988 memory=963200 CPUtime=2.23 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) S 19251 19254 18105 0 -1 1077944384 12571 13142 0 0 212 4 5 2 20 0 15 0 443855401 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673419024752 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11107315712 238106 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10846988 memory=953452 CPUtime=1.35 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1553 13142 0 0 60 68 5 2 20 0 15 0 443855401 11107315712 238106 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 2432.29 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 952424 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.53 1.56 3/227 19675
/proc/meminfo: memFree=29868348/32770624 swapFree=66938104/67108860
[pid=19254] ppid=19251 vsize=10846988 memory=934472 CPUtime=2493.31 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 227905 13142 0 0 248982 342 5 2 20 0 15 0 443855386 11107315712 233618 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2711747 233618 3630 1 0 2673805 0
[pid=19254/tid=19307] ppid=19251 vsize=10846988 memory=934472 CPUtime=2417.59 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 71007 13142 0 0 241690 62 5 2 20 0 15 0 443855395 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673867333504 139673496122280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10846988 memory=934472 CPUtime=12.87 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 21104 13142 0 0 1232 48 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10846988 memory=957556 CPUtime=12.85 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 22607 13142 0 0 1232 46 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10846988 memory=934472 CPUtime=12.85 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 21989 13142 0 0 1230 48 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10846988 memory=934472 CPUtime=12.86 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 24612 13142 0 0 1239 40 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10846988 memory=934472 CPUtime=9.43 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 22664 13142 0 0 873 63 5 2 20 0 15 0 443855397 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10846988 memory=32688 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 16 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672806221216 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10846988 memory=934472 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 7 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672672003712 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10846988 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10846988 memory=934472 CPUtime=5.65 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 13100 13142 0 0 555 3 5 2 20 0 15 0 443855400 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10846988 memory=934472 CPUtime=6.12 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 14445 13142 0 0 602 3 5 2 20 0 15 0 443855400 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10846988 memory=934472 CPUtime=2.23 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) S 19251 19254 18105 0 -1 1077944384 12573 13142 0 0 212 4 5 2 20 0 15 0 443855401 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673419024752 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10846988 memory=934472 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10846988 memory=934472 CPUtime=1.39 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1570 13142 0 0 62 70 5 2 20 0 15 0 443855401 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 2493.31 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 934472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.6 s]
/proc/loadavg: 1.41 1.52 1.56 5/227 19677
/proc/meminfo: memFree=29903380/32770624 swapFree=66938104/67108860
[pid=19254] ppid=19251 vsize=10846988 memory=934472 CPUtime=2520.08 cores=1,3,5,7
/proc/19254/stat : 19254 (java) S 19251 19254 18105 0 -1 1077944320 228103 13142 0 0 251656 345 5 2 20 0 15 0 443855386 11107315712 233618 33554432000 4194304 4196468 140722800768944 140722800751488 139673895497463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
/proc/19254/statm: 2711747 233618 3630 1 0 2673805 0
[pid=19254/tid=19307] ppid=19251 vsize=10846988 memory=1332 CPUtime=2443.6 cores=1,3,5,7
/proc/19254/task/19307/stat : 19307 (java) R 19251 19254 18105 0 -1 4202560 71197 13142 0 0 244291 62 5 2 20 0 15 0 443855395 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673867333792 139673500935983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19308] ppid=19251 vsize=10846988 memory=1564 CPUtime=13.03 cores=1,3,5,7
/proc/19254/task/19308/stat : 19308 (java) S 19251 19254 18105 0 -1 1077944384 21104 13142 0 0 1248 48 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673899739536 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19309] ppid=19251 vsize=10846988 memory=976 CPUtime=13.01 cores=1,3,5,7
/proc/19254/task/19309/stat : 19309 (java) S 19251 19254 18105 0 -1 1077944384 22607 13142 0 0 1247 47 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673814558992 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19310] ppid=19251 vsize=10846988 memory=222996984567543 CPUtime=13 cores=1,3,5,7
/proc/19254/task/19310/stat : 19310 (java) S 19251 19254 18105 0 -1 1077944384 21991 13142 0 0 1245 48 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673467542160 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19311] ppid=19251 vsize=10846988 memory=8174723239089013032 CPUtime=13.01 cores=1,3,5,7
/proc/19254/task/19311/stat : 19311 (java) S 19251 19254 18105 0 -1 1077944384 24614 13142 0 0 1253 41 5 2 20 0 15 0 443855396 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673466489360 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19312] ppid=19251 vsize=10846988 memory=288285558800727129 CPUtime=9.54 cores=1,3,5,7
/proc/19254/task/19312/stat : 19312 (java) S 19251 19254 18105 0 -1 1077944384 22666 13142 0 0 884 63 5 2 20 0 15 0 443855397 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673422183024 139673895508610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19313] ppid=19251 vsize=10846988 memory=288285558800727129 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19313/stat : 19313 (java) S 19251 19254 18105 0 -1 1077944384 16 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672806221216 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19314] ppid=19251 vsize=10846988 memory=6153433744107007340 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19314/stat : 19314 (java) S 19251 19254 18105 0 -1 1077944384 7 13142 0 0 0 0 5 2 20 0 15 0 443855398 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672672003712 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19315] ppid=19251 vsize=10846988 memory=7380674572965991250 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19315/stat : 19315 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855400 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672431712848 139673895516059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19316] ppid=19251 vsize=10846988 memory=7810767229159690856 CPUtime=5.65 cores=1,3,5,7
/proc/19254/task/19316/stat : 19316 (java) S 19251 19254 18105 0 -1 1077944384 13100 13142 0 0 555 3 5 2 20 0 15 0 443855400 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673421129840 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19317] ppid=19251 vsize=10846988 memory=7810767229159690856 CPUtime=6.12 cores=1,3,5,7
/proc/19254/task/19317/stat : 19317 (java) S 19251 19254 18105 0 -1 1077944384 14445 13142 0 0 602 3 5 2 20 0 15 0 443855400 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673420077040 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19318] ppid=19251 vsize=10846988 memory=7810767229159690856 CPUtime=2.23 cores=1,3,5,7
/proc/19254/task/19318/stat : 19318 (java) S 19251 19254 18105 0 -1 1077944384 12573 13142 0 0 212 4 5 2 20 0 15 0 443855401 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673419024752 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19319] ppid=19251 vsize=10846988 memory=6153433744107269221 CPUtime=0.07 cores=1,3,5,7
/proc/19254/task/19319/stat : 19319 (java) S 19251 19254 18105 0 -1 1077944384 3 13142 0 0 0 0 5 2 20 0 15 0 443855401 11107315712 233618 33554432000 4194304 4196468 140722800768944 139672398154208 139673895507669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
[pid=19254/tid=19320] ppid=19251 vsize=10846988 memory=222996984114951 CPUtime=1.41 cores=1,3,5,7
/proc/19254/task/19320/stat : 19320 (java) S 19251 19254 18105 0 -1 1077944384 1572 13142 0 0 63 71 5 2 20 0 15 0 443855401 11107315712 233618 33554432000 4194304 4196468 140722800768944 139673417972656 139673895508610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34041856 140722800773871 140722800776389 140722800776389 140722800779215 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 934472 KiB

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

[startup+2468.63 s]
# the end of solver process 19254 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.64 s, system=3.48858 s

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

Child status: 143
Real time (s): 2468.63
CPU time (s): 2520.13
CPU user time (s): 2516.64
CPU system time (s): 3.48858
CPU usage (%): 102.086
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1997380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.64
system time used= 3.48858
maximum resident set size= 1999428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 239192
involuntary context switches= 5622


# summary of solver processes directly reported to runsolver:
#   pid: 19254
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.64
#   total CPU system time (s): 3.48858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.666 second user time and 21.1707 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 01:16:40
IDJOB=4401071
IDBENCH=122932
IDSOLVER=2857
FILE ID=node151/4401071-1568675840
RUNJOBID= node151-1568673291-18137
PBS_JOBID= 21703771
Free space on /tmp= 59272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Opd/Opd-sum-large/Opd-04-350-100.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401071-1568675840/watcher-4401071-1568675840 -o /tmp/evaluation-result-4401071-1568675840/solver-4401071-1568675840 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568673291-18137 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4401071-1568675840.xml

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

MD5SUM BENCH= 05a37308653f1418d8a9d31e27700b02
RANDOM SEED=1750650444

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30593732 kB
MemAvailable:   30873172 kB
Buffers:           61080 kB
Cached:           521048 kB
SwapCached:        68844 kB
Active:          1315076 kB
Inactive:         315752 kB
Active(anon):     980612 kB
Inactive(anon):   111644 kB
Active(file):     334464 kB
Inactive(file):   204108 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938088 kB
Dirty:             35272 kB
Writeback:             0 kB
AnonPages:       1089908 kB
Mapped:            56876 kB
Shmem:             35068 kB
Slab:             142220 kB
SReclaimable:     113408 kB
SUnreclaim:        28812 kB
KernelStack:        3696 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2313504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    909312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-17 01:57:49