Trace number 4283916

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
choco-solver 5a (2017-08-18)SAT 563.521 545.03497

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0200-m1.xml
MD5SUMaa794b13577ab4fe7ac8dae6d6ffdfc7
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 benchmark12.7624
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19901
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":200}]
Minimum variable degree200
Maximum variable degree200
Distribution of variable degrees[{"degree":200,"count":200}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":19900},{"arity":200,"count":1}]
Number of extensional constraints0
Number of intensional constraints19900
Distribution of constraint types[{"type":"intension","count":19900},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283916-1503222846.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4283916-1503222846.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
4.85/1.78	c solve instance...
563.36/545.00	s SATISFIABLE
563.36/545.00	v <instantiation>
563.36/545.00	v 	<list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] q[50] q[51] q[52] q[53] q[54] q[55] q[56] q[57] q[58] q[59] q[60] q[61] q[62] q[63] q[64] q[65] q[66] q[67] q[68] q[69] q[70] q[71] q[72] q[73] q[74] q[75] q[76] q[77] q[78] q[79] q[80] q[81] q[82] q[83] q[84] q[85] q[86] q[87] q[88] q[89] q[90] q[91] q[92] q[93] q[94] q[95] q[96] q[97] q[98] q[99] q[100] q[101] q[102] q[103] q[104] q[105] q[106] q[107] q[108] q[109] q[110] q[111] q[112] q[113] q[114] q[115] q[116] q[117] q[118] q[119] q[120] q[121] q[122] q[123] q[124] q[125] q[126] q[127] q[128] q[129] q[130] q[131] q[132] q[133] q[134] q[135] q[136] q[137] q[138] q[139] q[140] q[141] q[142] q[143] q[144] q[145] q[146] q[147] q[148] q[149] q[150] q[151] q[152] q[153] q[154] q[155] q[156] q[157] q[158] q[159] q[160] q[161] q[162] q[163] q[164] q[165] q[166] q[167] q[168] q[169] q[170] q[171] q[172] q[173] q[174] q[175] q[176] q[177] q[178] q[179] q[180] q[181] q[182] q[183] q[184] q[185] q[186] q[187] q[188] q[189] q[190] q[191] q[192] q[193] q[194] q[195] q[196] q[197] q[198] q[199] </list>
563.36/545.00	v 	<values>165 102 135 173 178 94 99 185 167 56 90 25 30 89 145 80 31 81 75 78 70 62 41 59 64 67 1 79 34 57 84 65 52 44 46 43 49 54 38 55 61 63 45 32 28 68 71 73 131 9 21 19 16 119 159 115 100 110 127 121 130 132 150 137 109 4 13 7 5 136 133 192 194 187 15 106 196 112 108 2 104 175 179 174 113 162 164 168 170 77 169 163 148 195 198 146 180 140 147 191 139 188 197 199 189 97 181 193 98 182 142 138 105 82 116 183 149 87 60 156 166 176 160 48 172 14 184 8 10 190 103 107 141 111 101 91 117 88 23 125 134 128 85 26 123 18 6 124 122 129 86 95 39 151 126 93 72 50 76 154 0 171 144 66 161 114 157 53 83 74 92 51 96 69 58 12 40 11 20 35 3 42 36 27 47 24 29 37 33 22 186 17 177 155 120 158 153 143 118 152 </values>
563.36/545.00	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283916-1503222846/watcher-4283916-1503222846 -o /tmp/evaluation-result-4283916-1503222846/solver-4283916-1503222846 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503215340-8906 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 924296085 HOME/instance-4283916-1503222846.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=10524, runsolver pid=10521
Current StackSize limit: 8192 KiB


[startup+0.100144 s]*
/proc/loadavg: 2.42 2.00 1.69 3/217 10540
/proc/meminfo: memFree=21057800/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13978596 memory=28092 CPUtime=0.12 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 5396 0 0 0 11 1 0 0 20 0 15 0 155372299 14314082304 7023 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3494649 7023 2871 1 0 3482966 0
[pid=10526/tid=10527] ppid=10524 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) R 10524 10524 3809 0 -1 4202560 3327 0 0 0 8 1 0 0 20 0 15 0 155372299 14314082304 7023 33554432000 4194304 4196468 140725419739328 140163423120608 140163402974558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14314082304 7023 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13978596 memory=140549574465152 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14314082304 7023 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14314082304 7023 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155372300 14314082304 7023 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13978596 memory=140549574465152 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155372301 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162398116464 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155372302 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162397062432 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155372302 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162396010096 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10535] ppid=10524 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10535/stat : 10535 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162394958416 140163418912667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) S 10524 10524 3809 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 155372304 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162393905264 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) S 10524 10524 3809 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 155372304 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162392852464 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13978596 memory=140549574465152 CPUtime=0.01 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) S 10524 10524 3809 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 15 0 155372304 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162391800176 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10540] ppid=10524 vsize=13978596 memory=140549574465152 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10540/stat : 10540 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372305 14314082304 7023 33554432000 4194304 4196468 140725419739328 140162389695408 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29472 KiB

[startup+0.210868 s]*
/proc/loadavg: 2.42 2.00 1.69 3/217 10540
/proc/meminfo: memFree=21046340/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13982852 memory=40600 CPUtime=0.34 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 8270 0 0 0 31 3 0 0 20 0 15 0 155372299 14318440448 10150 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3495713 10150 3076 1 0 3482966 0
[pid=10526/tid=10527] ppid=10524 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) R 10524 10524 3809 0 -1 4202560 5377 0 0 0 18 2 0 0 20 0 15 0 155372299 14318440448 10150 33554432000 4194304 4196468 140725419739328 140163423121744 140163411572085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13982852 memory=8944 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 10150 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13982852 memory=140549574475935 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 10150 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 10150 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 10150 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13982852 memory=140549574465152 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155372301 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162398116464 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155372302 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162397062432 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155372302 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162396010096 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10535] ppid=10524 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10535/stat : 10535 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162394958416 140163418912667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) S 10524 10524 3809 0 -1 1077944384 472 0 0 0 3 0 0 0 20 0 15 0 155372304 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162393905264 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) R 10524 10524 3809 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 15 0 155372304 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162392852464 140163418905218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13982852 memory=140549574465152 CPUtime=0.08 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) S 10524 10524 3809 0 -1 1077944384 777 0 0 0 8 0 0 0 20 0 15 0 155372304 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162391800176 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10540] ppid=10524 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10540/stat : 10540 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372305 14318440448 10150 33554432000 4194304 4196468 140725419739328 140162389695408 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41980 KiB

[startup+0.319081 s]*
/proc/loadavg: 2.42 2.00 1.69 5/217 10540
/proc/meminfo: memFree=21039144/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13982852 memory=47712 CPUtime=0.55 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 9073 0 0 0 51 4 0 0 20 0 15 0 155372299 14318440448 11928 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3495713 11928 3128 1 0 3482966 0
[pid=10526/tid=10527] ppid=10524 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) R 10524 10524 3809 0 -1 4202560 5903 0 0 0 28 2 0 0 20 0 15 0 155372299 14318440448 11928 33554432000 4194304 4196468 140725419739328 140163423130032 140163055422289 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 11928 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 11928 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 11928 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155372300 14318440448 11928 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155372301 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162398116464 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155372302 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162397062432 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155372302 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162396010096 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10535] ppid=10524 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10535/stat : 10535 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162394958416 140163418912667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13982852 memory=7100839887185294217 CPUtime=0.05 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) S 10524 10524 3809 0 -1 1077944384 540 0 0 0 5 0 0 0 20 0 15 0 155372304 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162393895056 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) R 10524 10524 3809 0 -1 1077944384 416 0 0 0 3 0 0 0 20 0 15 0 155372304 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162392852464 140163418905218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13982852 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) R 10524 10524 3809 0 -1 4202560 921 0 0 0 14 0 0 0 20 0 15 0 155372304 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162391795904 140163418906006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10540] ppid=10524 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10540/stat : 10540 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372305 14318440448 11928 33554432000 4194304 4196468 140725419739328 140162389695408 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49092 KiB

[startup+0.711042 s]
/proc/loadavg: 2.42 2.00 1.69 4/217 10540
/proc/meminfo: memFree=21015880/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13982928 memory=128876 CPUtime=1.75 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 12495 0 0 0 170 5 0 0 20 0 15 0 155372299 14318518272 32219 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3495732 32219 3196 1 0 3482966 0
[pid=10526/tid=10527] ppid=10524 vsize=13982928 memory=1728 CPUtime=0.68 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) R 10524 10524 3809 0 -1 4202560 6221 0 0 0 65 3 0 0 20 0 15 0 155372299 14318518272 32219 33554432000 4194304 4196468 140725419739328 140163423130048 140163418906006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13982928 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318518272 32219 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13982928 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318518272 32219 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13982928 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372300 14318518272 32219 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13982928 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 155372300 14318518272 32219 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13982928 memory=8616 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 155372301 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162398116464 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13982928 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 155372302 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162397062432 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13982928 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 155372302 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162396010096 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10535] ppid=10524 vsize=13982928 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10535/stat : 10535 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162394958416 140163418912667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13982928 memory=11112 CPUtime=0.39 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) R 10524 10524 3809 0 -1 4202560 1702 0 0 0 39 0 0 0 20 0 15 0 155372304 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162393903952 140163403792447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13982928 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) R 10524 10524 3809 0 -1 4202560 1811 0 0 0 38 0 0 0 20 0 15 0 155372304 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162392833480 140163403817385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13982928 memory=1420 CPUtime=0.27 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) S 10524 10524 3809 0 -1 1077944384 1454 0 0 0 27 0 0 0 20 0 15 0 155372304 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162391800176 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13982928 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10540] ppid=10524 vsize=13982928 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10540/stat : 10540 (java) S 10524 10524 3809 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 155372305 14318518272 32219 33554432000 4194304 4196468 140725419739328 140162389695408 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 130256 KiB

[startup+1.50109 s]
/proc/loadavg: 2.42 2.00 1.69 6/217 10540
/proc/meminfo: memFree=20891332/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0

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

[startup+542.401 s]
/proc/loadavg: 2.00 2.02 1.84 3/217 10557
/proc/meminfo: memFree=17401768/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13984976 memory=3540376 CPUtime=560.86 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 116738 0 0 0 55905 181 0 0 20 0 15 0 155372299 14320615424 885094 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3496244 885094 3294 1 0 3483478 0
[pid=10526/tid=10527] ppid=10524 vsize=13984976 memory=2428 CPUtime=539.84 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) R 10524 10524 3809 0 -1 4202560 39541 0 0 0 53946 38 0 0 20 0 15 0 155372299 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163423130184 140163061396098 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13984976 memory=1728 CPUtime=1.87 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 2546 0 0 0 158 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13984976 memory=1380 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 2509 0 0 0 156 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13984976 memory=3540376 CPUtime=1.86 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 4535 0 0 0 157 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13984976 memory=1380 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 3697 0 0 0 156 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13984976 memory=3540376 CPUtime=0.66 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 4787 0 0 0 65 1 0 0 20 0 15 0 155372301 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162398116464 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 155372302 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162397062496 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 155372302 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162396010112 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10535] ppid=10524 vsize=13984976 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10535/stat : 10535 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162394958416 140163418912667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13984976 memory=1228 CPUtime=5.83 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) S 10524 10524 3809 0 -1 1077944384 25685 0 0 0 580 3 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162393905264 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13984976 memory=1420 CPUtime=5.6 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) S 10524 10524 3809 0 -1 1077944384 20711 0 0 0 557 3 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162392852464 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13984976 memory=15876 CPUtime=1.11 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) S 10524 10524 3809 0 -1 1077944384 10349 0 0 0 109 2 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162391800176 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13984976 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10540] ppid=10524 vsize=13984976 memory=23884 CPUtime=0.28 cores=1,3,5,7
/proc/10526/task/10540/stat : 10540 (java) S 10524 10524 3809 0 -1 1077944384 1042 0 0 0 11 17 0 0 20 0 15 0 155372305 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162389695408 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 560.86 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3541756 KiB

[startup+544.001 s]*
/proc/loadavg: 2.00 2.02 1.84 3/217 10557
/proc/meminfo: memFree=17401892/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13984976 memory=3540376 CPUtime=562.47 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 116745 0 0 0 56066 181 0 0 20 0 15 0 155372299 14320615424 885094 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3496244 885094 3294 1 0 3483478 0
[pid=10526/tid=10527] ppid=10524 vsize=13984976 memory=6791534058613427641 CPUtime=541.45 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) R 10524 10524 3809 0 -1 4202560 39548 0 0 0 54107 38 0 0 20 0 15 0 155372299 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163423130184 140163062043998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13984976 memory=4126316290023845779 CPUtime=1.87 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 2546 0 0 0 158 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13984976 memory=1384 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 2509 0 0 0 156 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13984976 memory=2924464 CPUtime=1.86 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 4535 0 0 0 157 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13984976 memory=1160 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 3697 0 0 0 156 29 0 0 20 0 15 0 155372300 14320615424 885094 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13984976 memory=6791534058613427641 CPUtime=0.66 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 4787 0 0 0 65 1 0 0 20 0 15 0 155372301 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162398116464 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13984976 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 155372302 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162397062496 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13984976 memory=952 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 155372302 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162396010112 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10535] ppid=10524 vsize=13984976 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10535/stat : 10535 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162394958416 140163418912667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13984976 memory=1580 CPUtime=5.83 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) S 10524 10524 3809 0 -1 1077944384 25685 0 0 0 580 3 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162393905264 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13984976 memory=928 CPUtime=5.6 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) S 10524 10524 3809 0 -1 1077944384 20711 0 0 0 557 3 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162392852464 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13984976 memory=2240 CPUtime=1.11 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) S 10524 10524 3809 0 -1 1077944384 10349 0 0 0 109 2 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162391800176 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10540] ppid=10524 vsize=13984976 memory=2196 CPUtime=0.28 cores=1,3,5,7
/proc/10526/task/10540/stat : 10540 (java) S 10524 10524 3809 0 -1 1077944384 1042 0 0 0 11 17 0 0 20 0 15 0 155372305 14320615424 885094 33554432000 4194304 4196468 140725419739328 140162389695408 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 562.47 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3541756 KiB

[startup+544.801 s]
/proc/loadavg: 2.00 2.02 1.84 3/217 10557
/proc/meminfo: memFree=17401892/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13984976 memory=3544472 CPUtime=563.26 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 116991 0 0 0 56145 181 0 0 20 0 15 0 155372299 14320615424 886118 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3496244 886118 3294 1 0 3483478 0
[pid=10526/tid=10527] ppid=10524 vsize=13984976 memory=3540376 CPUtime=542.24 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) R 10524 10524 3809 0 -1 4202560 39794 0 0 0 54186 38 0 0 20 0 15 0 155372299 14320615424 886118 33554432000 4194304 4196468 140725419739328 140163423130184 140163062835158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13984976 memory=1296 CPUtime=1.87 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 2546 0 0 0 158 29 0 0 20 0 15 0 155372300 14320615424 886118 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13984976 memory=2428 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 2509 0 0 0 156 29 0 0 20 0 15 0 155372300 14320615424 886118 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13984976 memory=1728 CPUtime=1.86 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 4535 0 0 0 157 29 0 0 20 0 15 0 155372300 14320615424 886118 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13984976 memory=6791534058613427641 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 3697 0 0 0 156 29 0 0 20 0 15 0 155372300 14320615424 886118 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13984976 memory=3540376 CPUtime=0.66 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 4787 0 0 0 65 1 0 0 20 0 15 0 155372301 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162398116464 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13984976 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 155372302 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162397062496 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 155372302 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162396010112 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10535] ppid=10524 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10535/stat : 10535 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162394958416 140163418912667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13984976 memory=3540376 CPUtime=5.83 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) S 10524 10524 3809 0 -1 1077944384 25685 0 0 0 580 3 0 0 20 0 15 0 155372304 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162393905264 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13984976 memory=6791534058613427641 CPUtime=5.6 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) S 10524 10524 3809 0 -1 1077944384 20711 0 0 0 557 3 0 0 20 0 15 0 155372304 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162392852464 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13984976 memory=4126316290023845779 CPUtime=1.11 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) S 10524 10524 3809 0 -1 1077944384 10349 0 0 0 109 2 0 0 20 0 15 0 155372304 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162391800176 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 155372304 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10540] ppid=10524 vsize=13984976 memory=11112 CPUtime=0.28 cores=1,3,5,7
/proc/10526/task/10540/stat : 10540 (java) S 10524 10524 3809 0 -1 1077944384 1042 0 0 0 11 17 0 0 20 0 15 0 155372305 14320615424 886118 33554432000 4194304 4196468 140725419739328 140162389695408 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 563.26 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3545852 KiB

[startup+545.001 s]*
/proc/loadavg: 2.00 2.02 1.84 4/217 10557
/proc/meminfo: memFree=17393700/32770624 swapFree=67108860/67108860
[pid=10524] ppid=10521 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (xcsp3-exec) S 10521 10524 3809 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 155372299 9740288 345 33554432000 4194304 5098028 140733546974304 140733546972408 140596704510588 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 37679104 140733546976367 140733546976571 140733546976571 140733546979307 0
/proc/10524/statm: 2378 345 289 221 0 87 0
[pid=10526] ppid=10524 vsize=13984976 memory=3548648 CPUtime=563.49 cores=1,3,5,7
/proc/10526/stat : 10526 (java) S 10524 10524 3809 0 -1 1077944320 118116 0 0 0 56168 181 0 0 20 0 13 0 155372299 14320615424 887162 33554432000 4194304 4196468 140725419739328 140725419721872 140163418894071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
/proc/10526/statm: 3496244 887162 3297 1 0 3483478 0
[pid=10526/tid=10527] ppid=10524 vsize=13984976 memory=6791534058613427641 CPUtime=542.44 cores=1,3,5,7
/proc/10526/task/10527/stat : 10527 (java) S 10524 10524 3809 0 -1 1077944384 40494 0 0 0 54206 38 0 0 20 0 13 0 155372299 14320615424 887162 33554432000 4194304 4196468 140725419739328 140163423136912 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10528] ppid=10524 vsize=13984976 memory=4126316290023845779 CPUtime=1.87 cores=1,3,5,7
/proc/10526/task/10528/stat : 10528 (java) S 10524 10524 3809 0 -1 1077944384 2546 0 0 0 158 29 0 0 20 0 13 0 155372300 14320615424 887162 33554432000 4194304 4196468 140725419739328 140163375446416 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10529] ppid=10524 vsize=13984976 memory=8040 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10529/stat : 10529 (java) S 10524 10524 3809 0 -1 1077944384 2509 0 0 0 156 29 0 0 20 0 13 0 155372300 14320615424 887162 33554432000 4194304 4196468 140725419739328 140163374393616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10530] ppid=10524 vsize=13984976 memory=840 CPUtime=1.86 cores=1,3,5,7
/proc/10526/task/10530/stat : 10530 (java) S 10524 10524 3809 0 -1 1077944384 4535 0 0 0 157 29 0 0 20 0 13 0 155372300 14320615424 887162 33554432000 4194304 4196468 140725419739328 140163373341328 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10531] ppid=10524 vsize=13984976 memory=1380 CPUtime=1.85 cores=1,3,5,7
/proc/10526/task/10531/stat : 10531 (java) S 10524 10524 3809 0 -1 1077944384 3697 0 0 0 156 29 0 0 20 0 13 0 155372300 14320615424 887162 33554432000 4194304 4196468 140725419739328 140163011766800 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10532] ppid=10524 vsize=13984976 memory=3540376 CPUtime=0.66 cores=1,3,5,7
/proc/10526/task/10532/stat : 10532 (java) S 10524 10524 3809 0 -1 1077944384 4787 0 0 0 65 1 0 0 20 0 13 0 155372301 14320615424 887162 33554432000 4194304 4196468 140725419739328 140162398116672 140163418905218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10533] ppid=10524 vsize=13984976 memory=23884 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10533/stat : 10533 (java) S 10524 10524 3809 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 13 0 155372302 14320615424 887162 33554432000 4194304 4196468 140725419739328 140162397062496 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10534] ppid=10524 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10534/stat : 10534 (java) S 10524 10524 3809 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 13 0 155372302 14320615424 887162 33554432000 4194304 4196468 140725419739328 140162396010112 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10536] ppid=10524 vsize=13984976 memory=43132 CPUtime=5.83 cores=1,3,5,7
/proc/10526/task/10536/stat : 10536 (java) S 10524 10524 3809 0 -1 1077944384 25858 0 0 0 580 3 0 0 20 0 13 0 155372304 14320615424 887162 33554432000 4194304 4196468 140725419739328 140162393905264 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10537] ppid=10524 vsize=13984976 memory=1296 CPUtime=5.62 cores=1,3,5,7
/proc/10526/task/10537/stat : 10537 (java) S 10524 10524 3809 0 -1 1077944384 20739 0 0 0 559 3 0 0 20 0 13 0 155372304 14320615424 887162 33554432000 4194304 4196468 140725419739328 140162392852464 140163418905218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10538] ppid=10524 vsize=13984976 memory=2428 CPUtime=1.12 cores=1,3,5,7
/proc/10526/task/10538/stat : 10538 (java) S 10524 10524 3809 0 -1 1077944384 10537 0 0 0 110 2 0 0 20 0 13 0 155372304 14320615424 887162 33554432000 4194304 4196468 140725419739328 140162391795552 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
[pid=10526/tid=10539] ppid=10524 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/10526/task/10539/stat : 10539 (java) S 10524 10524 3809 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 155372304 14320615424 887162 33554432000 4194304 4196468 140725419739328 140162390747616 140163418904277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31948800 140725419742359 140725419742535 140725419742535 140725419745231 0
Current children cumulated CPU time: 563.49 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3550028 KiB

Child status: 0
Real time (s): 545.035
CPU time (s): 563.521
CPU user time (s): 561.683
CPU system time (s): 1.83784
CPU usage (%): 103.392
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 3550028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 561.683
system time used= 1.83784
maximum resident set size= 3548884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118687
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16325
involuntary context switches= 381


# summary of solver processes directly reported to runsolver:
#   pid: 10524
#   total CPU time (s): 563.521
#   total CPU user time (s): 561.683
#   total CPU system time (s): 1.83784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.25407 second user time and 5.72041 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-20 11:39:46
IDJOB=4283916
IDBENCH=138779
IDSOLVER=2679
FILE ID=node104/4283916-1503222846
RUNJOBID= node104-1503215340-8906
PBS_JOBID= 20630870
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0200-m1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283916-1503222846/watcher-4283916-1503222846 -o /tmp/evaluation-result-4283916-1503222846/solver-4283916-1503222846 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1503215340-8906 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 924296085 HOME/instance-4283916-1503222846.xml

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

MD5SUM BENCH= aa794b13577ab4fe7ac8dae6d6ffdfc7
RANDOM SEED=924296085

node104.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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21075032 kB
MemAvailable:   29183276 kB
Buffers:          282048 kB
Cached:          8103868 kB
SwapCached:            0 kB
Active:          6091620 kB
Inactive:        5124596 kB
Active(anon):    2832796 kB
Inactive(anon):    33220 kB
Active(file):    3258824 kB
Inactive(file):  5091376 kB
Unevictable:        7800 kB
Mlocked:            7800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8384 kB
Writeback:             0 kB
AnonPages:       2849792 kB
Mapped:            64388 kB
Shmem:             33420 kB
Slab:             174156 kB
SReclaimable:     147760 kB
SUnreclaim:        26396 kB
KernelStack:        3648 kB
PageTables:        11172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5059160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2725888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61712 MiB
End job on node104 at 2017-08-20 11:48:51