Trace number 4271029

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 par (2017-08-09)SAT 12.5417 2.0376

General information on the benchmark

NameMagicSquare/MagicSquare-m1-gp/
MagicSquare-9-f50-12.xml
MD5SUM2e473dae547e5e185f8a7aab72fd0dc2
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.095748
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints22
Number of domains1
Minimum domain size81
Maximum domain size81
Distribution of domain sizes[{"size":81,"count":81}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":40},{"degree":4,"count":30},{"degree":5,"count":10},{"degree":6,"count":1}]
Minimum constraint arity9
Maximum constraint arity81
Distribution of constraint arities[{"arity":9,"count":20},{"arity":35,"count":1},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271029-1502755308.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4271029-1502755308.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.03/0.53	c solve instance...
12.46/2.01	s SATISFIABLE
12.46/2.01	v <instantiation>
12.46/2.01	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
12.46/2.01	v 	<values>32 35 48 2 26 15 79 72 60 51 17 9 70 13 3 63 67 76 58 33 38 40 80 59 8 52 1 61 64 24 12 14 53 81 10 50 20 36 75 55 78 71 16 11 7 46 54 21 5 56 66 25 19 77 29 44 57 73 6 18 42 69 31 68 37 23 47 62 43 28 39 22 4 49 74 65 34 41 27 30 45 </values>
12.46/2.01	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 (14051 MiB free)
  memory of node 1: 16384 MiB (12260 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271029-1502755308/watcher-4271029-1502755308 -o /tmp/evaluation-result-4271029-1502755308/solver-4271029-1502755308 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502749406-11814 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 12915037 HOME/instance-4271029-1502755308.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=12145, runsolver pid=12142

[startup+0.100113 s]*
/proc/loadavg: 8.42 8.21 8.23 2/199 12166
/proc/meminfo: memFree=26928452/32770624 swapFree=67108860/67108860
[pid=12145] ppid=12142 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12145/stat : 12145 (xcsp3-exec) S 12142 12145 11787 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 108618592 9740288 346 33554432000 4194304 5098028 140730956384304 140730956382408 139906311099004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7716864 140730956387430 140730956387639 140730956387639 140730956390379 0
/proc/12145/statm: 2378 346 289 221 0 87 0
[pid=12147] ppid=12145 vsize=25999808 memory=26632 CPUtime=0.11 cores=0-7
/proc/12147/stat : 12147 (java) S 12145 12145 11787 0 -1 1077944320 5581 0 0 0 10 1 0 0 20 0 20 0 108618592 26623803392 6658 33554432000 4194304 4196468 140735958292864 140735958275408 139961458949879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
/proc/12147/statm: 6499952 6658 2848 1 0 6488269 0
[pid=12147/tid=12148] ppid=12145 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/12147/task/12148/stat : 12148 (java) R 12145 12145 11787 0 -1 4202560 3593 0 0 0 8 1 0 0 20 0 20 0 108618593 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961463170688 139961055717233 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12149] ppid=12145 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/12147/task/12149/stat : 12149 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961381530384 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12150] ppid=12145 vsize=25999808 memory=139877681632896 CPUtime=0 cores=0-7
/proc/12147/task/12150/stat : 12150 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961380477840 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12151] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12151/stat : 12151 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961379425296 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12152] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12152/stat : 12152 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961378372752 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12153] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12153/stat : 12153 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961377319184 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12154] ppid=12145 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/12147/task/12154/stat : 12154 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961376266640 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12155] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12155/stat : 12155 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961010510352 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12156] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12156/stat : 12156 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26623803392 6658 33554432000 4194304 4196468 140735958292864 139961009457808 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12157] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12157/stat : 12157 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618595 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960133634544 139961458961026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12158] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12158/stat : 12158 (java) S 12145 12145 11787 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108618596 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960132580768 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12159] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12159/stat : 12159 (java) S 12145 12145 11787 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108618596 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960131528176 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12160] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12160/stat : 12160 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618598 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960130476752 139961458968475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12161] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12161/stat : 12161 (java) S 12145 12145 11787 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 108618598 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960129423344 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12162] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12162/stat : 12162 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108618598 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960128370800 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12163] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12163/stat : 12163 (java) S 12145 12145 11787 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 108618598 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960127318256 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12164] ppid=12145 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/12147/task/12164/stat : 12164 (java) R 12145 12145 11787 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 20 0 108618598 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960126265712 139961437576257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12165] ppid=12145 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12165/stat : 12165 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108618598 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960125213408 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12166] ppid=12145 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/12147/task/12166/stat : 12166 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618599 26623803392 6658 33554432000 4194304 4196468 140735958292864 139960124160944 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28016 KiB

[startup+0.210017 s]*
/proc/loadavg: 8.42 8.21 8.23 2/199 12166
/proc/meminfo: memFree=26919584/32770624 swapFree=67108860/67108860
[pid=12145] ppid=12142 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12145/stat : 12145 (xcsp3-exec) S 12142 12145 11787 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 108618592 9740288 346 33554432000 4194304 5098028 140730956384304 140730956382408 139906311099004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7716864 140730956387430 140730956387639 140730956387639 140730956390379 0
/proc/12145/statm: 2378 346 289 221 0 87 0
[pid=12147] ppid=12145 vsize=26004064 memory=39236 CPUtime=0.33 cores=0-7
/proc/12147/stat : 12147 (java) S 12145 12145 11787 0 -1 1077944320 8298 0 0 0 30 3 0 0 20 0 20 0 108618592 26628161536 9809 33554432000 4194304 4196468 140735958292864 140735958275408 139961458949879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
/proc/12147/statm: 6501016 9809 3058 1 0 6488269 0
[pid=12147/tid=12148] ppid=12145 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/12147/task/12148/stat : 12148 (java) R 12145 12145 11787 0 -1 4202560 5415 0 0 0 18 2 0 0 20 0 20 0 108618593 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961463164112 139961458971805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12149] ppid=12145 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/12147/task/12149/stat : 12149 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961381530384 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12150] ppid=12145 vsize=26004064 memory=288370253833344640 CPUtime=0 cores=0-7
/proc/12147/task/12150/stat : 12150 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961380477840 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12151] ppid=12145 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12147/task/12151/stat : 12151 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961379425296 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12152] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12152/stat : 12152 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961378372752 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12153] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12153/stat : 12153 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961377319184 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12154] ppid=12145 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12147/task/12154/stat : 12154 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961376266640 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12155] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12155/stat : 12155 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961010510352 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12156] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12156/stat : 12156 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 9809 33554432000 4194304 4196468 140735958292864 139961009457808 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12157] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12157/stat : 12157 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618595 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960133634544 139961458961026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12158] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12158/stat : 12158 (java) S 12145 12145 11787 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108618596 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960132580768 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12159] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12159/stat : 12159 (java) S 12145 12145 11787 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108618596 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960131528176 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12160] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12160/stat : 12160 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618598 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960130476752 139961458968475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12161] ppid=12145 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/12147/task/12161/stat : 12161 (java) S 12145 12145 11787 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 108618598 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960129423344 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12162] ppid=12145 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/12147/task/12162/stat : 12162 (java) S 12145 12145 11787 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 20 0 108618598 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960128370800 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12163] ppid=12145 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/12147/task/12163/stat : 12163 (java) S 12145 12145 11787 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 20 0 108618598 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960127318256 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12164] ppid=12145 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/12147/task/12164/stat : 12164 (java) S 12145 12145 11787 0 -1 1077944384 727 0 0 0 7 0 0 0 20 0 20 0 108618598 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960126265712 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12165] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12165/stat : 12165 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108618598 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960125213408 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12166] ppid=12145 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12147/task/12166/stat : 12166 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618599 26628161536 9809 33554432000 4194304 4196468 140735958292864 139960124160944 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40620 KiB

[startup+0.309348 s]*
/proc/loadavg: 8.42 8.21 8.23 2/199 12166
/proc/meminfo: memFree=26910340/32770624 swapFree=67108860/67108860
[pid=12145] ppid=12142 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12145/stat : 12145 (xcsp3-exec) S 12142 12145 11787 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 108618592 9740288 346 33554432000 4194304 5098028 140730956384304 140730956382408 139906311099004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7716864 140730956387430 140730956387639 140730956387639 140730956390379 0
/proc/12145/statm: 2378 346 289 221 0 87 0
[pid=12147] ppid=12145 vsize=26004064 memory=45672 CPUtime=0.49 cores=0-7
/proc/12147/stat : 12147 (java) S 12145 12145 11787 0 -1 1077944320 9184 0 0 0 45 4 0 0 20 0 20 0 108618592 26628161536 11418 33554432000 4194304 4196468 140735958292864 140735958275408 139961458949879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
/proc/12147/statm: 6501016 11418 3071 1 0 6488269 0
[pid=12147/tid=12148] ppid=12145 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/12147/task/12148/stat : 12148 (java) R 12145 12145 11787 0 -1 4202560 6158 0 0 0 27 2 0 0 20 0 20 0 108618593 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961463187392 139961443030366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12149] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12149/stat : 12149 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961381530384 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12150] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12150/stat : 12150 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961380477840 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12151] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12151/stat : 12151 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961379425296 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12152] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12152/stat : 12152 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961378372752 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12153] ppid=12145 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/12147/task/12153/stat : 12153 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961377319184 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12154] ppid=12145 vsize=26004064 memory=139877555467183 CPUtime=0 cores=0-7
/proc/12147/task/12154/stat : 12154 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961376266640 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12155] ppid=12145 vsize=26004064 memory=139877555469488 CPUtime=0 cores=0-7
/proc/12147/task/12155/stat : 12155 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961010510352 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12156] ppid=12145 vsize=26004064 memory=139877555471792 CPUtime=0 cores=0-7
/proc/12147/task/12156/stat : 12156 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618594 26628161536 11418 33554432000 4194304 4196468 140735958292864 139961009457808 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12157] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12157/stat : 12157 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 108618595 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960133634544 139961458961026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12158] ppid=12145 vsize=26004064 memory=279755110950544 CPUtime=0 cores=0-7
/proc/12147/task/12158/stat : 12158 (java) S 12145 12145 11787 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 108618596 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960132580768 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12159] ppid=12145 vsize=26004064 memory=279755110957456 CPUtime=0 cores=0-7
/proc/12147/task/12159/stat : 12159 (java) S 12145 12145 11787 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 108618596 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960131528176 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12160] ppid=12145 vsize=26004064 memory=279755110898736 CPUtime=0 cores=0-7
/proc/12147/task/12160/stat : 12160 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618598 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960130476752 139961458968475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12161] ppid=12145 vsize=26004064 memory=279755110971280 CPUtime=0.01 cores=0-7
/proc/12147/task/12161/stat : 12161 (java) S 12145 12145 11787 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 108618598 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960129423344 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12162] ppid=12145 vsize=26004064 memory=279755110978192 CPUtime=0.02 cores=0-7
/proc/12147/task/12162/stat : 12162 (java) S 12145 12145 11787 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 20 0 108618598 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960128370800 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12163] ppid=12145 vsize=26004064 memory=279755110975888 CPUtime=0.02 cores=0-7
/proc/12147/task/12163/stat : 12163 (java) S 12145 12145 11787 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 20 0 108618598 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960127318256 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12164] ppid=12145 vsize=26004064 memory=279755110992048 CPUtime=0.11 cores=0-7
/proc/12147/task/12164/stat : 12164 (java) S 12145 12145 11787 0 -1 1077944384 810 0 0 0 11 0 0 0 20 0 20 0 108618598 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960126265712 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12165] ppid=12145 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12165/stat : 12165 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 108618598 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960125213408 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12166] ppid=12145 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/12147/task/12166/stat : 12166 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 108618599 26628161536 11418 33554432000 4194304 4196468 140735958292864 139960124160944 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47056 KiB

[startup+0.70168 s]
/proc/loadavg: 8.42 8.21 8.23 4/199 12166
/proc/meminfo: memFree=26894912/32770624 swapFree=67108860/67108860
[pid=12145] ppid=12142 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12145/stat : 12145 (xcsp3-exec) S 12142 12145 11787 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 108618592 9740288 346 33554432000 4194304 5098028 140730956384304 140730956382408 139906311099004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7716864 140730956387430 140730956387639 140730956387639 140730956390379 0
/proc/12145/statm: 2378 346 289 221 0 87 0
[pid=12147] ppid=12145 vsize=26538700 memory=89112 CPUtime=2.18 cores=0-7
/proc/12147/stat : 12147 (java) S 12145 12145 11787 0 -1 1077944320 13267 0 0 0 213 5 0 0 20 0 28 0 108618592 27175628800 22278 33554432000 4194304 4196468 140735958292864 140735958275408 139961458949879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
/proc/12147/statm: 6634675 22278 3209 1 0 6621909 0
[pid=12147/tid=12148] ppid=12145 vsize=26538700 memory=279755111349936 CPUtime=0.51 cores=0-7
/proc/12147/task/12148/stat : 12148 (java) S 12145 12145 11787 0 -1 1077944384 6800 0 0 0 48 3 0 0 20 0 28 0 108618593 27175628800 22278 33554432000 4194304 4196468 140735958292864 139961463190656 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12149] ppid=12145 vsize=26538700 memory=139877555676016 CPUtime=0 cores=0-7
/proc/12147/task/12149/stat : 12149 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 22278 33554432000 4194304 4196468 140735958292864 139961381530384 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12150] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12150/stat : 12150 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 22278 33554432000 4194304 4196468 140735958292864 139961380477840 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12151] ppid=12145 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/12147/task/12151/stat : 12151 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 22278 33554432000 4194304 4196468 140735958292864 139961379425296 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0

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

[pid=12147/tid=12168] ppid=12145 vsize=26538700 memory=4624 CPUtime=0.7 cores=0-7
/proc/12147/task/12168/stat : 12168 (java) R 12145 12145 11787 0 -1 4202560 88 0 0 0 70 0 0 0 20 0 28 0 108618646 27175628800 27361 33554432000 4194304 4196468 140735958292864 139960115098336 139961059566583 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12169] ppid=12145 vsize=26538700 memory=0 CPUtime=0.83 cores=0-7
/proc/12147/task/12169/stat : 12169 (java) R 12145 12145 11787 0 -1 4202560 71 0 0 0 83 0 0 0 20 0 28 0 108618646 27175628800 27361 33554432000 4194304 4196468 140735958292864 139960114043456 139961060288555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12170] ppid=12145 vsize=26538700 memory=0 CPUtime=0.68 cores=0-7
/proc/12147/task/12170/stat : 12170 (java) S 12145 12145 11787 0 -1 1077944384 46 0 0 0 68 0 0 0 20 0 28 0 108618646 27175628800 27361 33554432000 4194304 4196468 140735958292864 139960112990912 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12171] ppid=12145 vsize=26538700 memory=4580 CPUtime=0.83 cores=0-7
/proc/12147/task/12171/stat : 12171 (java) S 12145 12145 11787 0 -1 1077944384 51 0 0 0 83 0 0 0 20 0 28 0 108618646 27175628800 27361 33554432000 4194304 4196468 140735958292864 139960111938368 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12172] ppid=12145 vsize=26538700 memory=0 CPUtime=0.6 cores=0-7
/proc/12147/task/12172/stat : 12172 (java) R 12145 12145 11787 0 -1 4202560 53 0 0 0 60 0 0 0 20 0 28 0 108618646 27175628800 27361 33554432000 4194304 4196468 140735958292864 139960110885824 139961059566583 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12173] ppid=12145 vsize=26538700 memory=0 CPUtime=0.69 cores=0-7
/proc/12147/task/12173/stat : 12173 (java) S 12145 12145 11787 0 -1 1077944384 46 0 0 0 69 0 0 0 20 0 28 0 108618646 27175628800 27361 33554432000 4194304 4196468 140735958292864 139960109833280 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12174] ppid=12145 vsize=26538700 memory=0 CPUtime=0.78 cores=0-7
/proc/12147/task/12174/stat : 12174 (java) R 12145 12145 11787 0 -1 4202560 53 0 0 0 78 0 0 0 20 0 28 0 108618646 27175628800 27361 33554432000 4194304 4196468 140735958292864 139960108781816 139961055894560 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 110828 KiB

[startup+2.03754 s]
# the end of solver process 12145 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=12.4212 s, system=0.12052 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.60168 s]
/proc/loadavg: 8.42 8.21 8.23 13/207 12174
/proc/meminfo: memFree=26857524/32770624 swapFree=67108860/67108860
[pid=12145] ppid=12142 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12145/stat : 12145 (xcsp3-exec) S 12142 12145 11787 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 108618592 9740288 346 33554432000 4194304 5098028 140730956384304 140730956382408 139906311099004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7716864 140730956387430 140730956387639 140730956387639 140730956390379 0
/proc/12145/statm: 2378 346 289 221 0 87 0
[pid=12147] ppid=12145 vsize=26538700 memory=111976 CPUtime=9.22 cores=0-7
/proc/12147/stat : 12147 (java) S 12145 12145 11787 0 -1 1077944320 18423 0 0 0 916 6 0 0 20 0 28 0 108618592 27175628800 27994 33554432000 4194304 4196468 140735958292864 140735958275408 139961458949879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
/proc/12147/statm: 6634675 27994 3215 1 0 6621909 0
[pid=12147/tid=12148] ppid=12145 vsize=26538700 memory=0 CPUtime=0.51 cores=0-7
/proc/12147/task/12148/stat : 12148 (java) S 12145 12145 11787 0 -1 1077944384 6800 0 0 0 48 3 0 0 20 0 28 0 108618593 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961463190656 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12149] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12149/stat : 12149 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961381530384 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12150] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12150/stat : 12150 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961380477840 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12151] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12151/stat : 12151 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961379425296 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12152] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12152/stat : 12152 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961378372752 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12153] ppid=12145 vsize=26538700 memory=-3253322038155611931 CPUtime=0 cores=0-7
/proc/12147/task/12153/stat : 12153 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961377319184 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12154] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12154/stat : 12154 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961376266640 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12155] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12155/stat : 12155 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961010510352 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12156] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12156/stat : 12156 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 27994 33554432000 4194304 4196468 140735958292864 139961009457808 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12157] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12157/stat : 12157 (java) S 12145 12145 11787 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 108618595 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960133634544 139961458961026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12158] ppid=12145 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/12147/task/12158/stat : 12158 (java) S 12145 12145 11787 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 108618596 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960132580768 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12159] ppid=12145 vsize=26538700 memory=13056 CPUtime=0 cores=0-7
/proc/12147/task/12159/stat : 12159 (java) S 12145 12145 11787 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 108618596 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960131528176 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12160] ppid=12145 vsize=26538700 memory=792 CPUtime=0 cores=0-7
/proc/12147/task/12160/stat : 12160 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618598 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960130476752 139961458968475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12161] ppid=12145 vsize=26538700 memory=1008 CPUtime=0.54 cores=0-7
/proc/12147/task/12161/stat : 12161 (java) R 12145 12145 11787 0 -1 4202560 1801 0 0 0 54 0 0 0 20 0 28 0 108618598 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960129409312 139961438197009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12162] ppid=12145 vsize=26538700 memory=10652 CPUtime=0.65 cores=0-7
/proc/12147/task/12162/stat : 12162 (java) R 12145 12145 11787 0 -1 4202560 2319 0 0 0 65 0 0 0 20 0 28 0 108618598 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960128359040 139961436966871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12163] ppid=12145 vsize=26538700 memory=1204 CPUtime=0.63 cores=0-7
/proc/12147/task/12163/stat : 12163 (java) R 12145 12145 11787 0 -1 4202560 3278 0 0 0 63 0 0 0 20 0 28 0 108618598 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960127317152 139961440494452 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12164] ppid=12145 vsize=26538700 memory=15872 CPUtime=0.42 cores=0-7
/proc/12147/task/12164/stat : 12164 (java) R 12145 12145 11787 0 -1 1077944384 2415 0 0 0 42 0 0 0 20 0 28 0 108618598 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960126265712 139961458961026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12165] ppid=12145 vsize=26538700 memory=16444 CPUtime=0 cores=0-7
/proc/12147/task/12165/stat : 12165 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108618598 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960125213408 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12166] ppid=12145 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/12147/task/12166/stat : 12166 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618599 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960124160944 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12167] ppid=12145 vsize=26538700 memory=17276 CPUtime=0.86 cores=0-7
/proc/12147/task/12167/stat : 12167 (java) R 12145 12145 11787 0 -1 4202560 85 0 0 0 86 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960116148600 139961059366536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12168] ppid=12145 vsize=26538700 memory=1236 CPUtime=0.75 cores=0-7
/proc/12147/task/12168/stat : 12168 (java) R 12145 12145 11787 0 -1 4202560 88 0 0 0 75 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960115096896 139961059651522 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12169] ppid=12145 vsize=26538700 memory=6352256631980 CPUtime=0.92 cores=0-7
/proc/12147/task/12169/stat : 12169 (java) R 12145 12145 11787 0 -1 4202560 71 0 0 0 92 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960114044208 139961059649787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12170] ppid=12145 vsize=26538700 memory=288230583166042425 CPUtime=0.72 cores=0-7
/proc/12147/task/12170/stat : 12170 (java) R 12145 12145 11787 0 -1 4202560 47 0 0 0 72 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960112994160 139961059651564 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12171] ppid=12145 vsize=26538700 memory=13847469322668612 CPUtime=0.88 cores=0-7
/proc/12147/task/12171/stat : 12171 (java) R 12145 12145 11787 0 -1 4202560 51 0 0 0 88 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960111938384 139961458961814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12172] ppid=12145 vsize=26538700 memory=0 CPUtime=0.65 cores=0-7
/proc/12147/task/12172/stat : 12172 (java) R 12145 12145 11787 0 -1 4202560 53 0 0 0 65 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960110883008 139961060126653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12173] ppid=12145 vsize=26538700 memory=0 CPUtime=0.73 cores=0-7
/proc/12147/task/12173/stat : 12173 (java) R 12145 12145 11787 0 -1 4202560 47 0 0 0 73 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960109833400 139961059649787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12174] ppid=12145 vsize=26538700 memory=6944656592455359580 CPUtime=0.86 cores=0-7
/proc/12147/task/12174/stat : 12174 (java) R 12145 12145 11787 0 -1 1077944384 53 0 0 0 86 0 0 0 20 0 28 0 108618646 27175628800 27994 33554432000 4194304 4196468 140735958292864 139960108780752 139961458960085 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 113360 KiB

[startup+2.00168 s]*
/proc/loadavg: 8.71 8.27 8.25 12/207 12174
/proc/meminfo: memFree=26825200/32770624 swapFree=67108860/67108860
[pid=12145] ppid=12142 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/12145/stat : 12145 (xcsp3-exec) S 12142 12145 11787 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 108618592 9740288 346 33554432000 4194304 5098028 140730956384304 140730956382408 139906311099004 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7716864 140730956387430 140730956387639 140730956387639 140730956390379 0
/proc/12145/statm: 2378 346 289 221 0 87 0
[pid=12147] ppid=12145 vsize=26538700 memory=130612 CPUtime=12.46 cores=0-7
/proc/12147/stat : 12147 (java) S 12145 12145 11787 0 -1 1077944320 24562 0 0 0 1236 10 0 0 20 0 28 0 108618592 27175628800 32653 33554432000 4194304 4196468 140735958292864 140735958275408 139961458949879 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
/proc/12147/statm: 6634675 32653 3226 1 0 6621909 0
[pid=12147/tid=12148] ppid=12145 vsize=26538700 memory=6791534058613427641 CPUtime=0.51 cores=0-7
/proc/12147/task/12148/stat : 12148 (java) S 12145 12145 11787 0 -1 1077944384 6800 0 0 0 48 3 0 0 20 0 28 0 108618593 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961463190656 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12149] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12149/stat : 12149 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961381530384 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12150] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12150/stat : 12150 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961380477840 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12151] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12151/stat : 12151 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961379425296 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12152] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12152/stat : 12152 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961378372752 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12153] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12153/stat : 12153 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961377319184 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12154] ppid=12145 vsize=26538700 memory=4049070523507814447 CPUtime=0 cores=0-7
/proc/12147/task/12154/stat : 12154 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961376266640 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12155] ppid=12145 vsize=26538700 memory=-7595718148000617580 CPUtime=0 cores=0-7
/proc/12147/task/12155/stat : 12155 (java) S 12145 12145 11787 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961010510352 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12156] ppid=12145 vsize=26538700 memory=9124443767561732153 CPUtime=0 cores=0-7
/proc/12147/task/12156/stat : 12156 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618594 27175628800 32653 33554432000 4194304 4196468 140735958292864 139961009457808 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12157] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12157/stat : 12157 (java) S 12145 12145 11787 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 108618595 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960133634544 139961458961026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12158] ppid=12145 vsize=26538700 memory=6720696446780543624 CPUtime=0 cores=0-7
/proc/12147/task/12158/stat : 12158 (java) S 12145 12145 11787 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 108618596 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960132580768 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12159] ppid=12145 vsize=26538700 memory=-7384994778349281183 CPUtime=0 cores=0-7
/proc/12147/task/12159/stat : 12159 (java) S 12145 12145 11787 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 108618596 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960131528176 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12160] ppid=12145 vsize=26538700 memory=-6876588461455810464 CPUtime=0 cores=0-7
/proc/12147/task/12160/stat : 12160 (java) S 12145 12145 11787 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 108618598 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960130476752 139961458968475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12161] ppid=12145 vsize=26538700 memory=7681421203011431829 CPUtime=0.72 cores=0-7
/proc/12147/task/12161/stat : 12161 (java) R 12145 12145 11787 0 -1 4202560 2848 0 0 0 71 1 0 0 20 0 28 0 108618598 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960129411712 139961442481828 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12162] ppid=12145 vsize=26538700 memory=1384 CPUtime=0.89 cores=0-7
/proc/12147/task/12162/stat : 12162 (java) R 12145 12145 11787 0 -1 4202560 4545 0 0 0 88 1 0 0 20 0 28 0 108618598 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960128356680 139961443875966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12163] ppid=12145 vsize=26538700 memory=108976 CPUtime=0.78 cores=0-7
/proc/12147/task/12163/stat : 12163 (java) R 12145 12145 11787 0 -1 4202560 4951 0 0 0 77 1 0 0 20 0 28 0 108618598 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960127314624 139961440472208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12164] ppid=12145 vsize=26538700 memory=0 CPUtime=0.46 cores=0-7
/proc/12147/task/12164/stat : 12164 (java) S 12145 12145 11787 0 -1 1077944384 3112 0 0 0 46 0 0 0 20 0 28 0 108618598 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960126265712 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12165] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12165/stat : 12165 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108618598 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960125213408 139961458960085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12166] ppid=12145 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/12147/task/12166/stat : 12166 (java) S 12145 12145 11787 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 108618599 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960124160944 139961458961026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12167] ppid=12145 vsize=26538700 memory=0 CPUtime=1.27 cores=0-7
/proc/12147/task/12167/stat : 12167 (java) R 12145 12145 11787 0 -1 4202560 176 0 0 0 127 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960116145904 139961060420786 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12168] ppid=12145 vsize=26538700 memory=0 CPUtime=0.98 cores=0-7
/proc/12147/task/12168/stat : 12168 (java) R 12145 12145 11787 0 -1 4202560 163 0 0 0 98 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960115097656 139961060560839 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12169] ppid=12145 vsize=26538700 memory=0 CPUtime=1.18 cores=0-7
/proc/12147/task/12169/stat : 12169 (java) R 12145 12145 11787 0 -1 4202560 112 0 0 0 118 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960114043552 139961060770862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12170] ppid=12145 vsize=26538700 memory=0 CPUtime=1.05 cores=0-7
/proc/12147/task/12170/stat : 12170 (java) R 12145 12145 11787 0 -1 4202560 94 0 0 0 105 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960112993216 139961060692857 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12171] ppid=12145 vsize=26538700 memory=0 CPUtime=1.22 cores=0-7
/proc/12147/task/12171/stat : 12171 (java) R 12145 12145 11787 0 -1 4202560 119 0 0 0 122 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960111942560 139961060730563 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12172] ppid=12145 vsize=26538700 memory=0 CPUtime=0.98 cores=0-7
/proc/12147/task/12172/stat : 12172 (java) R 12145 12145 11787 0 -1 4202560 128 0 0 0 98 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960110886872 139961060560623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12173] ppid=12145 vsize=26538700 memory=3472592183261933599 CPUtime=1.11 cores=0-7
/proc/12147/task/12173/stat : 12173 (java) R 12145 12145 11787 0 -1 4202560 83 0 0 0 111 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960109834008 139961059818748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
[pid=12147/tid=12174] ppid=12145 vsize=26538700 memory=2320537098281689135 CPUtime=1.21 cores=0-7
/proc/12147/task/12174/stat : 12174 (java) R 12145 12145 11787 0 -1 4202560 114 0 0 0 121 0 0 0 20 0 28 0 108618646 27175628800 32653 33554432000 4194304 4196468 140735958292864 139960108781248 139961060770867 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32952320 140735958295698 140735958295875 140735958295875 140735958298575 0
Current children cumulated CPU time: 12.46 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 131996 KiB

Child status: 0
Real time (s): 2.0376
CPU time (s): 12.5417
CPU user time (s): 12.4212
CPU system time (s): 0.12052
CPU usage (%): 615.514
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 131996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4212
system time used= 0.12052
maximum resident set size= 132820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3358
involuntary context switches= 323


# summary of solver processes directly reported to runsolver:
#   pid: 12145
#   total CPU time (s): 12.5417
#   total CPU user time (s): 12.4212
#   total CPU system time (s): 0.12052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038851 second user time and 0.063013 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-15 01:47:29
IDJOB=4271029
IDBENCH=133209
IDSOLVER=2662
FILE ID=node114/4271029-1502755308
RUNJOBID= node114-1502749406-11814
PBS_JOBID= 20629072
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/MagicSquare/MagicSquare-m1-gp/MagicSquare-9-f50-12.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271029-1502755308/watcher-4271029-1502755308 -o /tmp/evaluation-result-4271029-1502755308/solver-4271029-1502755308 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502749406-11814 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 12915037 HOME/instance-4271029-1502755308.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 2e473dae547e5e185f8a7aab72fd0dc2
RANDOM SEED=12915037

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
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:        26944156 kB
MemAvailable:   31986248 kB
Buffers:          204576 kB
Cached:          5125192 kB
SwapCached:            0 kB
Active:           469720 kB
Inactive:        4914460 kB
Active(anon):      57172 kB
Inactive(anon):    25124 kB
Active(file):     412548 kB
Inactive(file):  4889336 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:         72812 kB
Mapped:            45400 kB
Shmem:             25224 kB
Slab:             137452 kB
SReclaimable:     112084 kB
SUnreclaim:        25368 kB
KernelStack:        3376 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-15 01:47:31