Trace number 4406685

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT 25.0675 3.68315

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.284908
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
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-4406685-1569363557.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406685-1569363557.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.27/0.64	c solve instance...
24.50/3.67	s SATISFIABLE
24.50/3.67	v <instantiation>
24.50/3.67	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] </list>
24.50/3.67	v 	<values>23 3 14 6 1 0 19 4 18 25 20 9 17 22 11 3 2 8 13 5 19 4 18 25 15 1 6 14 21 7 23 16 10 12 24 </values>
24.50/3.67	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12544 MiB free)
  memory of node 1: 16384 MiB (13145 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406685-1569363557/watcher-4406685-1569363557 -o /tmp/evaluation-result-4406685-1569363557/solver-4406685-1569363557 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569358512-32399 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 386774204 HOME/instance-4406685-1569363557.xml 

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

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


[startup+0.100137 s]*
/proc/loadavg: 5.69 6.98 7.70 2/212 2031
/proc/meminfo: memFree=26289148/32770624 swapFree=66975488/67108860
[pid=2010] ppid=2007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2010/stat : 2010 (xcsp3-exec) S 2007 2010 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512622452 115843072 364 33554432000 4194304 5098028 140731354445440 140731354443544 139877405622908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15237120 140731354448758 140731354449001 140731354449001 140731354451914 0
/proc/2010/statm: 28282 364 305 221 0 87 0
[pid=2012] ppid=2010 vsize=28227396 memory=30236 CPUtime=0.12 cores=0-7
/proc/2012/stat : 2012 (java) S 2010 2010 32372 0 -1 1077944320 5955 0 0 0 10 2 0 0 20 0 20 0 512622452 28904853504 7559 33554432000 4194304 4196468 140736326426416 140736326408960 140631572586231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
/proc/2012/statm: 7056849 7559 3156 1 0 7019032 0
[pid=2012/tid=2013] ppid=2010 vsize=28227396 memory=288230380178243832 CPUtime=0.08 cores=0-7
/proc/2012/task/2013/stat : 2013 (java) R 2010 2010 32372 0 -1 4202560 3882 0 0 0 7 1 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631576819504 140631572598166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2014] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2014/stat : 2014 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631525206672 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2015] ppid=2010 vsize=28227396 memory=288230376153058061 CPUtime=0 cores=0-7
/proc/2012/task/2015/stat : 2015 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631122762256 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2016] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2016/stat : 2016 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631121709456 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2017] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2017/stat : 2017 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631120656656 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2018] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2018/stat : 2018 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631119604880 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2019] ppid=2010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2012/task/2019/stat : 2019 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631118552080 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2020] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2020/stat : 2020 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631117499280 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2021] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2021/stat : 2021 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 7559 33554432000 4194304 4196468 140736326426416 140631116446480 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2022] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2022/stat : 2022 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622455 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630957349232 140631572597378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2023] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2023/stat : 2023 (java) S 2010 2010 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512622455 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630956295200 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2024] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2024/stat : 2024 (java) S 2010 2010 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512622456 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630955242352 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2025] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2025/stat : 2025 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622458 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630954190672 140631572604827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2026] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2026/stat : 2026 (java) R 2010 2010 32372 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 512622458 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630953139056 140631572607578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2027] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2027/stat : 2027 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622458 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630952086256 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2028] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2028/stat : 2028 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622458 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630951033456 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2029] ppid=2010 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/2012/task/2029/stat : 2029 (java) R 2010 2010 32372 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 20 0 512622458 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630949980656 140631551541837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2030] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2030/stat : 2030 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622458 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630948928096 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2031] ppid=2010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2012/task/2031/stat : 2031 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622459 28904853504 7559 33554432000 4194304 4196468 140736326426416 140630947875376 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31692 KiB

[startup+0.21064 s]*
/proc/loadavg: 5.69 6.98 7.70 2/212 2031
/proc/meminfo: memFree=26277176/32770624 swapFree=66975488/67108860
[pid=2010] ppid=2007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2010/stat : 2010 (xcsp3-exec) S 2007 2010 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512622452 115843072 364 33554432000 4194304 5098028 140731354445440 140731354443544 139877405622908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15237120 140731354448758 140731354449001 140731354449001 140731354451914 0
/proc/2010/statm: 28282 364 305 221 0 87 0
[pid=2012] ppid=2010 vsize=28227396 memory=41140 CPUtime=0.33 cores=0-7
/proc/2012/stat : 2012 (java) S 2010 2010 32372 0 -1 1077944320 9533 0 0 0 30 3 0 0 20 0 20 0 512622452 28904853504 10285 33554432000 4194304 4196468 140736326426416 140736326408960 140631572586231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
/proc/2012/statm: 7056849 10285 3298 1 0 7019032 0
[pid=2012/tid=2013] ppid=2010 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/2012/task/2013/stat : 2013 (java) R 2010 2010 32372 0 -1 4202560 6691 0 0 0 17 2 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631576815952 140631206383918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2014] ppid=2010 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/2012/task/2014/stat : 2014 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631525206672 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2015] ppid=2010 vsize=28227396 memory=140112165998644 CPUtime=0 cores=0-7
/proc/2012/task/2015/stat : 2015 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631122762256 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2016] ppid=2010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2012/task/2016/stat : 2016 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631121709456 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2017] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2017/stat : 2017 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631120656656 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2018] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2018/stat : 2018 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631119604880 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2019] ppid=2010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2012/task/2019/stat : 2019 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631118552080 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2020] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2020/stat : 2020 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631117499280 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2021] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2021/stat : 2021 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28904853504 10285 33554432000 4194304 4196468 140736326426416 140631116446480 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2022] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2022/stat : 2022 (java) S 2010 2010 32372 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512622455 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630957349232 140631572597378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2023] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2023/stat : 2023 (java) S 2010 2010 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512622455 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630956295200 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2024] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2024/stat : 2024 (java) S 2010 2010 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512622456 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630955242352 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2025] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2025/stat : 2025 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622458 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630954190672 140631572604827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2026] ppid=2010 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/2012/task/2026/stat : 2026 (java) S 2010 2010 32372 0 -1 1077944384 661 0 0 0 1 0 0 0 20 0 20 0 512622458 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630953139056 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2027] ppid=2010 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/2012/task/2027/stat : 2027 (java) S 2010 2010 32372 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 20 0 512622458 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630952086256 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2028] ppid=2010 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/2012/task/2028/stat : 2028 (java) S 2010 2010 32372 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 20 0 512622458 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630951033456 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2029] ppid=2010 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/2012/task/2029/stat : 2029 (java) R 2010 2010 32372 0 -1 4202560 720 0 0 0 7 0 0 0 20 0 20 0 512622458 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630949980656 140631572598166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2030] ppid=2010 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2030/stat : 2030 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622458 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630948928096 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2031] ppid=2010 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/2012/task/2031/stat : 2031 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622459 28904853504 10285 33554432000 4194304 4196468 140736326426416 140630947875376 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42596 KiB

[startup+0.310352 s]*
/proc/loadavg: 5.69 6.98 7.70 4/212 2031
/proc/meminfo: memFree=26270656/32770624 swapFree=66975488/67108860
[pid=2010] ppid=2007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2010/stat : 2010 (xcsp3-exec) S 2007 2010 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512622452 115843072 364 33554432000 4194304 5098028 140731354445440 140731354443544 139877405622908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15237120 140731354448758 140731354449001 140731354449001 140731354451914 0
/proc/2010/statm: 28282 364 305 221 0 87 0
[pid=2012] ppid=2010 vsize=28231652 memory=50128 CPUtime=0.52 cores=0-7
/proc/2012/stat : 2012 (java) S 2010 2010 32372 0 -1 1077944320 10877 0 0 0 48 4 0 0 20 0 20 0 512622452 28909211648 12532 33554432000 4194304 4196468 140736326426416 140736326408960 140631572586231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
/proc/2012/statm: 7057913 12532 3354 1 0 7019032 0
[pid=2012/tid=2013] ppid=2010 vsize=28231652 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/2012/task/2013/stat : 2013 (java) R 2010 2010 32372 0 -1 4202560 7802 0 0 0 27 3 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631576820016 140631565303194 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2014] ppid=2010 vsize=28231652 memory=2832 CPUtime=0 cores=0-7
/proc/2012/task/2014/stat : 2014 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631525206672 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2015] ppid=2010 vsize=28231652 memory=1192 CPUtime=0 cores=0-7
/proc/2012/task/2015/stat : 2015 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631122762256 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2016] ppid=2010 vsize=28231652 memory=940 CPUtime=0 cores=0-7
/proc/2012/task/2016/stat : 2016 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631121709456 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2017] ppid=2010 vsize=28231652 memory=14008 CPUtime=0 cores=0-7
/proc/2012/task/2017/stat : 2017 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631120656656 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2018] ppid=2010 vsize=28231652 memory=12040 CPUtime=0 cores=0-7
/proc/2012/task/2018/stat : 2018 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631119604880 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2019] ppid=2010 vsize=28231652 memory=33740 CPUtime=0 cores=0-7
/proc/2012/task/2019/stat : 2019 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631118552080 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2020] ppid=2010 vsize=28231652 memory=2120 CPUtime=0 cores=0-7
/proc/2012/task/2020/stat : 2020 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631117499280 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2021] ppid=2010 vsize=28231652 memory=500 CPUtime=0 cores=0-7
/proc/2012/task/2021/stat : 2021 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512622453 28909211648 12563 33554432000 4194304 4196468 140736326426416 140631116446480 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2022] ppid=2010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2022/stat : 2022 (java) S 2010 2010 32372 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512622455 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630957349232 140631572597378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2023] ppid=2010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2023/stat : 2023 (java) S 2010 2010 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512622455 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630956295200 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2024] ppid=2010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2024/stat : 2024 (java) S 2010 2010 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512622456 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630955242352 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2025] ppid=2010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2025/stat : 2025 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622458 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630954190672 140631572604827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2026] ppid=2010 vsize=28231652 memory=2244 CPUtime=0.02 cores=0-7
/proc/2012/task/2026/stat : 2026 (java) S 2010 2010 32372 0 -1 1077944384 687 0 0 0 2 0 0 0 20 0 20 0 512622458 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630953139056 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2027] ppid=2010 vsize=28231652 memory=2244 CPUtime=0.03 cores=0-7
/proc/2012/task/2027/stat : 2027 (java) S 2010 2010 32372 0 -1 1077944384 127 0 0 0 3 0 0 0 20 0 20 0 512622458 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630952086256 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2028] ppid=2010 vsize=28231652 memory=2244 CPUtime=0.02 cores=0-7
/proc/2012/task/2028/stat : 2028 (java) R 2010 2010 32372 0 -1 4202560 162 0 0 0 2 0 0 0 20 0 20 0 512622458 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630951014472 140631555971263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2029] ppid=2010 vsize=28231652 memory=2244 CPUtime=0.12 cores=0-7
/proc/2012/task/2029/stat : 2029 (java) S 2010 2010 32372 0 -1 1077944384 817 0 0 0 12 0 0 0 20 0 20 0 512622458 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630949980656 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2030] ppid=2010 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2030/stat : 2030 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512622458 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630948928096 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2031] ppid=2010 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/2012/task/2031/stat : 2031 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512622459 28909211648 12563 33554432000 4194304 4196468 140736326426416 140630947875376 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51584 KiB

[startup+0.700827 s]
/proc/loadavg: 5.69 6.98 7.70 3/212 2031
/proc/meminfo: memFree=26251056/32770624 swapFree=66975488/67108860
[pid=2010] ppid=2007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2010/stat : 2010 (xcsp3-exec) S 2007 2010 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512622452 115843072 364 33554432000 4194304 5098028 140731354445440 140731354443544 139877405622908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15237120 140731354448758 140731354449001 140731354449001 140731354451914 0
/proc/2010/statm: 28282 364 305 221 0 87 0
[pid=2012] ppid=2010 vsize=28766288 memory=97932 CPUtime=1.67 cores=0-7
/proc/2012/stat : 2012 (java) S 2010 2010 32372 0 -1 1077944320 15475 0 0 0 160 7 0 0 20 0 28 0 512622452 29456678912 24483 33554432000 4194304 4196468 140736326426416 140736326408960 140631572586231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
/proc/2012/statm: 7191572 24483 3455 1 0 7152672 0
[pid=2012/tid=2013] ppid=2010 vsize=28766288 memory=49 CPUtime=0.63 cores=0-7
/proc/2012/task/2013/stat : 2013 (java) S 2010 2010 32372 0 -1 1077944384 9327 0 0 0 59 4 0 0 20 0 28 0 512622453 29456678912 24483 33554432000 4194304 4196468 140736326426416 140631576827008 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2014] ppid=2010 vsize=28766288 memory=140112033839917 CPUtime=0 cores=0-7
/proc/2012/task/2014/stat : 2014 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 24483 33554432000 4194304 4196468 140736326426416 140631525206672 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2015] ppid=2010 vsize=28766288 memory=280224067684864 CPUtime=0 cores=0-7
/proc/2012/task/2015/stat : 2015 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 24483 33554432000 4194304 4196468 140736326426416 140631122762256 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2016] ppid=2010 vsize=28766288 memory=13365938227929 CPUtime=0 cores=0-7
/proc/2012/task/2016/stat : 2016 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 24483 33554432000 4194304 4196468 140736326426416 140631121709456 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0

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

[pid=2012/tid=2033] ppid=2010 vsize=28766288 memory=0 CPUtime=2.04 cores=0-7
/proc/2012/task/2033/stat : 2033 (java) R 2010 2010 32372 0 -1 4202560 164 0 0 0 204 0 0 0 20 0 28 0 512622518 29456678912 35342 33554432000 4194304 4196468 140736326426416 140630937604376 140631211195595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2034] ppid=2010 vsize=28766288 memory=0 CPUtime=1.66 cores=0-7
/proc/2012/task/2034/stat : 2034 (java) R 2010 2010 32372 0 -1 4202560 171 0 0 0 166 0 0 0 20 0 28 0 512622518 29456678912 35342 33554432000 4194304 4196468 140736326426416 140630936553752 140631209723754 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2035] ppid=2010 vsize=28766288 memory=0 CPUtime=1.94 cores=0-7
/proc/2012/task/2035/stat : 2035 (java) R 2010 2010 32372 0 -1 4202560 289 0 0 0 193 1 0 0 20 0 28 0 512622518 29456678912 35342 33554432000 4194304 4196468 140736326426416 140630935499512 140631211633108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2036] ppid=2010 vsize=28766288 memory=0 CPUtime=1.8 cores=0-7
/proc/2012/task/2036/stat : 2036 (java) R 2010 2010 32372 0 -1 4202560 136 0 0 0 180 0 0 0 20 0 28 0 512622518 29456678912 35342 33554432000 4194304 4196468 140736326426416 140630934445776 140631210734656 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2037] ppid=2010 vsize=28766288 memory=0 CPUtime=2.03 cores=0-7
/proc/2012/task/2037/stat : 2037 (java) R 2010 2010 32372 0 -1 4202560 158 0 0 0 203 0 0 0 20 0 28 0 512622518 29456678912 35342 33554432000 4194304 4196468 140736326426416 140630933393256 140631209725845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2038] ppid=2010 vsize=28766288 memory=0 CPUtime=1.83 cores=0-7
/proc/2012/task/2038/stat : 2038 (java) R 2010 2010 32372 0 -1 4202560 126 0 0 0 183 0 0 0 20 0 28 0 512622518 29456678912 35342 33554432000 4194304 4196468 140736326426416 140630932343176 140631210929152 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2039] ppid=2010 vsize=28766288 memory=0 CPUtime=2.11 cores=0-7
/proc/2012/task/2039/stat : 2039 (java) R 2010 2010 32372 0 -1 4202560 328 0 0 0 211 0 0 0 20 0 28 0 512622518 29456678912 35342 33554432000 4194304 4196468 140736326426416 140630931288376 140631210978872 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
Current children cumulated CPU time: 20.56 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 142824 KiB

[startup+3.68309 s]
# the end of solver process 2010 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.8754 s, system=0.19211 s

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

[startup+3.40105 s]
/proc/loadavg: 5.40 6.90 7.67 12/220 2039
/proc/meminfo: memFree=26177236/32770624 swapFree=66975488/67108860
[pid=2010] ppid=2007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2010/stat : 2010 (xcsp3-exec) S 2007 2010 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512622452 115843072 364 33554432000 4194304 5098028 140731354445440 140731354443544 139877405622908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15237120 140731354448758 140731354449001 140731354449001 140731354451914 0
/proc/2010/statm: 28282 364 305 221 0 87 0
[pid=2012] ppid=2010 vsize=28766288 memory=154208 CPUtime=22.91 cores=0-7
/proc/2012/stat : 2012 (java) S 2010 2010 32372 0 -1 1077944320 34940 0 0 0 2274 17 0 0 20 0 28 0 512622452 29456678912 38552 33554432000 4194304 4196468 140736326426416 140736326408960 140631572586231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
/proc/2012/statm: 7191572 38552 3481 1 0 7152672 0
[pid=2012/tid=2013] ppid=2010 vsize=28766288 memory=0 CPUtime=0.63 cores=0-7
/proc/2012/task/2013/stat : 2013 (java) S 2010 2010 32372 0 -1 1077944384 9327 0 0 0 59 4 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631576827008 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2014] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2014/stat : 2014 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631525206672 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2015] ppid=2010 vsize=28766288 memory=140112034036112 CPUtime=0 cores=0-7
/proc/2012/task/2015/stat : 2015 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631122762256 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2016] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2016/stat : 2016 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631121709456 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2017] ppid=2010 vsize=28766288 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/2012/task/2017/stat : 2017 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631120656656 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2018] ppid=2010 vsize=28766288 memory=5937266489985034343 CPUtime=0 cores=0-7
/proc/2012/task/2018/stat : 2018 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631119604880 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2019] ppid=2010 vsize=28766288 memory=280224067485936 CPUtime=0 cores=0-7
/proc/2012/task/2019/stat : 2019 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631118552080 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2020] ppid=2010 vsize=28766288 memory=7307207391985559378 CPUtime=0 cores=0-7
/proc/2012/task/2020/stat : 2020 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631117499280 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2021] ppid=2010 vsize=28766288 memory=5937266489985034343 CPUtime=0 cores=0-7
/proc/2012/task/2021/stat : 2021 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 38552 33554432000 4194304 4196468 140736326426416 140631116446480 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2022] ppid=2010 vsize=28766288 memory=28753 CPUtime=0 cores=0-7
/proc/2012/task/2022/stat : 2022 (java) S 2010 2010 32372 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 512622455 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630957349232 140631572597378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2023] ppid=2010 vsize=28766288 memory=4420 CPUtime=0 cores=0-7
/proc/2012/task/2023/stat : 2023 (java) S 2010 2010 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 512622455 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630956295200 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2024] ppid=2010 vsize=28766288 memory=6628 CPUtime=0 cores=0-7
/proc/2012/task/2024/stat : 2024 (java) S 2010 2010 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 512622456 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630955242352 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2025] ppid=2010 vsize=28766288 memory=8836 CPUtime=0 cores=0-7
/proc/2012/task/2025/stat : 2025 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622458 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630954190672 140631572604827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2026] ppid=2010 vsize=28766288 memory=11044 CPUtime=1.31 cores=0-7
/proc/2012/task/2026/stat : 2026 (java) R 2010 2010 32372 0 -1 4202560 5167 0 0 0 130 1 0 0 20 0 28 0 512622458 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630953138192 140631551811852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2027] ppid=2010 vsize=28766288 memory=13252 CPUtime=1.53 cores=0-7
/proc/2012/task/2027/stat : 2027 (java) R 2010 2010 32372 0 -1 4202560 5934 0 0 0 151 2 0 0 20 0 28 0 512622458 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630952072720 140631555973752 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2028] ppid=2010 vsize=28766288 memory=15460 CPUtime=1.64 cores=0-7
/proc/2012/task/2028/stat : 2028 (java) R 2010 2010 32372 0 -1 4202560 6860 0 0 0 162 2 0 0 20 0 28 0 512622458 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630951024560 140631557694230 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2029] ppid=2010 vsize=28766288 memory=17668 CPUtime=0.62 cores=0-7
/proc/2012/task/2029/stat : 2029 (java) S 2010 2010 32372 0 -1 1077944384 4765 0 0 0 61 1 0 0 20 0 28 0 512622458 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630949980656 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2030] ppid=2010 vsize=28766288 memory=19876 CPUtime=0 cores=0-7
/proc/2012/task/2030/stat : 2030 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512622458 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630948928096 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2031] ppid=2010 vsize=28766288 memory=22084 CPUtime=0 cores=0-7
/proc/2012/task/2031/stat : 2031 (java) S 2010 2010 32372 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 512622459 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630947875376 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2032] ppid=2010 vsize=28766288 memory=24292 CPUtime=2.1 cores=0-7
/proc/2012/task/2032/stat : 2032 (java) R 2010 2010 32372 0 -1 4202560 119 0 0 0 210 0 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630938655080 140631209724154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2033] ppid=2010 vsize=28766288 memory=26500 CPUtime=2.24 cores=0-7
/proc/2012/task/2033/stat : 2033 (java) R 2010 2010 32372 0 -1 4202560 167 0 0 0 224 0 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630937605056 140631210733835 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2034] ppid=2010 vsize=28766288 memory=28708 CPUtime=1.89 cores=0-7
/proc/2012/task/2034/stat : 2034 (java) R 2010 2010 32372 0 -1 4202560 174 0 0 0 189 0 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630936547664 140631209724863 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2035] ppid=2010 vsize=28766288 memory=28868 CPUtime=2.17 cores=0-7
/proc/2012/task/2035/stat : 2035 (java) R 2010 2010 32372 0 -1 4202560 291 0 0 0 216 1 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630935499704 140631211788783 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2036] ppid=2010 vsize=28766288 memory=288230574492221466 CPUtime=1.98 cores=0-7
/proc/2012/task/2036/stat : 2036 (java) R 2010 2010 32372 0 -1 4202560 139 0 0 0 198 0 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630934448216 140631210994826 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2037] ppid=2010 vsize=28766288 memory=0 CPUtime=2.22 cores=0-7
/proc/2012/task/2037/stat : 2037 (java) R 2010 2010 32372 0 -1 4202560 163 0 0 0 222 0 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630933394184 140631209724724 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2038] ppid=2010 vsize=28766288 memory=0 CPUtime=2.12 cores=0-7
/proc/2012/task/2038/stat : 2038 (java) R 2010 2010 32372 0 -1 4202560 133 0 0 0 212 0 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630932340272 140631210595645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2039] ppid=2010 vsize=28766288 memory=0 CPUtime=2.34 cores=0-7
/proc/2012/task/2039/stat : 2039 (java) R 2010 2010 32372 0 -1 4202560 330 0 0 0 234 0 0 0 20 0 28 0 512622518 29456678912 38552 33554432000 4194304 4196468 140736326426416 140630931287848 140631211286006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
Current children cumulated CPU time: 22.91 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 155664 KiB

[startup+3.60205 s]
/proc/loadavg: 5.40 6.90 7.67 12/220 2039
/proc/meminfo: memFree=26177236/32770624 swapFree=66975488/67108860
[pid=2010] ppid=2007 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/2010/stat : 2010 (xcsp3-exec) S 2007 2010 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512622452 115843072 364 33554432000 4194304 5098028 140731354445440 140731354443544 139877405622908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15237120 140731354448758 140731354449001 140731354449001 140731354451914 0
/proc/2010/statm: 28282 364 305 221 0 87 0
[pid=2012] ppid=2010 vsize=28766288 memory=169404 CPUtime=24.5 cores=0-7
/proc/2012/stat : 2012 (java) S 2010 2010 32372 0 -1 1077944320 35023 0 0 0 2433 17 0 0 20 0 28 0 512622452 29456678912 42351 33554432000 4194304 4196468 140736326426416 140736326408960 140631572586231 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
/proc/2012/statm: 7191572 42351 3483 1 0 7152672 0
[pid=2012/tid=2013] ppid=2010 vsize=28766288 memory=0 CPUtime=0.63 cores=0-7
/proc/2012/task/2013/stat : 2013 (java) S 2010 2010 32372 0 -1 1077944384 9327 0 0 0 59 4 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631576827008 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2014] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2014/stat : 2014 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631525206672 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2015] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2015/stat : 2015 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631122762256 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2016] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2016/stat : 2016 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631121709456 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2017] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2017/stat : 2017 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631120656656 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2018] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2018/stat : 2018 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631119604880 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2019] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2019/stat : 2019 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631118552080 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2020] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2020/stat : 2020 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631117499280 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2021] ppid=2010 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/2012/task/2021/stat : 2021 (java) S 2010 2010 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 512622453 29456678912 42351 33554432000 4194304 4196468 140736326426416 140631116446480 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2022] ppid=2010 vsize=28766288 memory=141368 CPUtime=0 cores=0-7
/proc/2012/task/2022/stat : 2022 (java) S 2010 2010 32372 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 512622455 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630957349232 140631572597378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2023] ppid=2010 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/2012/task/2023/stat : 2023 (java) S 2010 2010 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 512622455 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630956295200 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2024] ppid=2010 vsize=28766288 memory=119072 CPUtime=0 cores=0-7
/proc/2012/task/2024/stat : 2024 (java) S 2010 2010 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 512622456 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630955242352 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2025] ppid=2010 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/2012/task/2025/stat : 2025 (java) S 2010 2010 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512622458 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630954190672 140631572604827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2026] ppid=2010 vsize=28766288 memory=0 CPUtime=1.39 cores=0-7
/proc/2012/task/2026/stat : 2026 (java) R 2010 2010 32372 0 -1 4202560 5173 0 0 0 138 1 0 0 20 0 28 0 512622458 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630953119008 140631551842628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2027] ppid=2010 vsize=28766288 memory=0 CPUtime=1.57 cores=0-7
/proc/2012/task/2027/stat : 2027 (java) S 2010 2010 32372 0 -1 1077944384 5947 0 0 0 155 2 0 0 20 0 28 0 512622458 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630952086256 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2028] ppid=2010 vsize=28766288 memory=0 CPUtime=1.69 cores=0-7
/proc/2012/task/2028/stat : 2028 (java) S 2010 2010 32372 0 -1 1077944384 6880 0 0 0 167 2 0 0 20 0 28 0 512622458 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630951033456 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2029] ppid=2010 vsize=28766288 memory=0 CPUtime=0.63 cores=0-7
/proc/2012/task/2029/stat : 2029 (java) S 2010 2010 32372 0 -1 1077944384 4791 0 0 0 62 1 0 0 20 0 28 0 512622458 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630949980656 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2030] ppid=2010 vsize=28766288 memory=6152568433169097568 CPUtime=0 cores=0-7
/proc/2012/task/2030/stat : 2030 (java) S 2010 2010 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512622458 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630948928096 140631572596437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2031] ppid=2010 vsize=28766288 memory=7517463603347285865 CPUtime=0 cores=0-7
/proc/2012/task/2031/stat : 2031 (java) S 2010 2010 32372 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 512622459 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630947875376 140631572597378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2032] ppid=2010 vsize=28766288 memory=7665526154046498131 CPUtime=2.29 cores=0-7
/proc/2012/task/2032/stat : 2032 (java) R 2010 2010 32372 0 -1 4202560 119 0 0 0 229 0 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630938654944 140631211414698 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2033] ppid=2010 vsize=28766288 memory=7665805241021392999 CPUtime=2.44 cores=0-7
/proc/2012/task/2033/stat : 2033 (java) R 2010 2010 32372 0 -1 4202560 167 0 0 0 244 0 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630937604280 140631210734488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2034] ppid=2010 vsize=28766288 memory=5787515123716350040 CPUtime=2.08 cores=0-7
/proc/2012/task/2034/stat : 2034 (java) R 2010 2010 32372 0 -1 4202560 180 0 0 0 208 0 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630936551624 140631212211593 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2035] ppid=2010 vsize=28766288 memory=8112282956445269571 CPUtime=2.31 cores=0-7
/proc/2012/task/2035/stat : 2035 (java) R 2010 2010 32372 0 -1 4202560 295 0 0 0 230 1 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630935498688 140631210734377 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2036] ppid=2010 vsize=28766288 memory=0 CPUtime=2.14 cores=0-7
/proc/2012/task/2036/stat : 2036 (java) R 2010 2010 32372 0 -1 4202560 141 0 0 0 214 0 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630934446168 140631211286019 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2037] ppid=2010 vsize=28766288 memory=4580 CPUtime=2.38 cores=0-7
/proc/2012/task/2037/stat : 2037 (java) R 2010 2010 32372 0 -1 4202560 165 0 0 0 238 0 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630933393288 140631210892667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2038] ppid=2010 vsize=28766288 memory=0 CPUtime=2.32 cores=0-7
/proc/2012/task/2038/stat : 2038 (java) R 2010 2010 32372 0 -1 4202560 133 0 0 0 232 0 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630932340544 140631210734563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
[pid=2012/tid=2039] ppid=2010 vsize=28766288 memory=0 CPUtime=2.49 cores=0-7
/proc/2012/task/2039/stat : 2039 (java) R 2010 2010 32372 0 -1 4202560 334 0 0 0 249 0 0 0 20 0 28 0 512622518 29456678912 42351 33554432000 4194304 4196468 140736326426416 140630931288376 140631211234930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30117888 140736326431722 140736326431894 140736326431894 140736326434767 0
Current children cumulated CPU time: 24.5 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 170860 KiB

Child status: 0
Real time (s): 3.68315
CPU time (s): 25.0675
CPU user time (s): 24.8754
CPU system time (s): 0.19211
CPU usage (%): 680.6
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 170860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.8754
system time used= 0.19211
maximum resident set size= 171636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36260
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4577
involuntary context switches= 799


# summary of solver processes directly reported to runsolver:
#   pid: 2010
#   total CPU time (s): 25.0675
#   total CPU user time (s): 24.8754
#   total CPU system time (s): 0.19211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056426 second user time and 0.076654 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-25 00:18:34
IDJOB=4406685
IDBENCH=141173
IDSOLVER=2871
FILE ID=node125/4406685-1569363557
RUNJOBID= node125-1569358512-32399
PBS_JOBID= 21705111
Free space on /tmp= 4256 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_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-4406685-1569363557/watcher-4406685-1569363557 -o /tmp/evaluation-result-4406685-1569363557/solver-4406685-1569363557 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569358512-32399 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 386774204 HOME/instance-4406685-1569363557.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=386774204

node125.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.29
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.29
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.29
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.29
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:        26307024 kB
MemAvailable:   31814604 kB
Buffers:          101136 kB
Cached:          5484068 kB
SwapCached:        29780 kB
Active:          2586872 kB
Inactive:        3033516 kB
Active(anon):       4948 kB
Inactive(anon):    85888 kB
Active(file):    2581924 kB
Inactive(file):  2947628 kB
Unevictable:      107888 kB
Mlocked:          107888 kB
SwapTotal:      67108860 kB
SwapFree:       66975488 kB
Dirty:             26208 kB
Writeback:             0 kB
AnonPages:        114228 kB
Mapped:            56984 kB
Shmem:             47324 kB
Slab:             435828 kB
SReclaimable:     406488 kB
SUnreclaim:        29340 kB
KernelStack:        3760 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514584 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4228 MiB
End job on node125 at 2019-09-25 00:18:38