Trace number 4406697

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-24 parallelSAT 143.324 48.3216

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s10c-table.xml
MD5SUM8248e4e11a775a898590caffd4c1e549
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 benchmark3.54494
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":32}]
Minimum constraint arity9
Maximum constraint arity32
Distribution of constraint arities[{"arity":9,"count":27},{"arity":32,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406697-1569343871.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4406697-1569343871.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
141.17/47.92	c solve instance...
143.19/48.21	s SATISFIABLE
143.19/48.21	v <instantiation>
143.19/48.21	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>
143.19/48.21	v 	<values>1 9 3 6 7 2 4 8 5 4 6 2 3 5 8 9 7 1 7 8 5 9 1 4 6 2 3 5 3 8 2 9 6 7 1 4 6 7 4 1 3 5 2 9 8 2 1 9 4 8 7 3 5 6 8 2 6 7 4 1 5 3 9 9 4 1 5 2 3 8 6 7 3 5 7 8 6 9 1 4 2 </values>
143.19/48.21	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 (13362 MiB free)
  memory of node 1: 16384 MiB (11668 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406697-1569343871/watcher-4406697-1569343871 -o /var/tmp/evaluation-result-4406697-1569343871/solver-4406697-1569343871 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569335938-31616 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1515817887 HOME/instance-4406697-1569343871.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
solver pid=1154, runsolver pid=1151
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 6.89 7.72 7.58 2/212 1175
/proc/meminfo: memFree=25613304/32770624 swapFree=66953492/67108860
[pid=1154] ppid=1151 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 31589 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510301906 115843072 362 33554432000 4194304 5098028 140735849946464 140735849944568 140663715979900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21504000 140735849947985 140735849948245 140735849948245 140735849951174 0
/proc/1154/statm: 28282 362 304 221 0 87 0
[pid=1156] ppid=1154 vsize=28227396 memory=30300 CPUtime=0.11 cores=0-7
/proc/1156/stat : 1156 (java) S 1154 1154 31589 0 -1 1077944320 5982 0 0 0 10 1 0 0 20 0 20 0 510301906 28904853504 7575 33554432000 4194304 4196468 140729648372912 140729648355456 140136115724023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
/proc/1156/statm: 7056849 7575 3147 1 0 7019032 0
[pid=1156/tid=1157] ppid=1154 vsize=28227396 memory=-7096649868621430206 CPUtime=0.09 cores=0-7
/proc/1156/task/1157/stat : 1157 (java) R 1154 1154 31589 0 -1 4202560 3896 0 0 0 8 1 0 0 20 0 20 0 510301907 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136119951728 140136115745949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1158] ppid=1154 vsize=28227396 memory=664954298551644168 CPUtime=0 cores=0-7
/proc/1156/task/1158/stat : 1158 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136068344464 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1159] ppid=1154 vsize=28227396 memory=140422526236288 CPUtime=0 cores=0-7
/proc/1156/task/1159/stat : 1159 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136067291664 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1160] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1160/stat : 1160 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136066238864 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1161] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1161/stat : 1161 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136065186064 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1162] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1162/stat : 1162 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136064134288 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1163] ppid=1154 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1156/task/1163/stat : 1163 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136063081488 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1164] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1164/stat : 1164 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136062028688 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1165] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1165/stat : 1165 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 7575 33554432000 4194304 4196468 140729648372912 140136060975888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1166] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1166/stat : 1166 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301909 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134377830768 140136115735170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1167] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1167/stat : 1167 (java) S 1154 1154 31589 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510301910 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134376776736 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1168] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1168/stat : 1168 (java) S 1154 1154 31589 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510301910 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134375723888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1169] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1169/stat : 1169 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301912 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134374672208 140136115742619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1170] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1170/stat : 1170 (java) S 1154 1154 31589 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 20 0 510301912 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134373620592 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1171] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1171/stat : 1171 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301912 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134372567792 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1172] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1172/stat : 1172 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301912 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134371514992 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1173] ppid=1154 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1156/task/1173/stat : 1173 (java) R 1154 1154 31589 0 -1 4202560 346 0 0 0 1 0 0 0 20 0 20 0 510301912 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134370462192 140136099907028 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1174] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1174/stat : 1174 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301912 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134369409632 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1175] ppid=1154 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1156/task/1175/stat : 1175 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301913 28904853504 7575 33554432000 4194304 4196468 140729648372912 140134368356912 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31748 KiB

[startup+0.210565 s]*
/proc/loadavg: 6.89 7.72 7.58 1/212 1175
/proc/meminfo: memFree=25600560/32770624 swapFree=66953492/67108860
[pid=1154] ppid=1151 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 31589 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510301906 115843072 362 33554432000 4194304 5098028 140735849946464 140735849944568 140663715979900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21504000 140735849947985 140735849948245 140735849948245 140735849951174 0
/proc/1154/statm: 28282 362 304 221 0 87 0
[pid=1156] ppid=1154 vsize=28227396 memory=41460 CPUtime=0.33 cores=0-7
/proc/1156/stat : 1156 (java) S 1154 1154 31589 0 -1 1077944320 9572 0 0 0 30 3 0 0 20 0 20 0 510301906 28904853504 10365 33554432000 4194304 4196468 140729648372912 140729648355456 140136115724023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
/proc/1156/statm: 7056849 10365 3310 1 0 7019032 0
[pid=1156/tid=1157] ppid=1154 vsize=28227396 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/1156/task/1157/stat : 1157 (java) R 1154 1154 31589 0 -1 4202560 6709 0 0 0 17 2 0 0 20 0 20 0 510301907 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136119957488 140136099804510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1158] ppid=1154 vsize=28227396 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/1156/task/1158/stat : 1158 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136068344464 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1159] ppid=1154 vsize=28227396 memory=288370798677948032 CPUtime=0 cores=0-7
/proc/1156/task/1159/stat : 1159 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136067291664 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1160] ppid=1154 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1156/task/1160/stat : 1160 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136066238864 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1161] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1161/stat : 1161 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136065186064 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1162] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1162/stat : 1162 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136064134288 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1163] ppid=1154 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1156/task/1163/stat : 1163 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136063081488 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1164] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1164/stat : 1164 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136062028688 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1165] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1165/stat : 1165 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301908 28904853504 10365 33554432000 4194304 4196468 140729648372912 140136060975888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1166] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1166/stat : 1166 (java) S 1154 1154 31589 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510301909 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134377830768 140136115735170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1167] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1167/stat : 1167 (java) S 1154 1154 31589 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510301910 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134376776736 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1168] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1168/stat : 1168 (java) S 1154 1154 31589 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510301910 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134375723888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1169] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1169/stat : 1169 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301912 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134374672208 140136115742619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1170] ppid=1154 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1156/task/1170/stat : 1170 (java) S 1154 1154 31589 0 -1 1077944384 707 0 0 0 1 0 0 0 20 0 20 0 510301912 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134373620592 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1171] ppid=1154 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/1156/task/1171/stat : 1171 (java) S 1154 1154 31589 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 20 0 510301912 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134372567792 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1172] ppid=1154 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/1156/task/1172/stat : 1172 (java) S 1154 1154 31589 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 510301912 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134371514992 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1173] ppid=1154 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/1156/task/1173/stat : 1173 (java) R 1154 1154 31589 0 -1 4202560 684 0 0 0 7 0 0 0 20 0 20 0 510301912 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134370462320 140136094092591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1174] ppid=1154 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1174/stat : 1174 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301912 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134369409632 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1175] ppid=1154 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/1156/task/1175/stat : 1175 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301913 28904853504 10365 33554432000 4194304 4196468 140729648372912 140134368356912 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42908 KiB

[startup+0.310586 s]*
/proc/loadavg: 6.89 7.72 7.58 4/212 1175
/proc/meminfo: memFree=25593660/32770624 swapFree=66953492/67108860
[pid=1154] ppid=1151 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 31589 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510301906 115843072 362 33554432000 4194304 5098028 140735849946464 140735849944568 140663715979900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21504000 140735849947985 140735849948245 140735849948245 140735849951174 0
/proc/1154/statm: 28282 362 304 221 0 87 0
[pid=1156] ppid=1154 vsize=28231652 memory=50040 CPUtime=0.52 cores=0-7
/proc/1156/stat : 1156 (java) S 1154 1154 31589 0 -1 1077944320 10823 0 0 0 48 4 0 0 20 0 20 0 510301906 28909211648 12510 33554432000 4194304 4196468 140729648372912 140729648355456 140136115724023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
/proc/1156/statm: 7057913 12510 3360 1 0 7019032 0
[pid=1156/tid=1157] ppid=1154 vsize=28231652 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/1156/task/1157/stat : 1157 (java) R 1154 1154 31589 0 -1 4202560 7805 0 0 0 27 3 0 0 20 0 20 0 510301907 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136119957808 140136099804510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1158] ppid=1154 vsize=28231652 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/1156/task/1158/stat : 1158 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136068344464 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1159] ppid=1154 vsize=28231652 memory=9580 CPUtime=0 cores=0-7
/proc/1156/task/1159/stat : 1159 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136067291664 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1160] ppid=1154 vsize=28231652 memory=1052 CPUtime=0 cores=0-7
/proc/1156/task/1160/stat : 1160 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136066238864 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1161] ppid=1154 vsize=28231652 memory=776 CPUtime=0 cores=0-7
/proc/1156/task/1161/stat : 1161 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136065186064 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1162] ppid=1154 vsize=28231652 memory=2832 CPUtime=0 cores=0-7
/proc/1156/task/1162/stat : 1162 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136064134288 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1163] ppid=1154 vsize=28231652 memory=668 CPUtime=0 cores=0-7
/proc/1156/task/1163/stat : 1163 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136063081488 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1164] ppid=1154 vsize=28231652 memory=1276 CPUtime=0 cores=0-7
/proc/1156/task/1164/stat : 1164 (java) S 1154 1154 31589 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136062028688 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1165] ppid=1154 vsize=28231652 memory=1096 CPUtime=0 cores=0-7
/proc/1156/task/1165/stat : 1165 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301908 28909211648 12538 33554432000 4194304 4196468 140729648372912 140136060975888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1166] ppid=1154 vsize=28231652 memory=14008 CPUtime=0 cores=0-7
/proc/1156/task/1166/stat : 1166 (java) S 1154 1154 31589 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510301909 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134377830768 140136115735170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1167] ppid=1154 vsize=28231652 memory=35504 CPUtime=0 cores=0-7
/proc/1156/task/1167/stat : 1167 (java) S 1154 1154 31589 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510301910 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134376776736 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1168] ppid=1154 vsize=28231652 memory=14056 CPUtime=0 cores=0-7
/proc/1156/task/1168/stat : 1168 (java) S 1154 1154 31589 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510301910 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134375723888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1169] ppid=1154 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1169/stat : 1169 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301912 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134374672208 140136115742619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1170] ppid=1154 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/1156/task/1170/stat : 1170 (java) R 1154 1154 31589 0 -1 4202560 801 0 0 0 3 0 0 0 20 0 20 0 510301912 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134373610976 140136097248374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1171] ppid=1154 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/1156/task/1171/stat : 1171 (java) S 1154 1154 31589 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 20 0 510301912 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134372567792 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1172] ppid=1154 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/1156/task/1172/stat : 1172 (java) S 1154 1154 31589 0 -1 1077944384 82 0 0 0 3 0 0 0 20 0 20 0 510301912 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134371514992 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1173] ppid=1154 vsize=28231652 memory=0 CPUtime=0.12 cores=0-7
/proc/1156/task/1173/stat : 1173 (java) S 1154 1154 31589 0 -1 1077944384 762 0 0 0 12 0 0 0 20 0 20 0 510301912 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134370462192 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1174] ppid=1154 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1174/stat : 1174 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301912 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134369409632 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1175] ppid=1154 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1175/stat : 1175 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510301913 28909211648 12538 33554432000 4194304 4196468 140729648372912 140134368356912 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51488 KiB

[startup+0.70101 s]
/proc/loadavg: 6.89 7.72 7.58 3/212 1175
/proc/meminfo: memFree=25488016/32770624 swapFree=66953492/67108860
[pid=1154] ppid=1151 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 31589 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510301906 115843072 362 33554432000 4194304 5098028 140735849946464 140735849944568 140663715979900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21504000 140735849947985 140735849948245 140735849948245 140735849951174 0
/proc/1154/statm: 28282 362 304 221 0 87 0
[pid=1156] ppid=1154 vsize=28233776 memory=266880 CPUtime=1.64 cores=0-7
/proc/1156/stat : 1156 (java) S 1154 1154 31589 0 -1 1077944320 14116 0 0 0 144 20 0 0 20 0 20 0 510301906 28911386624 66720 33554432000 4194304 4196468 140729648372912 140729648355456 140136115724023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
/proc/1156/statm: 7058444 66720 3455 1 0 7019544 0
[pid=1156/tid=1157] ppid=1154 vsize=28233776 memory=4580 CPUtime=0.65 cores=0-7
/proc/1156/task/1157/stat : 1157 (java) R 1154 1154 31589 0 -1 4202560 8349 0 0 0 59 6 0 0 20 0 20 0 510301907 28911386624 66720 33554432000 4194304 4196468 140729648372912 140136119958104 140135743210629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1158] ppid=1154 vsize=28233776 memory=0 CPUtime=0.01 cores=0-7
/proc/1156/task/1158/stat : 1158 (java) S 1154 1154 31589 0 -1 1077944384 28 0 0 0 0 1 0 0 20 0 20 0 510301908 28911386624 66720 33554432000 4194304 4196468 140729648372912 140136068344464 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1159] ppid=1154 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/1156/task/1159/stat : 1159 (java) S 1154 1154 31589 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 20 0 510301908 28911386624 66720 33554432000 4194304 4196468 140729648372912 140136067291664 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1160] ppid=1154 vsize=28233776 memory=7162812906548455764 CPUtime=0.01 cores=0-7
/proc/1156/task/1160/stat : 1160 (java) S 1154 1154 31589 0 -1 1077944384 21 0 0 0 0 1 0 0 20 0 20 0 510301908 28911386624 66720 33554432000 4194304 4196468 140729648372912 140136066238864 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0

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

[pid=1156/tid=1170] ppid=1154 vsize=28233776 memory=35504 CPUtime=0.65 cores=0-7
/proc/1156/task/1170/stat : 1170 (java) S 1154 1154 31589 0 -1 1077944384 4079 0 0 0 64 1 0 0 20 0 20 0 510301912 28911386624 2633896 33554432000 4194304 4196468 140729648372912 140134373620592 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1171] ppid=1154 vsize=28233776 memory=14056 CPUtime=0.79 cores=0-7
/proc/1156/task/1171/stat : 1171 (java) S 1154 1154 31589 0 -1 1077944384 4547 0 0 0 78 1 0 0 20 0 20 0 510301912 28911386624 2633896 33554432000 4194304 4196468 140729648372912 140134372567792 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1172] ppid=1154 vsize=28233776 memory=2116 CPUtime=0.64 cores=0-7
/proc/1156/task/1172/stat : 1172 (java) S 1154 1154 31589 0 -1 1077944384 2434 0 0 0 63 1 0 0 20 0 20 0 510301912 28911386624 2633896 33554432000 4194304 4196468 140729648372912 140134371514992 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1173] ppid=1154 vsize=28233776 memory=1440 CPUtime=0.45 cores=0-7
/proc/1156/task/1173/stat : 1173 (java) S 1154 1154 31589 0 -1 1077944384 4862 0 0 0 44 1 0 0 20 0 20 0 510301912 28911386624 2633896 33554432000 4194304 4196468 140729648372912 140134370462192 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1174] ppid=1154 vsize=28233776 memory=808 CPUtime=0 cores=0-7
/proc/1156/task/1174/stat : 1174 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510301912 28911386624 2633896 33554432000 4194304 4196468 140729648372912 140134369409632 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1175] ppid=1154 vsize=28233776 memory=2580 CPUtime=0.02 cores=0-7
/proc/1156/task/1175/stat : 1175 (java) S 1154 1154 31589 0 -1 1077944384 282 0 0 0 1 1 0 0 20 0 20 0 510301913 28911386624 2634408 33554432000 4194304 4196468 140729648372912 140134368356912 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
Current children cumulated CPU time: 135.77 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 10537032 KiB

[startup+48.0013 s]*
/proc/loadavg: 4.36 6.89 7.31 10/220 1186
/proc/meminfo: memFree=13840592/32770624 swapFree=66953492/67108860
[pid=1154] ppid=1151 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 31589 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510301906 115843072 362 33554432000 4194304 5098028 140735849946464 140735849944568 140663715979900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21504000 140735849947985 140735849948245 140735849948245 140735849951174 0
/proc/1154/statm: 28282 362 304 221 0 87 0
[pid=1156] ppid=1154 vsize=28766288 memory=11781604 CPUtime=141.75 cores=0-7
/proc/1156/stat : 1156 (java) S 1154 1154 31589 0 -1 1077944320 577188 0 0 0 11652 2523 0 0 20 0 28 0 510301906 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140729648355456 140136115724023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
/proc/1156/statm: 7191572 2945401 3513 1 0 7152672 0
[pid=1156/tid=1157] ppid=1154 vsize=28766288 memory=64304 CPUtime=27.12 cores=0-7
/proc/1156/task/1157/stat : 1157 (java) S 1154 1154 31589 0 -1 1077944384 26293 0 0 0 2668 44 0 0 20 0 28 0 510301907 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136119964800 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1158] ppid=1154 vsize=28766288 memory=988 CPUtime=13.02 cores=0-7
/proc/1156/task/1158/stat : 1158 (java) S 1154 1154 31589 0 -1 1077944384 76204 0 0 0 1007 295 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136068344464 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1159] ppid=1154 vsize=28766288 memory=4872558044660077418 CPUtime=12.98 cores=0-7
/proc/1156/task/1159/stat : 1159 (java) S 1154 1154 31589 0 -1 1077944384 104877 0 0 0 974 324 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136067291664 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1160] ppid=1154 vsize=28766288 memory=288230596050944315 CPUtime=13.08 cores=0-7
/proc/1156/task/1160/stat : 1160 (java) S 1154 1154 31589 0 -1 1077944384 64796 0 0 0 991 317 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136066238864 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1161] ppid=1154 vsize=28766288 memory=1448 CPUtime=13.01 cores=0-7
/proc/1156/task/1161/stat : 1161 (java) S 1154 1154 31589 0 -1 1077944384 70580 0 0 0 1001 300 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136065186064 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1162] ppid=1154 vsize=28766288 memory=10028376 CPUtime=12.99 cores=0-7
/proc/1156/task/1162/stat : 1162 (java) S 1154 1154 31589 0 -1 1077944384 49072 0 0 0 991 308 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136064134288 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1163] ppid=1154 vsize=28766288 memory=1424 CPUtime=12.97 cores=0-7
/proc/1156/task/1163/stat : 1163 (java) S 1154 1154 31589 0 -1 1077944384 54299 0 0 0 992 305 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136063081488 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1164] ppid=1154 vsize=28766288 memory=3640 CPUtime=12.94 cores=0-7
/proc/1156/task/1164/stat : 1164 (java) S 1154 1154 31589 0 -1 1077944384 46300 0 0 0 989 305 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136062028688 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1165] ppid=1154 vsize=28766288 memory=1548 CPUtime=12.98 cores=0-7
/proc/1156/task/1165/stat : 1165 (java) S 1154 1154 31589 0 -1 1077944384 48190 0 0 0 1000 298 0 0 20 0 28 0 510301908 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140136060975888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1166] ppid=1154 vsize=28766288 memory=1728 CPUtime=7.43 cores=0-7
/proc/1156/task/1166/stat : 1166 (java) S 1154 1154 31589 0 -1 1077944384 17843 0 0 0 729 14 0 0 20 0 28 0 510301909 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134377830768 140136115735170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1167] ppid=1154 vsize=28766288 memory=1424 CPUtime=0 cores=0-7
/proc/1156/task/1167/stat : 1167 (java) S 1154 1154 31589 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 510301910 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134376776800 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1168] ppid=1154 vsize=28766288 memory=3640 CPUtime=0 cores=0-7
/proc/1156/task/1168/stat : 1168 (java) S 1154 1154 31589 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 28 0 510301910 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134375723904 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1169] ppid=1154 vsize=28766288 memory=1548 CPUtime=0 cores=0-7
/proc/1156/task/1169/stat : 1169 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510301912 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134374672208 140136115742619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1170] ppid=1154 vsize=28766288 memory=1728 CPUtime=0.67 cores=0-7
/proc/1156/task/1170/stat : 1170 (java) S 1154 1154 31589 0 -1 1077944384 4219 0 0 0 66 1 0 0 20 0 28 0 510301912 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134373620592 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1171] ppid=1154 vsize=28766288 memory=8204 CPUtime=0.79 cores=0-7
/proc/1156/task/1171/stat : 1171 (java) S 1154 1154 31589 0 -1 1077944384 4576 0 0 0 78 1 0 0 20 0 28 0 510301912 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134372567792 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1172] ppid=1154 vsize=28766288 memory=9580 CPUtime=0.65 cores=0-7
/proc/1156/task/1172/stat : 1172 (java) S 1154 1154 31589 0 -1 1077944384 2440 0 0 0 64 1 0 0 20 0 28 0 510301912 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134371514992 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1173] ppid=1154 vsize=28766288 memory=1448 CPUtime=0.48 cores=0-7
/proc/1156/task/1173/stat : 1173 (java) S 1154 1154 31589 0 -1 1077944384 5382 0 0 0 47 1 0 0 20 0 28 0 510301912 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134370462192 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1174] ppid=1154 vsize=28766288 memory=10074204 CPUtime=0 cores=0-7
/proc/1156/task/1174/stat : 1174 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510301912 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134369409632 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1175] ppid=1154 vsize=28766288 memory=5305973355689526926 CPUtime=0.02 cores=0-7
/proc/1156/task/1175/stat : 1175 (java) S 1154 1154 31589 0 -1 1077944384 282 0 0 0 1 1 0 0 20 0 28 0 510301913 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134368356912 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1179] ppid=1154 vsize=28766288 memory=-7738686546671923044 CPUtime=0.06 cores=0-7
/proc/1156/task/1179/stat : 1179 (java) R 1154 1154 31589 0 -1 4202560 70 0 0 0 6 0 0 0 20 0 28 0 510306699 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134359371872 140135741169107 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1180] ppid=1154 vsize=28766288 memory=5865188116507760043 CPUtime=0.07 cores=0-7
/proc/1156/task/1180/stat : 1180 (java) R 1154 1154 31589 0 -1 4202560 59 0 0 0 7 0 0 0 20 0 28 0 510306700 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134358322368 140135741169329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1181] ppid=1154 vsize=28766288 memory=5869128599874800019 CPUtime=0.05 cores=0-7
/proc/1156/task/1181/stat : 1181 (java) R 1154 1154 31589 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 28 0 510306700 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134357270136 140135741169195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1182] ppid=1154 vsize=28766288 memory=5941187289313416356 CPUtime=0.07 cores=0-7
/proc/1156/task/1182/stat : 1182 (java) R 1154 1154 31589 0 -1 4202560 48 0 0 0 7 0 0 0 20 0 28 0 510306700 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134356220360 140135741170675 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1183] ppid=1154 vsize=28766288 memory=7084851991533691023 CPUtime=0.03 cores=0-7
/proc/1156/task/1183/stat : 1183 (java) R 1154 1154 31589 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 28 0 510306700 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134355168048 140135741169195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1184] ppid=1154 vsize=28766288 memory=7086803594905674389 CPUtime=0.06 cores=0-7
/proc/1156/task/1184/stat : 1184 (java) R 1154 1154 31589 0 -1 4202560 46 0 0 0 6 0 0 0 20 0 28 0 510306700 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134354111600 140135741169103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1185] ppid=1154 vsize=28766288 memory=5866030342431418522 CPUtime=0.07 cores=0-7
/proc/1156/task/1185/stat : 1185 (java) R 1154 1154 31589 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 28 0 510306700 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134353058800 140135741169335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1186] ppid=1154 vsize=28766288 memory=5936960864138270626 CPUtime=0.07 cores=0-7
/proc/1156/task/1186/stat : 1186 (java) R 1154 1154 31589 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 28 0 510306700 29456678912 2945401 33554432000 4194304 4196468 140729648372912 140134352006000 140135741170675 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
Current children cumulated CPU time: 141.75 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 11783052 KiB

[startup+48.2012 s]
/proc/loadavg: 4.36 6.89 7.31 10/220 1186
/proc/meminfo: memFree=13840592/32770624 swapFree=66953492/67108860
[pid=1154] ppid=1151 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 31589 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510301906 115843072 362 33554432000 4194304 5098028 140735849946464 140735849944568 140663715979900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21504000 140735849947985 140735849948245 140735849948245 140735849951174 0
/proc/1154/statm: 28282 362 304 221 0 87 0
[pid=1156] ppid=1154 vsize=28766288 memory=11781932 CPUtime=143.19 cores=0-7
/proc/1156/stat : 1156 (java) S 1154 1154 31589 0 -1 1077944320 587670 0 0 0 11792 2527 0 0 20 0 28 0 510301906 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140729648355456 140136115724023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
/proc/1156/statm: 7191572 2945483 3513 1 0 7152672 0
[pid=1156/tid=1157] ppid=1154 vsize=28766288 memory=1448 CPUtime=27.12 cores=0-7
/proc/1156/task/1157/stat : 1157 (java) S 1154 1154 31589 0 -1 1077944384 26293 0 0 0 2668 44 0 0 20 0 28 0 510301907 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136119964800 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1158] ppid=1154 vsize=28766288 memory=10218144 CPUtime=13.02 cores=0-7
/proc/1156/task/1158/stat : 1158 (java) S 1154 1154 31589 0 -1 1077944384 76204 0 0 0 1007 295 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136068344464 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1159] ppid=1154 vsize=28766288 memory=776 CPUtime=12.98 cores=0-7
/proc/1156/task/1159/stat : 1159 (java) S 1154 1154 31589 0 -1 1077944384 104877 0 0 0 974 324 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136067291664 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1160] ppid=1154 vsize=28766288 memory=2832 CPUtime=13.08 cores=0-7
/proc/1156/task/1160/stat : 1160 (java) S 1154 1154 31589 0 -1 1077944384 64796 0 0 0 991 317 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136066238864 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 16 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1161] ppid=1154 vsize=28766288 memory=668 CPUtime=13.01 cores=0-7
/proc/1156/task/1161/stat : 1161 (java) S 1154 1154 31589 0 -1 1077944384 70580 0 0 0 1001 300 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136065186064 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 21 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1162] ppid=1154 vsize=28766288 memory=1276 CPUtime=12.99 cores=0-7
/proc/1156/task/1162/stat : 1162 (java) S 1154 1154 31589 0 -1 1077944384 49072 0 0 0 991 308 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136064134288 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1163] ppid=1154 vsize=28766288 memory=1096 CPUtime=12.97 cores=0-7
/proc/1156/task/1163/stat : 1163 (java) S 1154 1154 31589 0 -1 1077944384 54299 0 0 0 992 305 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136063081488 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 21 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1164] ppid=1154 vsize=28766288 memory=8112282956445269571 CPUtime=12.94 cores=0-7
/proc/1156/task/1164/stat : 1164 (java) S 1154 1154 31589 0 -1 1077944384 46300 0 0 0 989 305 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136062028688 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 22 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1165] ppid=1154 vsize=28766288 memory=288230596050944315 CPUtime=12.98 cores=0-7
/proc/1156/task/1165/stat : 1165 (java) S 1154 1154 31589 0 -1 1077944384 48190 0 0 0 1000 298 0 0 20 0 28 0 510301908 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140136060975888 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1166] ppid=1154 vsize=28766288 memory=13849664034178547 CPUtime=7.43 cores=0-7
/proc/1156/task/1166/stat : 1166 (java) S 1154 1154 31589 0 -1 1077944384 17843 0 0 0 729 14 0 0 20 0 28 0 510301909 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134377830768 140136115735170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1167] ppid=1154 vsize=28766288 memory=288230376155525709 CPUtime=0 cores=0-7
/proc/1156/task/1167/stat : 1167 (java) S 1154 1154 31589 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 510301910 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134376776800 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1168] ppid=1154 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1168/stat : 1168 (java) S 1154 1154 31589 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 28 0 510301910 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134375723904 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1169] ppid=1154 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/1156/task/1169/stat : 1169 (java) S 1154 1154 31589 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510301912 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134374672208 140136115742619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1170] ppid=1154 vsize=28766288 memory=0 CPUtime=0.7 cores=0-7
/proc/1156/task/1170/stat : 1170 (java) S 1154 1154 31589 0 -1 1077944384 4292 0 0 0 69 1 0 0 20 0 28 0 510301912 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134373620592 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1171] ppid=1154 vsize=28766288 memory=0 CPUtime=0.82 cores=0-7
/proc/1156/task/1171/stat : 1171 (java) S 1154 1154 31589 0 -1 1077944384 4779 0 0 0 81 1 0 0 20 0 28 0 510301912 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134372567792 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1172] ppid=1154 vsize=28766288 memory=280844825830980 CPUtime=0.67 cores=0-7
/proc/1156/task/1172/stat : 1172 (java) S 1154 1154 31589 0 -1 1077944384 2495 0 0 0 66 1 0 0 20 0 28 0 510301912 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134371514992 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1173] ppid=1154 vsize=28766288 memory=1448 CPUtime=0.51 cores=0-7
/proc/1156/task/1173/stat : 1173 (java) S 1154 1154 31589 0 -1 1077944384 5444 0 0 0 50 1 0 0 20 0 28 0 510301912 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134370462192 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1174] ppid=1154 vsize=28766288 memory=10028456 CPUtime=0 cores=0-7
/proc/1156/task/1174/stat : 1174 (java) S 1154 1154 31589 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510301912 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134369409632 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1175] ppid=1154 vsize=28766288 memory=13849664034178547 CPUtime=0.02 cores=0-7
/proc/1156/task/1175/stat : 1175 (java) S 1154 1154 31589 0 -1 1077944384 282 0 0 0 1 1 0 0 20 0 28 0 510301913 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134368356912 140136115735170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1179] ppid=1154 vsize=28766288 memory=3688 CPUtime=0.21 cores=0-7
/proc/1156/task/1179/stat : 1179 (java) S 1154 1154 31589 0 -1 1077944384 73 0 0 0 21 0 0 0 20 0 28 0 510306699 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134359379392 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1180] ppid=1154 vsize=28766288 memory=1984 CPUtime=0.21 cores=0-7
/proc/1156/task/1180/stat : 1180 (java) S 1154 1154 31589 0 -1 1077944384 60 0 0 0 21 0 0 0 20 0 28 0 510306700 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134358328016 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1181] ppid=1154 vsize=28766288 memory=1440 CPUtime=0.22 cores=0-7
/proc/1156/task/1181/stat : 1181 (java) S 1154 1154 31589 0 -1 1077944384 38 0 0 0 22 0 0 0 20 0 28 0 510306700 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134357276240 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1182] ppid=1154 vsize=28766288 memory=3054156605268465310 CPUtime=0.24 cores=0-7
/proc/1156/task/1182/stat : 1182 (java) S 1154 1154 31589 0 -1 1077944384 72 0 0 0 24 0 0 0 20 0 28 0 510306700 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134356223440 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1183] ppid=1154 vsize=28766288 memory=-8341965534556230502 CPUtime=0.19 cores=0-7
/proc/1156/task/1183/stat : 1183 (java) S 1154 1154 31589 0 -1 1077944384 54 0 0 0 19 0 0 0 20 0 28 0 510306700 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134355170640 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1184] ppid=1154 vsize=28766288 memory=7822038051842261661 CPUtime=0.22 cores=0-7
/proc/1156/task/1184/stat : 1184 (java) S 1154 1154 31589 0 -1 1077944384 2286 0 0 0 22 0 0 0 20 0 28 0 510306700 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134354117840 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1185] ppid=1154 vsize=28766288 memory=-6520471753822164382 CPUtime=0.25 cores=0-7
/proc/1156/task/1185/stat : 1185 (java) R 1154 1154 31589 0 -1 4202560 8106 0 0 0 22 3 0 0 20 0 28 0 510306700 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134353057136 140135741175148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
[pid=1156/tid=1186] ppid=1154 vsize=28766288 memory=8514701219730522529 CPUtime=0.24 cores=0-7
/proc/1156/task/1186/stat : 1186 (java) S 1154 1154 31589 0 -1 1077944384 26 0 0 0 24 0 0 0 20 0 28 0 510306700 29456678912 2945483 33554432000 4194304 4196468 140729648372912 140134352012240 140136115734229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7716864 140729648378838 140729648379014 140729648379014 140729648381903 0
Current children cumulated CPU time: 143.19 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 11783380 KiB

[startup+48.3011 s]
/proc/loadavg: 4.36 6.89 7.31 10/220 1186
/proc/meminfo: memFree=13840592/32770624 swapFree=66953492/67108860
[pid=1154] ppid=1151 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/1154/stat : 1154 (xcsp3-exec) S 1151 1154 31589 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510301906 115843072 362 33554432000 4194304 5098028 140735849946464 140735849944568 140663715979900 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21504000 140735849947985 140735849948245 140735849948245 140735849951174 0
/proc/1154/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 48.3216
CPU time (s): 143.324
CPU user time (s): 117.949
CPU system time (s): 25.3744
CPU usage (%): 296.604
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 11783380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.949
system time used= 25.3744
maximum resident set size= 11782272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 589575
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16254
involuntary context switches= 1386


# summary of solver processes directly reported to runsolver:
#   pid: 1154
#   total CPU time (s): 143.324
#   total CPU user time (s): 117.949
#   total CPU system time (s): 25.3744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.382825 second user time and 0.553082 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-24 18:50:30
IDJOB=4406697
IDBENCH=120392
IDSOLVER=2871
FILE ID=node119/4406697-1569343871
RUNJOBID= node119-1569335938-31616
PBS_JOBID= 21705065
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s10c-table.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406697-1569343871/watcher-4406697-1569343871 -o /var/tmp/evaluation-result-4406697-1569343871/solver-4406697-1569343871 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569335938-31616 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1515817887 HOME/instance-4406697-1569343871.xml

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

MD5SUM BENCH= 8248e4e11a775a898590caffd4c1e549
RANDOM SEED=1515817887

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        25631524 kB
MemAvailable:   31797920 kB
Buffers:          127544 kB
Cached:          6138492 kB
SwapCached:        46744 kB
Active:          3138920 kB
Inactive:        3178180 kB
Active(anon):       4360 kB
Inactive(anon):   104072 kB
Active(file):    3134560 kB
Inactive(file):  3074108 kB
Unevictable:      107592 kB
Mlocked:          107592 kB
SwapTotal:      67108860 kB
SwapFree:       66953492 kB
Dirty:             46840 kB
Writeback:             0 kB
AnonPages:        125304 kB
Mapped:            57448 kB
Shmem:             48536 kB
Slab:             414796 kB
SReclaimable:     386188 kB
SUnreclaim:        28608 kB
KernelStack:        3728 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node119 at 2019-09-24 18:51:19