Trace number 4403420

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20SAT 29.6238 8.36792

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
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 benchmark0.776956
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403420-1568993036.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403420-1568993036.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
5.84/2.01	c solve instance...
29.55/8.34	s SATISFIABLE
29.55/8.34	v <instantiation>
29.55/8.34	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] </list>
29.55/8.34	v 	<values>2 5 4 22 21 24 26 53 52 46 45 36 38 41 40 202 203 200 198 207 208 214 215 188 187 181 180 171 173 172 178 179 170 179 170 169 168 165 168 169 168 169 163 162 163 162 81 82 81 83 81 83 82 83 81 83 81 83 81 83 86 83 81 162 81 83 86 84 86 83 82 81 82 88 87 89 88 89 98 97 98 97 98 97 96 98 89 98 89 98 96 97 98 89 98 89 88 89 98 96 98 97 96 98 89 98 89 87 89 98 96 97 96 93 95 93 95 92 95 94 148 147 149 148 149 147 </values>
29.55/8.34	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 (8647 MiB free)
  memory of node 1: 16384 MiB (7378 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403420-1568993036/watcher-4403420-1568993036 -o /tmp/evaluation-result-4403420-1568993036/solver-4403420-1568993036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7722 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1205898861 HOME/instance-4403420-1568993036.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=13274, runsolver pid=13271
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 8.24 8.28 8.23 7/233 13290
/proc/meminfo: memFree=16392736/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0
[pid=13276] ppid=13274 vsize=15144776 memory=30196 CPUtime=0.13 cores=1,3,5,7
/proc/13276/stat : 13276 (java) S 13274 13274 7690 0 -1 1077944320 5976 0 0 0 12 1 0 0 20 0 15 0 475560486 15508250624 7549 33554432000 4194304 4196468 140732538389296 140732538371840 139679726001911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
/proc/13276/statm: 3786194 7549 3177 1 0 3748377 0
[pid=13276/tid=13277] ppid=13274 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=1,3,5,7
/proc/13276/task/13277/stat : 13277 (java) R 13274 13274 7690 0 -1 4202560 3882 0 0 0 8 0 0 0 20 0 15 0 475560486 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679730233232 139679711695377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13278] ppid=13274 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13278/stat : 13278 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679654042256 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13279] ppid=13274 vsize=15144776 memory=140341228607104 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13279/stat : 13279 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679652989456 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13280] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13280/stat : 13280 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679316175248 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13281] ppid=13274 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13281/stat : 13281 (java) S 13274 13274 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679315122448 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13282] ppid=13274 vsize=15144776 memory=140341228607104 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13282/stat : 13282 (java) S 13274 13274 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475560488 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679261739888 139679726013058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13283] ppid=13274 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13283/stat : 13283 (java) S 13274 13274 7690 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475560489 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679260685856 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13284] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13284/stat : 13284 (java) S 13274 13274 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475560489 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679259633008 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13285] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13285/stat : 13285 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560491 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679258581328 139679726020507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13286] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13286/stat : 13286 (java) R 13274 13274 7690 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 475560491 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679257528688 139679726013058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13287] ppid=13274 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13287/stat : 13287 (java) R 13274 13274 7690 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 15 0 475560491 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679256475888 139679703834768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13288] ppid=13274 vsize=15144776 memory=140341228607104 CPUtime=0.02 cores=1,3,5,7
/proc/13276/task/13288/stat : 13288 (java) R 13274 13274 7690 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 475560491 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679255423088 139679705390897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13289] ppid=13274 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13289/stat : 13289 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560492 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679254370528 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13290] ppid=13274 vsize=15144776 memory=140341228607104 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560492 15508250624 7549 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31644 KiB

[startup+0.211747 s]*
/proc/loadavg: 8.24 8.28 8.23 8/233 13290
/proc/meminfo: memFree=16381596/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0
[pid=13276] ppid=13274 vsize=15144776 memory=40348 CPUtime=0.35 cores=1,3,5,7
/proc/13276/stat : 13276 (java) S 13274 13274 7690 0 -1 1077944320 9325 0 0 0 32 3 0 0 20 0 15 0 475560486 15508250624 10087 33554432000 4194304 4196468 140732538389296 140732538371840 139679726001911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
/proc/13276/statm: 3786194 10087 3247 1 0 3748377 0
[pid=13276/tid=13277] ppid=13274 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/13276/task/13277/stat : 13277 (java) R 13274 13274 7690 0 -1 4202560 6649 0 0 0 18 2 0 0 20 0 15 0 475560486 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679730238608 139679710045541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13278] ppid=13274 vsize=15144776 memory=1898699 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13278/stat : 13278 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679654042256 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13279] ppid=13274 vsize=15144776 memory=3472330503854764526 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13279/stat : 13279 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679652989456 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13280] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13280/stat : 13280 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679316175248 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13281] ppid=13274 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13281/stat : 13281 (java) S 13274 13274 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475560487 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679315122448 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13282] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13282/stat : 13282 (java) S 13274 13274 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475560488 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679261739888 139679726013058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13283] ppid=13274 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13283/stat : 13283 (java) S 13274 13274 7690 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475560489 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679260685856 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13284] ppid=13274 vsize=15144776 memory=140341228607104 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13284/stat : 13284 (java) S 13274 13274 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475560489 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679259633008 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13285] ppid=13274 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13285/stat : 13285 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560491 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679258581328 139679726020507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13286] ppid=13274 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13276/task/13286/stat : 13286 (java) S 13274 13274 7690 0 -1 1077944384 448 0 0 0 3 0 0 0 20 0 15 0 475560491 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679257528688 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13287] ppid=13274 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/13276/task/13287/stat : 13287 (java) S 13274 13274 7690 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 15 0 475560491 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679256475888 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13288] ppid=13274 vsize=15144776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13276/task/13288/stat : 13288 (java) R 13274 13274 7690 0 -1 4202560 753 0 0 0 8 0 0 0 20 0 15 0 475560491 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679255423088 139679704920808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13289] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13289/stat : 13289 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560492 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679254370528 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13290] ppid=13274 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560492 15508250624 10087 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41796 KiB

[startup+0.314934 s]*
/proc/loadavg: 8.24 8.28 8.23 7/233 13290
/proc/meminfo: memFree=16373828/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0
[pid=13276] ppid=13274 vsize=15149032 memory=50268 CPUtime=0.53 cores=1,3,5,7
/proc/13276/stat : 13276 (java) S 13274 13274 7690 0 -1 1077944320 10883 0 0 0 50 3 0 0 20 0 15 0 475560486 15512608768 12567 33554432000 4194304 4196468 140732538389296 140732538371840 139679726001911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
/proc/13276/statm: 3787258 12567 3341 1 0 3748377 0
[pid=13276/tid=13277] ppid=13274 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/13276/task/13277/stat : 13277 (java) R 13274 13274 7690 0 -1 4202560 7875 0 0 0 28 2 0 0 20 0 15 0 475560486 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679730233824 139679710082398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13278] ppid=13274 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13278/stat : 13278 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679654042256 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13279] ppid=13274 vsize=15149032 memory=3763093055285244100 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13279/stat : 13279 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679652989456 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13280] ppid=13274 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13280/stat : 13280 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560487 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679316175248 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13281] ppid=13274 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13281/stat : 13281 (java) S 13274 13274 7690 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475560487 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679315122448 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13282] ppid=13274 vsize=15149032 memory=140341228607104 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13282/stat : 13282 (java) S 13274 13274 7690 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475560488 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679261739888 139679726013058 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13283] ppid=13274 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13283/stat : 13283 (java) S 13274 13274 7690 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475560489 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679260685856 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13284] ppid=13274 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13284/stat : 13284 (java) S 13274 13274 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475560489 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679259633008 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13285] ppid=13274 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13285/stat : 13285 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560491 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679258581328 139679726020507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13286] ppid=13274 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/13276/task/13286/stat : 13286 (java) S 13274 13274 7690 0 -1 1077944384 595 0 0 0 6 0 0 0 20 0 15 0 475560491 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679257528688 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13287] ppid=13274 vsize=15149032 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13276/task/13287/stat : 13287 (java) S 13274 13274 7690 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 15 0 475560491 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679256475888 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13288] ppid=13274 vsize=15149032 memory=140341228607104 CPUtime=0.13 cores=1,3,5,7
/proc/13276/task/13288/stat : 13288 (java) S 13274 13274 7690 0 -1 1077944384 915 0 0 0 13 0 0 0 20 0 15 0 475560491 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679255423088 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13289] ppid=13274 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13289/stat : 13289 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560492 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679254370528 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13290] ppid=13274 vsize=15149032 memory=140341228607104 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560492 15512608768 12567 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51716 KiB

[startup+0.704873 s]
/proc/loadavg: 8.24 8.28 8.23 8/233 13290
/proc/meminfo: memFree=16346392/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0
[pid=13276] ppid=13274 vsize=15151156 memory=252620 CPUtime=1.7 cores=1,3,5,7
/proc/13276/stat : 13276 (java) S 13274 13274 7690 0 -1 1077944320 13514 0 0 0 155 15 0 0 20 0 15 0 475560486 15514783744 63155 33554432000 4194304 4196468 140732538389296 140732538371840 139679726001911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
/proc/13276/statm: 3787789 63155 3445 1 0 3748889 0
[pid=13276/tid=13277] ppid=13274 vsize=15151156 memory=2120 CPUtime=0.63 cores=1,3,5,7
/proc/13276/task/13277/stat : 13277 (java) S 13274 13274 7690 0 -1 1077944384 8512 0 0 0 58 5 0 0 20 0 15 0 475560486 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679730239680 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13278] ppid=13274 vsize=15151156 memory=532 CPUtime=0.03 cores=1,3,5,7
/proc/13276/task/13278/stat : 13278 (java) R 13274 13274 7690 0 -1 4202560 35 0 0 0 1 2 0 0 20 0 15 0 475560487 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679654042256 139679719098612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13279] ppid=13274 vsize=15151156 memory=1564 CPUtime=0.03 cores=1,3,5,7
/proc/13276/task/13279/stat : 13279 (java) R 13274 13274 7690 0 -1 4202560 44 0 0 0 1 2 0 0 20 0 15 0 475560487 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679652989656 139679719098612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13280] ppid=13274 vsize=15151156 memory=924 CPUtime=0.04 cores=1,3,5,7
/proc/13276/task/13280/stat : 13280 (java) R 13274 13274 7690 0 -1 4202560 48 0 0 0 2 2 0 0 20 0 15 0 475560487 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679316175448 139679719101611 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13281] ppid=13274 vsize=15151156 memory=1680 CPUtime=0.04 cores=1,3,5,7
/proc/13276/task/13281/stat : 13281 (java) R 13274 13274 7690 0 -1 4202560 49 0 0 0 2 2 0 0 20 0 15 0 475560487 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679315122448 139679719101611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13282] ppid=13274 vsize=15151156 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13282/stat : 13282 (java) S 13274 13274 7690 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 475560488 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679261738400 139679726012117 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13283] ppid=13274 vsize=15151156 memory=912 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13283/stat : 13283 (java) S 13274 13274 7690 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 475560489 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679260685856 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13284] ppid=13274 vsize=15151156 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13284/stat : 13284 (java) S 13274 13274 7690 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475560489 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679259633008 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13285] ppid=13274 vsize=15151156 memory=2480 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13285/stat : 13285 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560491 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679258581328 139679726020507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13286] ppid=13274 vsize=15151156 memory=7302135314614015849 CPUtime=0.31 cores=1,3,5,7
/proc/13276/task/13286/stat : 13286 (java) S 13274 13274 7690 0 -1 1077944384 1062 0 0 0 31 0 0 0 20 0 15 0 475560491 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679257507696 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13287] ppid=13274 vsize=15151156 memory=5866332588140292694 CPUtime=0.28 cores=1,3,5,7
/proc/13276/task/13287/stat : 13287 (java) S 13274 13274 7690 0 -1 1077944384 879 0 0 0 28 0 0 0 20 0 15 0 475560491 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679256475888 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13288] ppid=13274 vsize=15151156 memory=7295944995277656144 CPUtime=0.29 cores=1,3,5,7
/proc/13276/task/13288/stat : 13288 (java) S 13274 13274 7690 0 -1 1077944384 1579 0 0 0 29 0 0 0 20 0 15 0 475560491 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679255423088 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13289] ppid=13274 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13289/stat : 13289 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475560492 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679254370528 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13290] ppid=13274 vsize=15151156 memory=7523096512984082771 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475560492 15514783744 63667 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 254068 KiB

[startup+1.50086 s]
/proc/loadavg: 8.24 8.28 8.23 7/233 13290
/proc/meminfo: memFree=16036540/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0

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

/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 382 0 0 0 0 0 0 0 20 0 19 0 475560492 15787429888 246246 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13291] ppid=13274 vsize=15417412 memory=4811 CPUtime=5 cores=1,3,5,7
/proc/13276/task/13291/stat : 13291 (java) R 13274 13274 7690 0 -1 4202560 441 0 0 0 500 0 0 0 20 0 19 0 475560688 15787429888 246246 33554432000 4194304 4196468 140732538389296 139679250553760 139679338006050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13292] ppid=13274 vsize=15417412 memory=697 CPUtime=4.92 cores=1,3,5,7
/proc/13276/task/13292/stat : 13292 (java) R 13274 13274 7690 0 -1 4202560 2149 0 0 0 492 0 0 0 20 0 19 0 475560688 15787429888 246246 33554432000 4194304 4196468 140732538389296 139679040884840 139679337974353 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13293] ppid=13274 vsize=15417412 memory=17190 CPUtime=5.11 cores=1,3,5,7
/proc/13276/task/13293/stat : 13293 (java) R 13274 13274 7690 0 -1 4202560 1230 0 0 0 511 0 0 0 20 0 19 0 475560688 15787429888 246246 33554432000 4194304 4196468 140732538389296 139679039831920 139679338006026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13294] ppid=13274 vsize=15417412 memory=2553 CPUtime=5.02 cores=1,3,5,7
/proc/13276/task/13294/stat : 13294 (java) R 13274 13274 7690 0 -1 4202560 520 0 0 0 502 0 0 0 20 0 19 0 475560688 15787429888 246246 33554432000 4194304 4196468 140732538389296 139679038779256 139679337973710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 26.84 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 986432 KiB

[startup+8.00082 s]*
/proc/loadavg: 8.13 8.25 8.23 6/237 13294
/proc/meminfo: memFree=15421668/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0
[pid=13276] ppid=13274 vsize=15417412 memory=997480 CPUtime=29.26 cores=1,3,5,7
/proc/13276/stat : 13276 (java) S 13274 13274 7690 0 -1 1077944320 34545 0 0 0 2842 84 0 0 20 0 19 0 475560486 15787429888 249370 33554432000 4194304 4196468 140732538389296 140732538371840 139679726001911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
/proc/13276/statm: 3854353 249370 3507 1 0 3815453 0
[pid=13276/tid=13277] ppid=13274 vsize=15417412 memory=8317482817917895235 CPUtime=1.14 cores=1,3,5,7
/proc/13276/task/13277/stat : 13277 (java) S 13274 13274 7690 0 -1 1077944384 9155 0 0 0 108 6 0 0 20 0 19 0 475560486 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679730242688 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13278] ppid=13274 vsize=15417412 memory=4126316290023845779 CPUtime=0.79 cores=1,3,5,7
/proc/13276/task/13278/stat : 13278 (java) S 13274 13274 7690 0 -1 1077944384 2258 0 0 0 61 18 0 0 20 0 19 0 475560487 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679654042256 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13279] ppid=13274 vsize=15417412 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/13276/task/13279/stat : 13279 (java) S 13274 13274 7690 0 -1 1077944384 1828 0 0 0 61 19 0 0 20 0 19 0 475560487 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679652989456 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13280] ppid=13274 vsize=15417412 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/13276/task/13280/stat : 13280 (java) S 13274 13274 7690 0 -1 1077944384 1638 0 0 0 61 18 0 0 20 0 19 0 475560487 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679316175248 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13281] ppid=13274 vsize=15417412 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/13276/task/13281/stat : 13281 (java) S 13274 13274 7690 0 -1 1077944384 1609 0 0 0 59 18 0 0 20 0 19 0 475560487 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679315122448 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13282] ppid=13274 vsize=15417412 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13276/task/13282/stat : 13282 (java) S 13274 13274 7690 0 -1 1077944384 1271 0 0 0 2 0 0 0 20 0 19 0 475560488 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679261739888 139679726013058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13283] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13283/stat : 13283 (java) S 13274 13274 7690 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475560489 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679260685920 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13284] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13284/stat : 13284 (java) S 13274 13274 7690 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475560489 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679259633024 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13285] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13285/stat : 13285 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475560491 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679258581328 139679726020507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13286] ppid=13274 vsize=15417412 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/13276/task/13286/stat : 13286 (java) S 13274 13274 7690 0 -1 1077944384 5178 0 0 0 123 0 0 0 20 0 19 0 475560491 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679257528688 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13287] ppid=13274 vsize=15417412 memory=0 CPUtime=1.04 cores=1,3,5,7
/proc/13276/task/13287/stat : 13287 (java) S 13274 13274 7690 0 -1 1077944384 3177 0 0 0 104 0 0 0 20 0 19 0 475560491 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679256475888 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13288] ppid=13274 vsize=15417412 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/13276/task/13288/stat : 13288 (java) S 13274 13274 7690 0 -1 1077944384 2254 0 0 0 46 0 0 0 20 0 19 0 475560491 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679255423088 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13289] ppid=13274 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13289/stat : 13289 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475560492 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679254370528 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13290] ppid=13274 vsize=15417412 memory=983360 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 382 0 0 0 0 0 0 0 20 0 19 0 475560492 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13291] ppid=13274 vsize=15417412 memory=0 CPUtime=5.44 cores=1,3,5,7
/proc/13276/task/13291/stat : 13291 (java) S 13274 13274 7690 0 -1 1077944384 448 0 0 0 544 0 0 0 20 0 19 0 475560688 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679250559040 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13292] ppid=13274 vsize=15417412 memory=0 CPUtime=5.3 cores=1,3,5,7
/proc/13276/task/13292/stat : 13292 (java) S 13274 13274 7690 0 -1 1077944384 2294 0 0 0 530 0 0 0 20 0 19 0 475560688 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679040890192 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13293] ppid=13274 vsize=15417412 memory=0 CPUtime=5.91 cores=1,3,5,7
/proc/13276/task/13293/stat : 13293 (java) R 13274 13274 7690 0 -1 4202560 1233 0 0 0 591 0 0 0 20 0 19 0 475560688 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679039831976 139679338143972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13294] ppid=13274 vsize=15417412 memory=0 CPUtime=5.44 cores=1,3,5,7
/proc/13276/task/13294/stat : 13294 (java) S 13274 13274 7690 0 -1 1077944384 520 0 0 0 544 0 0 0 20 0 19 0 475560688 15787429888 249370 33554432000 4194304 4196468 140732538389296 139679038784592 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 29.26 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 998928 KiB

[startup+8.20078 s]
/proc/loadavg: 8.13 8.25 8.23 6/237 13294
/proc/meminfo: memFree=15421668/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0
[pid=13276] ppid=13274 vsize=15417412 memory=997496 CPUtime=29.45 cores=1,3,5,7
/proc/13276/stat : 13276 (java) S 13274 13274 7690 0 -1 1077944320 34609 0 0 0 2861 84 0 0 20 0 19 0 475560486 15787429888 249374 33554432000 4194304 4196468 140732538389296 140732538371840 139679726001911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
/proc/13276/statm: 3854353 249374 3507 1 0 3815453 0
[pid=13276/tid=13277] ppid=13274 vsize=15417412 memory=16098169624726078 CPUtime=1.14 cores=1,3,5,7
/proc/13276/task/13277/stat : 13277 (java) S 13274 13274 7690 0 -1 1077944384 9155 0 0 0 108 6 0 0 20 0 19 0 475560486 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679730242688 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13278] ppid=13274 vsize=15417412 memory=1564 CPUtime=0.79 cores=1,3,5,7
/proc/13276/task/13278/stat : 13278 (java) S 13274 13274 7690 0 -1 1077944384 2258 0 0 0 61 18 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679654042256 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13279] ppid=13274 vsize=15417412 memory=924 CPUtime=0.8 cores=1,3,5,7
/proc/13276/task/13279/stat : 13279 (java) S 13274 13274 7690 0 -1 1077944384 1828 0 0 0 61 19 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679652989456 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13280] ppid=13274 vsize=15417412 memory=1680 CPUtime=0.79 cores=1,3,5,7
/proc/13276/task/13280/stat : 13280 (java) S 13274 13274 7690 0 -1 1077944384 1638 0 0 0 61 18 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679316175248 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13281] ppid=13274 vsize=15417412 memory=6153431502485414758 CPUtime=0.77 cores=1,3,5,7
/proc/13276/task/13281/stat : 13281 (java) S 13274 13274 7690 0 -1 1077944384 1609 0 0 0 59 18 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679315122448 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13282] ppid=13274 vsize=15417412 memory=7019257425709197167 CPUtime=0.02 cores=1,3,5,7
/proc/13276/task/13282/stat : 13282 (java) S 13274 13274 7690 0 -1 1077944384 1271 0 0 0 2 0 0 0 20 0 19 0 475560488 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679261739888 139679726013058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13283] ppid=13274 vsize=15417412 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13283/stat : 13283 (java) S 13274 13274 7690 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475560489 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679260685920 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13284] ppid=13274 vsize=15417412 memory=8514726395715218844 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13284/stat : 13284 (java) S 13274 13274 7690 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475560489 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679259633024 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13285] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13285/stat : 13285 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679258581328 139679726020507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13286] ppid=13274 vsize=15417412 memory=3907348592745866339 CPUtime=1.23 cores=1,3,5,7
/proc/13276/task/13286/stat : 13286 (java) S 13274 13274 7690 0 -1 1077944384 5178 0 0 0 123 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679257528688 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13287] ppid=13274 vsize=15417412 memory=197349452310461 CPUtime=1.04 cores=1,3,5,7
/proc/13276/task/13287/stat : 13287 (java) S 13274 13274 7690 0 -1 1077944384 3177 0 0 0 104 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679256475888 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13288] ppid=13274 vsize=15417412 memory=57 CPUtime=0.46 cores=1,3,5,7
/proc/13276/task/13288/stat : 13288 (java) S 13274 13274 7690 0 -1 1077944384 2254 0 0 0 46 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679255423088 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13289] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13289/stat : 13289 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475560492 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679254370528 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13290] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 19 0 475560492 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13291] ppid=13274 vsize=15417412 memory=0 CPUtime=5.44 cores=1,3,5,7
/proc/13276/task/13291/stat : 13291 (java) S 13274 13274 7690 0 -1 1077944384 448 0 0 0 544 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679250559040 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13292] ppid=13274 vsize=15417412 memory=0 CPUtime=5.3 cores=1,3,5,7
/proc/13276/task/13292/stat : 13292 (java) S 13274 13274 7690 0 -1 1077944384 2294 0 0 0 530 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679040890192 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13293] ppid=13274 vsize=15417412 memory=1112 CPUtime=6.1 cores=1,3,5,7
/proc/13276/task/13293/stat : 13293 (java) R 13274 13274 7690 0 -1 4202560 1265 0 0 0 610 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679039832048 139679338209308 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13294] ppid=13274 vsize=15417412 memory=6048 CPUtime=5.44 cores=1,3,5,7
/proc/13276/task/13294/stat : 13294 (java) S 13274 13274 7690 0 -1 1077944384 520 0 0 0 544 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679038784592 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 29.45 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 998944 KiB

[startup+8.30079 s]
/proc/loadavg: 8.13 8.25 8.23 6/237 13294
/proc/meminfo: memFree=15421668/32770624 swapFree=66986244/67108860
[pid=13274] ppid=13271 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13274/stat : 13274 (xcsp3-exec) S 13271 13274 7690 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 475560486 115843072 362 33554432000 4194304 5098028 140734391422544 140734391420648 139636819165820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21770240 140734391423866 140734391424109 140734391424109 140734391427018 0
/proc/13274/statm: 28282 362 304 221 0 87 0
[pid=13276] ppid=13274 vsize=15417412 memory=997496 CPUtime=29.55 cores=1,3,5,7
/proc/13276/stat : 13276 (java) S 13274 13274 7690 0 -1 1077944320 34612 0 0 0 2871 84 0 0 20 0 19 0 475560486 15787429888 249374 33554432000 4194304 4196468 140732538389296 140732538371840 139679726001911 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
/proc/13276/statm: 3854353 249374 3507 1 0 3815453 0
[pid=13276/tid=13277] ppid=13274 vsize=15417412 memory=140341076675992 CPUtime=1.14 cores=1,3,5,7
/proc/13276/task/13277/stat : 13277 (java) S 13274 13274 7690 0 -1 1077944384 9155 0 0 0 108 6 0 0 20 0 19 0 475560486 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679730242688 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13278] ppid=13274 vsize=15417412 memory=288230604624101685 CPUtime=0.79 cores=1,3,5,7
/proc/13276/task/13278/stat : 13278 (java) S 13274 13274 7690 0 -1 1077944384 2258 0 0 0 61 18 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679654042256 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13279] ppid=13274 vsize=15417412 memory=13851858779244951 CPUtime=0.8 cores=1,3,5,7
/proc/13276/task/13279/stat : 13279 (java) S 13274 13274 7690 0 -1 1077944384 1828 0 0 0 61 19 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679652989456 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13280] ppid=13274 vsize=15417412 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/13276/task/13280/stat : 13280 (java) S 13274 13274 7690 0 -1 1077944384 1638 0 0 0 61 18 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679316175248 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13281] ppid=13274 vsize=15417412 memory=2276 CPUtime=0.77 cores=1,3,5,7
/proc/13276/task/13281/stat : 13281 (java) S 13274 13274 7690 0 -1 1077944384 1609 0 0 0 59 18 0 0 20 0 19 0 475560487 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679315122448 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13282] ppid=13274 vsize=15417412 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13276/task/13282/stat : 13282 (java) S 13274 13274 7690 0 -1 1077944384 1271 0 0 0 2 0 0 0 20 0 19 0 475560488 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679261739888 139679726013058 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13283] ppid=13274 vsize=15417412 memory=280682152910176 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13283/stat : 13283 (java) S 13274 13274 7690 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 475560489 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679260685920 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13284] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13284/stat : 13284 (java) S 13274 13274 7690 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 475560489 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679259633024 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13285] ppid=13274 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13285/stat : 13285 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679258581328 139679726020507 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13286] ppid=13274 vsize=15417412 memory=2832 CPUtime=1.23 cores=1,3,5,7
/proc/13276/task/13286/stat : 13286 (java) S 13274 13274 7690 0 -1 1077944384 5178 0 0 0 123 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679257528688 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13287] ppid=13274 vsize=15417412 memory=1084 CPUtime=1.04 cores=1,3,5,7
/proc/13276/task/13287/stat : 13287 (java) S 13274 13274 7690 0 -1 1077944384 3177 0 0 0 104 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679256475888 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13288] ppid=13274 vsize=15417412 memory=14012 CPUtime=0.46 cores=1,3,5,7
/proc/13276/task/13288/stat : 13288 (java) S 13274 13274 7690 0 -1 1077944384 2254 0 0 0 46 0 0 0 20 0 19 0 475560491 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679255423088 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13289] ppid=13274 vsize=15417412 memory=14048 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13289/stat : 13289 (java) S 13274 13274 7690 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475560492 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679254370528 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13290] ppid=13274 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/13276/task/13290/stat : 13290 (java) S 13274 13274 7690 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 19 0 475560492 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679253318832 139679726013058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13291] ppid=13274 vsize=15417412 memory=1448 CPUtime=5.44 cores=1,3,5,7
/proc/13276/task/13291/stat : 13291 (java) S 13274 13274 7690 0 -1 1077944384 448 0 0 0 544 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679250559040 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13292] ppid=13274 vsize=15417412 memory=983236 CPUtime=5.3 cores=1,3,5,7
/proc/13276/task/13292/stat : 13292 (java) S 13274 13274 7690 0 -1 1077944384 2294 0 0 0 530 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679040890192 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13293] ppid=13274 vsize=15417412 memory=0 CPUtime=6.2 cores=1,3,5,7
/proc/13276/task/13293/stat : 13293 (java) R 13274 13274 7690 0 -1 4202560 1268 0 0 0 620 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679039832048 139679338209361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
[pid=13276/tid=13294] ppid=13274 vsize=15417412 memory=0 CPUtime=5.44 cores=1,3,5,7
/proc/13276/task/13294/stat : 13294 (java) S 13274 13274 7690 0 -1 1077944384 520 0 0 0 544 0 0 0 20 0 19 0 475560688 15787429888 249374 33554432000 4194304 4196468 140732538389296 139679038784592 139679726012117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140732538397679 140732538397850 140732538397850 140732538400719 0
Current children cumulated CPU time: 29.55 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 998944 KiB

Child status: 0
Real time (s): 8.36792
CPU time (s): 29.6238
CPU user time (s): 28.7608
CPU system time (s): 0.863035
CPU usage (%): 354.017
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 998944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.7608
system time used= 0.863035
maximum resident set size= 998272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2331
involuntary context switches= 692


# summary of solver processes directly reported to runsolver:
#   pid: 13274
#   total CPU time (s): 29.6238
#   total CPU user time (s): 28.7608
#   total CPU system time (s): 0.863035

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.078995 second user time and 0.135195 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 16:13:35
IDJOB=4403420
IDBENCH=138763
IDSOLVER=2863
FILE ID=node104/4403420-1568993036
RUNJOBID= node104-1568983762-7722
PBS_JOBID= 21704640
Free space on /tmp= 9804 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403420-1568993036/watcher-4403420-1568993036 -o /tmp/evaluation-result-4403420-1568993036/solver-4403420-1568993036 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568983762-7722 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1205898861 HOME/instance-4403420-1568993036.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=1205898861

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        16410608 kB
MemAvailable:   31553380 kB
Buffers:           96240 kB
Cached:         14948072 kB
SwapCached:        22652 kB
Active:          7769824 kB
Inactive:        7577812 kB
Active(anon):     278228 kB
Inactive(anon):    74416 kB
Active(file):    7491596 kB
Inactive(file):  7503396 kB
Unevictable:      109712 kB
Mlocked:          109712 kB
SwapTotal:      67108860 kB
SwapFree:       66986244 kB
Dirty:             26076 kB
Writeback:             0 kB
AnonPages:        392056 kB
Mapped:            65308 kB
Shmem:             40708 kB
Slab:             606476 kB
SReclaimable:     576240 kB
SUnreclaim:        30236 kB
KernelStack:        3792 kB
PageTables:         6548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1395192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    284672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9780 MiB
End job on node104 at 2019-09-20 16:13:44