Trace number 4282446

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 962.82898 953.74103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282446-1503158803/watcher-4282446-1503158803 -o /tmp/evaluation-result-4282446-1503158803/solver-4282446-1503158803 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1962433446 HOME/instance-4282446-1503158803.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
solver pid=26367, runsolver pid=26364
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.78 1.90 1.98 3/197 26369
/proc/meminfo: memFree=31212620/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13356504 memory=8616 CPUtime=0 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 2433 0 0 0 0 0 0 0 20 0 6 0 104220895 13677060096 2154 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3339126 2154 1203 1 0 3329096 0
[pid=26369/tid=26370] ppid=26367 vsize=13356504 memory=4206989191851631162 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 1215 0 0 0 0 0 0 0 20 0 6 0 104220895 13677060096 2154 18446744073709551615 4194304 4196468 140736829188304 139639286928696 139639260815714 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13356504 memory=3461491014782142089 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104220896 13677060096 2154 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13356504 memory=140410152457856 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 104220896 13677060096 2154 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 104220896 13677060096 2220 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 104220896 13677060096 2220 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 9996 KiB

[startup+0.20998 s]*
/proc/loadavg: 1.78 1.90 1.98 2/210 26382
/proc/meminfo: memFree=31203464/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13974352 memory=23448 CPUtime=0.06 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 4762 0 0 0 6 0 0 0 20 0 15 0 104220895 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3493588 5862 2660 1 0 3482964 0
[pid=26369/tid=26370] ppid=26367 vsize=13974352 memory=-6298115220165464416 CPUtime=0.05 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 2970 0 0 0 5 0 0 0 20 0 15 0 104220895 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139639286930016 139639282709661 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13974352 memory=3461491014782142089 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13974352 memory=140410152457856 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13974352 memory=140410152457856 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220897 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220898 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638759953568 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26377/stat : 26377 (java) S 26367 26367 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104220898 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638758900464 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26378] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26378/stat : 26378 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638757849040 139639282706331 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26379] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26379/stat : 26379 (java) S 26367 26367 13977 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 104220901 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638756797168 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26380] ppid=26367 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26380/stat : 26380 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638755744624 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26381] ppid=26367 vsize=13974352 memory=140410152457856 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26381/stat : 26381 (java) S 26367 26367 13977 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 104220901 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638754691568 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26382] ppid=26367 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26382/stat : 26382 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638753639264 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26383] ppid=26367 vsize=13974352 memory=140410152457856 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26383/stat : 26383 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220907 14309736448 5862 18446744073709551615 4194304 4196468 140736829188304 139638752586288 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 24828 KiB

[startup+0.310224 s]*
/proc/loadavg: 1.78 1.90 1.98 3/211 26383
/proc/meminfo: memFree=31188036/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13974352 memory=37204 CPUtime=0.24 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 8404 0 0 0 22 2 0 0 20 0 15 0 104220895 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3493588 9301 2972 1 0 3482964 0
[pid=26369/tid=26370] ppid=26367 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 5652 0 0 0 14 1 0 0 20 0 15 0 104220895 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139639286910112 139639266768222 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13974352 memory=140410152464849 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13974352 memory=5859861966674094953 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220896 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220897 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220898 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638759953568 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26377/stat : 26377 (java) S 26367 26367 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104220898 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638758900464 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26378] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26378/stat : 26378 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638757849040 139639282706331 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26379] ppid=26367 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26369/task/26379/stat : 26379 (java) S 26367 26367 13977 0 -1 1077944384 565 0 0 0 1 0 0 0 20 0 15 0 104220901 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638756797168 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26380] ppid=26367 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26369/task/26380/stat : 26380 (java) S 26367 26367 13977 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 104220901 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638755744624 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26381] ppid=26367 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/26369/task/26381/stat : 26381 (java) S 26367 26367 13977 0 -1 1077944384 699 0 0 0 5 0 0 0 20 0 15 0 104220901 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638754691568 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26382] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26382/stat : 26382 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638753639264 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26383] ppid=26367 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26383/stat : 26383 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220907 14309736448 9301 18446744073709551615 4194304 4196468 140736829188304 139638752586288 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38584 KiB

[startup+0.70075 s]
/proc/loadavg: 1.78 1.90 1.98 6/211 26383
/proc/meminfo: memFree=31171004/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13978684 memory=76064 CPUtime=1.27 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 12682 0 0 0 123 4 0 0 20 0 15 0 104220895 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3494671 19016 3158 1 0 3482964 0
[pid=26369/tid=26370] ppid=26367 vsize=13978684 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 7425 0 0 0 50 2 0 0 20 0 15 0 104220895 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139639286923520 139638927376385 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220896 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13978684 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220896 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13978684 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220896 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13978684 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104220896 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104220897 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220898 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638759953568 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26377/stat : 26377 (java) S 26367 26367 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104220898 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638758900464 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26378] ppid=26367 vsize=13978684 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26378/stat : 26378 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638757849040 139639282706331 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26379] ppid=26367 vsize=13978684 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/26369/task/26379/stat : 26379 (java) R 26367 26367 13977 0 -1 4202560 1652 0 0 0 24 0 0 0 20 0 15 0 104220901 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638756784192 139639261906334 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26380] ppid=26367 vsize=13978684 memory=-5921431000321636112 CPUtime=0.2 cores=0,2,4,6
/proc/26369/task/26380/stat : 26380 (java) R 26367 26367 13977 0 -1 4202560 816 0 0 0 20 0 0 0 20 0 15 0 104220901 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638755733104 139639266188118 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26381] ppid=26367 vsize=13978684 memory=6656426216303648864 CPUtime=0.27 cores=0,2,4,6
/proc/26369/task/26381/stat : 26381 (java) S 26367 26367 13977 0 -1 1077944384 1480 0 0 0 27 0 0 0 20 0 15 0 104220901 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638754691568 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26382] ppid=26367 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26382/stat : 26382 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638753639264 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26383] ppid=26367 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26383/stat : 26383 (java) S 26367 26367 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104220907 14314172416 19016 18446744073709551615 4194304 4196468 140736829188304 139638752586288 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 77444 KiB

[startup+1.50082 s]
/proc/loadavg: 1.78 1.90 1.98 5/211 26383
/proc/meminfo: memFree=31058280/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13980732 memory=196872 CPUtime=3.72 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 15233 0 0 0 365 7 0 0 20 0 15 0 104220895 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3495183 49218 3220 1 0 3483476 0
[pid=26369/tid=26370] ppid=26367 vsize=13980732 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 8121 0 0 0 127 4 0 0 20 0 15 0 104220895 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 139639286920256 139638929268999 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 104220896 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 104220896 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13980732 memory=56660 CPUtime=0.01 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 104220896 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 104220896 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13980732 memory=196624 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 104220897 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13980732 memory=3184097919267530534 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 49218 18446744073709551615 4194304 4196468 140736829188304 139638759953568 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13980732 memory=-7161732098441943118 CPUtime=0 cores=0,2,4,6

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

/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13980732 memory=3571136 CPUtime=961.85 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 78839 0 0 0 96061 124 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3495183 892784 3250 1 0 3483476 0
[pid=26369/tid=26370] ppid=26367 vsize=13980732 memory=1204 CPUtime=952.27 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 27946 0 0 0 95173 54 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139639286927112 139638931071844 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13980732 memory=15880 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 2126 0 0 0 23 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13980732 memory=4120 CPUtime=0.33 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1287 0 0 0 23 10 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13980732 memory=56704 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 439 0 0 0 24 8 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13980732 memory=2384 CPUtime=0.31 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 406 0 0 0 22 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13980732 memory=1296 CPUtime=0.03 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 3173 0 0 0 2 1 0 0 20 0 15 0 104220897 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13980732 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638759953632 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26377/stat : 26377 (java) S 26367 26367 13977 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638758900480 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26378] ppid=26367 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26378/stat : 26378 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638757849040 139639282706331 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26379] ppid=26367 vsize=13980732 memory=3571136 CPUtime=3.37 cores=0,2,4,6
/proc/26369/task/26379/stat : 26379 (java) S 26367 26367 13977 0 -1 1077944384 12668 0 0 0 336 1 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638756797168 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26380] ppid=26367 vsize=13980732 memory=3571136 CPUtime=3.4 cores=0,2,4,6
/proc/26369/task/26380/stat : 26380 (java) S 26367 26367 13977 0 -1 1077944384 19150 0 0 0 337 3 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638755744624 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26381] ppid=26367 vsize=13980732 memory=4064 CPUtime=0.8 cores=0,2,4,6
/proc/26369/task/26381/stat : 26381 (java) S 26367 26367 13977 0 -1 1077944384 8998 0 0 0 78 2 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638754691568 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26382] ppid=26367 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26382/stat : 26382 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638753639264 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26383] ppid=26367 vsize=13980732 memory=3571136 CPUtime=0.6 cores=0,2,4,6
/proc/26369/task/26383/stat : 26383 (java) S 26367 26367 13977 0 -1 1077944384 1284 0 0 0 28 32 0 0 20 0 15 0 104220907 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638752586288 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 961.85 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3572516 KiB

[startup+953.201 s]
/proc/loadavg: 1.79 1.83 1.90 3/211 26456
/proc/meminfo: memFree=27639144/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13980732 memory=3571136 CPUtime=962.25 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 78841 0 0 0 96101 124 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3495183 892784 3250 1 0 3483476 0
[pid=26369/tid=26370] ppid=26367 vsize=13980732 memory=10096 CPUtime=952.67 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 27948 0 0 0 95213 54 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139639286927112 139638926501177 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13980732 memory=1716 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 2126 0 0 0 23 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13980732 memory=1008 CPUtime=0.33 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1287 0 0 0 23 10 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13980732 memory=7584172172082901604 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 439 0 0 0 24 8 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13980732 memory=8098150805248960615 CPUtime=0.31 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 406 0 0 0 22 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13980732 memory=8098150805248960615 CPUtime=0.03 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 3173 0 0 0 2 1 0 0 20 0 15 0 104220897 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13980732 memory=7813853557679220840 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638759953632 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13980732 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26377/stat : 26377 (java) S 26367 26367 13977 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638758900480 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26378] ppid=26367 vsize=13980732 memory=7523376918531162212 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26378/stat : 26378 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638757849040 139639282706331 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26379] ppid=26367 vsize=13980732 memory=3571136 CPUtime=3.37 cores=0,2,4,6
/proc/26369/task/26379/stat : 26379 (java) S 26367 26367 13977 0 -1 1077944384 12668 0 0 0 336 1 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638756797168 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26380] ppid=26367 vsize=13980732 memory=4048 CPUtime=3.4 cores=0,2,4,6
/proc/26369/task/26380/stat : 26380 (java) S 26367 26367 13977 0 -1 1077944384 19150 0 0 0 337 3 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638755744624 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26381] ppid=26367 vsize=13980732 memory=644 CPUtime=0.8 cores=0,2,4,6
/proc/26369/task/26381/stat : 26381 (java) S 26367 26367 13977 0 -1 1077944384 8998 0 0 0 78 2 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638754691568 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26382] ppid=26367 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26382/stat : 26382 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638753639264 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26383] ppid=26367 vsize=13980732 memory=956 CPUtime=0.6 cores=0,2,4,6
/proc/26369/task/26383/stat : 26383 (java) S 26367 26367 13977 0 -1 1077944384 1284 0 0 0 28 32 0 0 20 0 15 0 104220907 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638752586288 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 962.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3572516 KiB

[startup+953.601 s]
/proc/loadavg: 1.79 1.83 1.90 3/211 26456
/proc/meminfo: memFree=27639144/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13980732 memory=3571136 CPUtime=962.65 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 78843 0 0 0 96141 124 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3495183 892784 3250 1 0 3483476 0
[pid=26369/tid=26370] ppid=26367 vsize=13980732 memory=3053811428040725072 CPUtime=953.07 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 27950 0 0 0 95253 54 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139639286927112 139638931740296 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13980732 memory=16240 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 2126 0 0 0 23 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13980732 memory=32040 CPUtime=0.33 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1287 0 0 0 23 10 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13980732 memory=4048 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 439 0 0 0 24 8 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13980732 memory=1296 CPUtime=0.31 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 406 0 0 0 22 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13980732 memory=1728 CPUtime=0.03 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 3173 0 0 0 2 1 0 0 20 0 15 0 104220897 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13980732 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638759953632 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13980732 memory=3571136 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26377/stat : 26377 (java) S 26367 26367 13977 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638758900480 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26378] ppid=26367 vsize=13980732 memory=147028 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26378/stat : 26378 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638757849040 139639282706331 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26379] ppid=26367 vsize=13980732 memory=1160 CPUtime=3.37 cores=0,2,4,6
/proc/26369/task/26379/stat : 26379 (java) S 26367 26367 13977 0 -1 1077944384 12668 0 0 0 336 1 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638756797168 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26380] ppid=26367 vsize=13980732 memory=1380 CPUtime=3.4 cores=0,2,4,6
/proc/26369/task/26380/stat : 26380 (java) S 26367 26367 13977 0 -1 1077944384 19150 0 0 0 337 3 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638755744624 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26381] ppid=26367 vsize=13980732 memory=3571136 CPUtime=0.8 cores=0,2,4,6
/proc/26369/task/26381/stat : 26381 (java) S 26367 26367 13977 0 -1 1077944384 8998 0 0 0 78 2 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638754691568 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26382] ppid=26367 vsize=13980732 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26382/stat : 26382 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638753639264 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26383] ppid=26367 vsize=13980732 memory=-8774313645642428999 CPUtime=0.6 cores=0,2,4,6
/proc/26369/task/26383/stat : 26383 (java) S 26367 26367 13977 0 -1 1077944384 1284 0 0 0 28 32 0 0 20 0 15 0 104220907 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638752586288 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 962.65 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3572516 KiB

[startup+953.701 s]
/proc/loadavg: 1.79 1.83 1.90 3/211 26456
/proc/meminfo: memFree=27639144/32770624 swapFree=67108860/67108860
[pid=26367] ppid=26364 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26367/stat : 26367 (xcsp3-exec) S 26364 26367 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 104220885 9740288 345 18446744073709551615 4194304 5098028 140731638364544 140731638362648 140707421880956 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 17625088 140731638366584 140731638366789 140731638366789 140731638370283 0
/proc/26367/statm: 2378 345 289 221 0 87 0
[pid=26369] ppid=26367 vsize=13980732 memory=3571136 CPUtime=962.75 cores=0,2,4,6
/proc/26369/stat : 26369 (java) S 26367 26367 13977 0 -1 1077944320 79738 0 0 0 96151 124 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 140736829170848 139639282687735 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
/proc/26369/statm: 3495183 892784 3250 1 0 3483476 0
[pid=26369/tid=26370] ppid=26367 vsize=13980732 memory=1380 CPUtime=953.17 cores=0,2,4,6
/proc/26369/task/26370/stat : 26370 (java) R 26367 26367 13977 0 -1 4202560 28155 0 0 0 95263 54 0 0 20 0 15 0 104220895 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139639286927504 139638924337857 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26371] ppid=26367 vsize=13980732 memory=3571136 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26371/stat : 26371 (java) S 26367 26367 13977 0 -1 1077944384 2126 0 0 0 23 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638882724880 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26372] ppid=26367 vsize=13980732 memory=1380 CPUtime=0.33 cores=0,2,4,6
/proc/26369/task/26372/stat : 26372 (java) S 26367 26367 13977 0 -1 1077944384 1287 0 0 0 23 10 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638881672336 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26373] ppid=26367 vsize=13980732 memory=1380 CPUtime=0.32 cores=0,2,4,6
/proc/26369/task/26373/stat : 26373 (java) S 26367 26367 13977 0 -1 1077944384 439 0 0 0 24 8 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638880619280 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26374] ppid=26367 vsize=13980732 memory=1380 CPUtime=0.31 cores=0,2,4,6
/proc/26369/task/26374/stat : 26374 (java) S 26367 26367 13977 0 -1 1077944384 406 0 0 0 22 9 0 0 20 0 15 0 104220896 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638879566736 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26375] ppid=26367 vsize=13980732 memory=3571136 CPUtime=0.03 cores=0,2,4,6
/proc/26369/task/26375/stat : 26375 (java) S 26367 26367 13977 0 -1 1077944384 3173 0 0 0 2 1 0 0 20 0 15 0 104220897 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638761007344 139639282698882 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26376] ppid=26367 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26376/stat : 26376 (java) S 26367 26367 13977 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638759953632 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26377] ppid=26367 vsize=13980732 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26377/stat : 26377 (java) S 26367 26367 13977 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 104220898 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638758900480 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26378] ppid=26367 vsize=13980732 memory=32040 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26378/stat : 26378 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638757849040 139639282706331 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26379] ppid=26367 vsize=13980732 memory=4048 CPUtime=3.37 cores=0,2,4,6
/proc/26369/task/26379/stat : 26379 (java) S 26367 26367 13977 0 -1 1077944384 12668 0 0 0 336 1 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638756797168 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26380] ppid=26367 vsize=13980732 memory=1380 CPUtime=3.4 cores=0,2,4,6
/proc/26369/task/26380/stat : 26380 (java) R 26367 26367 13977 0 -1 4202560 19393 0 0 0 337 3 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638755744624 139639275672777 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26381] ppid=26367 vsize=13980732 memory=1380 CPUtime=0.81 cores=0,2,4,6
/proc/26369/task/26381/stat : 26381 (java) S 26367 26367 13977 0 -1 1077944384 9445 0 0 0 79 2 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638754691568 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26382] ppid=26367 vsize=13980732 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/26369/task/26382/stat : 26382 (java) S 26367 26367 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104220901 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638753639264 139639282697941 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
[pid=26369/tid=26383] ppid=26367 vsize=13980732 memory=1008 CPUtime=0.6 cores=0,2,4,6
/proc/26369/task/26383/stat : 26383 (java) S 26367 26367 13977 0 -1 1077944384 1284 0 0 0 28 32 0 0 20 0 15 0 104220907 14316269568 892784 18446744073709551615 4194304 4196468 140736829188304 139638752586288 139639282698882 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30789632 140736829194673 140736829194849 140736829194849 140736829198287 0
Current children cumulated CPU time: 962.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 3572516 KiB

Child status: 0
Real time (s): 953.741
CPU time (s): 962.829
CPU user time (s): 961.562
CPU system time (s): 1.26646
CPU usage (%): 100.953
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 3572516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 961.562
system time used= 1.26646
maximum resident set size= 3571480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81244
page faults= 0
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24235
involuntary context switches= 634


# summary of solver processes directly reported to runsolver:
#   pid: 26367
#   total CPU time (s): 962.829
#   total CPU user time (s): 961.562
#   total CPU system time (s): 1.26646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.05044 second user time and 9.22569 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-19 17:52:26
IDJOB=4282446
IDBENCH=138779
IDSOLVER=2677
FILE ID=node124/4282446-1503158803
RUNJOBID= node124-1503095780-14041
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0200-m1.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282446-1503158803/watcher-4282446-1503158803 -o /tmp/evaluation-result-4282446-1503158803/solver-4282446-1503158803 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503095780-14041 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1962433446 HOME/instance-4282446-1503158803.xml

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

MD5SUM BENCH= aa794b13577ab4fe7ac8dae6d6ffdfc7
RANDOM SEED=1962433446

node124.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.51
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.51
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.51
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.51
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:        31213092 kB
MemAvailable:   31843608 kB
Buffers:          291876 kB
Cached:           632128 kB
SwapCached:            0 kB
Active:           730012 kB
Inactive:         373360 kB
Active(anon):     132244 kB
Inactive(anon):    89140 kB
Active(file):     597768 kB
Inactive(file):   284220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8656 kB
Writeback:             4 kB
AnonPages:        179684 kB
Mapped:            69648 kB
Shmem:             41704 kB
Slab:             155340 kB
SReclaimable:     128724 kB
SUnreclaim:        26616 kB
KernelStack:        3424 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1178580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-19 18:08:20