Trace number 4407476

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT (TO)141 2006.12 252.108

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-19.xml
MD5SUMa6469c0d47f71dcca9bcaaa451655f38
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size33
Distribution of domain sizes[{"size":30,"count":30},{"size":33,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407476-1569348075.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407476-1569348075.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.53/0.65	c solve instance...
2.09/0.75	o 405 
2.09/0.76	o 174 
2.09/0.78	o 172 
2.64/0.80	o 166 
2.64/0.82	o 164 
2.64/0.83	o 161 
2.64/0.84	o 159 
2.64/0.88	o 157 
2.64/0.89	o 155 
3.26/0.98	o 150 
3.26/0.99	o 149 
3.26/0.99	o 148 
4.07/1.08	o 146 
4.07/1.09	o 145 
4.79/1.15	o 144 
11.91/2.05	o 143 
1577.35/198.31	o 141 
2005.42/252.08	s SATISFIABLE
2005.42/252.08	v <instantiation>
2005.42/252.08	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
2005.42/252.08	v 	<values>23 26 20 18 14 10 13 12 11 17 21 24 25 27 28 29 19 9 8 7 4 2 3 1 0 5 6 15 16 22 1 6 2 4 4 2 5 2 3 6 2 1 2 2 2 6 13 2 6 6 17 3 3 2 4 8 18 4 4 1 </values>
2005.42/252.08	v </instantiation>
2005.42/252.08	c Unexpected resolution interruption!

Verifier Data

OK	141

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407476-1569348075/watcher-4407476-1569348075 -o /tmp/evaluation-result-4407476-1569348075/solver-4407476-1569348075 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569335936-736 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1292990470 HOME/instance-4407476-1569348075.xml 

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

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


[startup+0.100135 s]*
/proc/loadavg: 8.00 8.22 8.20 2/213 5902
/proc/meminfo: memFree=25220392/32770624 swapFree=66936700/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510745313 115843072 363 33554432000 4194304 5098028 140728330906144 140728330904248 139662069158524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14819328 140728330912635 140728330912878 140728330912878 140728330915786 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28227396 memory=29224 CPUtime=0.12 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 709 0 -1 1077944320 5691 0 0 0 11 1 0 0 20 0 20 0 510745313 28904853504 7306 33554432000 4194304 4196468 140723216462432 140723216444976 139760794750711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
/proc/5883/statm: 7056849 7306 3152 1 0 7019032 0
[pid=5883/tid=5884] ppid=5881 vsize=28227396 memory=-2177352373413752899 CPUtime=0.08 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) R 5881 5881 709 0 -1 4202560 3610 0 0 0 8 0 0 0 20 0 20 0 510745313 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760798981120 139760794772637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5885] ppid=5881 vsize=28227396 memory=732370726843239397 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760747371280 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5886] ppid=5881 vsize=28227396 memory=140588505785984 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760746318736 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5887] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760745266192 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5888] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760744213648 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5889] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760743160080 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5890] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760742107536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5891] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760741054992 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5892] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 7306 33554432000 4194304 4196468 140723216462432 139760740002448 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5893] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745316 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759258290672 139760794761858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5894] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510745316 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759257236896 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5895] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510745316 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759256184304 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5896] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759255132880 139760794769307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5897] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 709 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759254079472 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5898] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759253026928 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5899] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759251974384 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5900] ppid=5881 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) R 5881 5881 709 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 20 0 510745319 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759250921840 139760773677563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5901] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759249869536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5902] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 7306 33554432000 4194304 4196468 140723216462432 139759248817072 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30676 KiB

[startup+0.210684 s]*
/proc/loadavg: 8.00 8.22 8.20 3/213 5902
/proc/meminfo: memFree=25206652/32770624 swapFree=66936700/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510745313 115843072 363 33554432000 4194304 5098028 140728330906144 140728330904248 139662069158524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14819328 140728330912635 140728330912878 140728330912878 140728330915786 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28227396 memory=41108 CPUtime=0.33 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 709 0 -1 1077944320 9512 0 0 0 30 3 0 0 20 0 20 0 510745313 28904853504 10277 33554432000 4194304 4196468 140723216462432 140723216444976 139760794750711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
/proc/5883/statm: 7056849 10277 3318 1 0 7019032 0
[pid=5883/tid=5884] ppid=5881 vsize=28227396 memory=0 CPUtime=0.2 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) R 5881 5881 709 0 -1 4202560 6642 0 0 0 18 2 0 0 20 0 20 0 510745313 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760798979424 139760794762646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5885] ppid=5881 vsize=28227396 memory=732370726843239397 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760747371280 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5886] ppid=5881 vsize=28227396 memory=140588505785984 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760746318736 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5887] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760745266192 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5888] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760744213648 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5889] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760743160080 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5890] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760742107536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5891] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760741054992 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5892] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745314 28904853504 10277 33554432000 4194304 4196468 140723216462432 139760740002448 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5893] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510745316 28904853504 10277 33554432000 4194304 4196468 140723216462432 139759258290672 139760794761858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5894] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510745316 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759257236896 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5895] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510745316 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759256184304 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5896] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759255132880 139760794769307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5897] ppid=5881 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 709 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 510745319 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759254079472 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5898] ppid=5881 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 709 0 -1 1077944384 76 0 0 0 1 0 0 0 20 0 20 0 510745319 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759253026928 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5899] ppid=5881 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 709 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 20 0 510745319 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759251974384 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5900] ppid=5881 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) R 5881 5881 709 0 -1 4202560 792 0 0 0 8 0 0 0 20 0 20 0 510745319 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759250921840 139760786987838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5901] ppid=5881 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759249869536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5902] ppid=5881 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745319 28904853504 10341 33554432000 4194304 4196468 140723216462432 139759248817072 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42560 KiB

[startup+0.311955 s]*
/proc/loadavg: 8.00 8.22 8.20 2/213 5902
/proc/meminfo: memFree=25199628/32770624 swapFree=66936700/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510745313 115843072 363 33554432000 4194304 5098028 140728330906144 140728330904248 139662069158524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14819328 140728330912635 140728330912878 140728330912878 140728330915786 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28231652 memory=50136 CPUtime=0.53 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 709 0 -1 1077944320 10954 0 0 0 49 4 0 0 20 0 20 0 510745313 28909211648 12534 33554432000 4194304 4196468 140723216462432 140723216444976 139760794750711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
/proc/5883/statm: 7057913 12534 3357 1 0 7019032 0
[pid=5883/tid=5884] ppid=5881 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) R 5881 5881 709 0 -1 4202560 7835 0 0 0 27 3 0 0 20 0 20 0 510745313 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760798984328 139760778831198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5885] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760747371280 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5886] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760746318736 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5887] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760745266192 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5888] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760744213648 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5889] ppid=5881 vsize=28231652 memory=67 CPUtime=0 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760743160080 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5890] ppid=5881 vsize=28231652 memory=35 CPUtime=0 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760742107536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5891] ppid=5881 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760741054992 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5892] ppid=5881 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745314 28909211648 12603 33554432000 4194304 4196468 140723216462432 139760740002448 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5893] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 709 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510745316 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759258290672 139760794761858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5894] ppid=5881 vsize=28231652 memory=140588372563951 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510745316 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759257236896 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5895] ppid=5881 vsize=28231652 memory=281176745125584 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 709 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510745316 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759256184304 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5896] ppid=5881 vsize=28231652 memory=281176745132496 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745319 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759255132880 139760794769307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5897] ppid=5881 vsize=28231652 memory=281176745073744 CPUtime=0.03 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) R 5881 5881 709 0 -1 4202560 578 0 0 0 3 0 0 0 20 0 20 0 510745319 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759254060584 139760794772058 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5898] ppid=5881 vsize=28231652 memory=281176745146320 CPUtime=0.02 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 709 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 20 0 510745319 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759253026928 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5899] ppid=5881 vsize=28231652 memory=281176745153232 CPUtime=0.03 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 709 0 -1 1077944384 237 0 0 0 3 0 0 0 20 0 20 0 510745319 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759251974384 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5900] ppid=5881 vsize=28231652 memory=281176745150928 CPUtime=0.12 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 709 0 -1 1077944384 905 0 0 0 12 0 0 0 20 0 20 0 510745319 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759250921840 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5901] ppid=5881 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510745319 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759249869536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5902] ppid=5881 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510745319 28909211648 12603 33554432000 4194304 4196468 140723216462432 139759248817072 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51588 KiB

[startup+0.708909 s]
/proc/loadavg: 8.00 8.22 8.20 6/213 5902
/proc/meminfo: memFree=25178864/32770624 swapFree=66936700/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510745313 115843072 363 33554432000 4194304 5098028 140728330906144 140728330904248 139662069158524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14819328 140728330912635 140728330912878 140728330912878 140728330915786 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28766288 memory=118436 CPUtime=2.09 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 709 0 -1 1077944320 16310 0 0 0 202 7 0 0 20 0 28 0 510745313 29456678912 29609 33554432000 4194304 4196468 140723216462432 140723216444976 139760794750711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
/proc/5883/statm: 7191572 29609 3459 1 0 7152672 0
[pid=5883/tid=5884] ppid=5881 vsize=28766288 memory=0 CPUtime=0.63 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) S 5881 5881 709 0 -1 1077944384 9261 0 0 0 60 3 0 0 20 0 28 0 510745313 29456678912 29609 33554432000 4194304 4196468 140723216462432 139760798991488 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5885] ppid=5881 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510745314 29456678912 29609 33554432000 4194304 4196468 140723216462432 139760747371280 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5886] ppid=5881 vsize=28766288 memory=32 CPUtime=0 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 709 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510745314 29456678912 29609 33554432000 4194304 4196468 140723216462432 139760746318736 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5887] ppid=5881 vsize=28766288 memory=281176744919280 CPUtime=0 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510745314 29456678912 29609 33554432000 4194304 4196468 140723216462432 139760745266192 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0

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

[pid=5883/tid=6038] ppid=5881 vsize=28769364 memory=1000 CPUtime=159.72 cores=0-7
/proc/5883/task/6038/stat : 6038 (java) R 5881 5881 709 0 -1 4202560 994 0 0 0 15972 0 0 0 20 0 28 0 510745519 29459828736 167706 33554432000 4194304 4196468 140723216462432 139758590989272 139760407368573 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
Current children cumulated CPU time: 1290.2 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 672276 KiB

[startup+222.302 s]
/proc/loadavg: 8.00 8.11 8.16 9/222 6081
/proc/meminfo: memFree=24571300/32770624 swapFree=66936700/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510745313 115843072 363 33554432000 4194304 5098028 140728330906144 140728330904248 139662069158524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14819328 140728330912635 140728330912878 140728330912878 140728330915786 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28769364 memory=676992 CPUtime=1768.71 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 709 0 -1 1077944320 98706 0 0 0 176772 99 0 0 20 0 28 0 510745313 29459828736 169248 33554432000 4194304 4196468 140723216462432 140723216444976 139760794750711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
/proc/5883/statm: 7192341 169248 3520 1 0 7153441 0
[pid=5883/tid=5884] ppid=5881 vsize=28769364 memory=1452 CPUtime=0.64 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) S 5881 5881 709 0 -1 1077944384 9414 0 0 0 61 3 0 0 20 0 28 0 510745313 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760798991488 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5885] ppid=5881 vsize=28769364 memory=676992 CPUtime=0.13 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 709 0 -1 1077944384 1801 0 0 0 7 6 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760747371280 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5886] ppid=5881 vsize=28769364 memory=1452 CPUtime=0.11 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 709 0 -1 1077944384 2886 0 0 0 5 6 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760746318736 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5887] ppid=5881 vsize=28769364 memory=1452 CPUtime=0.11 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 709 0 -1 1077944384 2156 0 0 0 5 6 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760745266192 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5888] ppid=5881 vsize=28769364 memory=671908 CPUtime=0.11 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 709 0 -1 1077944384 1807 0 0 0 5 6 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760744213648 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5889] ppid=5881 vsize=28769364 memory=3616 CPUtime=0.1 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 709 0 -1 1077944384 1293 0 0 0 5 5 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760743160080 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5890] ppid=5881 vsize=28769364 memory=51644 CPUtime=0.1 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 709 0 -1 1077944384 1506 0 0 0 5 5 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760742107536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5891] ppid=5881 vsize=28769364 memory=1452 CPUtime=0.1 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 709 0 -1 1077944384 3050 0 0 0 5 5 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760741054992 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5892] ppid=5881 vsize=28769364 memory=3616 CPUtime=0.12 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 709 0 -1 1077944384 911 0 0 0 6 6 0 0 20 0 28 0 510745314 29459828736 169248 33554432000 4194304 4196468 140723216462432 139760740002448 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5893] ppid=5881 vsize=28769364 memory=6184 CPUtime=0.07 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 709 0 -1 1077944384 5770 0 0 0 5 2 0 0 20 0 28 0 510745316 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759258290672 139760794761858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5894] ppid=5881 vsize=28769364 memory=768 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510745316 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759257236960 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5895] ppid=5881 vsize=28769364 memory=217 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 709 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 510745316 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759256184320 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5896] ppid=5881 vsize=28769364 memory=230 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510745319 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759255132880 139760794769307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5897] ppid=5881 vsize=28769364 memory=2828 CPUtime=2.06 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 709 0 -1 1077944384 12548 0 0 0 204 2 0 0 20 0 28 0 510745319 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759254079472 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5898] ppid=5881 vsize=28769364 memory=1000 CPUtime=2.17 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 709 0 -1 1077944384 10494 0 0 0 215 2 0 0 20 0 28 0 510745319 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759253026928 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5899] ppid=5881 vsize=28769364 memory=1452 CPUtime=2.3 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 709 0 -1 1077944384 9657 0 0 0 228 2 0 0 20 0 28 0 510745319 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759251974384 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5900] ppid=5881 vsize=28769364 memory=1452 CPUtime=0.76 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 709 0 -1 1077944384 6697 0 0 0 75 1 0 0 20 0 28 0 510745319 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759250921840 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5901] ppid=5881 vsize=28769364 memory=51644 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510745319 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759249869536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5902] ppid=5881 vsize=28769364 memory=988 CPUtime=0.03 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 709 0 -1 1077944384 1527 0 0 0 1 2 0 0 20 0 28 0 510745319 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759248817072 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6072] ppid=5881 vsize=28769364 memory=2012 CPUtime=23.84 cores=0-7
/proc/5883/task/6072/stat : 6072 (java) R 5881 5881 709 0 -1 4202560 841 0 0 0 2384 0 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139758593092936 139760406818581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6073] ppid=5881 vsize=28769364 memory=8112282956445269571 CPUtime=23.92 cores=0-7
/proc/5883/task/6073/stat : 6073 (java) R 5881 5881 709 0 -1 4202560 227 0 0 0 2392 0 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139758595199592 139760779090833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6074] ppid=5881 vsize=28769364 memory=1452 CPUtime=23.94 cores=0-7
/proc/5883/task/6074/stat : 6074 (java) R 5881 5881 709 0 -1 4202560 240 0 0 0 2394 0 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139758587829896 139760406818727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6075] ppid=5881 vsize=28769364 memory=3616 CPUtime=23.91 cores=0-7
/proc/5883/task/6075/stat : 6075 (java) R 5881 5881 709 0 -1 4202560 540 0 0 0 2391 0 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139759244124024 139760400411394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6076] ppid=5881 vsize=28769364 memory=51644 CPUtime=23.86 cores=0-7
/proc/5883/task/6076/stat : 6076 (java) R 5881 5881 709 0 -1 4202560 459 0 0 0 2385 1 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139758589938304 139760405170330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6077] ppid=5881 vsize=28769364 memory=988 CPUtime=23.94 cores=0-7
/proc/5883/task/6077/stat : 6077 (java) R 5881 5881 709 0 -1 4202560 491 0 0 0 2394 0 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139758588882656 139760406352478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6078] ppid=5881 vsize=28769364 memory=2012 CPUtime=23.94 cores=0-7
/proc/5883/task/6078/stat : 6078 (java) R 5881 5881 709 0 -1 4202560 193 0 0 0 2394 0 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139758590988664 139760405591334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6079] ppid=5881 vsize=28769364 memory=1424 CPUtime=23.65 cores=0-7
/proc/5883/task/6079/stat : 6079 (java) R 5881 5881 709 0 -1 4202560 310 0 0 0 2365 0 0 0 20 0 28 0 510765144 29459828736 169248 33554432000 4194304 4196468 140723216462432 139758594146696 139760406351599 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
Current children cumulated CPU time: 1768.71 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 678444 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.07 8.11 8.16 9/222 6082
/proc/meminfo: memFree=24572000/32770624 swapFree=66936700/67108860
[pid=5881] ppid=5878 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/5881/stat : 5881 (xcsp3-exec) S 5878 5881 709 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 510745313 115843072 363 33554432000 4194304 5098028 140728330906144 140728330904248 139662069158524 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14819328 140728330912635 140728330912878 140728330912878 140728330915786 0
/proc/5881/statm: 28282 363 304 221 0 87 0
[pid=5883] ppid=5881 vsize=28769364 memory=674972 CPUtime=2005.42 cores=0-7
/proc/5883/stat : 5883 (java) S 5881 5881 709 0 -1 1077944320 115245 0 0 0 200433 109 0 0 20 0 28 0 510745313 29459828736 168743 33554432000 4194304 4196468 140723216462432 140723216444976 139760794750711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
/proc/5883/statm: 7192341 168743 3520 1 0 7153441 0
[pid=5883/tid=5884] ppid=5881 vsize=28769364 memory=1398722017469774279 CPUtime=0.64 cores=0-7
/proc/5883/task/5884/stat : 5884 (java) S 5881 5881 709 0 -1 1077944384 9414 0 0 0 61 3 0 0 20 0 28 0 510745313 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760798991488 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5885] ppid=5881 vsize=28769364 memory=6184 CPUtime=0.16 cores=0-7
/proc/5883/task/5885/stat : 5885 (java) S 5881 5881 709 0 -1 1077944384 2564 0 0 0 9 7 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760747371280 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5886] ppid=5881 vsize=28769364 memory=768 CPUtime=0.15 cores=0-7
/proc/5883/task/5886/stat : 5886 (java) S 5881 5881 709 0 -1 1077944384 3898 0 0 0 8 7 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760746318736 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5887] ppid=5881 vsize=28769364 memory=780 CPUtime=0.14 cores=0-7
/proc/5883/task/5887/stat : 5887 (java) S 5881 5881 709 0 -1 1077944384 2725 0 0 0 7 7 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760745266192 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5888] ppid=5881 vsize=28769364 memory=-7003737579269690708 CPUtime=0.14 cores=0-7
/proc/5883/task/5888/stat : 5888 (java) S 5881 5881 709 0 -1 1077944384 3230 0 0 0 8 6 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760744213648 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5889] ppid=5881 vsize=28769364 memory=1452 CPUtime=0.13 cores=0-7
/proc/5883/task/5889/stat : 5889 (java) S 5881 5881 709 0 -1 1077944384 2099 0 0 0 7 6 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760743160080 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5890] ppid=5881 vsize=28769364 memory=675992 CPUtime=0.14 cores=0-7
/proc/5883/task/5890/stat : 5890 (java) S 5881 5881 709 0 -1 1077944384 2178 0 0 0 8 6 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760742107536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5891] ppid=5881 vsize=28769364 memory=1804 CPUtime=0.14 cores=0-7
/proc/5883/task/5891/stat : 5891 (java) S 5881 5881 709 0 -1 1077944384 3464 0 0 0 8 6 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760741054992 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5892] ppid=5881 vsize=28769364 memory=916 CPUtime=0.16 cores=0-7
/proc/5883/task/5892/stat : 5892 (java) S 5881 5881 709 0 -1 1077944384 1625 0 0 0 9 7 0 0 20 0 28 0 510745314 29459828736 168743 33554432000 4194304 4196468 140723216462432 139760740002448 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5893] ppid=5881 vsize=28769364 memory=4516 CPUtime=0.1 cores=0-7
/proc/5883/task/5893/stat : 5893 (java) S 5881 5881 709 0 -1 1077944384 8492 0 0 0 7 3 0 0 20 0 28 0 510745316 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759258290672 139760794761858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5894] ppid=5881 vsize=28769364 memory=14076 CPUtime=0 cores=0-7
/proc/5883/task/5894/stat : 5894 (java) S 5881 5881 709 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 510745316 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759257236960 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5895] ppid=5881 vsize=28769364 memory=2116 CPUtime=0 cores=0-7
/proc/5883/task/5895/stat : 5895 (java) S 5881 5881 709 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 510745316 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759256184320 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5896] ppid=5881 vsize=28769364 memory=23012 CPUtime=0 cores=0-7
/proc/5883/task/5896/stat : 5896 (java) S 5881 5881 709 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510745319 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759255132880 139760794769307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5897] ppid=5881 vsize=28769364 memory=528 CPUtime=2.06 cores=0-7
/proc/5883/task/5897/stat : 5897 (java) S 5881 5881 709 0 -1 1077944384 12574 0 0 0 204 2 0 0 20 0 28 0 510745319 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759254079472 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5898] ppid=5881 vsize=28769364 memory=1560 CPUtime=2.17 cores=0-7
/proc/5883/task/5898/stat : 5898 (java) S 5881 5881 709 0 -1 1077944384 10508 0 0 0 215 2 0 0 20 0 28 0 510745319 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759253026928 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5899] ppid=5881 vsize=28769364 memory=932 CPUtime=2.3 cores=0-7
/proc/5883/task/5899/stat : 5899 (java) S 5881 5881 709 0 -1 1077944384 9670 0 0 0 228 2 0 0 20 0 28 0 510745319 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759251974384 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5900] ppid=5881 vsize=28769364 memory=1492 CPUtime=0.76 cores=0-7
/proc/5883/task/5900/stat : 5900 (java) S 5881 5881 709 0 -1 1077944384 6711 0 0 0 75 1 0 0 20 0 28 0 510745319 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759250921840 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 24 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5901] ppid=5881 vsize=28769364 memory=768 CPUtime=0 cores=0-7
/proc/5883/task/5901/stat : 5901 (java) S 5881 5881 709 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510745319 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759249869536 139760794760917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=5902] ppid=5881 vsize=28769364 memory=780 CPUtime=0.03 cores=0-7
/proc/5883/task/5902/stat : 5902 (java) S 5881 5881 709 0 -1 1077944384 1699 0 0 0 1 2 0 0 20 0 28 0 510745319 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759248817072 139760794761858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6072] ppid=5881 vsize=28769364 memory=1056 CPUtime=53.48 cores=0-7
/proc/5883/task/6072/stat : 6072 (java) R 5881 5881 709 0 -1 4202560 2738 0 0 0 5348 0 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139758593093048 139760405099138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6073] ppid=5881 vsize=28769364 memory=11620 CPUtime=53.45 cores=0-7
/proc/5883/task/6073/stat : 6073 (java) R 5881 5881 709 0 -1 4202560 785 0 0 0 5345 0 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139758595199488 139760406211867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6074] ppid=5881 vsize=28769364 memory=3608 CPUtime=53.57 cores=0-7
/proc/5883/task/6074/stat : 6074 (java) R 5881 5881 709 0 -1 4202560 847 0 0 0 5357 0 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139758587829992 139760406660234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6075] ppid=5881 vsize=28769364 memory=2828 CPUtime=53.55 cores=0-7
/proc/5883/task/6075/stat : 6075 (java) R 5881 5881 709 0 -1 4202560 1635 0 0 0 5354 1 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139759244123872 139760408890336 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6076] ppid=5881 vsize=28769364 memory=1000 CPUtime=53.38 cores=0-7
/proc/5883/task/6076/stat : 6076 (java) R 5881 5881 709 0 -1 4202560 1298 0 0 0 5337 1 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139758589938304 139760401224412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6077] ppid=5881 vsize=28769364 memory=1560 CPUtime=53.51 cores=0-7
/proc/5883/task/6077/stat : 6077 (java) R 5881 5881 709 0 -1 4202560 1449 0 0 0 5351 0 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139758588883432 139760407061094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6078] ppid=5881 vsize=28769364 memory=1172 CPUtime=53.33 cores=0-7
/proc/5883/task/6078/stat : 6078 (java) R 5881 5881 709 0 -1 4202560 553 0 0 0 5333 0 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139758590988128 139760405170205 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
[pid=5883/tid=6079] ppid=5881 vsize=28769364 memory=14008 CPUtime=53.17 cores=0-7
/proc/5883/task/6079/stat : 6079 (java) R 5881 5881 709 0 -1 4202560 1201 0 0 0 5316 1 0 0 20 0 28 0 510765144 29459828736 168743 33554432000 4194304 4196468 140723216462432 139758594146784 139760405567360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25939968 140723216471024 140723216471195 140723216471195 140723216474063 0
Current children cumulated CPU time: 2005.42 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 676424 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.041 s]
# the end of solver process 5881 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.00121 s, system=0.00121 s

[startup+252.108 s]
# the end of solver process 5883 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2005.01 s, system=1.11313 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 252.108
CPU time (s): 2006.12
CPU user time (s): 2005.01
CPU system time (s): 1.11313
CPU usage (%): 795.738
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 678444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2005.01
system time used= 1.11313
maximum resident set size= 681332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15050
involuntary context switches= 24565


# summary of solver processes directly reported to runsolver:
#   pid: 5881,5883
#   total CPU time (s): 2006.12
#   total CPU user time (s): 2005.01
#   total CPU system time (s): 1.11313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12614 second user time and 2.75854 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-24 20:00:32
IDJOB=4407476
IDBENCH=135868
IDSOLVER=2872
FILE ID=node141/4407476-1569348075
RUNJOBID= node141-1569335936-736
PBS_JOBID= 21705053
Free space on /tmp= 22932 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-19.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-4407476-1569348075/watcher-4407476-1569348075 -o /tmp/evaluation-result-4407476-1569348075/solver-4407476-1569348075 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569335936-736 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1292990470 HOME/instance-4407476-1569348075.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=1292990470

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
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:        25236884 kB
MemAvailable:   31808444 kB
Buffers:          100368 kB
Cached:          6748968 kB
SwapCached:        62128 kB
Active:          3389940 kB
Inactive:        3527052 kB
Active(anon):       3636 kB
Inactive(anon):   117264 kB
Active(file):    3386304 kB
Inactive(file):  3409788 kB
Unevictable:      107708 kB
Mlocked:          107708 kB
SwapTotal:      67108860 kB
SwapFree:       66936700 kB
Dirty:             25952 kB
Writeback:             0 kB
AnonPages:        128104 kB
Mapped:            54488 kB
Shmem:             44660 kB
Slab:             211668 kB
SReclaimable:     182604 kB
SUnreclaim:        29064 kB
KernelStack:        3744 kB
PageTables:         5744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22904 MiB
End job on node141 at 2019-09-24 20:04:45