Trace number 4399466

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-16 parallelUNSAT 13949.2 1752.83

General information on the benchmark

NameRlfap_mini/Rlfap-dec-scens11_mini/
Rlfap-ext-scen-11-f02_c18.xml
MD5SUM7ac25fa9c4532324d4bc78edd5427656
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.1724
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints4103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4103}]
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-4399466-1568717319.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399466-1568717319.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
143.15/21.39	c solve instance...
13948.44/1752.78	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399466-1568717319/watcher-4399466-1568717319 -o /tmp/evaluation-result-4399466-1568717319/solver-4399466-1568717319 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568711920-9010 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2005765231 HOME/instance-4399466-1568717319.xml 

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

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

solver pid=9841, runsolver pid=9838

[startup+0.100114 s]*
/proc/loadavg: 8.05 8.29 8.36 3/211 9862
/proc/meminfo: memFree=29986620/32770624 swapFree=67027624/67108860
[pid=9841] ppid=9838 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9841/stat : 9841 (xcsp3-exec) S 9838 9841 8983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448004446 115843072 364 33554432000 4194304 5098028 140732936209920 140732936208024 140127206933116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12664832 140732936217461 140732936217705 140732936217705 140732936220618 0
/proc/9841/statm: 28282 364 305 221 0 87 0
[pid=9843] ppid=9841 vsize=28227396 memory=28824 CPUtime=0.13 cores=0-7
/proc/9843/stat : 9843 (java) S 9841 9841 8983 0 -1 1077944320 5707 0 0 0 12 1 0 0 20 0 20 0 448004446 28904853504 7206 33554432000 4194304 4196468 140730424768608 140730424751152 139682420977399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
/proc/9843/statm: 7056849 7206 3121 1 0 7019032 0
[pid=9843/tid=9844] ppid=9841 vsize=28227396 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/9843/task/9844/stat : 9844 (java) R 9841 9841 8983 0 -1 4202560 3601 0 0 0 8 1 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139682425211680 139682420989334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9845] ppid=9841 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9843/task/9845/stat : 9845 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139682340829968 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9846] ppid=9841 vsize=28227396 memory=139804102850176 CPUtime=0 cores=0-7
/proc/9843/task/9846/stat : 9846 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139682339777424 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9847] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9847/stat : 9847 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139682338724880 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9848] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9848/stat : 9848 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139682337672336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9849] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9849/stat : 9849 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681967757584 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9850] ppid=9841 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9843/task/9850/stat : 9850 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681966705040 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9851] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9851/stat : 9851 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681965652496 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9852] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9852/stat : 9852 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681964599952 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9853] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9853/stat : 9853 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004449 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681536752112 139682420988546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9854] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9854/stat : 9854 (java) S 9841 9841 8983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448004449 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681535698336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9855] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9855/stat : 9855 (java) S 9841 9841 8983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448004450 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681534645744 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9856] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9856/stat : 9856 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681533594320 139682420995995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9857] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9857/stat : 9857 (java) S 9841 9841 8983 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681532540912 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9858] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9858/stat : 9858 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 7206 33554432000 4194304 4196468 140730424768608 139681531488368 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9859] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9859/stat : 9859 (java) S 9841 9841 8983 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 7206 33554432000 4194304 4196468 140730424768608 139680542615792 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9860] ppid=9841 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9843/task/9860/stat : 9860 (java) R 9841 9841 8983 0 -1 4202560 381 0 0 0 2 0 0 0 20 0 20 0 448004452 28904853504 7206 33554432000 4194304 4196468 140730424768608 139680541563248 139682420989334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9861] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9861/stat : 9861 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 7206 33554432000 4194304 4196468 140730424768608 139680540510944 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9862] ppid=9841 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9843/task/9862/stat : 9862 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 7206 33554432000 4194304 4196468 140730424768608 139680539458480 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30280 KiB

[startup+0.209883 s]*
/proc/loadavg: 8.05 8.29 8.36 3/211 9862
/proc/meminfo: memFree=29972212/32770624 swapFree=67027624/67108860
[pid=9841] ppid=9838 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9841/stat : 9841 (xcsp3-exec) S 9838 9841 8983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448004446 115843072 364 33554432000 4194304 5098028 140732936209920 140732936208024 140127206933116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12664832 140732936217461 140732936217705 140732936217705 140732936220618 0
/proc/9841/statm: 28282 364 305 221 0 87 0
[pid=9843] ppid=9841 vsize=28227396 memory=40788 CPUtime=0.33 cores=0-7
/proc/9843/stat : 9843 (java) S 9841 9841 8983 0 -1 1077944320 9519 0 0 0 30 3 0 0 20 0 20 0 448004446 28904853504 10197 33554432000 4194304 4196468 140730424768608 140730424751152 139682420977399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
/proc/9843/statm: 7056849 10197 3254 1 0 7019032 0
[pid=9843/tid=9844] ppid=9841 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9843/task/9844/stat : 9844 (java) R 9841 9841 8983 0 -1 4202560 6636 0 0 0 17 2 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139682425216400 139682405057886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9845] ppid=9841 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/9843/task/9845/stat : 9845 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139682340829968 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9846] ppid=9841 vsize=28227396 memory=139804102860131 CPUtime=0 cores=0-7
/proc/9843/task/9846/stat : 9846 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139682339777424 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9847] ppid=9841 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9843/task/9847/stat : 9847 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139682338724880 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9848] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9848/stat : 9848 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139682337672336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9849] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9849/stat : 9849 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681967757584 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9850] ppid=9841 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9843/task/9850/stat : 9850 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681966705040 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9851] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9851/stat : 9851 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681965652496 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9852] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9852/stat : 9852 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681964599952 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9853] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9853/stat : 9853 (java) S 9841 9841 8983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448004449 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681536752112 139682420988546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9854] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9854/stat : 9854 (java) S 9841 9841 8983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448004449 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681535698336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9855] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9855/stat : 9855 (java) S 9841 9841 8983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448004450 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681534645744 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9856] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9856/stat : 9856 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681533594320 139682420995995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9857] ppid=9841 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9843/task/9857/stat : 9857 (java) S 9841 9841 8983 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 20 0 448004452 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681532540912 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9858] ppid=9841 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9843/task/9858/stat : 9858 (java) S 9841 9841 8983 0 -1 1077944384 55 0 0 0 1 0 0 0 20 0 20 0 448004452 28904853504 10197 33554432000 4194304 4196468 140730424768608 139681531488368 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9859] ppid=9841 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/9843/task/9859/stat : 9859 (java) S 9841 9841 8983 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 20 0 448004452 28904853504 10197 33554432000 4194304 4196468 140730424768608 139680542615792 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9860] ppid=9841 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/9843/task/9860/stat : 9860 (java) S 9841 9841 8983 0 -1 1077944384 782 0 0 0 8 0 0 0 20 0 20 0 448004452 28904853504 10197 33554432000 4194304 4196468 140730424768608 139680541563248 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9861] ppid=9841 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9861/stat : 9861 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 10197 33554432000 4194304 4196468 140730424768608 139680540510944 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9862] ppid=9841 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9843/task/9862/stat : 9862 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004452 28904853504 10197 33554432000 4194304 4196468 140730424768608 139680539458480 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42244 KiB

[startup+0.30968 s]*
/proc/loadavg: 8.05 8.29 8.36 5/211 9862
/proc/meminfo: memFree=29966168/32770624 swapFree=67027624/67108860
[pid=9841] ppid=9838 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9841/stat : 9841 (xcsp3-exec) S 9838 9841 8983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448004446 115843072 364 33554432000 4194304 5098028 140732936209920 140732936208024 140127206933116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12664832 140732936217461 140732936217705 140732936217705 140732936220618 0
/proc/9841/statm: 28282 364 305 221 0 87 0
[pid=9843] ppid=9841 vsize=28231652 memory=49960 CPUtime=0.52 cores=0-7
/proc/9843/stat : 9843 (java) S 9841 9841 8983 0 -1 1077944320 10898 0 0 0 48 4 0 0 20 0 20 0 448004446 28909211648 12490 33554432000 4194304 4196468 140730424768608 140730424751152 139682420977399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
/proc/9843/statm: 7057913 12490 3310 1 0 7019032 0
[pid=9843/tid=9844] ppid=9841 vsize=28231652 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9843/task/9844/stat : 9844 (java) R 9841 9841 8983 0 -1 4202560 7799 0 0 0 26 3 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139682425211184 139682405057886 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9845] ppid=9841 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9845/stat : 9845 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139682340829968 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9846] ppid=9841 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9846/stat : 9846 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139682339777424 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9847] ppid=9841 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9847/stat : 9847 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139682338724880 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9848] ppid=9841 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9848/stat : 9848 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139682337672336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9849] ppid=9841 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/9843/task/9849/stat : 9849 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681967757584 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9850] ppid=9841 vsize=28231652 memory=139804004152239 CPUtime=0 cores=0-7
/proc/9843/task/9850/stat : 9850 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681966705040 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9851] ppid=9841 vsize=28231652 memory=139804004154544 CPUtime=0 cores=0-7
/proc/9843/task/9851/stat : 9851 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681965652496 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9852] ppid=9841 vsize=28231652 memory=139804004156848 CPUtime=0 cores=0-7
/proc/9843/task/9852/stat : 9852 (java) S 9841 9841 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448004447 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681964599952 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9853] ppid=9841 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9853/stat : 9853 (java) S 9841 9841 8983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448004449 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681536752112 139682420988546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9854] ppid=9841 vsize=28231652 memory=279608008320656 CPUtime=0 cores=0-7
/proc/9843/task/9854/stat : 9854 (java) S 9841 9841 8983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448004449 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681535698336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9855] ppid=9841 vsize=28231652 memory=279608008327568 CPUtime=0 cores=0-7
/proc/9843/task/9855/stat : 9855 (java) S 9841 9841 8983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448004450 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681534645744 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9856] ppid=9841 vsize=28231652 memory=279608008268848 CPUtime=0 cores=0-7
/proc/9843/task/9856/stat : 9856 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004452 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681533594320 139682420995995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9857] ppid=9841 vsize=28231652 memory=279608008341392 CPUtime=0.03 cores=0-7
/proc/9843/task/9857/stat : 9857 (java) S 9841 9841 8983 0 -1 1077944384 564 0 0 0 3 0 0 0 20 0 20 0 448004452 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681532540912 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9858] ppid=9841 vsize=28231652 memory=279608008348304 CPUtime=0.03 cores=0-7
/proc/9843/task/9858/stat : 9858 (java) R 9841 9841 8983 0 -1 4202560 177 0 0 0 3 0 0 0 20 0 20 0 448004452 28909211648 12490 33554432000 4194304 4196468 140730424768608 139681531469384 139682420998746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9859] ppid=9841 vsize=28231652 memory=279608008346000 CPUtime=0.02 cores=0-7
/proc/9843/task/9859/stat : 9859 (java) S 9841 9841 8983 0 -1 1077944384 192 0 0 0 2 0 0 0 20 0 20 0 448004452 28909211648 12490 33554432000 4194304 4196468 140730424768608 139680542615792 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9860] ppid=9841 vsize=28231652 memory=279608008362160 CPUtime=0.12 cores=0-7
/proc/9843/task/9860/stat : 9860 (java) S 9841 9841 8983 0 -1 1077944384 865 0 0 0 12 0 0 0 20 0 20 0 448004452 28909211648 12490 33554432000 4194304 4196468 140730424768608 139680541563248 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9861] ppid=9841 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9861/stat : 9861 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448004452 28909211648 12490 33554432000 4194304 4196468 140730424768608 139680540510944 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9862] ppid=9841 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/9843/task/9862/stat : 9862 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004452 28909211648 12490 33554432000 4194304 4196468 140730424768608 139680539458480 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51416 KiB

[startup+0.700959 s]
/proc/loadavg: 8.05 8.29 8.36 3/211 9862
/proc/meminfo: memFree=29897968/32770624 swapFree=67027624/67108860
[pid=9841] ppid=9838 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9841/stat : 9841 (xcsp3-exec) S 9838 9841 8983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448004446 115843072 364 33554432000 4194304 5098028 140732936209920 140732936208024 140127206933116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12664832 140732936217461 140732936217705 140732936217705 140732936220618 0
/proc/9841/statm: 28282 364 305 221 0 87 0
[pid=9843] ppid=9841 vsize=28233776 memory=200704 CPUtime=1.98 cores=0-7
/proc/9843/stat : 9843 (java) S 9841 9841 8983 0 -1 1077944320 17881 0 0 0 189 9 0 0 20 0 20 0 448004446 28911386624 50176 33554432000 4194304 4196468 140730424768608 140730424751152 139682420977399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
/proc/9843/statm: 7058444 50176 3454 1 0 7019544 0
[pid=9843/tid=9844] ppid=9841 vsize=28233776 memory=279608008720048 CPUtime=0.67 cores=0-7
/proc/9843/task/9844/stat : 9844 (java) R 9841 9841 8983 0 -1 4202560 8658 0 0 0 61 6 0 0 20 0 20 0 448004447 28911386624 50176 33554432000 4194304 4196468 140730424768608 139682425211984 139682017982366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9845] ppid=9841 vsize=28233776 memory=139804004361072 CPUtime=0 cores=0-7
/proc/9843/task/9845/stat : 9845 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448004447 28911386624 50176 33554432000 4194304 4196468 140730424768608 139682340829968 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9846] ppid=9841 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/9843/task/9846/stat : 9846 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448004447 28911386624 50176 33554432000 4194304 4196468 140730424768608 139682339777424 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9847] ppid=9841 vsize=28233776 memory=1224 CPUtime=0 cores=0-7
/proc/9843/task/9847/stat : 9847 (java) S 9841 9841 8983 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 448004447 28911386624 50176 33554432000 4194304 4196468 140730424768608 139682338724880 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0

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

[pid=9843/tid=9865] ppid=9841 vsize=28768336 memory=860 CPUtime=1711.53 cores=0-7
/proc/9843/task/9865/stat : 9865 (java) R 9841 9841 8983 0 -1 4202560 55741 0 0 0 171097 56 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680526274168 139682021907028 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9866] ppid=9841 vsize=28768336 memory=776 CPUtime=1710.14 cores=0-7
/proc/9843/task/9866/stat : 9866 (java) R 9841 9841 8983 0 -1 4202560 73970 0 0 0 170878 136 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680525221864 139682027432126 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9867] ppid=9841 vsize=28768336 memory=8679336 CPUtime=1718.76 cores=0-7
/proc/9843/task/9867/stat : 9867 (java) R 9841 9841 8983 0 -1 4202560 51623 0 0 0 171818 58 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680216337152 139682027431270 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9868] ppid=9841 vsize=28768336 memory=8112282956445269571 CPUtime=1714.73 cores=0-7
/proc/9843/task/9868/stat : 9868 (java) R 9841 9841 8983 0 -1 4202560 38211 0 0 0 171370 103 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680215281432 139682019096697 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9869] ppid=9841 vsize=28768336 memory=1456 CPUtime=1717.69 cores=0-7
/proc/9843/task/9869/stat : 9869 (java) R 9841 9841 8983 0 -1 4202560 28394 0 0 0 171740 29 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680214228832 139682021906714 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9870] ppid=9841 vsize=28768336 memory=8679024 CPUtime=1706.78 cores=0-7
/proc/9843/task/9870/stat : 9870 (java) R 9841 9841 8983 0 -1 4202560 52302 0 0 0 170645 33 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680213176696 139682021906954 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
Current children cumulated CPU time: 13930.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 8680792 KiB

[startup+1752 s]*
/proc/loadavg: 8.61 8.33 8.27 9/219 10025
/proc/meminfo: memFree=21322228/32770624 swapFree=67027664/67108860
[pid=9841] ppid=9838 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9841/stat : 9841 (xcsp3-exec) S 9838 9841 8983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448004446 115843072 364 33554432000 4194304 5098028 140732936209920 140732936208024 140127206933116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12664832 140732936217461 140732936217705 140732936217705 140732936220618 0
/proc/9841/statm: 28282 364 305 221 0 87 0
[pid=9843] ppid=9841 vsize=28768336 memory=8679336 CPUtime=13942.9 cores=0-7
/proc/9843/stat : 9843 (java) S 9841 9841 8983 0 -1 1077944320 1314576 0 0 0 1391416 2877 0 0 20 0 28 0 448004446 29458776064 2169834 33554432000 4194304 4196468 140730424768608 140730424751152 139682420977399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
/proc/9843/statm: 7192084 2169834 3556 1 0 7153184 0
[pid=9843/tid=9844] ppid=9841 vsize=28768336 memory=8112282956445269571 CPUtime=3.93 cores=0-7
/proc/9843/task/9844/stat : 9844 (java) S 9841 9841 8983 0 -1 1077944384 14084 0 0 0 380 13 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682425218176 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9845] ppid=9841 vsize=28768336 memory=4126316290023845779 CPUtime=24.87 cores=0-7
/proc/9843/task/9845/stat : 9845 (java) S 9841 9841 8983 0 -1 1077944384 93716 0 0 0 2220 267 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682340829968 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9846] ppid=9841 vsize=28768336 memory=1224 CPUtime=24.98 cores=0-7
/proc/9843/task/9846/stat : 9846 (java) S 9841 9841 8983 0 -1 1077944384 90903 0 0 0 2195 303 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682339777424 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9847] ppid=9841 vsize=28768336 memory=3824 CPUtime=24.97 cores=0-7
/proc/9843/task/9847/stat : 9847 (java) S 9841 9841 8983 0 -1 1077944384 94823 0 0 0 2191 306 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682338724880 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9848] ppid=9841 vsize=28768336 memory=1384 CPUtime=25.05 cores=0-7
/proc/9843/task/9848/stat : 9848 (java) S 9841 9841 8983 0 -1 1077944384 88616 0 0 0 2191 314 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682337672336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9849] ppid=9841 vsize=28768336 memory=33 CPUtime=24.86 cores=0-7
/proc/9843/task/9849/stat : 9849 (java) S 9841 9841 8983 0 -1 1077944384 93324 0 0 0 2211 275 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681967757584 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9850] ppid=9841 vsize=28768336 memory=1296 CPUtime=25.14 cores=0-7
/proc/9843/task/9850/stat : 9850 (java) S 9841 9841 8983 0 -1 1077944384 96218 0 0 0 2222 292 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681966705040 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9851] ppid=9841 vsize=28768336 memory=279608010023744 CPUtime=24.82 cores=0-7
/proc/9843/task/9851/stat : 9851 (java) S 9841 9841 8983 0 -1 1077944384 94524 0 0 0 2195 287 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681965652496 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9852] ppid=9841 vsize=28768336 memory=2184 CPUtime=24.87 cores=0-7
/proc/9843/task/9852/stat : 9852 (java) S 9841 9841 8983 0 -1 1077944384 86708 0 0 0 2198 289 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681964599952 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9853] ppid=9841 vsize=28768336 memory=1844 CPUtime=0.55 cores=0-7
/proc/9843/task/9853/stat : 9853 (java) S 9841 9841 8983 0 -1 1077944384 34676 0 0 0 38 17 0 0 20 0 28 0 448004449 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681536752112 139682420988546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9854] ppid=9841 vsize=28768336 memory=4968 CPUtime=0 cores=0-7
/proc/9843/task/9854/stat : 9854 (java) S 9841 9841 8983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 448004449 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681535698400 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9855] ppid=9841 vsize=28768336 memory=10092 CPUtime=0 cores=0-7
/proc/9843/task/9855/stat : 9855 (java) S 9841 9841 8983 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 448004450 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681534645760 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9856] ppid=9841 vsize=28768336 memory=1908 CPUtime=0 cores=0-7
/proc/9843/task/9856/stat : 9856 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681533594320 139682420995995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9857] ppid=9841 vsize=28768336 memory=2064 CPUtime=3.71 cores=0-7
/proc/9843/task/9857/stat : 9857 (java) S 9841 9841 8983 0 -1 1077944384 21712 0 0 0 366 5 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681532540912 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9858] ppid=9841 vsize=28768336 memory=2876 CPUtime=4 cores=0-7
/proc/9843/task/9858/stat : 9858 (java) S 9841 9841 8983 0 -1 1077944384 18873 0 0 0 396 4 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681531488368 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9859] ppid=9841 vsize=28768336 memory=1572 CPUtime=4.08 cores=0-7
/proc/9843/task/9859/stat : 9859 (java) S 9841 9841 8983 0 -1 1077944384 16331 0 0 0 404 4 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680542615792 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9860] ppid=9841 vsize=28768336 memory=872 CPUtime=1.1 cores=0-7
/proc/9843/task/9860/stat : 9860 (java) S 9841 9841 8983 0 -1 1077944384 14306 0 0 0 108 2 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680541563248 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9861] ppid=9841 vsize=28768336 memory=1760 CPUtime=0 cores=0-7
/proc/9843/task/9861/stat : 9861 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680540510944 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9862] ppid=9841 vsize=28768336 memory=111632 CPUtime=0.71 cores=0-7
/proc/9843/task/9862/stat : 9862 (java) S 9841 9841 8983 0 -1 1077944384 2627 0 0 0 51 20 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680539458480 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9863] ppid=9841 vsize=28768336 memory=804 CPUtime=1720.29 cores=0-7
/proc/9843/task/9863/stat : 9863 (java) R 9841 9841 8983 0 -1 4202560 104638 0 0 0 171986 43 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680528379048 139682027176229 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9864] ppid=9841 vsize=28768336 memory=1808 CPUtime=1715.55 cores=0-7
/proc/9843/task/9864/stat : 9864 (java) R 9841 9841 8983 0 -1 4202560 46804 0 0 0 171523 32 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680527328200 139682023379207 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9865] ppid=9841 vsize=28768336 memory=920 CPUtime=1713.14 cores=0-7
/proc/9843/task/9865/stat : 9865 (java) R 9841 9841 8983 0 -1 4202560 55741 0 0 0 171258 56 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680526274168 139682021906724 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9866] ppid=9841 vsize=28768336 memory=15080 CPUtime=1711.75 cores=0-7
/proc/9843/task/9866/stat : 9866 (java) R 9841 9841 8983 0 -1 4202560 73970 0 0 0 171039 136 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680525221864 139682021907270 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9867] ppid=9841 vsize=28768336 memory=14156 CPUtime=1720.36 cores=0-7
/proc/9843/task/9867/stat : 9867 (java) R 9841 9841 8983 0 -1 4202560 51623 0 0 0 171978 58 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680216337152 139682027431754 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9868] ppid=9841 vsize=28768336 memory=2676 CPUtime=1716.3 cores=0-7
/proc/9843/task/9868/stat : 9868 (java) R 9841 9841 8983 0 -1 4202560 38211 0 0 0 171527 103 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680215281432 139682020164551 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9869] ppid=9841 vsize=28768336 memory=13240 CPUtime=1719.3 cores=0-7
/proc/9843/task/9869/stat : 9869 (java) R 9841 9841 8983 0 -1 4202560 28395 0 0 0 171901 29 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680214228832 139682021906599 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9870] ppid=9841 vsize=28768336 memory=500 CPUtime=1708.38 cores=0-7
/proc/9843/task/9870/stat : 9870 (java) R 9841 9841 8983 0 -1 4202560 52359 0 0 0 170805 33 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680213176696 139682027176465 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
Current children cumulated CPU time: 13942.9 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 8680792 KiB

[startup+1752.4 s]
/proc/loadavg: 8.61 8.33 8.27 9/219 10025
/proc/meminfo: memFree=21322228/32770624 swapFree=67027664/67108860
[pid=9841] ppid=9838 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9841/stat : 9841 (xcsp3-exec) S 9838 9841 8983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448004446 115843072 364 33554432000 4194304 5098028 140732936209920 140732936208024 140127206933116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12664832 140732936217461 140732936217705 140732936217705 140732936220618 0
/proc/9841/statm: 28282 364 305 221 0 87 0
[pid=9843] ppid=9841 vsize=28768336 memory=8679336 CPUtime=13946 cores=0-7
/proc/9843/stat : 9843 (java) S 9841 9841 8983 0 -1 1077944320 1314709 0 0 0 1391728 2877 0 0 20 0 28 0 448004446 29458776064 2169834 33554432000 4194304 4196468 140730424768608 140730424751152 139682420977399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
/proc/9843/statm: 7192084 2169834 3556 1 0 7153184 0
[pid=9843/tid=9844] ppid=9841 vsize=28768336 memory=1772 CPUtime=3.93 cores=0-7
/proc/9843/task/9844/stat : 9844 (java) S 9841 9841 8983 0 -1 1077944384 14084 0 0 0 380 13 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682425218176 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9845] ppid=9841 vsize=28768336 memory=924 CPUtime=24.87 cores=0-7
/proc/9843/task/9845/stat : 9845 (java) S 9841 9841 8983 0 -1 1077944384 93716 0 0 0 2220 267 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682340829968 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9846] ppid=9841 vsize=28768336 memory=2344 CPUtime=24.98 cores=0-7
/proc/9843/task/9846/stat : 9846 (java) S 9841 9841 8983 0 -1 1077944384 90903 0 0 0 2195 303 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682339777424 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9847] ppid=9841 vsize=28768336 memory=2064 CPUtime=24.97 cores=0-7
/proc/9843/task/9847/stat : 9847 (java) S 9841 9841 8983 0 -1 1077944384 94823 0 0 0 2191 306 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682338724880 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9848] ppid=9841 vsize=28768336 memory=288230574492221466 CPUtime=25.05 cores=0-7
/proc/9843/task/9848/stat : 9848 (java) S 9841 9841 8983 0 -1 1077944384 88616 0 0 0 2191 314 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139682337672336 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9849] ppid=9841 vsize=28768336 memory=288230583166042426 CPUtime=24.86 cores=0-7
/proc/9843/task/9849/stat : 9849 (java) S 9841 9841 8983 0 -1 1077944384 93324 0 0 0 2211 275 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681967757584 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 31 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9850] ppid=9841 vsize=28768336 memory=15819993182898827 CPUtime=25.14 cores=0-7
/proc/9843/task/9850/stat : 9850 (java) S 9841 9841 8983 0 -1 1077944384 96218 0 0 0 2222 292 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681966705040 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 30 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9851] ppid=9841 vsize=28768336 memory=7084821290818945125 CPUtime=24.82 cores=0-7
/proc/9843/task/9851/stat : 9851 (java) S 9841 9841 8983 0 -1 1077944384 94524 0 0 0 2195 287 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681965652496 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9852] ppid=9841 vsize=28768336 memory=28829630602021044 CPUtime=24.87 cores=0-7
/proc/9843/task/9852/stat : 9852 (java) S 9841 9841 8983 0 -1 1077944384 86708 0 0 0 2198 289 0 0 20 0 28 0 448004447 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681964599952 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9853] ppid=9841 vsize=28768336 memory=288287770756270594 CPUtime=0.55 cores=0-7
/proc/9843/task/9853/stat : 9853 (java) S 9841 9841 8983 0 -1 1077944384 34676 0 0 0 38 17 0 0 20 0 28 0 448004449 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681536752112 139682420988546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9854] ppid=9841 vsize=28768336 memory=28829630602021044 CPUtime=0 cores=0-7
/proc/9843/task/9854/stat : 9854 (java) S 9841 9841 8983 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 448004449 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681535698400 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9855] ppid=9841 vsize=28768336 memory=288287770756270594 CPUtime=0 cores=0-7
/proc/9843/task/9855/stat : 9855 (java) S 9841 9841 8983 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 448004450 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681534645760 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9856] ppid=9841 vsize=28768336 memory=576460758198939444 CPUtime=0 cores=0-7
/proc/9843/task/9856/stat : 9856 (java) S 9841 9841 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681533594320 139682420995995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9857] ppid=9841 vsize=28768336 memory=8112282956445269571 CPUtime=3.71 cores=0-7
/proc/9843/task/9857/stat : 9857 (java) S 9841 9841 8983 0 -1 1077944384 21712 0 0 0 366 5 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681532540912 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9858] ppid=9841 vsize=28768336 memory=1844 CPUtime=4 cores=0-7
/proc/9843/task/9858/stat : 9858 (java) S 9841 9841 8983 0 -1 1077944384 18873 0 0 0 396 4 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139681531488368 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9859] ppid=9841 vsize=28768336 memory=4968 CPUtime=4.08 cores=0-7
/proc/9843/task/9859/stat : 9859 (java) S 9841 9841 8983 0 -1 1077944384 16331 0 0 0 404 4 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680542615792 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9860] ppid=9841 vsize=28768336 memory=10092 CPUtime=1.1 cores=0-7
/proc/9843/task/9860/stat : 9860 (java) S 9841 9841 8983 0 -1 1077944384 14306 0 0 0 108 2 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680541563248 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9861] ppid=9841 vsize=28768336 memory=1908 CPUtime=0 cores=0-7
/proc/9843/task/9861/stat : 9861 (java) S 9841 9841 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680540510944 139682420987605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9862] ppid=9841 vsize=28768336 memory=1360 CPUtime=0.71 cores=0-7
/proc/9843/task/9862/stat : 9862 (java) S 9841 9841 8983 0 -1 1077944384 2627 0 0 0 51 20 0 0 20 0 28 0 448004452 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680539458480 139682420988546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9863] ppid=9841 vsize=28768336 memory=7500 CPUtime=1720.68 cores=0-7
/proc/9843/task/9863/stat : 9863 (java) R 9841 9841 8983 0 -1 4202560 104651 0 0 0 172025 43 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680528379048 139682019096583 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9864] ppid=9841 vsize=28768336 memory=860 CPUtime=1715.94 cores=0-7
/proc/9843/task/9864/stat : 9864 (java) R 9841 9841 8983 0 -1 4202560 46818 0 0 0 171562 32 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680527328200 139682023385379 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9865] ppid=9841 vsize=28768336 memory=776 CPUtime=1713.53 cores=0-7
/proc/9843/task/9865/stat : 9865 (java) R 9841 9841 8983 0 -1 4202560 55788 0 0 0 171297 56 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680526274168 139682019216665 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9866] ppid=9841 vsize=28768336 memory=1772 CPUtime=1712.14 cores=0-7
/proc/9843/task/9866/stat : 9866 (java) R 9841 9841 8983 0 -1 4202560 73984 0 0 0 171078 136 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680525221864 139682027432095 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9867] ppid=9841 vsize=28768336 memory=924 CPUtime=1720.76 cores=0-7
/proc/9843/task/9867/stat : 9867 (java) R 9841 9841 8983 0 -1 4202560 51633 0 0 0 172018 58 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680216337152 139682024538936 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9868] ppid=9841 vsize=28768336 memory=2344 CPUtime=1716.69 cores=0-7
/proc/9843/task/9868/stat : 9868 (java) R 9841 9841 8983 0 -1 4202560 38221 0 0 0 171566 103 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680215281432 139682028222605 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9869] ppid=9841 vsize=28768336 memory=2064 CPUtime=1719.69 cores=0-7
/proc/9843/task/9869/stat : 9869 (java) R 9841 9841 8983 0 -1 4202560 28408 0 0 0 171940 29 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680214228832 139682027432095 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
[pid=9843/tid=9870] ppid=9841 vsize=28768336 memory=2876 CPUtime=1708.77 cores=0-7
/proc/9843/task/9870/stat : 9870 (java) R 9841 9841 8983 0 -1 4202560 52371 0 0 0 170844 33 0 0 20 0 28 0 448006589 29458776064 2169834 33554432000 4194304 4196468 140730424768608 139680213176696 139682027696107 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 9101312 140730424775658 140730424775830 140730424775830 140730424778703 0
Current children cumulated CPU time: 13946 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 8680792 KiB

[startup+1752.8 s]
/proc/loadavg: 8.61 8.33 8.27 9/219 10025
/proc/meminfo: memFree=21322228/32770624 swapFree=67027664/67108860
[pid=9841] ppid=9838 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9841/stat : 9841 (xcsp3-exec) S 9838 9841 8983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 448004446 115843072 364 33554432000 4194304 5098028 140732936209920 140732936208024 140127206933116 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12664832 140732936217461 140732936217705 140732936217705 140732936220618 0
/proc/9841/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 1752.83
CPU time (s): 13949.2
CPU user time (s): 13920.3
CPU system time (s): 28.8247
CPU usage (%): 795.807
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 10055848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13920.3
system time used= 28.8247
maximum resident set size= 10055468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1316902
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82662
involuntary context switches= 156724


# summary of solver processes directly reported to runsolver:
#   pid: 9841
#   total CPU time (s): 13949.2
#   total CPU user time (s): 13920.3
#   total CPU system time (s): 28.8247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5023 second user time and 23.5704 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 12:47:59
IDJOB=4399466
IDBENCH=141062
IDSOLVER=2854
FILE ID=node150/4399466-1568717319
RUNJOBID= node150-1568711920-9010
PBS_JOBID= 21703941
Free space on /tmp= 59368 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-dec-scens11_mini/Rlfap-ext-scen-11-f02_c18.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 /tmp/evaluation-result-4399466-1568717319/watcher-4399466-1568717319 -o /tmp/evaluation-result-4399466-1568717319/solver-4399466-1568717319 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568711920-9010 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2005765231 HOME/instance-4399466-1568717319.xml

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

MD5SUM BENCH= 7ac25fa9c4532324d4bc78edd5427656
RANDOM SEED=2005765231

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:        30003712 kB
MemAvailable:   31840604 kB
Buffers:          222708 kB
Cached:          1876984 kB
SwapCached:        10712 kB
Active:           931780 kB
Inactive:        1213284 kB
Active(anon):       6188 kB
Inactive(anon):    78664 kB
Active(file):     925592 kB
Inactive(file):  1134620 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027624 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:        143808 kB
Mapped:            47708 kB
Shmem:             31088 kB
Slab:             214668 kB
SReclaimable:     185028 kB
SUnreclaim:        29640 kB
KernelStack:        3744 kB
PageTables:         5660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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 /tmp at the end= 59344 MiB
End job on node150 at 2019-09-17 13:17:12