Trace number 4248191

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 NameAnswerCPU timeWall clock time
R1: choco-solver 4.0.5 (2017-07-05)SAT 11.9713 2.14586

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-016.xml
MD5SUM6d65a76f46cedd698fe2b492b618a08c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables768
Number of constraints261
Number of domains2
Minimum domain size16
Maximum domain size256
Distribution of domain sizes[{"size":16,"count":512},{"size":256,"count":256}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":736},{"degree":3,"count":32}]
Minimum constraint arity3
Maximum constraint arity256
Distribution of constraint arities[{"arity":3,"count":256},{"arity":16,"count":2},{"arity":256,"count":3}]
Number of extensional constraints256
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":256},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248191-1500691422.xml"  -tl '2400s' -p 8 -x 0
0.00/0.19	c [HOME/instance-4248191-1500691422.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.25	c 8 solvers in parallel
0.00/0.31	c parse instance...
0.00/0.95	c solve instance...
11.76/2.12	s SATISFIABLE
11.76/2.12	v <instantiation>
11.76/2.12	v 	<list>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[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[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[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[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[12][15] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[13][15] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] x[14][15] x[15][0] x[15][1] x[15][2] x[15][3] x[15][4] x[15][5] x[15][6] x[15][7] x[15][8] x[15][9] x[15][10] x[15][11] x[15][12] x[15][13] x[15][14] x[15][15] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[0][15] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[1][15] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[2][15] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[3][15] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[4][15] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[5][15] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[6][15] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[7][15] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[8][15] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[9][15] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[10][10] y[10][11] y[10][12] y[10][13] y[10][14] y[10][15] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[11][8] y[11][9] y[11][10] y[11][11] y[11][12] y[11][13] y[11][14] y[11][15] y[12][0] y[12][1] y[12][2] y[12][3] y[12][4] y[12][5] y[12][6] y[12][7] y[12][8] y[12][9] y[12][10] y[12][11] y[12][12] y[12][13] y[12][14] y[12][15] y[13][0] y[13][1] y[13][2] y[13][3] y[13][4] y[13][5] y[13][6] y[13][7] y[13][8] y[13][9] y[13][10] y[13][11] y[13][12] y[13][13] y[13][14] y[13][15] y[14][0] y[14][1] y[14][2] y[14][3] y[14][4] y[14][5] y[14][6] y[14][7] y[14][8] y[14][9] y[14][10] y[14][11] y[14][12] y[14][13] y[14][14] y[14][15] y[15][0] y[15][1] y[15][2] y[15][3] y[15][4] y[15][5] y[15][6] y[15][7] y[15][8] y[15][9] y[15][10] y[15][11] y[15][12] y[15][13] y[15][14] y[15][15] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23] z[24] z[25] z[26] z[27] z[28] z[29] z[30] z[31] z[32] z[33] z[34] z[35] z[36] z[37] z[38] z[39] z[40] z[41] z[42] z[43] z[44] z[45] z[46] z[47] z[48] z[49] z[50] z[51] z[52] z[53] z[54] z[55] z[56] z[57] z[58] z[59] z[60] z[61] z[62] z[63] z[64] z[65] z[66] z[67] z[68] z[69] z[70] z[71] z[72] z[73] z[74] z[75] z[76] z[77] z[78] z[79] z[80] z[81] z[82] z[83] z[84] z[85] z[86] z[87] z[88] z[89] z[90] z[91] z[92] z[93] z[94] z[95] z[96] z[97] z[98] z[99] z[100] z[101] z[102] z[103] z[104] z[105] z[106] z[107] z[108] z[109] z[110] z[111] z[112] z[113] z[114] z[115] z[116] z[117] z[118] z[119] z[120] z[121] z[122] z[123] z[124] z[125] z[126] z[127] z[128] z[129] z[130] z[131] z[132] z[133] z[134] z[135] z[136] z[137] z[138] z[139] z[140] z[141] z[142] z[143] z[144] z[145] z[146] z[147] z[148] z[149] z[150] z[151] z[152] z[153] z[154] z[155] z[156] z[157] z[158] z[159] z[160] z[161] z[162] z[163] z[164] z[165] z[166] z[167] z[168] z[169] z[170] z[171] z[172] z[173] z[174] z[175] z[176] z[177] z[178] z[179] z[180] z[181] z[182] z[183] z[184] z[185] z[186] z[187] z[188] z[189] z[190] z[191] z[192] z[193] z[194] z[195] z[196] z[197] z[198] z[199] z[200] z[201] z[202] z[203] z[204] z[205] z[206] z[207] z[208] z[209] z[210] z[211] z[212] z[213] z[214] z[215] z[216] z[217] z[218] z[219] z[220] z[221] z[222] z[223] z[224] z[225] z[226] z[227] z[228] z[229] z[230] z[231] z[232] z[233] z[234] z[235] z[236] z[237] z[238] z[239] z[240] z[241] z[242] z[243] z[244] z[245] z[246] z[247] z[248] z[249] z[250] z[251] z[252] z[253] z[254] z[255] </list>
11.76/2.12	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 0 3 2 5 4 7 6 9 8 11 10 13 12 15 14 2 3 0 1 6 7 4 5 10 11 8 9 14 15 12 13 3 2 1 0 7 6 5 4 11 10 9 8 15 14 13 12 4 5 6 7 0 1 2 3 12 13 14 15 8 9 10 11 5 4 7 6 1 0 3 2 13 12 15 14 9 8 11 10 6 7 4 5 2 3 0 1 14 15 12 13 10 11 8 9 7 6 5 4 3 2 1 0 15 14 13 12 11 10 9 8 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7 9 8 11 10 13 12 15 14 1 0 3 2 5 4 7 6 10 11 8 9 14 15 12 13 2 3 0 1 6 7 4 5 11 10 9 8 15 14 13 12 3 2 1 0 7 6 5 4 12 13 14 15 8 9 10 11 4 5 6 7 0 1 2 3 13 12 15 14 9 8 11 10 5 4 7 6 1 0 3 2 14 15 12 13 10 11 8 9 6 7 4 5 2 3 0 1 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 3 0 1 6 7 4 5 10 11 8 9 14 15 12 13 3 2 1 0 7 6 5 4 11 10 9 8 15 14 13 12 1 0 3 2 5 4 7 6 9 8 11 10 13 12 15 14 8 9 10 11 12 13 14 15 0 1 2 3 4 5 6 7 10 11 8 9 14 15 12 13 2 3 0 1 6 7 4 5 11 10 9 8 15 14 13 12 3 2 1 0 7 6 5 4 9 8 11 10 13 12 15 14 1 0 3 2 5 4 7 6 12 13 14 15 8 9 10 11 4 5 6 7 0 1 2 3 14 15 12 13 10 11 8 9 6 7 4 5 2 3 0 1 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 13 12 15 14 9 8 11 10 5 4 7 6 1 0 3 2 4 5 6 7 0 1 2 3 12 13 14 15 8 9 10 11 6 7 4 5 2 3 0 1 14 15 12 13 10 11 8 9 7 6 5 4 3 2 1 0 15 14 13 12 11 10 9 8 5 4 7 6 1 0 3 2 13 12 15 14 9 8 11 10 0 17 34 51 68 85 102 119 136 153 170 187 204 221 238 255 18 3 48 33 86 71 116 101 154 139 184 169 222 207 252 237 35 50 1 16 103 118 69 84 171 186 137 152 239 254 205 220 49 32 19 2 117 100 87 70 185 168 155 138 253 236 223 206 72 89 106 123 12 29 46 63 192 209 226 243 132 149 166 183 90 75 120 105 30 15 60 45 210 195 240 225 150 135 180 165 107 122 73 88 47 62 13 28 227 242 193 208 167 182 133 148 121 104 91 74 61 44 31 14 241 224 211 194 181 164 151 134 140 157 174 191 200 217 234 251 4 21 38 55 64 81 98 115 158 143 188 173 218 203 248 233 22 7 52 37 82 67 112 97 175 190 141 156 235 250 201 216 39 54 5 20 99 114 65 80 189 172 159 142 249 232 219 202 53 36 23 6 113 96 83 66 196 213 230 247 128 145 162 179 76 93 110 127 8 25 42 59 214 199 244 229 146 131 176 161 94 79 124 109 26 11 56 41 231 246 197 212 163 178 129 144 111 126 77 92 43 58 9 24 245 228 215 198 177 160 147 130 125 108 95 78 57 40 27 10 </values>
11.76/2.12	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248191-1500691422/watcher-4248191-1500691422 -o /tmp/evaluation-result-4248191-1500691422/solver-4248191-1500691422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16797 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 469006687 HOME/instance-4248191-1500691422.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 12.14 13.77 12.72 9/273 3004
/proc/meminfo: memFree=28625256/32770624 swapFree=5892/123024
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0

[startup+0.100076 s]
/proc/loadavg: 12.14 13.77 12.72 9/273 3004
/proc/meminfo: memFree=28625256/32770624 swapFree=5892/123024
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200356 s]
/proc/loadavg: 12.14 13.77 12.72 9/273 3004
/proc/meminfo: memFree=28625256/32770624 swapFree=5892/123024
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300291 s]
/proc/loadavg: 12.14 13.77 12.72 9/273 3004
/proc/meminfo: memFree=28625256/32770624 swapFree=5892/123024
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700246 s]
/proc/loadavg: 12.14 13.77 12.72 9/273 3004
/proc/meminfo: memFree=28625256/32770624 swapFree=5892/123024
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50138 s]
/proc/loadavg: 11.97 13.70 12.70 21/302 3033
/proc/meminfo: memFree=28480344/32770624 swapFree=5892/123080
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
[pid=3005] ppid=3004 vsize=13801768 CPUtime=7.01 cores=1,3,5,7,9,11,13,15
/proc/3005/stat : 3005 (java) S 3004 3004 15667 0 -1 1077944320 16258 0 0 0 693 8 0 0 20 0 28 0 4411849 14133010432 44312 33554432000 4194304 4196468 140731037048576 140731037031120 140506101870327 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
/proc/3005/statm: 3450442 44312 3220 1 0 3437675 0
[pid=3005/tid=3006] ppid=3004 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3006/stat : 3006 (java) S 3004 3004 15667 0 -1 1077944384 6854 0 0 0 88 4 0 0 20 0 28 0 4411849 14133010432 44312 33554432000 4194304 4196468 140731037048576 140506106111104 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3008] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3008/stat : 3008 (java) S 3004 3004 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140506034006544 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3009] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3009/stat : 3009 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140506032954000 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3010] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3010/stat : 3010 (java) S 3004 3004 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140506031900944 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3011] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3011/stat : 3011 (java) S 3004 3004 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505697454480 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3012] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3012/stat : 3012 (java) S 3004 3004 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505696402448 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3013] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3013/stat : 3013 (java) S 3004 3004 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505695349904 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3014] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3014/stat : 3014 (java) S 3004 3004 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505694296848 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3015] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3015/stat : 3015 (java) S 3004 3004 15667 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505693244304 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3016] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3016/stat : 3016 (java) S 3004 3004 15667 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4411853 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505631262960 140506101881474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3017] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3017/stat : 3017 (java) S 3004 3004 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505630209184 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3018] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3018/stat : 3018 (java) S 3004 3004 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505629156080 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3019] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3019/stat : 3019 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505560115152 140506101888923 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3020] ppid=3004 vsize=13801768 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3020/stat : 3020 (java) R 3004 3004 15667 0 -1 4202560 1739 0 0 0 90 0 0 0 20 0 28 0 4411858 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505559045040 140506079173985 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3021] ppid=3004 vsize=13801768 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3021/stat : 3021 (java) R 3004 3004 15667 0 -1 4202560 1648 0 0 0 80 0 0 0 20 0 28 0 4411858 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505557996616 140506083415004 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3022] ppid=3004 vsize=13801768 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3022/stat : 3022 (java) R 3004 3004 15667 0 -1 4202560 2296 0 0 0 90 0 0 0 20 0 28 0 4411858 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505556944080 140506081125231 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3023] ppid=3004 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3023/stat : 3023 (java) R 3004 3004 15667 0 -1 4202560 2073 0 0 0 65 0 0 0 20 0 28 0 4411858 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505555905136 140506080825084 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3024] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3024/stat : 3024 (java) S 3004 3004 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505554852320 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3025] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3025/stat : 3025 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505553799856 140506101881474 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3026] ppid=3004 vsize=13801768 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3026/stat : 3026 (java) R 3004 3004 15667 0 -1 4202560 63 0 0 0 29 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505546282672 140505716646771 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3027] ppid=3004 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3027/stat : 3027 (java) R 3004 3004 15667 0 -1 4202560 46 0 0 0 37 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505545235032 140505716646771 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3028] ppid=3004 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3028/stat : 3028 (java) R 3004 3004 15667 0 -1 4202560 38 0 0 0 32 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505544176272 140505711212604 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3029] ppid=3004 vsize=13801768 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3029/stat : 3029 (java) R 3004 3004 15667 0 -1 4202560 52 0 0 0 47 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505543129800 140505717183271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3030] ppid=3004 vsize=13801768 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3030/stat : 3030 (java) R 3004 3004 15667 0 -1 4202560 38 0 0 0 30 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505542076568 140505714455042 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3031] ppid=3004 vsize=13801768 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3031/stat : 3031 (java) R 3004 3004 15667 0 -1 4202560 30 0 0 0 37 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505541024608 140505716996085 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3032] ppid=3004 vsize=13801768 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3032/stat : 3032 (java) R 3004 3004 15667 0 -1 4202560 29 0 0 0 28 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505539969368 140505717183500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3033] ppid=3004 vsize=13801768 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3033/stat : 3033 (java) R 3004 3004 15667 0 -1 4202560 38 0 0 0 32 0 0 0 20 0 28 0 4411945 14133010432 44312 33554432000 4194304 4196468 140731037048576 140505538915496 140505714402298 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 13811280

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

[startup+1.60202 s]
/proc/loadavg: 11.97 13.70 12.70 21/302 3033
/proc/meminfo: memFree=28480344/32770624 swapFree=5892/123080
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
[pid=3005] ppid=3004 vsize=13801768 CPUtime=7.8 cores=1,3,5,7,9,11,13,15
/proc/3005/stat : 3005 (java) S 3004 3004 15667 0 -1 1077944320 16445 0 0 0 767 13 0 0 20 0 28 0 4411849 14133010432 50021 33554432000 4194304 4196468 140731037048576 140731037031120 140506101870327 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
/proc/3005/statm: 3450442 50021 3220 1 0 3437675 0
[pid=3005/tid=3006] ppid=3004 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3006/stat : 3006 (java) S 3004 3004 15667 0 -1 1077944384 6854 0 0 0 88 4 0 0 20 0 28 0 4411849 14133010432 50021 33554432000 4194304 4196468 140731037048576 140506106111104 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3008] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3008/stat : 3008 (java) R 3004 3004 15667 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140506034004344 140506094976014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3009] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3009/stat : 3009 (java) R 3004 3004 15667 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140506032951632 140506086898210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3010] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3010/stat : 3010 (java) R 3004 3004 15667 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140506031898920 140506094976014 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3011] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3011/stat : 3011 (java) R 3004 3004 15667 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505697452280 140506086898210 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3012] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3012/stat : 3012 (java) R 3004 3004 15667 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505696400248 140506094970174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3013] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3013/stat : 3013 (java) R 3004 3004 15667 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505695347712 140506083496272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3014] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3014/stat : 3014 (java) R 3004 3004 15667 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505694294648 140506086318496 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3015] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3015/stat : 3015 (java) R 3004 3004 15667 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505693242280 140506094967163 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3016] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3016/stat : 3016 (java) S 3004 3004 15667 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 4411853 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505631261472 140506101880533 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3017] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3017/stat : 3017 (java) S 3004 3004 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505630209184 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3018] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3018/stat : 3018 (java) S 3004 3004 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505629156080 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3019] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3019/stat : 3019 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505560115152 140506101888923 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3020] ppid=3004 vsize=13801768 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3020/stat : 3020 (java) S 3004 3004 15667 0 -1 1077944384 1747 0 0 0 95 0 0 0 20 0 28 0 4411858 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505559054560 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3021] ppid=3004 vsize=13801768 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3021/stat : 3021 (java) R 3004 3004 15667 0 -1 4202560 1659 0 0 0 88 0 0 0 20 0 28 0 4411858 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505557996832 140506083415004 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3022] ppid=3004 vsize=13801768 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3022/stat : 3022 (java) R 3004 3004 15667 0 -1 4202560 2304 0 0 0 100 0 0 0 20 0 28 0 4411858 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505556943904 140506081127955 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3023] ppid=3004 vsize=13801768 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3023/stat : 3023 (java) S 3004 3004 15667 0 -1 1077944384 2087 0 0 0 66 0 0 0 20 0 28 0 4411858 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505555905136 140506101881474 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3024] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3024/stat : 3024 (java) S 3004 3004 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505554852320 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3025] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3025/stat : 3025 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505553799856 140506101881474 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3026] ppid=3004 vsize=13801768 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3026/stat : 3026 (java) S 3004 3004 15667 0 -1 1077944384 65 0 0 0 33 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505546287040 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3027] ppid=3004 vsize=13801768 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3027/stat : 3027 (java) S 3004 3004 15667 0 -1 1077944384 47 0 0 0 45 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505545231824 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3028] ppid=3004 vsize=13801768 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3028/stat : 3028 (java) S 3004 3004 15667 0 -1 1077944384 40 0 0 0 35 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505544182016 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3029] ppid=3004 vsize=13801768 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3029/stat : 3029 (java) S 3004 3004 15667 0 -1 1077944384 53 0 0 0 51 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505543131008 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3030] ppid=3004 vsize=13801768 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3030/stat : 3030 (java) S 3004 3004 15667 0 -1 1077944384 39 0 0 0 38 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505542077680 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3031] ppid=3004 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3031/stat : 3031 (java) S 3004 3004 15667 0 -1 1077944384 31 0 0 0 42 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505541021744 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3032] ppid=3004 vsize=13801768 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3032/stat : 3032 (java) S 3004 3004 15667 0 -1 1077944384 29 0 0 0 36 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505539968688 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3033] ppid=3004 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3033/stat : 3033 (java) S 3004 3004 15667 0 -1 1077944384 41 0 0 0 39 0 0 0 20 0 28 0 4411945 14133010432 50021 33554432000 4194304 4196468 140731037048576 140505538916144 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 13811280

[startup+2.00154 s]
/proc/loadavg: 11.97 13.70 12.70 21/302 3033
/proc/meminfo: memFree=28480344/32770624 swapFree=5892/123080
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
[pid=3005] ppid=3004 vsize=13801768 CPUtime=10.96 cores=1,3,5,7,9,11,13,15
/proc/3005/stat : 3005 (java) S 3004 3004 15667 0 -1 1077944320 16905 0 0 0 1078 18 0 0 20 0 28 0 4411849 14133010432 54461 33554432000 4194304 4196468 140731037048576 140731037031120 140506101870327 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
/proc/3005/statm: 3450442 54461 3238 1 0 3437675 0
[pid=3005/tid=3006] ppid=3004 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3006/stat : 3006 (java) S 3004 3004 15667 0 -1 1077944384 6854 0 0 0 88 4 0 0 20 0 28 0 4411849 14133010432 54461 33554432000 4194304 4196468 140731037048576 140506106111104 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3008] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3008/stat : 3008 (java) S 3004 3004 15667 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140506034006544 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3009] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3009/stat : 3009 (java) S 3004 3004 15667 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140506032954000 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3010] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3010/stat : 3010 (java) S 3004 3004 15667 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140506031900944 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3011] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3011/stat : 3011 (java) S 3004 3004 15667 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505697454480 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3012] ppid=3004 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3012/stat : 3012 (java) S 3004 3004 15667 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505696402448 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3013] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3013/stat : 3013 (java) S 3004 3004 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505695349904 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3014] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3014/stat : 3014 (java) S 3004 3004 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505694296848 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3015] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3015/stat : 3015 (java) S 3004 3004 15667 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505693244304 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3016] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3016/stat : 3016 (java) S 3004 3004 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4411853 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505631262960 140506101881474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3017] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3017/stat : 3017 (java) S 3004 3004 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505630209184 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3018] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3018/stat : 3018 (java) S 3004 3004 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505629156080 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3019] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3019/stat : 3019 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505560115152 140506101888923 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3020] ppid=3004 vsize=13801768 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3020/stat : 3020 (java) R 3004 3004 15667 0 -1 4202560 1898 0 0 0 122 0 0 0 20 0 28 0 4411858 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505559049376 140506081568130 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3021] ppid=3004 vsize=13801768 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3021/stat : 3021 (java) R 3004 3004 15667 0 -1 4202560 1778 0 0 0 117 0 0 0 20 0 28 0 4411858 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505557996616 140506086792767 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3022] ppid=3004 vsize=13801768 CPUtime=1.33 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3022/stat : 3022 (java) R 3004 3004 15667 0 -1 4202560 2339 0 0 0 133 0 0 0 20 0 28 0 4411858 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505556939248 140506085369475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3023] ppid=3004 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3023/stat : 3023 (java) S 3004 3004 15667 0 -1 1077944384 2126 0 0 0 70 0 0 0 20 0 28 0 4411858 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505555905136 140506101881474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3024] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3024/stat : 3024 (java) S 3004 3004 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505554852320 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3025] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3025/stat : 3025 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505553799856 140506101881474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3026] ppid=3004 vsize=13801768 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3026/stat : 3026 (java) R 3004 3004 15667 0 -1 4202560 65 0 0 0 52 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505546285864 140505717686649 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3027] ppid=3004 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3027/stat : 3027 (java) R 3004 3004 15667 0 -1 4202560 47 0 0 0 71 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505545234264 140505716646691 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3028] ppid=3004 vsize=13801768 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3028/stat : 3028 (java) R 3004 3004 15667 0 -1 4202560 40 0 0 0 54 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505544178816 140505717686765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3029] ppid=3004 vsize=13801768 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3029/stat : 3029 (java) R 3004 3004 15667 0 -1 4202560 53 0 0 0 83 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505543123552 140505717451550 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3030] ppid=3004 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3030/stat : 3030 (java) R 3004 3004 15667 0 -1 4202560 39 0 0 0 67 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505542075376 140505717451096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3031] ppid=3004 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3031/stat : 3031 (java) R 3004 3004 15667 0 -1 4202560 31 0 0 0 71 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505541019248 140505717686688 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3032] ppid=3004 vsize=13801768 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3032/stat : 3032 (java) R 3004 3004 15667 0 -1 4202560 29 0 0 0 65 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505539971080 140505717553595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3033] ppid=3004 vsize=13801768 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3033/stat : 3033 (java) R 3004 3004 15667 0 -1 4202560 41 0 0 0 69 0 0 0 20 0 28 0 4411945 14133010432 54461 33554432000 4194304 4196468 140731037048576 140505538915856 140505717013068 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
Current children cumulated CPU time (s) 10.96
Current children cumulated vsize (KiB) 13811280

[startup+2.10147 s]
/proc/loadavg: 11.97 13.70 12.70 21/302 3033
/proc/meminfo: memFree=28480344/32770624 swapFree=5892/123080
[pid=3004] ppid=3001 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3004/stat : 3004 (xcsp3-exec) S 3001 3004 15667 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 4411849 9740288 346 33554432000 4194304 5098028 140733510647200 140733510645304 140141578121852 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 37093376 140733510653071 140733510653280 140733510653280 140733510655979 0
/proc/3004/statm: 2378 346 289 221 0 87 0
[pid=3005] ppid=3004 vsize=13801768 CPUtime=11.76 cores=1,3,5,7,9,11,13,15
/proc/3005/stat : 3005 (java) S 3004 3004 15667 0 -1 1077944320 16933 0 0 0 1158 18 0 0 20 0 28 0 4411849 14133010432 54539 33554432000 4194304 4196468 140731037048576 140731037031120 140506101870327 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
/proc/3005/statm: 3450442 54539 3238 1 0 3437675 0
[pid=3005/tid=3006] ppid=3004 vsize=13801768 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3006/stat : 3006 (java) S 3004 3004 15667 0 -1 1077944384 6854 0 0 0 88 4 0 0 20 0 28 0 4411849 14133010432 54539 33554432000 4194304 4196468 140731037048576 140506106111104 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3008] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3008/stat : 3008 (java) S 3004 3004 15667 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140506034006544 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3009] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3009/stat : 3009 (java) S 3004 3004 15667 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140506032954000 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3010] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3010/stat : 3010 (java) S 3004 3004 15667 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140506031900944 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3011] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3011/stat : 3011 (java) S 3004 3004 15667 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505697454480 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3012] ppid=3004 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3012/stat : 3012 (java) S 3004 3004 15667 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505696402448 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3013] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3013/stat : 3013 (java) S 3004 3004 15667 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505695349904 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3014] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3014/stat : 3014 (java) S 3004 3004 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505694296848 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3015] ppid=3004 vsize=13801768 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3015/stat : 3015 (java) S 3004 3004 15667 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 28 0 4411850 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505693244304 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3016] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3016/stat : 3016 (java) S 3004 3004 15667 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 4411853 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505631262960 140506101881474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3017] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3017/stat : 3017 (java) S 3004 3004 15667 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505630209184 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3018] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3018/stat : 3018 (java) S 3004 3004 15667 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 4411854 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505629156080 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3019] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3019/stat : 3019 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505560115152 140506101888923 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3020] ppid=3004 vsize=13801768 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3020/stat : 3020 (java) R 3004 3004 15667 0 -1 4202560 1902 0 0 0 131 0 0 0 20 0 28 0 4411858 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505559052640 140506094967187 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3021] ppid=3004 vsize=13801768 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3021/stat : 3021 (java) R 3004 3004 15667 0 -1 4202560 1793 0 0 0 127 0 0 0 20 0 28 0 4411858 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505557996080 140506087887793 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3022] ppid=3004 vsize=13801768 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3022/stat : 3022 (java) R 3004 3004 15667 0 -1 4202560 2339 0 0 0 143 0 0 0 20 0 28 0 4411858 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505556943776 140506081116175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3023] ppid=3004 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3023/stat : 3023 (java) S 3004 3004 15667 0 -1 1077944384 2135 0 0 0 71 0 0 0 20 0 28 0 4411858 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505555905136 140506101881474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3024] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3024/stat : 3024 (java) S 3004 3004 15667 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505554852320 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3025] ppid=3004 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3025/stat : 3025 (java) S 3004 3004 15667 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4411858 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505553799856 140506101881474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3026] ppid=3004 vsize=13801768 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3026/stat : 3026 (java) R 3004 3004 15667 0 -1 4202560 65 0 0 0 59 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505546284136 140505711227891 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3027] ppid=3004 vsize=13801768 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3027/stat : 3027 (java) S 3004 3004 15667 0 -1 1077944384 47 0 0 0 75 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505545234256 140506101880533 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3028] ppid=3004 vsize=13801768 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3028/stat : 3028 (java) R 3004 3004 15667 0 -1 4202560 40 0 0 0 59 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505544178816 140505717451099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3029] ppid=3004 vsize=13801768 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3029/stat : 3029 (java) R 3004 3004 15667 0 -1 4202560 53 0 0 0 93 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505543129192 140505716272725 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3030] ppid=3004 vsize=13801768 CPUtime=0.71 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3030/stat : 3030 (java) R 3004 3004 15667 0 -1 1077944384 39 0 0 0 71 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505542076016 140506101880533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3031] ppid=3004 vsize=13801768 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3031/stat : 3031 (java) R 3004 3004 15667 0 -1 4202560 31 0 0 0 77 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505541021928 140505717669577 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3032] ppid=3004 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3032/stat : 3032 (java) R 3004 3004 15667 0 -1 4202560 29 0 0 0 70 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505539964992 140505717013084 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
[pid=3005/tid=3033] ppid=3004 vsize=13801768 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/3005/task/3033/stat : 3033 (java) R 3004 3004 15667 0 -1 4202560 41 0 0 0 78 0 0 0 20 0 28 0 4411945 14133010432 54539 33554432000 4194304 4196468 140731037048576 140505538916432 140505717201290 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6770688 140731037054140 140731037054316 140731037054316 140731037056975 0
Current children cumulated CPU time (s) 11.76
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 2.14586
CPU time (s): 11.9713
CPU user time (s): 11.7853
CPU system time (s): 0.185998
CPU usage (%): 557.881
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7853
system time used= 0.185998
maximum resident set size= 219972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3298
involuntary context switches= 1194

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.022688 second user time and 0.038472 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-22 04:43:42
IDJOB=4248191
IDBENCH=133185
IDSOLVER=2625
FILE ID=node104/4248191-1500691422
RUNJOBID= node104-1500684128-16797
PBS_JOBID= 20623031
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-016.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248191-1500691422/watcher-4248191-1500691422 -o /tmp/evaluation-result-4248191-1500691422/solver-4248191-1500691422 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500684128-16797 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 469006687 HOME/instance-4248191-1500691422.xml

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

MD5SUM BENCH= 6d65a76f46cedd698fe2b492b618a08c
RANDOM SEED=469006687

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28625628 kB
MemAvailable:   28714212 kB
Buffers:          168048 kB
Cached:           184116 kB
SwapCached:          252 kB
Active:          3495032 kB
Inactive:         179396 kB
Active(anon):    3277144 kB
Inactive(anon):    56372 kB
Active(file):     217888 kB
Inactive(file):   123024 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:              7848 kB
Writeback:             0 kB
AnonPages:       3327568 kB
Mapped:            42580 kB
Shmem:              8772 kB
Slab:             161828 kB
SReclaimable:     127016 kB
SUnreclaim:        34812 kB
KernelStack:        5040 kB
PageTables:        12332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4586752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3160064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62000 MiB
End job on node104 at 2017-07-22 04:43:44