Trace number 4404931

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelWrong Opt.240 7.67229 1.97153

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-6-3-30-1.xml
MD5SUMf61e90724cd8b66989ec046e8a3ea41c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark0.326088
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints590
Number of domains50
Minimum domain size3
Maximum domain size18
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":9},{"size":5,"count":3},{"size":7,"count":1},{"size":9,"count":2},{"size":10,"count":3},{"size":11,"count":9},{"size":12,"count":9},{"size":13,"count":5},{"size":14,"count":1},{"size":17,"count":30},{"size":18,"count":18}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":48},{"degree":19,"count":30},{"degree":32,"count":17},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":588},{"arity":18,"count":1}]
Number of extensional constraints48
Number of intensional constraints541
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":541},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404931-1569004264.xml"  -tl '2016s' -p 8
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4404931-1569004264.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
6.04/1.75	c solve instance...
7.28/1.93	o 240 
7.28/1.95	s OPTIMUM FOUND
7.28/1.95	v <instantiation>
7.28/1.95	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
7.28/1.95	v 	<values>1 2 3 4 5 11 0 13 7 15 9 17 6 12 8 14 10 16 9 15 7 10 4 15 13 13 15 3 1 1 16 1 18 9 18 16 14 12 15 2 8 14 0 4 7 1 13 13 12 1 9 5 11 4 13 7 5 11 4 15 0 10 7 1 0 5 1 1 7 6 4 1 1 1 1 1 1 1 1 2 1 1 5 1 2 2 1 1 2 1 2 2 2 1 2 1 </values>
7.28/1.95	v </instantiation>

Verifier Data

OK	240

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 (4522 MiB free)
  memory of node 1: 16384 MiB (4610 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404931-1569004264/watcher-4404931-1569004264 -o /var/tmp/evaluation-result-4404931-1569004264/solver-4404931-1569004264 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1568993963-14269 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 899216621 HOME/instance-4404931-1569004264.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=19074, runsolver pid=19071

[startup+0.100139 s]*
/proc/loadavg: 8.41 8.22 8.26 3/213 19095
/proc/meminfo: memFree=9336052/32770624 swapFree=67021920/67108860
[pid=19074] ppid=19071 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19074/stat : 19074 (xcsp3-exec) S 19071 19074 14242 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476698969 115843072 363 33554432000 4194304 5098028 140720719384784 140720719382888 139788433744508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29413376 140720719393624 140720719393882 140720719393882 140720719396806 0
/proc/19074/statm: 28282 363 304 221 0 87 0
[pid=19076] ppid=19074 vsize=28227396 memory=28796 CPUtime=0.13 cores=0-7
/proc/19076/stat : 19076 (java) S 19074 19074 14242 0 -1 1077944320 5728 0 0 0 12 1 0 0 20 0 20 0 476698969 28904853504 7199 33554432000 4194304 4196468 140733322781120 140733322763664 139751746580215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
/proc/19076/statm: 7056849 7199 3125 1 0 7019032 0
[pid=19076/tid=19077] ppid=19074 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19076/task/19077/stat : 19077 (java) R 19074 19074 14242 0 -1 4202560 3624 0 0 0 9 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751750808448 139751730660702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19078] ppid=19074 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/19076/task/19078/stat : 19078 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751666432656 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19079] ppid=19074 vsize=28227396 memory=140108558960256 CPUtime=0 cores=0-7
/proc/19076/task/19079/stat : 19079 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751665379856 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19080] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19080/stat : 19080 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751664327056 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19081] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19081/stat : 19081 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751663274256 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19082] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19082/stat : 19082 (java) S 19074 19074 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751662222480 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19083] ppid=19074 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19076/task/19083/stat : 19083 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751661169680 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19084] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19084/stat : 19084 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751291214736 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19085] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19085/stat : 19085 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 7264 33554432000 4194304 4196468 140733322781120 139751290161936 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19086] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19086/stat : 19086 (java) S 19074 19074 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476698972 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750862313840 139751746591362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19087] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19087/stat : 19087 (java) S 19074 19074 14242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476698972 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750861259808 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19088] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19088/stat : 19088 (java) S 19074 19074 14242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476698972 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750860206960 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19089] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19089/stat : 19089 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750859155280 139751746598811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19090] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19090/stat : 19090 (java) S 19074 19074 14242 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750858103664 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19091] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19091/stat : 19091 (java) S 19074 19074 14242 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750857050864 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19092] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19092/stat : 19092 (java) R 19074 19074 14242 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750855998064 139751724413072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19093] ppid=19074 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/19076/task/19093/stat : 19093 (java) R 19074 19074 14242 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 20 0 476698975 28904853504 7264 33554432000 4194304 4196468 140733322781120 139750854945264 139751730660628 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19094] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19094/stat : 19094 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 7264 33554432000 4194304 4196468 140733322781120 139749866072672 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19095] ppid=19074 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19076/task/19095/stat : 19095 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 7264 33554432000 4194304 4196468 140733322781120 139749865019952 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30248 KiB

[startup+0.210243 s]*
/proc/loadavg: 8.41 8.22 8.26 3/213 19095
/proc/meminfo: memFree=9323628/32770624 swapFree=67021920/67108860
[pid=19074] ppid=19071 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19074/stat : 19074 (xcsp3-exec) S 19071 19074 14242 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476698969 115843072 363 33554432000 4194304 5098028 140720719384784 140720719382888 139788433744508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29413376 140720719393624 140720719393882 140720719393882 140720719396806 0
/proc/19074/statm: 28282 363 304 221 0 87 0
[pid=19076] ppid=19074 vsize=28227396 memory=41112 CPUtime=0.33 cores=0-7
/proc/19076/stat : 19076 (java) S 19074 19074 14242 0 -1 1077944320 9508 0 0 0 31 2 0 0 20 0 20 0 476698969 28904853504 10278 33554432000 4194304 4196468 140733322781120 140733322763664 139751746580215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
/proc/19076/statm: 7056849 10278 3306 1 0 7019032 0
[pid=19076/tid=19077] ppid=19074 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19076/task/19077/stat : 19077 (java) R 19074 19074 14242 0 -1 4202560 6660 0 0 0 18 1 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751750813920 139751730660702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19078] ppid=19074 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/19076/task/19078/stat : 19078 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751666432656 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19079] ppid=19074 vsize=28227396 memory=288370484710672000 CPUtime=0 cores=0-7
/proc/19076/task/19079/stat : 19079 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751665379856 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19080] ppid=19074 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19076/task/19080/stat : 19080 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751664327056 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19081] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19081/stat : 19081 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751663274256 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19082] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19082/stat : 19082 (java) S 19074 19074 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751662222480 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19083] ppid=19074 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19076/task/19083/stat : 19083 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751661169680 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19084] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19084/stat : 19084 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751291214736 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19085] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19085/stat : 19085 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28904853504 10278 33554432000 4194304 4196468 140733322781120 139751290161936 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19086] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19086/stat : 19086 (java) S 19074 19074 14242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476698972 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750862313840 139751746591362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19087] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19087/stat : 19087 (java) S 19074 19074 14242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476698972 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750861259808 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19088] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19088/stat : 19088 (java) S 19074 19074 14242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476698972 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750860206960 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19089] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19089/stat : 19089 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750859155280 139751746598811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19090] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19090/stat : 19090 (java) S 19074 19074 14242 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750858103664 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19091] ppid=19074 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19076/task/19091/stat : 19091 (java) S 19074 19074 14242 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 476698975 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750857050864 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19092] ppid=19074 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/19076/task/19092/stat : 19092 (java) S 19074 19074 14242 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 20 0 476698975 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750855998064 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19093] ppid=19074 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/19076/task/19093/stat : 19093 (java) S 19074 19074 14242 0 -1 1077944384 794 0 0 0 8 0 0 0 20 0 20 0 476698975 28904853504 10278 33554432000 4194304 4196468 140733322781120 139750854945264 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19094] ppid=19074 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19094/stat : 19094 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 10278 33554432000 4194304 4196468 140733322781120 139749866072672 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19095] ppid=19074 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19076/task/19095/stat : 19095 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698975 28904853504 10278 33554432000 4194304 4196468 140733322781120 139749865019952 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42564 KiB

[startup+0.309441 s]*
/proc/loadavg: 8.41 8.22 8.26 3/213 19095
/proc/meminfo: memFree=9316372/32770624 swapFree=67021920/67108860
[pid=19074] ppid=19071 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19074/stat : 19074 (xcsp3-exec) S 19071 19074 14242 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476698969 115843072 363 33554432000 4194304 5098028 140720719384784 140720719382888 139788433744508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29413376 140720719393624 140720719393882 140720719393882 140720719396806 0
/proc/19074/statm: 28282 363 304 221 0 87 0
[pid=19076] ppid=19074 vsize=28231652 memory=49708 CPUtime=0.52 cores=0-7
/proc/19076/stat : 19076 (java) S 19074 19074 14242 0 -1 1077944320 10904 0 0 0 49 3 0 0 20 0 20 0 476698969 28909211648 12427 33554432000 4194304 4196468 140733322781120 140733322763664 139751746580215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
/proc/19076/statm: 7057913 12427 3354 1 0 7019032 0
[pid=19076/tid=19077] ppid=19074 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19076/task/19077/stat : 19077 (java) R 19074 19074 14242 0 -1 4202560 7855 0 0 0 28 2 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751750814000 139751730660702 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19078] ppid=19074 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19078/stat : 19078 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751666432656 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19079] ppid=19074 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19079/stat : 19079 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751665379856 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19080] ppid=19074 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19080/stat : 19080 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751664327056 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19081] ppid=19074 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19081/stat : 19081 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751663274256 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19082] ppid=19074 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/19076/task/19082/stat : 19082 (java) S 19074 19074 14242 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751662222480 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19083] ppid=19074 vsize=28231652 memory=140108409959343 CPUtime=0 cores=0-7
/proc/19076/task/19083/stat : 19083 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751661169680 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19084] ppid=19074 vsize=28231652 memory=140108409961648 CPUtime=0 cores=0-7
/proc/19076/task/19084/stat : 19084 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751291214736 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19085] ppid=19074 vsize=28231652 memory=140108409963952 CPUtime=0 cores=0-7
/proc/19076/task/19085/stat : 19085 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28909211648 12497 33554432000 4194304 4196468 140733322781120 139751290161936 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19086] ppid=19074 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19086/stat : 19086 (java) S 19074 19074 14242 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476698972 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750862313840 139751746591362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19087] ppid=19074 vsize=28231652 memory=280216819934864 CPUtime=0 cores=0-7
/proc/19076/task/19087/stat : 19087 (java) S 19074 19074 14242 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476698972 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750861259808 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19088] ppid=19074 vsize=28231652 memory=280216819941776 CPUtime=0 cores=0-7
/proc/19076/task/19088/stat : 19088 (java) S 19074 19074 14242 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476698972 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750860206960 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19089] ppid=19074 vsize=28231652 memory=280216819883056 CPUtime=0 cores=0-7
/proc/19076/task/19089/stat : 19089 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698975 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750859155280 139751746598811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19090] ppid=19074 vsize=28231652 memory=280216819955600 CPUtime=0.02 cores=0-7
/proc/19076/task/19090/stat : 19090 (java) S 19074 19074 14242 0 -1 1077944384 328 0 0 0 2 0 0 0 20 0 20 0 476698975 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750858103664 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19091] ppid=19074 vsize=28231652 memory=280216819962512 CPUtime=0.02 cores=0-7
/proc/19076/task/19091/stat : 19091 (java) S 19074 19074 14242 0 -1 1077944384 223 0 0 0 2 0 0 0 20 0 20 0 476698975 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750857050864 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19092] ppid=19074 vsize=28231652 memory=280216819960208 CPUtime=0.03 cores=0-7
/proc/19076/task/19092/stat : 19092 (java) R 19074 19074 14242 0 -1 4202560 318 0 0 0 3 0 0 0 20 0 20 0 476698975 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750855988448 139751725835812 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19093] ppid=19074 vsize=28231652 memory=280216819976368 CPUtime=0.12 cores=0-7
/proc/19076/task/19093/stat : 19093 (java) S 19074 19074 14242 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 476698975 28909211648 12497 33554432000 4194304 4196468 140733322781120 139750854945264 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19094] ppid=19074 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19094/stat : 19094 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698975 28909211648 12497 33554432000 4194304 4196468 140733322781120 139749866072672 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19095] ppid=19074 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19076/task/19095/stat : 19095 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698975 28909211648 12497 33554432000 4194304 4196468 140733322781120 139749865019952 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51160 KiB

[startup+0.700912 s]
/proc/loadavg: 8.41 8.22 8.26 4/213 19095
/proc/meminfo: memFree=9298200/32770624 swapFree=67021920/67108860
[pid=19074] ppid=19071 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19074/stat : 19074 (xcsp3-exec) S 19071 19074 14242 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476698969 115843072 363 33554432000 4194304 5098028 140720719384784 140720719382888 139788433744508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29413376 140720719393624 140720719393882 140720719393882 140720719396806 0
/proc/19074/statm: 28282 363 304 221 0 87 0
[pid=19076] ppid=19074 vsize=28233776 memory=87076 CPUtime=1.85 cores=0-7
/proc/19076/stat : 19076 (java) S 19074 19074 14242 0 -1 1077944320 15542 0 0 0 180 5 0 0 20 0 20 0 476698969 28911386624 21769 33554432000 4194304 4196468 140733322781120 140733322763664 139751746580215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
/proc/19076/statm: 7058444 21769 3448 1 0 7019544 0
[pid=19076/tid=19077] ppid=19074 vsize=28233776 memory=280216820334256 CPUtime=0.67 cores=0-7
/proc/19076/task/19077/stat : 19077 (java) R 19074 19074 14242 0 -1 4202560 9124 0 0 0 65 2 0 0 20 0 20 0 476698970 28911386624 21769 33554432000 4194304 4196468 140733322781120 139751750817200 139751728229679 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19078] ppid=19074 vsize=28233776 memory=140108410168176 CPUtime=0 cores=0-7
/proc/19076/task/19078/stat : 19078 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28911386624 21769 33554432000 4194304 4196468 140733322781120 139751666432656 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19079] ppid=19074 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19079/stat : 19079 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28911386624 21769 33554432000 4194304 4196468 140733322781120 139751665379856 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19080] ppid=19074 vsize=28233776 memory=1076 CPUtime=0 cores=0-7
/proc/19076/task/19080/stat : 19080 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698970 28911386624 21769 33554432000 4194304 4196468 140733322781120 139751664327056 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0

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

# the end of solver process 19074 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.42397 s, system=0.248318 s

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

[startup+1.60109 s]
/proc/loadavg: 8.41 8.22 8.26 6/213 19095
/proc/meminfo: memFree=9221336/32770624 swapFree=67021920/67108860
[pid=19074] ppid=19071 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19074/stat : 19074 (xcsp3-exec) S 19071 19074 14242 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476698969 115843072 363 33554432000 4194304 5098028 140720719384784 140720719382888 139788433744508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29413376 140720719393624 140720719393882 140720719393882 140720719396806 0
/proc/19074/statm: 28282 363 304 221 0 87 0
[pid=19076] ppid=19074 vsize=28235824 memory=274536 CPUtime=5.77 cores=0-7
/proc/19076/stat : 19076 (java) S 19074 19074 14242 0 -1 1077944320 26912 0 0 0 554 23 0 0 20 0 20 0 476698969 28913483776 68634 33554432000 4194304 4196468 140733322781120 140733322763664 139751746580215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
/proc/19076/statm: 7058956 68634 3497 1 0 7020056 0
[pid=19076/tid=19077] ppid=19074 vsize=28235824 memory=6944656592455359580 CPUtime=1.52 cores=0-7
/proc/19076/task/19077/stat : 19077 (java) R 19074 19074 14242 0 -1 4202560 9927 0 0 0 147 5 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751750816256 139751344781916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19078] ppid=19074 vsize=28235824 memory=6656426216303648864 CPUtime=0.03 cores=0-7
/proc/19076/task/19078/stat : 19078 (java) S 19074 19074 14242 0 -1 1077944384 62 0 0 0 2 1 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751666432656 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19079] ppid=19074 vsize=28235824 memory=1452 CPUtime=0.03 cores=0-7
/proc/19076/task/19079/stat : 19079 (java) S 19074 19074 14242 0 -1 1077944384 69 0 0 0 2 1 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751665379856 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19080] ppid=19074 vsize=28235824 memory=3648 CPUtime=0.04 cores=0-7
/proc/19076/task/19080/stat : 19080 (java) S 19074 19074 14242 0 -1 1077944384 70 0 0 0 3 1 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751664327056 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19081] ppid=19074 vsize=28235824 memory=42124 CPUtime=0.04 cores=0-7
/proc/19076/task/19081/stat : 19081 (java) S 19074 19074 14242 0 -1 1077944384 78 0 0 0 3 1 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751663274256 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19082] ppid=19074 vsize=28235824 memory=1040 CPUtime=0.04 cores=0-7
/proc/19076/task/19082/stat : 19082 (java) S 19074 19074 14242 0 -1 1077944384 94 0 0 0 3 1 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751662222480 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19083] ppid=19074 vsize=28235824 memory=2084 CPUtime=0.02 cores=0-7
/proc/19076/task/19083/stat : 19083 (java) S 19074 19074 14242 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751661169680 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19084] ppid=19074 vsize=28235824 memory=1480 CPUtime=0.04 cores=0-7
/proc/19076/task/19084/stat : 19084 (java) S 19074 19074 14242 0 -1 1077944384 152 0 0 0 3 1 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751291214736 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19085] ppid=19074 vsize=28235824 memory=3880 CPUtime=0.04 cores=0-7
/proc/19076/task/19085/stat : 19085 (java) S 19074 19074 14242 0 -1 1077944384 90 0 0 0 3 1 0 0 20 0 20 0 476698970 28913483776 68634 33554432000 4194304 4196468 140733322781120 139751290161936 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19086] ppid=19074 vsize=28235824 memory=7712 CPUtime=0 cores=0-7
/proc/19076/task/19086/stat : 19086 (java) S 19074 19074 14242 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 20 0 476698972 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750862313840 139751746591362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19087] ppid=19074 vsize=28235824 memory=1760 CPUtime=0 cores=0-7
/proc/19076/task/19087/stat : 19087 (java) S 19074 19074 14242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 476698972 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750861259872 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19088] ppid=19074 vsize=28235824 memory=1172 CPUtime=0 cores=0-7
/proc/19076/task/19088/stat : 19088 (java) S 19074 19074 14242 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 476698972 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750860206976 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19089] ppid=19074 vsize=28235824 memory=6316 CPUtime=0 cores=0-7
/proc/19076/task/19089/stat : 19089 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476698975 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750859155280 139751746598811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19090] ppid=19074 vsize=28235824 memory=164 CPUtime=1.04 cores=0-7
/proc/19076/task/19090/stat : 19090 (java) S 19074 19074 14242 0 -1 1077944384 3881 0 0 0 103 1 0 0 20 0 20 0 476698975 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750858103664 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19091] ppid=19074 vsize=28235824 memory=-9001734013606258791 CPUtime=1.07 cores=0-7
/proc/19076/task/19091/stat : 19091 (java) S 19074 19074 14242 0 -1 1077944384 3650 0 0 0 106 1 0 0 20 0 20 0 476698975 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750857050864 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19092] ppid=19074 vsize=28235824 memory=-7384994778349281184 CPUtime=1.04 cores=0-7
/proc/19076/task/19092/stat : 19092 (java) S 19074 19074 14242 0 -1 1077944384 3520 0 0 0 104 0 0 0 20 0 20 0 476698975 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750855998064 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19093] ppid=19074 vsize=28235824 memory=-8990767739041718176 CPUtime=0.65 cores=0-7
/proc/19076/task/19093/stat : 19093 (java) R 19074 19074 14242 0 -1 1077944384 3881 0 0 0 64 1 0 0 20 0 20 0 476698975 28913483776 68634 33554432000 4194304 4196468 140733322781120 139750854945264 139751746591362 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19094] ppid=19074 vsize=28235824 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/19076/task/19094/stat : 19094 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698975 28913483776 68634 33554432000 4194304 4196468 140733322781120 139749866072672 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19095] ppid=19074 vsize=28235824 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/19076/task/19095/stat : 19095 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476698975 28913483776 68634 33554432000 4194304 4196468 140733322781120 139749865019952 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 28348952 KiB
Current children cumulated memory: 275988 KiB

[startup+1.80114 s]
/proc/loadavg: 8.41 8.22 8.26 6/213 19095
/proc/meminfo: memFree=9221336/32770624 swapFree=67021920/67108860
[pid=19074] ppid=19071 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19074/stat : 19074 (xcsp3-exec) S 19071 19074 14242 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476698969 115843072 363 33554432000 4194304 5098028 140720719384784 140720719382888 139788433744508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29413376 140720719393624 140720719393882 140720719393882 140720719396806 0
/proc/19074/statm: 28282 363 304 221 0 87 0
[pid=19076] ppid=19074 vsize=28768336 memory=275396 CPUtime=6.53 cores=0-7
/proc/19076/stat : 19076 (java) S 19074 19074 14242 0 -1 1077944320 27496 0 0 0 630 23 0 0 20 0 28 0 476698969 29458776064 68849 33554432000 4194304 4196468 140733322781120 140733322763664 139751746580215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
/proc/19076/statm: 7192084 68849 3499 1 0 7153184 0
[pid=19076/tid=19077] ppid=19074 vsize=28768336 memory=8257237230052613020 CPUtime=1.68 cores=0-7
/proc/19076/task/19077/stat : 19077 (java) S 19074 19074 14242 0 -1 1077944384 10038 0 0 0 163 5 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751750820992 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19078] ppid=19074 vsize=28768336 memory=-7233780906022726806 CPUtime=0.03 cores=0-7
/proc/19076/task/19078/stat : 19078 (java) S 19074 19074 14242 0 -1 1077944384 62 0 0 0 2 1 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751666432656 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19079] ppid=19074 vsize=28768336 memory=-7384994778349281184 CPUtime=0.03 cores=0-7
/proc/19076/task/19079/stat : 19079 (java) S 19074 19074 14242 0 -1 1077944384 69 0 0 0 2 1 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751665379856 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19080] ppid=19074 vsize=28768336 memory=7681905605394137914 CPUtime=0.04 cores=0-7
/proc/19076/task/19080/stat : 19080 (java) S 19074 19074 14242 0 -1 1077944384 70 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751664327056 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19081] ppid=19074 vsize=28768336 memory=-7522837583129502606 CPUtime=0.04 cores=0-7
/proc/19076/task/19081/stat : 19081 (java) S 19074 19074 14242 0 -1 1077944384 78 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751663274256 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19082] ppid=19074 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19076/task/19082/stat : 19082 (java) S 19074 19074 14242 0 -1 1077944384 94 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751662222480 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19083] ppid=19074 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/19076/task/19083/stat : 19083 (java) S 19074 19074 14242 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751661169680 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19084] ppid=19074 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19076/task/19084/stat : 19084 (java) S 19074 19074 14242 0 -1 1077944384 152 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751291214736 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19085] ppid=19074 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19076/task/19085/stat : 19085 (java) S 19074 19074 14242 0 -1 1077944384 90 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68849 33554432000 4194304 4196468 140733322781120 139751290161936 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19086] ppid=19074 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19086/stat : 19086 (java) S 19074 19074 14242 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 28 0 476698972 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750862313840 139751746591362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19087] ppid=19074 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19087/stat : 19087 (java) S 19074 19074 14242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476698972 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750861259872 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19088] ppid=19074 vsize=28768336 memory=828 CPUtime=0 cores=0-7
/proc/19076/task/19088/stat : 19088 (java) S 19074 19074 14242 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476698972 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750860206976 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19089] ppid=19074 vsize=28768336 memory=736 CPUtime=0 cores=0-7
/proc/19076/task/19089/stat : 19089 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476698975 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750859155280 139751746598811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19090] ppid=19074 vsize=28768336 memory=1608 CPUtime=1.18 cores=0-7
/proc/19076/task/19090/stat : 19090 (java) R 19074 19074 14242 0 -1 4202560 3937 0 0 0 117 1 0 0 20 0 28 0 476698975 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750858103664 139751746601562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19091] ppid=19074 vsize=28768336 memory=1076 CPUtime=1.23 cores=0-7
/proc/19076/task/19091/stat : 19091 (java) R 19074 19074 14242 0 -1 4202560 3701 0 0 0 122 1 0 0 20 0 28 0 476698975 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750857035648 139751746601562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19092] ppid=19074 vsize=28768336 memory=3124 CPUtime=1.19 cores=0-7
/proc/19076/task/19092/stat : 19092 (java) R 19074 19074 14242 0 -1 4202560 3553 0 0 0 119 0 0 0 20 0 28 0 476698975 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750855991088 139751746601562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19093] ppid=19074 vsize=28768336 memory=1244 CPUtime=0.69 cores=0-7
/proc/19076/task/19093/stat : 19093 (java) R 19074 19074 14242 0 -1 1077944384 3952 0 0 0 68 1 0 0 20 0 28 0 476698975 29458776064 68849 33554432000 4194304 4196468 140733322781120 139750854945264 139751746591362 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19094] ppid=19074 vsize=28768336 memory=14064 CPUtime=0 cores=0-7
/proc/19076/task/19094/stat : 19094 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476698975 29458776064 68849 33554432000 4194304 4196468 140733322781120 139749866072672 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19095] ppid=19074 vsize=28768336 memory=17908 CPUtime=0 cores=0-7
/proc/19076/task/19095/stat : 19095 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476698975 29458776064 68849 33554432000 4194304 4196468 140733322781120 139749865019952 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
Current children cumulated CPU time: 6.53 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 276848 KiB

[startup+1.90126 s]
/proc/loadavg: 8.41 8.22 8.26 6/213 19095
/proc/meminfo: memFree=9221336/32770624 swapFree=67021920/67108860
[pid=19074] ppid=19071 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19074/stat : 19074 (xcsp3-exec) S 19071 19074 14242 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476698969 115843072 363 33554432000 4194304 5098028 140720719384784 140720719382888 139788433744508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 29413376 140720719393624 140720719393882 140720719393882 140720719396806 0
/proc/19074/statm: 28282 363 304 221 0 87 0
[pid=19076] ppid=19074 vsize=28768336 memory=275900 CPUtime=7.28 cores=0-7
/proc/19076/stat : 19076 (java) S 19074 19074 14242 0 -1 1077944320 27632 0 0 0 705 23 0 0 20 0 28 0 476698969 29458776064 68975 33554432000 4194304 4196468 140733322781120 140733322763664 139751746580215 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
/proc/19076/statm: 7192084 68975 3503 1 0 7153184 0
[pid=19076/tid=19077] ppid=19074 vsize=28768336 memory=6943526294502006880 CPUtime=1.68 cores=0-7
/proc/19076/task/19077/stat : 19077 (java) S 19074 19074 14242 0 -1 1077944384 10038 0 0 0 163 5 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751750820992 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19078] ppid=19074 vsize=28768336 memory=6944656592455097440 CPUtime=0.03 cores=0-7
/proc/19076/task/19078/stat : 19078 (java) S 19074 19074 14242 0 -1 1077944384 62 0 0 0 2 1 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751666432656 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19079] ppid=19074 vsize=28768336 memory=56 CPUtime=0.03 cores=0-7
/proc/19076/task/19079/stat : 19079 (java) S 19074 19074 14242 0 -1 1077944384 69 0 0 0 2 1 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751665379856 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19080] ppid=19074 vsize=28768336 memory=13798 CPUtime=0.04 cores=0-7
/proc/19076/task/19080/stat : 19080 (java) S 19074 19074 14242 0 -1 1077944384 70 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751664327056 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19081] ppid=19074 vsize=28768336 memory=3135787 CPUtime=0.04 cores=0-7
/proc/19076/task/19081/stat : 19081 (java) S 19074 19074 14242 0 -1 1077944384 78 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751663274256 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19082] ppid=19074 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19076/task/19082/stat : 19082 (java) S 19074 19074 14242 0 -1 1077944384 94 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751662222480 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19083] ppid=19074 vsize=28768336 memory=0 CPUtime=0.02 cores=0-7
/proc/19076/task/19083/stat : 19083 (java) S 19074 19074 14242 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751661169680 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19084] ppid=19074 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19076/task/19084/stat : 19084 (java) S 19074 19074 14242 0 -1 1077944384 152 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751291214736 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19085] ppid=19074 vsize=28768336 memory=0 CPUtime=0.04 cores=0-7
/proc/19076/task/19085/stat : 19085 (java) S 19074 19074 14242 0 -1 1077944384 90 0 0 0 3 1 0 0 20 0 28 0 476698970 29458776064 68975 33554432000 4194304 4196468 140733322781120 139751290161936 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19086] ppid=19074 vsize=28768336 memory=4580 CPUtime=0 cores=0-7
/proc/19076/task/19086/stat : 19086 (java) S 19074 19074 14242 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 28 0 476698972 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750862313840 139751746591362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19087] ppid=19074 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19087/stat : 19087 (java) S 19074 19074 14242 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 476698972 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750861259872 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19088] ppid=19074 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19088/stat : 19088 (java) S 19074 19074 14242 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476698972 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750860206976 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19089] ppid=19074 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/19076/task/19089/stat : 19089 (java) S 19074 19074 14242 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476698975 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750859155280 139751746598811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19090] ppid=19074 vsize=28768336 memory=0 CPUtime=1.23 cores=0-7
/proc/19076/task/19090/stat : 19090 (java) R 19074 19074 14242 0 -1 1077944384 3948 0 0 0 121 2 0 0 20 0 28 0 476698975 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750858102064 139751746590421 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19091] ppid=19074 vsize=28768336 memory=0 CPUtime=1.27 cores=0-7
/proc/19076/task/19091/stat : 19091 (java) R 19074 19074 14242 0 -1 4202560 3725 0 0 0 126 1 0 0 20 0 28 0 476698975 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750857050864 139751728108029 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19092] ppid=19074 vsize=28768336 memory=0 CPUtime=1.23 cores=0-7
/proc/19076/task/19092/stat : 19092 (java) R 19074 19074 14242 0 -1 1077944384 3570 0 0 0 123 0 0 0 20 0 28 0 476698975 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750855984912 139751746590421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19093] ppid=19074 vsize=28768336 memory=0 CPUtime=0.71 cores=0-7
/proc/19076/task/19093/stat : 19093 (java) R 19074 19074 14242 0 -1 4202560 3967 0 0 0 70 1 0 0 20 0 28 0 476698975 29458776064 68975 33554432000 4194304 4196468 140733322781120 139750854945264 139751746592150 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19094] ppid=19074 vsize=28768336 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/19076/task/19094/stat : 19094 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476698975 29458776064 68975 33554432000 4194304 4196468 140733322781120 139749866072672 139751746590421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
[pid=19076/tid=19095] ppid=19074 vsize=28768336 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/19076/task/19095/stat : 19095 (java) S 19074 19074 14242 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476698975 29458776064 68975 33554432000 4194304 4196468 140733322781120 139749865019952 139751746591362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28901376 140733322785756 140733322785931 140733322785931 140733322788815 0
Current children cumulated CPU time: 7.28 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 277352 KiB

Child status: 0
Real time (s): 1.97153
CPU time (s): 7.67229
CPU user time (s): 7.42397
CPU system time (s): 0.248318
CPU usage (%): 389.154
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 277352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.42397
system time used= 0.248318
maximum resident set size= 277928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28501
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= 3416
involuntary context switches= 27


# summary of solver processes directly reported to runsolver:
#   pid: 19074
#   total CPU time (s): 7.67229
#   total CPU user time (s): 7.42397
#   total CPU system time (s): 0.248318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036602 second user time and 0.053886 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-20 20:30:24
IDJOB=4404931
IDBENCH=126825
IDSOLVER=2866
FILE ID=node150/4404931-1569004264
RUNJOBID= node150-1568993963-14269
PBS_JOBID= 21704712
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-6-3-30-1.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-4404931-1569004264/watcher-4404931-1569004264 -o /var/tmp/evaluation-result-4404931-1569004264/solver-4404931-1569004264 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1568993963-14269 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 899216621 HOME/instance-4404931-1569004264.xml

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

MD5SUM BENCH= f61e90724cd8b66989ec046e8a3ea41c
RANDOM SEED=899216621

node150.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.79
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.79
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.79
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.79
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:         9351656 kB
MemAvailable:   31826428 kB
Buffers:          170748 kB
Cached:         22190212 kB
SwapCached:         7960 kB
Active:         11146508 kB
Inactive:       11247912 kB
Active(anon):       4316 kB
Inactive(anon):    70308 kB
Active(file):   11142192 kB
Inactive(file): 11177604 kB
Unevictable:      110732 kB
Mlocked:          110732 kB
SwapTotal:      67108860 kB
SwapFree:       67021920 kB
Dirty:             26308 kB
Writeback:             0 kB
AnonPages:        150436 kB
Mapped:            47704 kB
Shmem:             32548 kB
Slab:             613492 kB
SReclaimable:     583436 kB
SUnreclaim:        30056 kB
KernelStack:        3760 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node150 at 2019-09-20 20:30:26