Trace number 4269696

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 4.0.5 seq (2017-08-09)SAT 976.14099 966.71698

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269696-1502849839/watcher-4269696-1502849839 -o /tmp/evaluation-result-4269696-1502849839/solver-4269696-1502849839 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1687422690 HOME/instance-4269696-1502849839.xml 

running on 4 cores: 0,2,4,6

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

solver pid=28396, runsolver pid=28393

[startup+0.100199 s]*
/proc/loadavg: 2.15 2.05 2.35 3/211 28406
/proc/meminfo: memFree=28679060/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13574484 memory=19668 CPUtime=0.03 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 4293 0 0 0 2 1 0 0 20 0 9 0 132490501 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3393621 4917 2105 1 0 3383118 0
[pid=28398/tid=28399] ppid=28396 vsize=13574484 memory=-8713483618642983523 CPUtime=0.03 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 2996 0 0 0 2 1 0 0 20 0 9 0 132490501 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404934266744 140404930053277 0 4 1 16800970 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 132490502 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13574484 memory=140165080573568 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 132490502 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 132490502 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 132490502 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13574484 memory=140165080573568 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 132490503 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 132490504 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404407412000 140404930041557 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 132490504 13900271616 4917 18446744073709551615 4194304 4196468 140726585860384 140404406359664 140404930041557 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 21048 KiB

[startup+0.210421 s]*
/proc/loadavg: 2.15 2.05 2.35 3/217 28412
/proc/meminfo: memFree=28670356/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13974352 memory=31440 CPUtime=0.17 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 6237 0 0 0 15 2 0 0 20 0 15 0 132490501 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3493588 7860 2962 1 0 3482964 0
[pid=28398/tid=28399] ppid=28396 vsize=13974352 memory=7311146985107750967 CPUtime=0.11 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 3580 0 0 0 10 1 0 0 20 0 15 0 132490501 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404934260248 140404911425085 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13974352 memory=12630 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13974352 memory=140165080599640 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132490502 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13974352 memory=140165080573568 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132490503 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132490504 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404407412000 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132490504 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404406359664 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28407] ppid=28396 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28407/stat : 28407 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490506 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404405307984 140404930049947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28408] ppid=28396 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28398/task/28408/stat : 28408 (java) R 28396 28396 4674 0 -1 4202560 523 0 0 0 1 0 0 0 20 0 15 0 132490506 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404404235736 140404910732839 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28409] ppid=28396 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28409/stat : 28409 (java) S 28396 28396 4674 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 15 0 132490506 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404403202032 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28410] ppid=28396 vsize=13974352 memory=140165080573568 CPUtime=0.03 cores=0,2,4,6
/proc/28398/task/28410/stat : 28410 (java) R 28396 28396 4674 0 -1 4202560 677 0 0 0 3 0 0 0 20 0 15 0 132490506 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404402145688 140404911405120 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28411] ppid=28396 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28411/stat : 28411 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490507 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404401097184 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28412] ppid=28396 vsize=13974352 memory=140165080573568 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28412/stat : 28412 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490510 14309736448 7860 18446744073709551615 4194304 4196468 140726585860384 140404400044976 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 32820 KiB

[startup+0.310729 s]*
/proc/loadavg: 2.15 2.05 2.35 4/217 28412
/proc/meminfo: memFree=28658240/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13978608 memory=40744 CPUtime=0.35 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 9851 0 0 0 32 3 0 0 20 0 15 0 132490501 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3494652 10186 3032 1 0 3482964 0
[pid=28398/tid=28399] ppid=28396 vsize=13978608 memory=-8774313645642428999 CPUtime=0.21 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 6968 0 0 0 19 2 0 0 20 0 15 0 132490501 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404934233152 140404914111838 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13978608 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132490502 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132490503 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132490504 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404407412000 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132490504 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404406359664 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28407] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28407/stat : 28407 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490506 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404405307984 140404930049947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28408] ppid=28396 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28398/task/28408/stat : 28408 (java) S 28396 28396 4674 0 -1 1077944384 560 0 0 0 3 0 0 0 20 0 15 0 132490506 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404404254832 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28409] ppid=28396 vsize=13978608 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28398/task/28409/stat : 28409 (java) S 28396 28396 4674 0 -1 1077944384 289 0 0 0 2 0 0 0 20 0 15 0 132490506 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404403202032 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28410] ppid=28396 vsize=13978608 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28398/task/28410/stat : 28410 (java) S 28396 28396 4674 0 -1 1077944384 732 0 0 0 8 0 0 0 20 0 15 0 132490506 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404402149744 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28411] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28411/stat : 28411 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490507 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404401097184 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28412] ppid=28396 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28412/stat : 28412 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490510 14314094592 10186 18446744073709551615 4194304 4196468 140726585860384 140404400044976 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 42124 KiB

[startup+0.700773 s]
/proc/loadavg: 2.15 2.05 2.35 6/217 28412
/proc/meminfo: memFree=28637944/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13978684 memory=90424 CPUtime=1.45 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 13254 0 0 0 140 5 0 0 20 0 15 0 132490501 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3494671 22606 3169 1 0 3482964 0
[pid=28398/tid=28399] ppid=28396 vsize=13978684 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 7909 0 0 0 55 3 0 0 20 0 15 0 132490501 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404934264912 140404911437650 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13978684 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13978684 memory=5712 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13978684 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490502 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13978684 memory=984 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132490502 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 132490503 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13978684 memory=1 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132490504 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404407412000 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132490504 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404406359664 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28407] ppid=28396 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28407/stat : 28407 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490506 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404405307984 140404930049947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28408] ppid=28396 vsize=13978684 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/28398/task/28408/stat : 28408 (java) R 28396 28396 4674 0 -1 4202560 1333 0 0 0 28 0 0 0 20 0 15 0 132490506 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404404242800 140404913528139 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28409] ppid=28396 vsize=13978684 memory=30 CPUtime=0.28 cores=0,2,4,6
/proc/28398/task/28409/stat : 28409 (java) R 28396 28396 4674 0 -1 4202560 1270 0 0 0 28 0 0 0 20 0 15 0 132490506 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404403192704 140404914930991 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28410] ppid=28396 vsize=13978684 memory=229 CPUtime=0.27 cores=0,2,4,6
/proc/28398/task/28410/stat : 28410 (java) S 28396 28396 4674 0 -1 1077944384 1435 0 0 0 27 0 0 0 20 0 15 0 132490506 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404402149744 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28411] ppid=28396 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28411/stat : 28411 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490507 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404401097184 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28412] ppid=28396 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28412/stat : 28412 (java) S 28396 28396 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132490510 14314172416 22606 18446744073709551615 4194304 4196468 140726585860384 140404400044976 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 91804 KiB

[startup+1.50161 s]
/proc/loadavg: 2.15 2.05 2.35 5/217 28412
/proc/meminfo: memFree=28506384/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13980732 memory=203812 CPUtime=4 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 17584 0 0 0 391 9 0 0 20 0 15 0 132490501 14316269568 50953 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3495183 50953 3218 1 0 3483476 0
[pid=28398/tid=28399] ppid=28396 vsize=13980732 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 8586 0 0 0 132 5 0 0 20 0 15 0 132490501 14316269568 50953 18446744073709551615 4194304 4196468 140726585860384 140404934266712 140404577534421 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13980732 memory=280329965511872 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490502 14316269568 50953 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13980732 memory=6944656575208382560 CPUtime=0.01 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 132490502 14316269568 50953 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13980732 memory=6933690287860520088 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 132490502 14316269568 50953 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13980732 memory=4570420747629852202 CPUtime=0 cores=0,2,4,6

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

/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1155 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13980732 memory=1628 CPUtime=0.32 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1204 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13980732 memory=-8774313645642428999 CPUtime=0.31 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 1005 0 0 0 21 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13980732 memory=1724 CPUtime=0.04 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 3134 0 0 0 2 2 0 0 20 0 15 0 132490503 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13980732 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404407412064 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13980732 memory=11056 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404406359680 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28407] ppid=28396 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28407/stat : 28407 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404405307984 140404930049947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28408] ppid=28396 vsize=13980732 memory=1380 CPUtime=3.73 cores=0,2,4,6
/proc/28398/task/28408/stat : 28408 (java) S 28396 28396 4674 0 -1 1077944384 16947 0 0 0 371 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404404254832 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28409] ppid=28396 vsize=13980732 memory=3164 CPUtime=3.33 cores=0,2,4,6
/proc/28398/task/28409/stat : 28409 (java) S 28396 28396 4674 0 -1 1077944384 15023 0 0 0 331 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404403202032 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28410] ppid=28396 vsize=13980732 memory=1380 CPUtime=0.85 cores=0,2,4,6
/proc/28398/task/28410/stat : 28410 (java) S 28396 28396 4674 0 -1 1077944384 9190 0 0 0 83 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404402149744 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28411] ppid=28396 vsize=13980732 memory=3572968 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28411/stat : 28411 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490507 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404401097184 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28412] ppid=28396 vsize=13980732 memory=1156 CPUtime=0.63 cores=0,2,4,6
/proc/28398/task/28412/stat : 28412 (java) S 28396 28396 4674 0 -1 1077944384 1199 0 0 0 31 32 0 0 20 0 15 0 132490510 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404400044976 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 974.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3574348 KiB

[startup+965.601 s]
/proc/loadavg: 2.13 2.06 2.17 3/216 28616
/proc/meminfo: memFree=27927796/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13980732 memory=3572968 CPUtime=974.99 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 79969 0 0 0 97380 119 0 0 20 0 15 0 132490501 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3495183 893242 3253 1 0 3483476 0
[pid=28398/tid=28399] ppid=28396 vsize=13980732 memory=-8774313645642428999 CPUtime=965.08 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 28834 0 0 0 96460 48 0 0 20 0 15 0 132490501 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404934270728 140404579189033 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13980732 memory=5712 CPUtime=0.3 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 943 0 0 0 21 9 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13980732 memory=796 CPUtime=0.32 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1155 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13980732 memory=984 CPUtime=0.32 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1204 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13980732 memory=1728 CPUtime=0.31 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 1005 0 0 0 21 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13980732 memory=4572 CPUtime=0.04 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 3134 0 0 0 2 2 0 0 20 0 15 0 132490503 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13980732 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404407412064 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13980732 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404406359680 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28407] ppid=28396 vsize=13980732 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28407/stat : 28407 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404405307984 140404930049947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28408] ppid=28396 vsize=13980732 memory=15880 CPUtime=3.73 cores=0,2,4,6
/proc/28398/task/28408/stat : 28408 (java) S 28396 28396 4674 0 -1 1077944384 16947 0 0 0 371 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404404254832 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28409] ppid=28396 vsize=13980732 memory=4048 CPUtime=3.33 cores=0,2,4,6
/proc/28398/task/28409/stat : 28409 (java) S 28396 28396 4674 0 -1 1077944384 15023 0 0 0 331 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404403202032 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28410] ppid=28396 vsize=13980732 memory=38604 CPUtime=0.85 cores=0,2,4,6
/proc/28398/task/28410/stat : 28410 (java) S 28396 28396 4674 0 -1 1077944384 9190 0 0 0 83 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404402149744 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28411] ppid=28396 vsize=13980732 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28411/stat : 28411 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490507 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404401097184 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28412] ppid=28396 vsize=13980732 memory=644 CPUtime=0.63 cores=0,2,4,6
/proc/28398/task/28412/stat : 28412 (java) S 28396 28396 4674 0 -1 1077944384 1199 0 0 0 31 32 0 0 20 0 15 0 132490510 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404400044976 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 974.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3574348 KiB

[startup+966.401 s]
/proc/loadavg: 2.04 2.04 2.16 3/216 28616
/proc/meminfo: memFree=27927796/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13980732 memory=3572968 CPUtime=975.79 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 79971 0 0 0 97460 119 0 0 20 0 15 0 132490501 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3495183 893242 3253 1 0 3483476 0
[pid=28398/tid=28399] ppid=28396 vsize=13980732 memory=3572968 CPUtime=965.88 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 28836 0 0 0 96540 48 0 0 20 0 15 0 132490501 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404934270728 140404579189052 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13980732 memory=2320 CPUtime=0.3 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 943 0 0 0 21 9 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13980732 memory=1724 CPUtime=0.32 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1155 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13980732 memory=2012 CPUtime=0.32 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1204 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13980732 memory=4148 CPUtime=0.31 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 1005 0 0 0 21 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13980732 memory=64656 CPUtime=0.04 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 3134 0 0 0 2 2 0 0 20 0 15 0 132490503 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13980732 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404407412064 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13980732 memory=2320 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404406359680 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28407] ppid=28396 vsize=13980732 memory=-3622645143214314312 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28407/stat : 28407 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404405307984 140404930049947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28408] ppid=28396 vsize=13980732 memory=1204 CPUtime=3.73 cores=0,2,4,6
/proc/28398/task/28408/stat : 28408 (java) S 28396 28396 4674 0 -1 1077944384 16947 0 0 0 371 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404404254832 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28409] ppid=28396 vsize=13980732 memory=15880 CPUtime=3.33 cores=0,2,4,6
/proc/28398/task/28409/stat : 28409 (java) S 28396 28396 4674 0 -1 1077944384 15023 0 0 0 331 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404403202032 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28410] ppid=28396 vsize=13980732 memory=4048 CPUtime=0.85 cores=0,2,4,6
/proc/28398/task/28410/stat : 28410 (java) S 28396 28396 4674 0 -1 1077944384 9190 0 0 0 83 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404402149744 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28411] ppid=28396 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28411/stat : 28411 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490507 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404401097184 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28412] ppid=28396 vsize=13980732 memory=2856 CPUtime=0.63 cores=0,2,4,6
/proc/28398/task/28412/stat : 28412 (java) S 28396 28396 4674 0 -1 1077944384 1199 0 0 0 31 32 0 0 20 0 15 0 132490510 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404400044976 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 975.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3574348 KiB

[startup+966.601 s]
/proc/loadavg: 2.04 2.04 2.16 3/216 28616
/proc/meminfo: memFree=27927796/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
[pid=28398] ppid=28396 vsize=13980732 memory=3572968 CPUtime=975.99 cores=0,2,4,6
/proc/28398/stat : 28398 (java) S 28396 28396 4674 0 -1 1077944320 79971 0 0 0 97480 119 0 0 20 0 15 0 132490501 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140726585842928 140404930031351 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
/proc/28398/statm: 3495183 893242 3253 1 0 3483476 0
[pid=28398/tid=28399] ppid=28396 vsize=13980732 memory=-8774313645642428999 CPUtime=966.08 cores=0,2,4,6
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 4674 0 -1 4202560 28836 0 0 0 96560 48 0 0 20 0 15 0 132490501 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404934270728 140404577001501 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28400] ppid=28396 vsize=13980732 memory=64656 CPUtime=0.3 cores=0,2,4,6
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 4674 0 -1 1077944384 943 0 0 0 21 9 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404529908112 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28401] ppid=28396 vsize=13980732 memory=1296 CPUtime=0.32 cores=0,2,4,6
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 4674 0 -1 1077944384 1155 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404528855312 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28402] ppid=28396 vsize=13980732 memory=2320 CPUtime=0.32 cores=0,2,4,6
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 4674 0 -1 1077944384 1204 0 0 0 22 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404527803024 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28403] ppid=28396 vsize=13980732 memory=-8774313645642428999 CPUtime=0.31 cores=0,2,4,6
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 4674 0 -1 1077944384 1005 0 0 0 21 10 0 0 20 0 15 0 132490502 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404526750224 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28404] ppid=28396 vsize=13980732 memory=2012 CPUtime=0.04 cores=0,2,4,6
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 4674 0 -1 1077944384 3134 0 0 0 2 2 0 0 20 0 15 0 132490503 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404408466032 140404930042498 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28405] ppid=28396 vsize=13980732 memory=11056 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404407412064 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28406] ppid=28396 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28406/stat : 28406 (java) S 28396 28396 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 132490504 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404406359680 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28407] ppid=28396 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28407/stat : 28407 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404405307984 140404930049947 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28408] ppid=28396 vsize=13980732 memory=3572968 CPUtime=3.73 cores=0,2,4,6
/proc/28398/task/28408/stat : 28408 (java) S 28396 28396 4674 0 -1 1077944384 16947 0 0 0 371 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404404254832 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28409] ppid=28396 vsize=13980732 memory=2244 CPUtime=3.33 cores=0,2,4,6
/proc/28398/task/28409/stat : 28409 (java) S 28396 28396 4674 0 -1 1077944384 15023 0 0 0 331 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404403202032 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28410] ppid=28396 vsize=13980732 memory=4288 CPUtime=0.85 cores=0,2,4,6
/proc/28398/task/28410/stat : 28410 (java) S 28396 28396 4674 0 -1 1077944384 9190 0 0 0 83 2 0 0 20 0 15 0 132490506 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404402149744 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28411] ppid=28396 vsize=13980732 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/28398/task/28411/stat : 28411 (java) S 28396 28396 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132490507 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404401097184 140404930041557 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
[pid=28398/tid=28412] ppid=28396 vsize=13980732 memory=1724 CPUtime=0.63 cores=0,2,4,6
/proc/28398/task/28412/stat : 28412 (java) S 28396 28396 4674 0 -1 1077944384 1199 0 0 0 31 32 0 0 20 0 15 0 132490510 14316269568 893242 18446744073709551615 4194304 4196468 140726585860384 140404400044976 140404930042498 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 6725632 140726585868721 140726585868897 140726585868897 140726585872335 0
Current children cumulated CPU time: 975.99 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3574348 KiB

[startup+966.701 s]
/proc/loadavg: 2.04 2.04 2.16 3/216 28616
/proc/meminfo: memFree=27927796/32770624 swapFree=67108764/67108860
[pid=28396] ppid=28393 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/28396/stat : 28396 (xcsp3-exec) S 28393 28396 4674 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 132490495 9740288 345 18446744073709551615 4194304 5098028 140726862927072 140726862925176 140234139411068 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 37793792 140726862930296 140726862930501 140726862930501 140726862933995 0
/proc/28396/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

Child status: 0
Real time (s): 966.717
CPU time (s): 976.141
CPU user time (s): 974.925
CPU system time (s): 1.21544
CPU usage (%): 100.975
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3574348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 974.925
system time used= 1.21544
maximum resident set size= 3573380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83751
page faults= 0
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24451
involuntary context switches= 770


# summary of solver processes directly reported to runsolver:
#   pid: 28396
#   total CPU time (s): 976.141
#   total CPU user time (s): 974.925
#   total CPU system time (s): 1.21544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78376 second user time and 9.86114 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-16 04:03:26
IDJOB=4269696
IDBENCH=138779
IDSOLVER=2660
FILE ID=node134/4269696-1502849839
RUNJOBID= node134-1502649032-24470
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
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-4269696-1502849839/watcher-4269696-1502849839 -o /tmp/evaluation-result-4269696-1502849839/solver-4269696-1502849839 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502649032-24470 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1687422690 HOME/instance-4269696-1502849839.xml

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

MD5SUM BENCH= aa794b13577ab4fe7ac8dae6d6ffdfc7
RANDOM SEED=1687422690

node134.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:        28687440 kB
MemAvailable:   29011112 kB
Buffers:          289984 kB
Cached:           336876 kB
SwapCached:            4 kB
Active:          3361584 kB
Inactive:         265972 kB
Active(anon):    2947928 kB
Inactive(anon):   102676 kB
Active(file):     413656 kB
Inactive(file):   163296 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              8520 kB
Writeback:             0 kB
AnonPages:       3000452 kB
Mapped:            74388 kB
Shmem:             49756 kB
Slab:             151940 kB
SReclaimable:     125112 kB
SUnreclaim:        26828 kB
KernelStack:        3520 kB
PageTables:        10928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5030440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2889728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node134 at 2017-08-16 04:19:33