Trace number 4272636

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)SAT 555.04602 535.896

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0200-m1.xml
MD5SUMaa794b13577ab4fe7ac8dae6d6ffdfc7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.7624
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19901
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":200}]
Minimum variable degree200
Maximum variable degree200
Distribution of variable degrees[{"degree":200,"count":200}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":19900},{"arity":200,"count":1}]
Number of extensional constraints0
Number of intensional constraints19900
Distribution of constraint types[{"type":"intension","count":19900},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272636-1502849005/watcher-4272636-1502849005 -o /tmp/evaluation-result-4272636-1502849005/solver-4272636-1502849005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502838622-6415 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 825542140 HOME/instance-4272636-1502849005.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7828, runsolver pid=7825

[startup+0.100125 s]*
/proc/loadavg: 4.01 3.87 3.19 4/217 7844
/proc/meminfo: memFree=24837912/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13978596 memory=27828 CPUtime=0.12 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 5382 0 0 0 11 1 0 0 20 0 15 0 117981359 14314082304 6957 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3494649 6957 2865 1 0 3482966 0
[pid=7830/tid=7831] ppid=7828 vsize=13978596 memory=8115950107453789019 CPUtime=0.08 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 3336 0 0 0 8 0 0 0 20 0 15 0 117981359 14314082304 6957 33554432000 4194304 4196468 140733803394800 139684531087152 139684512534824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14314082304 6957 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13978596 memory=139662369900160 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14314082304 6957 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14314082304 6957 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117981360 14314082304 6957 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13978596 memory=139662369900160 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117981361 14314082304 6957 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117981362 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683999716640 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117981362 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683998664304 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) S 7828 7828 6383 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 117981364 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683996559472 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) S 7828 7828 6383 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 117981364 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683995506672 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13978596 memory=139662369900160 CPUtime=0.01 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) R 7828 7828 6383 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 117981364 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683994454384 139684505554080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13978596 memory=139662369900160 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981365 14314082304 6957 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29208 KiB

[startup+0.211616 s]*
/proc/loadavg: 4.01 3.87 3.19 3/217 7844
/proc/meminfo: memFree=24825896/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13982852 memory=40620 CPUtime=0.33 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 8278 0 0 0 31 2 0 0 20 0 15 0 117981359 14318440448 10155 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3495713 10155 3073 1 0 3482966 0
[pid=7830/tid=7831] ppid=7828 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 5382 0 0 0 18 1 0 0 20 0 15 0 117981359 14318440448 10155 33554432000 4194304 4196468 140733803394800 139684531063616 139684526875805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13982852 memory=2907 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 10155 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13982852 memory=139662370006448 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 10155 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 10155 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 10155 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13982852 memory=139662369900160 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117981361 14318440448 10155 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117981362 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683999716640 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117981362 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683998664304 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) S 7828 7828 6383 0 -1 1077944384 505 0 0 0 1 0 0 0 20 0 15 0 117981364 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683996559472 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) S 7828 7828 6383 0 -1 1077944384 346 0 0 0 2 0 0 0 20 0 15 0 117981364 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683995506672 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13982852 memory=139662369900160 CPUtime=0.08 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) R 7828 7828 6383 0 -1 4202560 744 0 0 0 8 0 0 0 20 0 15 0 117981364 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683994454384 139684519091006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981365 14318440448 10155 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42000 KiB

[startup+0.311472 s]*
/proc/loadavg: 4.01 3.87 3.19 5/217 7844
/proc/meminfo: memFree=24819320/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13982852 memory=47448 CPUtime=0.52 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 9012 0 0 0 50 2 0 0 20 0 15 0 117981359 14318440448 11862 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3495713 11862 3099 1 0 3482966 0
[pid=7830/tid=7831] ppid=7828 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 5909 0 0 0 28 1 0 0 20 0 15 0 117981359 14318440448 11862 33554432000 4194304 4196468 140733803394800 139684531092768 139684164554307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 11862 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 11862 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 11862 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117981360 14318440448 11862 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117981361 14318440448 11862 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117981362 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683999716640 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117981362 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683998664304 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13982852 memory=8693815914432465728 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13982852 memory=7100839887185294217 CPUtime=0.03 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) R 7828 7828 6383 0 -1 1077944384 521 0 0 0 3 0 0 0 20 0 15 0 117981364 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683996559472 139684526865026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) R 7828 7828 6383 0 -1 4202560 411 0 0 0 4 0 0 0 20 0 15 0 117981364 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683995496592 139684511241105 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13982852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) R 7828 7828 6383 0 -1 4202560 873 0 0 0 13 0 0 0 20 0 15 0 117981364 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683994451320 139684505117519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981365 14318440448 11862 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48828 KiB

[startup+0.700848 s]
/proc/loadavg: 4.01 3.87 3.19 4/217 7844
/proc/meminfo: memFree=24794568/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13982928 memory=127712 CPUtime=1.72 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 12214 0 0 0 168 4 0 0 20 0 15 0 117981359 14318518272 31928 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3495732 31928 3197 1 0 3482966 0
[pid=7830/tid=7831] ppid=7828 vsize=13982928 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 6237 0 0 0 65 2 0 0 20 0 15 0 117981359 14318518272 31928 33554432000 4194304 4196468 140733803394800 139684531088016 139684165969053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13982928 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318518272 31928 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318518272 31928 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13982928 memory=33200 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981360 14318518272 31928 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13982928 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 117981360 14318518272 31928 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13982928 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 117981361 14318518272 31928 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13982928 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 117981362 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683999716640 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13982928 memory=792 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 117981362 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683998664304 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13982928 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13982928 memory=1224 CPUtime=0.36 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) R 7828 7828 6383 0 -1 4202560 1590 0 0 0 36 0 0 0 20 0 15 0 117981364 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683996545496 139684510339792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13982928 memory=5716 CPUtime=0.38 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) R 7828 7828 6383 0 -1 4202560 1499 0 0 0 38 0 0 0 20 0 15 0 117981364 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683995496784 139684510354085 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13982928 memory=1720 CPUtime=0.27 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) S 7828 7828 6383 0 -1 1077944384 1581 0 0 0 27 0 0 0 20 0 15 0 117981364 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683994454384 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13982928 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13982928 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 117981365 14318518272 31928 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 129092 KiB

[startup+1.50144 s]
/proc/loadavg: 4.01 3.87 3.19 6/217 7844
/proc/meminfo: memFree=24665060/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0

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

/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13984976 memory=3537364 CPUtime=553.52 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 123444 0 0 0 55166 186 0 0 20 0 15 0 117981359 14320615424 884341 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3496244 884341 3292 1 0 3483478 0
[pid=7830/tid=7831] ppid=7828 vsize=13984976 memory=1292 CPUtime=531.82 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 41103 0 0 0 53143 39 0 0 20 0 15 0 117981359 14320615424 884341 33554432000 4194304 4196468 140733803394800 139684531090256 139684173647482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13984976 memory=8112282956445269571 CPUtime=1.93 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 4590 0 0 0 161 32 0 0 20 0 15 0 117981360 14320615424 884341 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13984976 memory=3537364 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 4505 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 884341 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13984976 memory=792 CPUtime=1.9 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 2759 0 0 0 161 29 0 0 20 0 15 0 117981360 14320615424 884341 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13984976 memory=9992 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 3114 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 884341 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13984976 memory=33208 CPUtime=0.66 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 5159 0 0 0 65 1 0 0 20 0 15 0 117981361 14320615424 884341 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683999716704 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683998664320 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13984976 memory=792 CPUtime=5.86 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) S 7828 7828 6383 0 -1 1077944384 22933 0 0 0 584 2 0 0 20 0 15 0 117981364 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683996559472 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13984976 memory=1380 CPUtime=5.96 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) S 7828 7828 6383 0 -1 1077944384 25288 0 0 0 594 2 0 0 20 0 15 0 117981364 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683995506672 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13984976 memory=3537364 CPUtime=1.15 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) S 7828 7828 6383 0 -1 1077944384 11576 0 0 0 113 2 0 0 20 0 15 0 117981364 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683994454384 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13984976 memory=7739807948488860260 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13984976 memory=6011014003431140706 CPUtime=0.31 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1084 0 0 0 14 17 0 0 20 0 15 0 117981365 14320615424 884341 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 553.52 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3538744 KiB

[startup+535.201 s]
/proc/loadavg: 2.01 2.32 2.67 3/217 7862
/proc/meminfo: memFree=21321060/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13984976 memory=3541460 CPUtime=554.32 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 123552 0 0 0 55246 186 0 0 20 0 15 0 117981359 14320615424 885365 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3496244 885365 3292 1 0 3483478 0
[pid=7830/tid=7831] ppid=7828 vsize=13984976 memory=1380 CPUtime=532.62 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 41211 0 0 0 53223 39 0 0 20 0 15 0 117981359 14320615424 885365 33554432000 4194304 4196468 140733803394800 139684531089944 139684171783855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13984976 memory=3537364 CPUtime=1.93 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 4590 0 0 0 161 32 0 0 20 0 15 0 117981360 14320615424 885365 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13984976 memory=1380 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 4505 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 885365 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13984976 memory=8112282956445269571 CPUtime=1.9 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 2759 0 0 0 161 29 0 0 20 0 15 0 117981360 14320615424 885365 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13984976 memory=3537364 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 3114 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 885365 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13984976 memory=1156 CPUtime=0.66 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 5159 0 0 0 65 1 0 0 20 0 15 0 117981361 14320615424 885365 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13984976 memory=3144 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683999716704 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683998664320 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13984976 memory=3537364 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13984976 memory=3537364 CPUtime=5.86 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) S 7828 7828 6383 0 -1 1077944384 22933 0 0 0 584 2 0 0 20 0 15 0 117981364 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683996559472 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13984976 memory=1720 CPUtime=5.96 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) S 7828 7828 6383 0 -1 1077944384 25288 0 0 0 594 2 0 0 20 0 15 0 117981364 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683995506672 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13984976 memory=4612 CPUtime=1.15 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) S 7828 7828 6383 0 -1 1077944384 11576 0 0 0 113 2 0 0 20 0 15 0 117981364 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683994454384 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13984976 memory=1944 CPUtime=0.31 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1084 0 0 0 14 17 0 0 20 0 15 0 117981365 14320615424 885365 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 554.32 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3542840 KiB

[startup+535.601 s]
/proc/loadavg: 2.01 2.32 2.67 3/217 7862
/proc/meminfo: memFree=21321060/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13984976 memory=3561940 CPUtime=554.72 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 123583 0 0 0 55285 187 0 0 20 0 15 0 117981359 14320615424 890485 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3496244 890485 3292 1 0 3483478 0
[pid=7830/tid=7831] ppid=7828 vsize=13984976 memory=792 CPUtime=533.01 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 41242 0 0 0 53262 39 0 0 20 0 15 0 117981359 14320615424 890485 33554432000 4194304 4196468 140733803394800 139684531089944 139684173397361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13984976 memory=9992 CPUtime=1.93 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 4590 0 0 0 161 32 0 0 20 0 15 0 117981360 14320615424 890485 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13984976 memory=1224 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 4505 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 890485 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13984976 memory=5716 CPUtime=1.9 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 2759 0 0 0 161 29 0 0 20 0 15 0 117981360 14320615424 890485 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13984976 memory=4144 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 3114 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 890485 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13984976 memory=33216 CPUtime=0.66 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 5159 0 0 0 65 1 0 0 20 0 15 0 117981361 14320615424 890485 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683999716704 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13984976 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683998664320 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13984976 memory=792 CPUtime=5.86 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) S 7828 7828 6383 0 -1 1077944384 22933 0 0 0 584 2 0 0 20 0 15 0 117981364 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683996559472 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13984976 memory=9992 CPUtime=5.96 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) S 7828 7828 6383 0 -1 1077944384 25288 0 0 0 594 2 0 0 20 0 15 0 117981364 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683995506672 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13984976 memory=1224 CPUtime=1.15 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) S 7828 7828 6383 0 -1 1077944384 11576 0 0 0 113 2 0 0 20 0 15 0 117981364 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683994454384 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13984976 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13984976 memory=1720 CPUtime=0.31 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1084 0 0 0 14 17 0 0 20 0 15 0 117981365 14320615424 890485 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 554.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3563320 KiB

[startup+535.801 s]
/proc/loadavg: 2.01 2.32 2.67 3/217 7862
/proc/meminfo: memFree=21321060/32770624 swapFree=67108860/67108860
[pid=7828] ppid=7825 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/7828/stat : 7828 (xcsp3-exec) S 7825 7828 6383 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 117981359 9740288 345 33554432000 4194304 5098028 140728498417760 140728498415864 139989786026620 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11767808 140728498418799 140728498419003 140728498419003 140728498421739 0
/proc/7828/statm: 2378 345 289 221 0 87 0
[pid=7830] ppid=7828 vsize=13984976 memory=3563988 CPUtime=554.92 cores=1,3,5,7
/proc/7830/stat : 7830 (java) S 7828 7828 6383 0 -1 1077944320 123596 0 0 0 55305 187 0 0 20 0 15 0 117981359 14320615424 890997 33554432000 4194304 4196468 140733803394800 140733803377344 139684526853879 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
/proc/7830/statm: 3496244 890997 3292 1 0 3483478 0
[pid=7830/tid=7831] ppid=7828 vsize=13984976 memory=1944 CPUtime=533.21 cores=1,3,5,7
/proc/7830/task/7831/stat : 7831 (java) R 7828 7828 6383 0 -1 4202560 41255 0 0 0 53282 39 0 0 20 0 15 0 117981359 14320615424 890997 33554432000 4194304 4196468 140733803394800 139684531089944 139684172240299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7832] ppid=7828 vsize=13984976 memory=1200 CPUtime=1.93 cores=1,3,5,7
/proc/7830/task/7832/stat : 7832 (java) S 7828 7828 6383 0 -1 1077944384 4590 0 0 0 161 32 0 0 20 0 15 0 117981360 14320615424 890997 33554432000 4194304 4196468 140733803394800 139684122913168 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7833] ppid=7828 vsize=13984976 memory=1424 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7833/stat : 7833 (java) S 7828 7828 6383 0 -1 1077944384 4505 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 890997 33554432000 4194304 4196468 140733803394800 139684121860368 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7834] ppid=7828 vsize=13984976 memory=8568 CPUtime=1.9 cores=1,3,5,7
/proc/7830/task/7834/stat : 7834 (java) S 7828 7828 6383 0 -1 1077944384 2759 0 0 0 161 29 0 0 20 0 15 0 117981360 14320615424 890997 33554432000 4194304 4196468 140733803394800 139684120808080 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7835] ppid=7828 vsize=13984976 memory=15872 CPUtime=1.92 cores=1,3,5,7
/proc/7830/task/7835/stat : 7835 (java) S 7828 7828 6383 0 -1 1077944384 3114 0 0 0 161 31 0 0 20 0 15 0 117981360 14320615424 890997 33554432000 4194304 4196468 140733803394800 139684119755280 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7836] ppid=7828 vsize=13984976 memory=4052 CPUtime=0.66 cores=1,3,5,7
/proc/7830/task/7836/stat : 7836 (java) S 7828 7828 6383 0 -1 1077944384 5159 0 0 0 65 1 0 0 20 0 15 0 117981361 14320615424 890997 33554432000 4194304 4196468 140733803394800 139684000770672 139684526865026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7837] ppid=7828 vsize=13984976 memory=19484 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7837/stat : 7837 (java) S 7828 7828 6383 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683999716704 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7838] ppid=7828 vsize=13984976 memory=18472 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7838/stat : 7838 (java) S 7828 7828 6383 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 117981362 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683998664320 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7839] ppid=7828 vsize=13984976 memory=640 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7839/stat : 7839 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683997612624 139684526872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7840] ppid=7828 vsize=13984976 memory=1796 CPUtime=5.86 cores=1,3,5,7
/proc/7830/task/7840/stat : 7840 (java) S 7828 7828 6383 0 -1 1077944384 22933 0 0 0 584 2 0 0 20 0 15 0 117981364 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683996559472 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7841] ppid=7828 vsize=13984976 memory=960 CPUtime=5.96 cores=1,3,5,7
/proc/7830/task/7841/stat : 7841 (java) S 7828 7828 6383 0 -1 1077944384 25288 0 0 0 594 2 0 0 20 0 15 0 117981364 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683995506672 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7842] ppid=7828 vsize=13984976 memory=1236 CPUtime=1.15 cores=1,3,5,7
/proc/7830/task/7842/stat : 7842 (java) S 7828 7828 6383 0 -1 1077944384 11576 0 0 0 113 2 0 0 20 0 15 0 117981364 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683994454384 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7843] ppid=7828 vsize=13984976 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/7830/task/7843/stat : 7843 (java) S 7828 7828 6383 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 117981364 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683993401824 139684526864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
[pid=7830/tid=7844] ppid=7828 vsize=13984976 memory=932 CPUtime=0.31 cores=1,3,5,7
/proc/7830/task/7844/stat : 7844 (java) S 7828 7828 6383 0 -1 1077944384 1084 0 0 0 14 17 0 0 20 0 15 0 117981365 14320615424 890997 33554432000 4194304 4196468 140733803394800 139683992349616 139684526865026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 28700672 140733803398295 140733803398471 140733803398471 140733803401167 0
Current children cumulated CPU time: 554.92 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3565368 KiB

Child status: 0
Real time (s): 535.896
CPU time (s): 555.046
CPU user time (s): 553.152
CPU system time (s): 1.89387
CPU usage (%): 103.573
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 3565368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 553.152
system time used= 1.89387
maximum resident set size= 3564428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16005
involuntary context switches= 695


# summary of solver processes directly reported to runsolver:
#   pid: 7828
#   total CPU time (s): 555.046
#   total CPU user time (s): 553.152
#   total CPU system time (s): 1.89387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.46677 second user time and 5.21158 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-16 03:49:06
IDJOB=4272636
IDBENCH=138779
IDSOLVER=2664
FILE ID=node151/4272636-1502849005
RUNJOBID= node151-1502838622-6415
PBS_JOBID= 20629850
Free space on /tmp= 61828 MiB

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

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

MD5SUM BENCH= aa794b13577ab4fe7ac8dae6d6ffdfc7
RANDOM SEED=825542140

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        24854656 kB
MemAvailable:   28104544 kB
Buffers:          305696 kB
Cached:          3234500 kB
SwapCached:            0 kB
Active:          4883232 kB
Inactive:        2590388 kB
Active(anon):    3936544 kB
Inactive(anon):    25048 kB
Active(file):     946688 kB
Inactive(file):  2565340 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8732 kB
Writeback:             0 kB
AnonPages:       3967104 kB
Mapped:            59140 kB
Shmem:             25224 kB
Slab:             134404 kB
SReclaimable:     107388 kB
SUnreclaim:        27016 kB
KernelStack:        3840 kB
PageTables:        13340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5331644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3840000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61820 MiB
End job on node151 at 2017-08-16 03:58:02