Trace number 4269498

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)SAT 19.2796 14.7421

General information on the benchmark

NameKnightTour/KnightTour-ext-s1/
KnightTour-14-ext03.xml
MD5SUM223310c4b2c0f482c3233db9dc344582
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 benchmark19.514
Satisfiable
(Un)Satisfiability was proved
Number of variables196
Number of constraints100
Number of domains1
Minimum domain size196
Maximum domain size196
Distribution of domain sizes[{"size":196,"count":196}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":194},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity196
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":98},{"arity":196,"count":1}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"allDifferent","count":1},{"type":"instantiation","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-4269498-1502815251.xml"  -tl '2520s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4269498-1502815251.xml, -tl, 2520s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.34/0.26	c parse instance...
3.47/2.50	c solve instance...
19.20/14.73	s SATISFIABLE
19.20/14.73	v <instantiation>
19.20/14.73	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] </list>
19.20/14.73	v 	<values>0 16 4 20 32 5 21 33 45 57 73 61 49 37 53 41 68 80 92 65 77 89 101 85 112 128 140 113 129 141 170 182 155 184 168 156 183 171 187 158 146 134 122 106 94 110 83 95 107 119 103 115 99 126 114 98 86 74 62 50 34 46 75 87 71 42 58 70 43 59 47 35 8 24 12 39 27 11 23 7 19 31 15 3 30 14 2 18 6 22 10 26 38 9 25 13 40 52 36 48 60 76 64 91 79 63 51 67 55 82 66 54 81 69 96 108 120 93 105 78 90 102 118 130 142 154 127 143 131 147 135 123 111 138 109 97 124 136 148 121 137 125 152 164 176 149 161 145 157 169 185 173 189 160 172 188 159 186 174 190 178 194 167 151 139 166 195 179 191 175 163 192 180 153 165 181 193 177 150 162 133 117 144 132 116 104 88 100 84 72 56 44 28 1 17 29 </values>
19.20/14.73	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 (14941 MiB free)
  memory of node 1: 16384 MiB (15565 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269498-1502815251/watcher-4269498-1502815251 -o /tmp/evaluation-result-4269498-1502815251/solver-4269498-1502815251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 838911330 HOME/instance-4269498-1502815251.xml 

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

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


[startup+0.100125 s]*
/proc/loadavg: 1.77 1.47 1.42 5/217 27448
/proc/meminfo: memFree=31221592/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13978596 memory=27964 CPUtime=0.12 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 5330 0 0 0 11 1 0 0 20 0 15 0 114613266 14314082304 6991 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3494649 6991 2876 1 0 3482966 0
[pid=27434/tid=27435] ppid=27432 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 3323 0 0 0 8 1 0 0 20 0 15 0 114613266 14314082304 6991 33554432000 4194304 4196468 140730487910112 139840129648432 139840107948229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13978596 memory=3472468652062782672 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14314082304 6991 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13978596 memory=140523167630976 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14314082304 6991 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14314082304 6991 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14314082304 6991 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613269 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114613269 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114613269 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 114613272 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 114613272 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13978596 memory=140523167630976 CPUtime=0.01 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) R 27432 27432 23628 0 -1 4202560 268 0 0 0 1 0 0 0 20 0 15 0 114613272 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839231994736 139840109495646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13978596 memory=140523167630976 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613272 14314082304 6991 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29344 KiB

[startup+0.210984 s]*
/proc/loadavg: 1.77 1.47 1.42 3/217 27448
/proc/meminfo: memFree=31209312/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13982852 memory=40528 CPUtime=0.34 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 8186 0 0 0 32 2 0 0 20 0 15 0 114613266 14318440448 10132 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3495713 10132 3054 1 0 3482966 0
[pid=27434/tid=27435] ppid=27432 vsize=13982852 memory=5853394889045019040 CPUtime=0.2 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 5254 0 0 0 19 1 0 0 20 0 15 0 114613266 14318440448 10132 33554432000 4194304 4196468 140730487910112 139840129635968 139840109495646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13982852 memory=3472468652062782672 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 10132 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13982852 memory=140523167630976 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 10132 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 10132 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 10132 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13982852 memory=140523167630976 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613269 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114613269 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114613269 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 15 0 114613272 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13982852 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 478 0 0 0 3 0 0 0 20 0 15 0 114613272 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13982852 memory=140523167630976 CPUtime=0.08 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) S 27432 27432 23628 0 -1 1077944384 757 0 0 0 8 0 0 0 20 0 15 0 114613272 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839231994736 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13982852 memory=140523167630976 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613272 14318440448 10132 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41908 KiB

[startup+0.310797 s]*
/proc/loadavg: 1.77 1.47 1.42 4/217 27448
/proc/meminfo: memFree=31202488/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13982852 memory=47728 CPUtime=0.5 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 9059 0 0 0 48 2 0 0 20 0 15 0 114613266 14318440448 11932 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3495713 11932 3109 1 0 3482966 0
[pid=27434/tid=27435] ppid=27432 vsize=13982852 memory=-8540663193526752614 CPUtime=0.29 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 5971 0 0 0 28 1 0 0 20 0 15 0 114613266 14318440448 11932 33554432000 4194304 4196468 140730487910112 139840129652032 139840125437085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13982852 memory=3472468652062782672 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 11932 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13982852 memory=140523167654604 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 11932 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13982852 memory=140523008561014 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 11932 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13982852 memory=140523008539599 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14318440448 11932 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13982852 memory=140523167654635 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613269 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13982852 memory=140523008548815 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114613269 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13982852 memory=281046017095312 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114613269 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13982852 memory=281046017102192 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 465 0 0 0 3 0 0 0 20 0 15 0 114613272 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13982852 memory=2240 CPUtime=0.04 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 485 0 0 0 4 0 0 0 20 0 15 0 114613272 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13982852 memory=140523167630976 CPUtime=0.11 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) S 27432 27432 23628 0 -1 1077944384 836 0 0 0 11 0 0 0 20 0 15 0 114613272 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839231994736 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13982852 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13982852 memory=140523167630976 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613272 14318440448 11932 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 49108 KiB

[startup+0.700826 s]
/proc/loadavg: 1.77 1.47 1.42 6/217 27448
/proc/meminfo: memFree=31172956/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13984976 memory=84100 CPUtime=1.53 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 11550 0 0 0 149 4 0 0 20 0 15 0 114613266 14320615424 21025 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3496244 21025 3203 1 0 3483478 0
[pid=27434/tid=27435] ppid=27432 vsize=13984976 memory=1420 CPUtime=0.67 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 6381 0 0 0 65 2 0 0 20 0 15 0 114613266 14320615424 21025 33554432000 4194304 4196468 140730487910112 139840129652256 139839726285249 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13984976 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14320615424 21025 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13984976 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114613267 14320615424 21025 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14320615424 21025 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13984976 memory=281046017176896 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613267 14320615424 21025 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13984976 memory=140523008599264 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13984976 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13984976 memory=3682 CPUtime=0.27 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 1103 0 0 0 27 0 0 0 20 0 15 0 114613272 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13984976 memory=3 CPUtime=0.29 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 1211 0 0 0 29 0 0 0 20 0 15 0 114613272 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13984976 memory=6768 CPUtime=0.26 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) S 27432 27432 23628 0 -1 1077944384 1547 0 0 0 26 0 0 0 20 0 15 0 114613272 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839231994736 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13984976 memory=362 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 21025 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 85480 KiB

[startup+1.5008 s]
/proc/loadavg: 1.77 1.47 1.42 3/217 27448
/proc/meminfo: memFree=31155456/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0

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

/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13984976 memory=405852 CPUtime=18.1 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 25431 0 0 0 1789 21 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3496244 101463 3258 1 0 3483478 0
[pid=27434/tid=27435] ppid=27432 vsize=13984976 memory=2336 CPUtime=13.48 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 9269 0 0 0 1342 6 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840129651552 139839727260591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13984976 memory=1724 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 448 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13984976 memory=1012 CPUtime=0.06 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 567 0 0 0 4 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13984976 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 154 0 0 0 4 3 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13984976 memory=5792 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 178 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 494 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13984976 memory=1420 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13984976 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13984976 memory=1944 CPUtime=1.85 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 3651 0 0 0 185 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13984976 memory=1196 CPUtime=1.89 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 4168 0 0 0 189 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13984976 memory=8560 CPUtime=0.55 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) S 27432 27432 23628 0 -1 1077944384 5100 0 0 0 54 1 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839231994736 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 18.1 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 407232 KiB

[startup+14.4008 s]
/proc/loadavg: 1.68 1.46 1.41 3/217 27448
/proc/meminfo: memFree=30842980/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13984976 memory=405852 CPUtime=18.9 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 25438 0 0 0 1869 21 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3496244 101463 3258 1 0 3483478 0
[pid=27434/tid=27435] ppid=27432 vsize=13984976 memory=405852 CPUtime=14.28 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 9276 0 0 0 1422 6 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840129651600 139839728219794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13984976 memory=6926605841108527424 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 448 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13984976 memory=4206749494057918560 CPUtime=0.06 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 567 0 0 0 4 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13984976 memory=-7025452035942946156 CPUtime=0.07 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 154 0 0 0 4 3 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13984976 memory=7753118821576485451 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 178 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13984976 memory=6003387803229513059 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 494 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13984976 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13984976 memory=288230613214036277 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13984976 memory=16106991470774530 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13984976 memory=-7814691523512926820 CPUtime=1.85 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 3651 0 0 0 185 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13984976 memory=-7361183220417257581 CPUtime=1.89 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 4168 0 0 0 189 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13984976 memory=7681407940103534239 CPUtime=0.55 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) S 27432 27432 23628 0 -1 1077944384 5100 0 0 0 54 1 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839231994736 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13984976 memory=6944656592455348282 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13984976 memory=-7966001967256141664 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 18.9 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 407232 KiB

[startup+14.6007 s]
/proc/loadavg: 1.68 1.46 1.41 3/217 27448
/proc/meminfo: memFree=30842980/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13984976 memory=405852 CPUtime=19.1 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 25462 0 0 0 1889 21 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3496244 101463 3258 1 0 3483478 0
[pid=27434/tid=27435] ppid=27432 vsize=13984976 memory=1716 CPUtime=14.48 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 9300 0 0 0 1442 6 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840129651600 139839727974990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13984976 memory=5792 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 448 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13984976 memory=4616 CPUtime=0.06 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 567 0 0 0 4 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13984976 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 154 0 0 0 4 3 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13984976 memory=1420 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 178 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13984976 memory=13040 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 494 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13984976 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13984976 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13984976 memory=1228 CPUtime=1.85 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 3651 0 0 0 185 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13984976 memory=1380 CPUtime=1.89 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 4168 0 0 0 189 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13984976 memory=405524 CPUtime=0.55 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) S 27432 27432 23628 0 -1 1077944384 5100 0 0 0 54 1 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839231994736 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13984976 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13984976 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 19.1 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 407232 KiB

[startup+14.7008 s]
/proc/loadavg: 1.68 1.46 1.41 3/217 27448
/proc/meminfo: memFree=30842980/32770624 swapFree=67108860/67108860
[pid=27432] ppid=27429 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/27432/stat : 27432 (xcsp3-exec) S 27429 27432 23628 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 114613266 9740288 345 33554432000 4194304 5098028 140723316031056 140723316029160 140686078390908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13885440 140723316032623 140723316032827 140723316032827 140723316035563 0
/proc/27432/statm: 2378 345 289 221 0 87 0
[pid=27434] ppid=27432 vsize=13984976 memory=405852 CPUtime=19.2 cores=1,3,5,7
/proc/27434/stat : 27434 (java) S 27432 27432 23628 0 -1 1077944320 25462 0 0 0 1899 21 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 140730487892656 139840125415159 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
/proc/27434/statm: 3496244 101463 3258 1 0 3483478 0
[pid=27434/tid=27435] ppid=27432 vsize=13984976 memory=405852 CPUtime=14.58 cores=1,3,5,7
/proc/27434/task/27435/stat : 27435 (java) R 27432 27432 23628 0 -1 4202560 9300 0 0 0 1452 6 0 0 20 0 15 0 114613266 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840129651600 139839727973141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27436] ppid=27432 vsize=13984976 memory=164 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27436/stat : 27436 (java) S 27432 27432 23628 0 -1 1077944384 448 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840055503760 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27437] ppid=27432 vsize=13984976 memory=140523008641272 CPUtime=0.06 cores=1,3,5,7
/proc/27434/task/27437/stat : 27437 (java) S 27432 27432 23628 0 -1 1077944384 567 0 0 0 4 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840054450960 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27438] ppid=27432 vsize=13984976 memory=359672 CPUtime=0.07 cores=1,3,5,7
/proc/27434/task/27438/stat : 27438 (java) S 27432 27432 23628 0 -1 1077944384 154 0 0 0 4 3 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840053398672 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27439] ppid=27432 vsize=13984976 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27434/task/27439/stat : 27439 (java) S 27432 27432 23628 0 -1 1077944384 178 0 0 0 3 2 0 0 20 0 15 0 114613267 14320615424 101463 33554432000 4194304 4196468 140730487910112 139840052345872 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27440] ppid=27432 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27440/stat : 27440 (java) S 27432 27432 23628 0 -1 1077944384 494 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839306344560 139840125426306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27441] ppid=27432 vsize=13984976 memory=1686 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27441/stat : 27441 (java) S 27432 27432 23628 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839305290528 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27442] ppid=27432 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27442/stat : 27442 (java) S 27432 27432 23628 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 114613269 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839236203632 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27443] ppid=27432 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27443/stat : 27443 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839235151952 139840125433755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27444] ppid=27432 vsize=13984976 memory=792 CPUtime=1.85 cores=1,3,5,7
/proc/27434/task/27444/stat : 27444 (java) S 27432 27432 23628 0 -1 1077944384 3651 0 0 0 185 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839234099824 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27445] ppid=27432 vsize=13984976 memory=1380 CPUtime=1.89 cores=1,3,5,7
/proc/27434/task/27445/stat : 27445 (java) S 27432 27432 23628 0 -1 1077944384 4168 0 0 0 189 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839233047024 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27446] ppid=27432 vsize=13984976 memory=405852 CPUtime=0.55 cores=1,3,5,7
/proc/27434/task/27446/stat : 27446 (java) S 27432 27432 23628 0 -1 1077944384 5100 0 0 0 54 1 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839231994736 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27447] ppid=27432 vsize=13984976 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27447/stat : 27447 (java) S 27432 27432 23628 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839230942176 139840125425365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
[pid=27434/tid=27448] ppid=27432 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/27434/task/27448/stat : 27448 (java) S 27432 27432 23628 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 114613272 14320615424 101463 33554432000 4194304 4196468 140730487910112 139839229888944 139840125426306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35274752 140730487911575 140730487911751 140730487911751 140730487914447 0
Current children cumulated CPU time: 19.2 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 407232 KiB

Child status: 0
Real time (s): 14.7421
CPU time (s): 19.2796
CPU user time (s): 19.0593
CPU system time (s): 0.220344
CPU usage (%): 130.779
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 407232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0593
system time used= 0.220344
maximum resident set size= 406184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2705
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 27432
#   total CPU time (s): 19.2796
#   total CPU user time (s): 19.0593
#   total CPU system time (s): 0.220344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.130424 second user time and 0.173291 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 18:26:32
IDJOB=4269498
IDBENCH=134610
IDSOLVER=2660
FILE ID=node103/4269498-1502815251
RUNJOBID= node103-1502789283-23660
PBS_JOBID= 20629125
Free space on /tmp= 61792 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/KnightTour/KnightTour-ext-s1/KnightTour-14-ext03.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-4269498-1502815251/watcher-4269498-1502815251 -o /tmp/evaluation-result-4269498-1502815251/solver-4269498-1502815251 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1502789283-23660 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 838911330 HOME/instance-4269498-1502815251.xml

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

MD5SUM BENCH= 223310c4b2c0f482c3233db9dc344582
RANDOM SEED=838911330

node103.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.56
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.56
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.56
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.56
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:        31238292 kB
MemAvailable:   31741636 kB
Buffers:          188512 kB
Cached:           600876 kB
SwapCached:            0 kB
Active:           843616 kB
Inactive:         243996 kB
Active(anon):     247848 kB
Inactive(anon):    78564 kB
Active(file):     595768 kB
Inactive(file):   165432 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7556 kB
Writeback:             0 kB
AnonPages:        315072 kB
Mapped:            58464 kB
Shmem:             25228 kB
Slab:             142616 kB
SReclaimable:     115956 kB
SUnreclaim:        26660 kB
KernelStack:        3840 kB
PageTables:         5896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1231220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 61784 MiB
End job on node103 at 2017-08-15 18:26:47