Trace number 4405837

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 2019-09-24SAT 322.567 312.438

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405837-1569412963/watcher-4405837-1569412963 -o /tmp/evaluation-result-4405837-1569412963/solver-4405837-1569412963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1569407822-5223 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 983728424 HOME/instance-4405837-1569412963.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=6328, runsolver pid=6325

[startup+0.101388 s]*
/proc/loadavg: 1.83 1.81 1.77 5/230 6344
/proc/meminfo: memFree=25447628/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15144776 memory=29648 CPUtime=0.13 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 5845 0 0 0 12 1 0 0 20 0 15 0 517561083 15508250624 7412 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3786194 7412 3145 1 0 3748377 0
[pid=6330/tid=6331] ppid=6328 vsize=15144776 memory=8180089925722843723 CPUtime=0.08 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 3749 0 0 0 8 0 0 0 20 0 15 0 517561083 15508250624 7412 33554432000 4194304 4196468 140734795467184 140340286360416 140340282150294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 7412 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15144776 memory=140355324606080 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 7412 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 7412 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 7412 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15144776 memory=140355324606080 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517561085 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517561086 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339749475104 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517561086 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339748422768 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) S 6328 6328 5192 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 15 0 517561088 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339746318960 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) S 6328 6328 5192 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 517561088 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339745266160 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15144776 memory=140355324606080 CPUtime=0.02 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) R 6328 6328 5192 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 517561088 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339744213872 140340260671611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15144776 memory=140355324606080 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561089 15508250624 7412 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31096 KiB

[startup+0.21083 s]*
/proc/loadavg: 1.83 1.81 1.77 3/230 6344
/proc/meminfo: memFree=25435028/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15144776 memory=41108 CPUtime=0.34 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 9445 0 0 0 31 3 0 0 20 0 15 0 517561083 15508250624 10277 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3786194 10277 3320 1 0 3748377 0
[pid=6330/tid=6331] ppid=6328 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 6638 0 0 0 18 2 0 0 20 0 15 0 517561083 15508250624 10277 33554432000 4194304 4196468 140734795467184 140340286368080 140340282150294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15144776 memory=9780 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 10277 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15144776 memory=140355328098294 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 10277 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 10277 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517561084 15508250624 10277 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15144776 memory=140355324606080 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517561085 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517561086 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339749475104 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517561086 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339748422768 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) S 6328 6328 5192 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 517561088 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339746318960 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) S 6328 6328 5192 0 -1 1077944384 229 0 0 0 2 0 0 0 20 0 15 0 517561088 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339745266160 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15144776 memory=140355324606080 CPUtime=0.08 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) R 6328 6328 5192 0 -1 4202560 743 0 0 0 8 0 0 0 20 0 15 0 517561088 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339744213680 140340274375486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561089 15508250624 10277 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42556 KiB

[startup+0.310663 s]*
/proc/loadavg: 1.83 1.81 1.77 5/230 6344
/proc/meminfo: memFree=25429708/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15149032 memory=49856 CPUtime=0.53 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 10846 0 0 0 49 4 0 0 20 0 15 0 517561083 15512608768 12464 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3787258 12464 3367 1 0 3748377 0
[pid=6330/tid=6331] ppid=6328 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 7803 0 0 0 27 3 0 0 20 0 15 0 517561083 15512608768 12464 33554432000 4194304 4196468 140734795467184 140340286364976 140340266218846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15512608768 12464 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15512608768 12464 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15512608768 12464 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517561084 15512608768 12464 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517561085 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517561086 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339749475104 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517561086 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339748422768 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15149032 memory=-8412656567168561567 CPUtime=0.03 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) S 6328 6328 5192 0 -1 1077944384 576 0 0 0 3 0 0 0 20 0 15 0 517561088 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339746318960 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) R 6328 6328 5192 0 -1 4202560 333 0 0 0 5 0 0 0 20 0 15 0 517561088 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339745256544 140340261384618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) S 6328 6328 5192 0 -1 1077944384 849 0 0 0 12 0 0 0 20 0 15 0 517561088 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339744213872 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561089 15512608768 12464 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51304 KiB

[startup+0.700836 s]
/proc/loadavg: 1.83 1.81 1.77 5/230 6344
/proc/meminfo: memFree=25406260/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15151156 memory=110024 CPUtime=1.7 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 14508 0 0 0 165 5 0 0 20 0 15 0 517561083 15514783744 27506 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3787789 27506 3446 1 0 3748889 0
[pid=6330/tid=6331] ppid=6328 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 8327 0 0 0 64 3 0 0 20 0 15 0 517561083 15514783744 27506 33554432000 4194304 4196468 140734795467184 140340286372240 140339888578112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15151156 memory=65024 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15514783744 27506 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15514783744 27506 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561084 15514783744 27506 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15151156 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517561084 15514783744 27506 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15151156 memory=9396 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517561085 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15151156 memory=656 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339749475104 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15151156 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339748422768 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15151156 memory=1712 CPUtime=0.35 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) R 6328 6328 5192 0 -1 4202560 1825 0 0 0 35 0 0 0 20 0 15 0 517561088 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339746299976 140340274855322 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15151156 memory=1204 CPUtime=0.36 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) R 6328 6328 5192 0 -1 4202560 1371 0 0 0 36 0 0 0 20 0 15 0 517561088 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339745251232 140340263659708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15151156 memory=1072 CPUtime=0.29 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) S 6328 6328 5192 0 -1 1077944384 1679 0 0 0 29 0 0 0 20 0 15 0 517561088 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339744213872 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15151156 memory=6220 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15151156 memory=1544 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517561089 15514783744 27506 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111472 KiB

[startup+1.50645 s]
/proc/loadavg: 1.83 1.81 1.77 5/230 6344
/proc/meminfo: memFree=25277352/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0

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

/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15151156 memory=2137516 CPUtime=320.51 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 48228 0 0 0 31982 69 0 0 20 0 15 0 517561083 15514783744 534379 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3787789 534379 3523 1 0 3748889 0
[pid=6330/tid=6331] ppid=6328 vsize=15151156 memory=1072 CPUtime=310.06 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 14998 0 0 0 30973 33 0 0 20 0 15 0 517561083 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340286377256 140339888064280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15151156 memory=3580 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 484 0 0 0 18 6 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15151156 memory=65024 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 439 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15151156 memory=988 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 205 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15151156 memory=6220 CPUtime=0.25 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 296 0 0 0 20 5 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15151156 memory=1544 CPUtime=0.02 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 1620 0 0 0 1 1 0 0 20 0 15 0 517561085 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339749475168 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339748422784 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15151156 memory=2084268 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15151156 memory=7163933330354301803 CPUtime=4.16 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) S 6328 6328 5192 0 -1 1077944384 10577 0 0 0 415 1 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339746318960 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15151156 memory=280710338851680 CPUtime=4.22 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) S 6328 6328 5192 0 -1 1077944384 10177 0 0 0 421 1 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339745266160 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15151156 memory=1448 CPUtime=0.82 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) S 6328 6328 5192 0 -1 1077944384 7080 0 0 0 80 2 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339744213872 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15151156 memory=2135468 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15151156 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1052 0 0 0 8 9 0 0 20 0 15 0 517561089 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 320.51 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2138964 KiB

[startup+311.201 s]
/proc/loadavg: 1.95 1.84 1.79 3/229 6369
/proc/meminfo: memFree=23326296/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15151156 memory=2137516 CPUtime=321.31 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 48356 0 0 0 32062 69 0 0 20 0 15 0 517561083 15514783744 534379 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3787789 534379 3523 1 0 3748889 0
[pid=6330/tid=6331] ppid=6328 vsize=15151156 memory=8112282956445269571 CPUtime=310.86 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 15126 0 0 0 31053 33 0 0 20 0 15 0 517561083 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340286377256 140339893502728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15151156 memory=1056 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 484 0 0 0 18 6 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15151156 memory=14012 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 439 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15151156 memory=35092 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 205 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15151156 memory=12024 CPUtime=0.25 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 296 0 0 0 20 5 0 0 20 0 15 0 517561084 15514783744 534379 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15151156 memory=2120 CPUtime=0.02 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 1620 0 0 0 1 1 0 0 20 0 15 0 517561085 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15151156 memory=496 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339749475168 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339748422784 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15151156 memory=1980 CPUtime=4.16 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) S 6328 6328 5192 0 -1 1077944384 10577 0 0 0 415 1 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339746318960 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15151156 memory=65024 CPUtime=4.22 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) S 6328 6328 5192 0 -1 1077944384 10177 0 0 0 421 1 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339745266160 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15151156 memory=988 CPUtime=0.82 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) S 6328 6328 5192 0 -1 1077944384 7080 0 0 0 80 2 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339744213872 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15151156 memory=1432 CPUtime=0.17 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1052 0 0 0 8 9 0 0 20 0 15 0 517561089 15514783744 534379 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 321.31 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2138964 KiB

[startup+312.001 s]*
/proc/loadavg: 1.95 1.84 1.79 3/229 6369
/proc/meminfo: memFree=23324248/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15151156 memory=2139564 CPUtime=322.12 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 48357 0 0 0 32143 69 0 0 20 0 15 0 517561083 15514783744 534891 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3787789 534891 3523 1 0 3748889 0
[pid=6330/tid=6331] ppid=6328 vsize=15151156 memory=1398722017469774279 CPUtime=311.67 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 15127 0 0 0 31134 33 0 0 20 0 15 0 517561083 15514783744 534891 33554432000 4194304 4196468 140734795467184 140340286377384 140339894416110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15151156 memory=2912 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 484 0 0 0 18 6 0 0 20 0 15 0 517561084 15514783744 534891 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15151156 memory=1412 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 439 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 534891 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15151156 memory=3308 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 205 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 534891 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15151156 memory=4872558044660077418 CPUtime=0.25 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 296 0 0 0 20 5 0 0 20 0 15 0 517561084 15514783744 534891 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15151156 memory=234724 CPUtime=0.02 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 1620 0 0 0 1 1 0 0 20 0 15 0 517561085 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339749475168 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15151156 memory=3132 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339748422784 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15151156 memory=2137516 CPUtime=4.16 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) S 6328 6328 5192 0 -1 1077944384 10577 0 0 0 415 1 0 0 20 0 15 0 517561088 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339746318960 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15151156 memory=1660 CPUtime=4.22 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) S 6328 6328 5192 0 -1 1077944384 10177 0 0 0 421 1 0 0 20 0 15 0 517561088 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339745266160 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15151156 memory=280710339621792 CPUtime=0.82 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) S 6328 6328 5192 0 -1 1077944384 7080 0 0 0 80 2 0 0 20 0 15 0 517561088 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339744213872 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15151156 memory=-2895008908443480685 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15151156 memory=6944656592455359580 CPUtime=0.17 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1052 0 0 0 8 9 0 0 20 0 15 0 517561089 15514783744 534891 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 322.12 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2141012 KiB

[startup+312.401 s]
/proc/loadavg: 1.95 1.84 1.79 3/229 6369
/proc/meminfo: memFree=23324248/32770624 swapFree=66999860/67108860
[pid=6328] ppid=6325 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6328/stat : 6328 (xcsp3-exec) S 6325 6328 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517561082 115843072 362 33554432000 4194304 5098028 140725880389728 140725880387832 140071124394620 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18550784 140725880394619 140725880394861 140725880394861 140725880397770 0
/proc/6328/statm: 28282 362 304 221 0 87 0
[pid=6330] ppid=6328 vsize=15151156 memory=2141612 CPUtime=322.51 cores=0,2,4,6
/proc/6330/stat : 6330 (java) S 6328 6328 5192 0 -1 1077944320 48358 0 0 0 32182 69 0 0 20 0 15 0 517561083 15514783744 535403 33554432000 4194304 4196468 140734795467184 140734795449728 140340282138359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
/proc/6330/statm: 3787789 535403 3523 1 0 3748889 0
[pid=6330/tid=6331] ppid=6328 vsize=15151156 memory=8112282956445269571 CPUtime=312.06 cores=0,2,4,6
/proc/6330/task/6331/stat : 6331 (java) R 6328 6328 5192 0 -1 4202560 15128 0 0 0 31173 33 0 0 20 0 15 0 517561083 15514783744 535403 33554432000 4194304 4196468 140734795467184 140340286377384 140339892986232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6332] ppid=6328 vsize=15151156 memory=2139564 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6332/stat : 6332 (java) S 6328 6328 5192 0 -1 1077944384 484 0 0 0 18 6 0 0 20 0 15 0 517561084 15514783744 535403 33554432000 4194304 4196468 140734795467184 140340210178960 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6333] ppid=6328 vsize=15151156 memory=12024 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6333/stat : 6333 (java) S 6328 6328 5192 0 -1 1077944384 439 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 535403 33554432000 4194304 4196468 140734795467184 140340209126160 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6334] ppid=6328 vsize=15151156 memory=2120 CPUtime=0.24 cores=0,2,4,6
/proc/6330/task/6334/stat : 6334 (java) S 6328 6328 5192 0 -1 1077944384 205 0 0 0 19 5 0 0 20 0 15 0 517561084 15514783744 535403 33554432000 4194304 4196468 140734795467184 140340208073872 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6335] ppid=6328 vsize=15151156 memory=496 CPUtime=0.25 cores=0,2,4,6
/proc/6330/task/6335/stat : 6335 (java) S 6328 6328 5192 0 -1 1077944384 296 0 0 0 20 5 0 0 20 0 15 0 517561084 15514783744 535403 33554432000 4194304 4196468 140734795467184 140340207021072 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6336] ppid=6328 vsize=15151156 memory=1560 CPUtime=0.02 cores=0,2,4,6
/proc/6330/task/6336/stat : 6336 (java) S 6328 6328 5192 0 -1 1077944384 1620 0 0 0 1 1 0 0 20 0 15 0 517561085 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339750529136 140340282149506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6337] ppid=6328 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6337/stat : 6337 (java) S 6328 6328 5192 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339749475168 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6338] ppid=6328 vsize=15151156 memory=35092 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6338/stat : 6338 (java) S 6328 6328 5192 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517561086 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339748422784 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6339] ppid=6328 vsize=15151156 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6339/stat : 6339 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339747371088 140340282156955 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6340] ppid=6328 vsize=15151156 memory=2120 CPUtime=4.16 cores=0,2,4,6
/proc/6330/task/6340/stat : 6340 (java) S 6328 6328 5192 0 -1 1077944384 10577 0 0 0 415 1 0 0 20 0 15 0 517561088 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339746318960 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6341] ppid=6328 vsize=15151156 memory=496 CPUtime=4.22 cores=0,2,4,6
/proc/6330/task/6341/stat : 6341 (java) S 6328 6328 5192 0 -1 1077944384 10177 0 0 0 421 1 0 0 20 0 15 0 517561088 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339745266160 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6342] ppid=6328 vsize=15151156 memory=1560 CPUtime=0.82 cores=0,2,4,6
/proc/6330/task/6342/stat : 6342 (java) S 6328 6328 5192 0 -1 1077944384 7080 0 0 0 80 2 0 0 20 0 15 0 517561088 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339744213872 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6343] ppid=6328 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6330/task/6343/stat : 6343 (java) S 6328 6328 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517561088 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339743161312 140340282148565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
[pid=6330/tid=6344] ppid=6328 vsize=15151156 memory=1980 CPUtime=0.17 cores=0,2,4,6
/proc/6330/task/6344/stat : 6344 (java) S 6328 6328 5192 0 -1 1077944384 1052 0 0 0 8 9 0 0 20 0 15 0 517561089 15514783744 535403 33554432000 4194304 4196468 140734795467184 140339742108080 140340282149506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21458944 140734795473903 140734795474074 140734795474074 140734795476943 0
Current children cumulated CPU time: 322.51 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 2143060 KiB

Child status: 0
Real time (s): 312.438
CPU time (s): 322.567
CPU user time (s): 321.856
CPU system time (s): 0.711507
CPU usage (%): 103.242
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 2143060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.856
system time used= 0.711507
maximum resident set size= 2144260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49121
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10016
involuntary context switches= 485


# summary of solver processes directly reported to runsolver:
#   pid: 6328
#   total CPU time (s): 322.567
#   total CPU user time (s): 321.856
#   total CPU system time (s): 0.711507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.0985 second user time and 3.05167 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-25 14:02:03
IDJOB=4405837
IDBENCH=138779
IDSOLVER=2869
FILE ID=node123/4405837-1569412963
RUNJOBID= node123-1569407822-5223
PBS_JOBID= 21705704
Free space on /tmp= 25892 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0200-m1.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405837-1569412963/watcher-4405837-1569412963 -o /tmp/evaluation-result-4405837-1569412963/solver-4405837-1569412963 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1569407822-5223 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 983728424 HOME/instance-4405837-1569412963.xml

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

MD5SUM BENCH= aa794b13577ab4fe7ac8dae6d6ffdfc7
RANDOM SEED=983728424

node123.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.49
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.49
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.49
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.49
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:        25463892 kB
MemAvailable:   31623500 kB
Buffers:          125612 kB
Cached:          6194748 kB
SwapCached:         6600 kB
Active:          3506312 kB
Inactive:        3039696 kB
Active(anon):     218372 kB
Inactive(anon):    63860 kB
Active(file):    3287940 kB
Inactive(file):  2975836 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66999860 kB
Dirty:             26712 kB
Writeback:             0 kB
AnonPages:        327472 kB
Mapped:            71016 kB
Shmem:             47992 kB
Slab:             354568 kB
SReclaimable:     324292 kB
SUnreclaim:        30276 kB
KernelStack:        3744 kB
PageTables:         6412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1440844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25868 MiB
End job on node123 at 2019-09-25 14:07:16