Trace number 4404776

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelSAT (TO)127 20043.9 2520.1

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 benchmark2520.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-4404776-1569005576.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404776-1569005576.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.44/0.65	c solve instance...
1.95/0.75	o 280 
1.95/0.77	o 279 
1.95/0.78	o 278 
1.95/0.78	o 275 
2.55/0.80	o 174 
2.55/0.81	o 172 
2.55/0.81	o 166 
2.55/0.82	o 161 
2.55/0.83	o 159 
2.55/0.88	o 155 
2.55/0.89	o 150 
2.55/0.90	o 148 
3.24/0.96	o 146 
3.24/0.98	o 145 
3.96/1.02	o 144 
911.36/114.82	o 138 
8184.52/1029.81	o 137 
9431.19/1186.64	o 134 
9456.59/1189.80	o 133 
10458.81/1316.01	o 130 
10538.16/1325.96	o 129 
10556.45/1328.34	o 127 
20043.31/2520.07	s SATISFIABLE
20043.31/2520.07	v <instantiation>
20043.31/2520.07	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>
20043.31/2520.07	v 	<values>23 26 20 18 14 19 21 25 29 28 27 24 17 11 12 13 10 5 0 1 3 2 6 4 7 8 9 15 16 22 1 6 2 4 6 3 2 4 2 2 2 6 3 2 5 2 12 4 2 3 3 4 18 6 6 2 6 4 4 1 </values>
20043.31/2520.07	v </instantiation>
20043.31/2520.07	c Unexpected resolution interruption!

Verifier Data

OK	127

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404776-1569005576/watcher-4404776-1569005576 -o /tmp/evaluation-result-4404776-1569005576/solver-4404776-1569005576 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569005539-8963 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 532215573 HOME/instance-4404776-1569005576.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=8980, runsolver pid=8977
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 8.06 8.04 8.15 2/212 9001
/proc/meminfo: memFree=15545192/32770624 swapFree=67002148/67108860
[pid=8980] ppid=8977 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8980/stat : 8980 (xcsp3-exec) S 8977 8980 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476719139 115843072 364 33554432000 4194304 5098028 140721877452576 140721877450680 139781785256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7692288 140721877455734 140721877455977 140721877455977 140721877458890 0
/proc/8980/statm: 28282 364 305 221 0 87 0
[pid=8982] ppid=8980 vsize=28227396 memory=29176 CPUtime=0.12 cores=0-7
/proc/8982/stat : 8982 (java) S 8980 8980 8936 0 -1 1077944320 5698 0 0 0 11 1 0 0 20 0 20 0 476719139 28904853504 7294 33554432000 4194304 4196468 140728724446128 140728724428672 140067408940791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
/proc/8982/statm: 7056849 7294 3159 1 0 7019032 0
[pid=8982/tid=8983] ppid=8980 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/8982/task/8983/stat : 8983 (java) R 8980 8980 8936 0 -1 4202560 3612 0 0 0 8 1 0 0 20 0 20 0 476719139 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067413173856 140067392984421 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8984] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8984/stat : 8984 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067361560976 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8985] ppid=8980 vsize=28227396 memory=14555101769557656 CPUtime=0 cores=0-7
/proc/8982/task/8985/stat : 8985 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067360508176 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8986] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8986/stat : 8986 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067359455888 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8987] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8987/stat : 8987 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067358403088 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8988] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8988/stat : 8988 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067357350800 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8989] ppid=8980 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8982/task/8989/stat : 8989 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067356298000 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8990] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8990/stat : 8990 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067355245712 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8991] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8991/stat : 8991 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 7294 33554432000 4194304 4196468 140728724446128 140067354192912 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8992] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8992/stat : 8992 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719142 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066591561840 140067408951938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8993] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8993/stat : 8993 (java) S 8980 8980 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476719142 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066590507808 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8994] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8994/stat : 8994 (java) S 8980 8980 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476719142 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066589455472 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8995] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8995/stat : 8995 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066588403792 140067408959387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8996] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8996/stat : 8996 (java) R 8980 8980 8936 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066587351664 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8997] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8997/stat : 8997 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066586298864 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8998] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8998/stat : 8998 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066585246576 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8999] ppid=8980 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/8982/task/8999/stat : 8999 (java) R 8980 8980 8936 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 20 0 476719145 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066584193776 140067388298257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9000] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/9000/stat : 9000 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066583140704 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9001] ppid=8980 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8982/task/9001/stat : 9001 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 7294 33554432000 4194304 4196468 140728724446128 140066582087984 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30632 KiB

[startup+0.209969 s]*
/proc/loadavg: 8.06 8.04 8.15 3/212 9001
/proc/meminfo: memFree=15532232/32770624 swapFree=67002148/67108860
[pid=8980] ppid=8977 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8980/stat : 8980 (xcsp3-exec) S 8977 8980 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476719139 115843072 364 33554432000 4194304 5098028 140721877452576 140721877450680 139781785256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7692288 140721877455734 140721877455977 140721877455977 140721877458890 0
/proc/8980/statm: 28282 364 305 221 0 87 0
[pid=8982] ppid=8980 vsize=28227396 memory=40072 CPUtime=0.33 cores=0-7
/proc/8982/stat : 8982 (java) S 8980 8980 8936 0 -1 1077944320 9336 0 0 0 30 3 0 0 20 0 20 0 476719139 28904853504 10018 33554432000 4194304 4196468 140728724446128 140728724428672 140067408940791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
/proc/8982/statm: 7056849 10018 3204 1 0 7019032 0
[pid=8982/tid=8983] ppid=8980 vsize=28227396 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/8982/task/8983/stat : 8983 (java) R 8980 8980 8936 0 -1 4202560 6588 0 0 0 18 2 0 0 20 0 20 0 476719139 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067413174240 140067376523443 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8984] ppid=8980 vsize=28227396 memory=14976 CPUtime=0 cores=0-7
/proc/8982/task/8984/stat : 8984 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067361560976 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8985] ppid=8980 vsize=28227396 memory=140258576501394 CPUtime=0 cores=0-7
/proc/8982/task/8985/stat : 8985 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067360508176 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8986] ppid=8980 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8982/task/8986/stat : 8986 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067359455888 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8987] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8987/stat : 8987 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067358403088 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8988] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8988/stat : 8988 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067357350800 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8989] ppid=8980 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8982/task/8989/stat : 8989 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067356298000 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8990] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8990/stat : 8990 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067355245712 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8991] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8991/stat : 8991 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28904853504 10018 33554432000 4194304 4196468 140728724446128 140067354192912 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8992] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8992/stat : 8992 (java) S 8980 8980 8936 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476719142 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066591561840 140067408951938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8993] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8993/stat : 8993 (java) S 8980 8980 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476719142 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066590507808 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8994] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8994/stat : 8994 (java) S 8980 8980 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476719142 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066589455472 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8995] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8995/stat : 8995 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066588403792 140067408959387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8996] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8996/stat : 8996 (java) S 8980 8980 8936 0 -1 1077944384 458 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066587351664 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8997] ppid=8980 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/8982/task/8997/stat : 8997 (java) S 8980 8980 8936 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 476719145 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066586298864 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8998] ppid=8980 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/8982/task/8998/stat : 8998 (java) S 8980 8980 8936 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 20 0 476719145 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066585246576 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8999] ppid=8980 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/8982/task/8999/stat : 8999 (java) R 8980 8980 8936 0 -1 4202560 811 0 0 0 7 0 0 0 20 0 20 0 476719145 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066584193584 140067389153048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9000] ppid=8980 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/9000/stat : 9000 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066583140704 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9001] ppid=8980 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/8982/task/9001/stat : 9001 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719145 28904853504 10018 33554432000 4194304 4196468 140728724446128 140066582087984 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41528 KiB

[startup+0.309418 s]*
/proc/loadavg: 8.06 8.04 8.15 3/212 9001
/proc/meminfo: memFree=15524104/32770624 swapFree=67002148/67108860
[pid=8980] ppid=8977 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8980/stat : 8980 (xcsp3-exec) S 8977 8980 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476719139 115843072 364 33554432000 4194304 5098028 140721877452576 140721877450680 139781785256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7692288 140721877455734 140721877455977 140721877455977 140721877458890 0
/proc/8980/statm: 28282 364 305 221 0 87 0
[pid=8982] ppid=8980 vsize=28231652 memory=49828 CPUtime=0.52 cores=0-7
/proc/8982/stat : 8982 (java) S 8980 8980 8936 0 -1 1077944320 10811 0 0 0 48 4 0 0 20 0 20 0 476719139 28909211648 12457 33554432000 4194304 4196468 140728724446128 140728724428672 140067408940791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
/proc/8982/statm: 7057913 12457 3370 1 0 7019032 0
[pid=8982/tid=8983] ppid=8980 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8982/task/8983/stat : 8983 (java) R 8980 8980 8936 0 -1 4202560 7720 0 0 0 27 2 0 0 20 0 20 0 476719139 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067413171904 140067408962717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8984] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8984/stat : 8984 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067361560976 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8985] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8985/stat : 8985 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067360508176 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8986] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8986/stat : 8986 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067359455888 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8987] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8987/stat : 8987 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067358403088 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8988] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8988/stat : 8988 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067357350800 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8989] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8989/stat : 8989 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067356298000 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8990] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8990/stat : 8990 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067355245712 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8991] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8991/stat : 8991 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476719140 28909211648 12457 33554432000 4194304 4196468 140728724446128 140067354192912 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8992] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8992/stat : 8992 (java) S 8980 8980 8936 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476719142 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066591561840 140067408951938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8993] ppid=8980 vsize=28231652 memory=280516930772352 CPUtime=0 cores=0-7
/proc/8982/task/8993/stat : 8993 (java) S 8980 8980 8936 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476719142 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066590507808 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8994] ppid=8980 vsize=28231652 memory=280516930776960 CPUtime=0 cores=0-7
/proc/8982/task/8994/stat : 8994 (java) S 8980 8980 8936 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476719142 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066589455472 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8995] ppid=8980 vsize=28231652 memory=280516930781568 CPUtime=0 cores=0-7
/proc/8982/task/8995/stat : 8995 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719145 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066588403792 140067408959387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8996] ppid=8980 vsize=28231652 memory=280516930786176 CPUtime=0.01 cores=0-7
/proc/8982/task/8996/stat : 8996 (java) S 8980 8980 8936 0 -1 1077944384 504 0 0 0 1 0 0 0 20 0 20 0 476719145 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066587351664 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8997] ppid=8980 vsize=28231652 memory=280516930790784 CPUtime=0.01 cores=0-7
/proc/8982/task/8997/stat : 8997 (java) S 8980 8980 8936 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 476719145 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066586298864 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8998] ppid=8980 vsize=28231652 memory=280516930795392 CPUtime=0.04 cores=0-7
/proc/8982/task/8998/stat : 8998 (java) R 8980 8980 8936 0 -1 4202560 204 0 0 0 4 0 0 0 20 0 20 0 476719145 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066585236960 140067388187298 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8999] ppid=8980 vsize=28231652 memory=280516930800000 CPUtime=0.12 cores=0-7
/proc/8982/task/8999/stat : 8999 (java) S 8980 8980 8936 0 -1 1077944384 973 0 0 0 12 0 0 0 20 0 20 0 476719145 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066584193776 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9000] ppid=8980 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/9000/stat : 9000 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476719145 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066583140704 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9001] ppid=8980 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/8982/task/9001/stat : 9001 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476719145 28909211648 12457 33554432000 4194304 4196468 140728724446128 140066582087984 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51284 KiB

[startup+0.702035 s]
/proc/loadavg: 8.06 8.04 8.15 6/212 9001
/proc/meminfo: memFree=15508260/32770624 swapFree=67002148/67108860
[pid=8980] ppid=8977 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8980/stat : 8980 (xcsp3-exec) S 8977 8980 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476719139 115843072 364 33554432000 4194304 5098028 140721877452576 140721877450680 139781785256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7692288 140721877455734 140721877455977 140721877455977 140721877458890 0
/proc/8980/statm: 28282 364 305 221 0 87 0
[pid=8982] ppid=8980 vsize=28766288 memory=115244 CPUtime=1.95 cores=0-7
/proc/8982/stat : 8982 (java) S 8980 8980 8936 0 -1 1077944320 16168 0 0 0 187 8 0 0 20 0 28 0 476719139 29456678912 28811 33554432000 4194304 4196468 140728724446128 140728724428672 140067408940791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
/proc/8982/statm: 7191572 28811 3461 1 0 7152672 0
[pid=8982/tid=8983] ppid=8980 vsize=28766288 memory=0 CPUtime=0.65 cores=0-7
/proc/8982/task/8983/stat : 8983 (java) S 8980 8980 8936 0 -1 1077944384 9331 0 0 0 61 4 0 0 20 0 28 0 476719139 29456678912 28811 33554432000 4194304 4196468 140728724446128 140067413181568 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8984] ppid=8980 vsize=28766288 memory=140258465588096 CPUtime=0 cores=0-7
/proc/8982/task/8984/stat : 8984 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476719140 29456678912 28811 33554432000 4194304 4196468 140728724446128 140067361560976 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8985] ppid=8980 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/8982/task/8985/stat : 8985 (java) S 8980 8980 8936 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476719140 29456678912 28811 33554432000 4194304 4196468 140728724446128 140067360508176 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8986] ppid=8980 vsize=28766288 memory=1052 CPUtime=0 cores=0-7
/proc/8982/task/8986/stat : 8986 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476719140 29456678912 28811 33554432000 4194304 4196468 140728724446128 140067359455888 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0

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

[pid=8982/tid=9305] ppid=8980 vsize=28832852 memory=1420532 CPUtime=1103.69 cores=0-7
/proc/8982/task/9305/stat : 9305 (java) R 8980 8980 8936 0 -1 4202560 37082 0 0 0 110355 14 0 0 20 0 28 0 476851974 29524840448 355133 33554432000 4194304 4196468 140728724446128 140066566790504 140067025694137 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
Current children cumulated CPU time: 19424.5 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 1421988 KiB

[startup+2502.3 s]
/proc/loadavg: 8.37 8.53 8.39 10/220 9393
/proc/meminfo: memFree=14227500/32770624 swapFree=67002148/67108860
[pid=8980] ppid=8977 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8980/stat : 8980 (xcsp3-exec) S 8977 8980 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476719139 115843072 364 33554432000 4194304 5098028 140721877452576 140721877450680 139781785256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7692288 140721877455734 140721877455977 140721877455977 140721877458890 0
/proc/8980/statm: 28282 364 305 221 0 87 0
[pid=8982] ppid=8980 vsize=28832852 memory=1341532 CPUtime=19902.4 cores=0-7
/proc/8982/stat : 8982 (java) S 8980 8980 8936 0 -1 1077944320 903435 0 0 0 1989539 704 0 0 20 0 28 0 476719139 29524840448 335383 33554432000 4194304 4196468 140728724446128 140728724428672 140067408940791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
/proc/8982/statm: 7208213 335383 3538 1 0 7169313 0
[pid=8982/tid=8983] ppid=8980 vsize=28832852 memory=1456 CPUtime=0.66 cores=0-7
/proc/8982/task/8983/stat : 8983 (java) S 8980 8980 8936 0 -1 1077944384 9852 0 0 0 62 4 0 0 20 0 28 0 476719139 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067413181568 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8984] ppid=8980 vsize=28832852 memory=1357432 CPUtime=7.84 cores=0-7
/proc/8982/task/8984/stat : 8984 (java) S 8980 8980 8936 0 -1 1077944384 36496 0 0 0 750 34 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067361560976 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8985] ppid=8980 vsize=28832852 memory=1353328 CPUtime=7.9 cores=0-7
/proc/8982/task/8985/stat : 8985 (java) S 8980 8980 8936 0 -1 1077944384 37391 0 0 0 757 33 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067360508176 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8986] ppid=8980 vsize=28832852 memory=1341532 CPUtime=7.85 cores=0-7
/proc/8982/task/8986/stat : 8986 (java) S 8980 8980 8936 0 -1 1077944384 32959 0 0 0 754 31 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067359455888 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8987] ppid=8980 vsize=28832852 memory=1456 CPUtime=7.81 cores=0-7
/proc/8982/task/8987/stat : 8987 (java) S 8980 8980 8936 0 -1 1077944384 39924 0 0 0 749 32 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067358403088 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8988] ppid=8980 vsize=28832852 memory=0 CPUtime=7.84 cores=0-7
/proc/8982/task/8988/stat : 8988 (java) S 8980 8980 8936 0 -1 1077944384 31731 0 0 0 750 34 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067357350800 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8989] ppid=8980 vsize=28832852 memory=1456 CPUtime=7.96 cores=0-7
/proc/8982/task/8989/stat : 8989 (java) S 8980 8980 8936 0 -1 1077944384 34116 0 0 0 760 36 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067356298000 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8990] ppid=8980 vsize=28832852 memory=3588 CPUtime=7.94 cores=0-7
/proc/8982/task/8990/stat : 8990 (java) S 8980 8980 8936 0 -1 1077944384 41661 0 0 0 759 35 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067355245712 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8991] ppid=8980 vsize=28832852 memory=1456 CPUtime=7.78 cores=0-7
/proc/8982/task/8991/stat : 8991 (java) S 8980 8980 8936 0 -1 1077944384 33825 0 0 0 745 33 0 0 20 0 28 0 476719140 29524840448 335383 33554432000 4194304 4196468 140728724446128 140067354192912 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8992] ppid=8980 vsize=28832852 memory=1456 CPUtime=3.97 cores=0-7
/proc/8982/task/8992/stat : 8992 (java) S 8980 8980 8936 0 -1 1077944384 109089 0 0 0 271 126 0 0 20 0 28 0 476719142 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066591561840 140067408951938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8993] ppid=8980 vsize=28832852 memory=1349224 CPUtime=0 cores=0-7
/proc/8982/task/8993/stat : 8993 (java) S 8980 8980 8936 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 476719142 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066590507872 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8994] ppid=8980 vsize=28832852 memory=920 CPUtime=0 cores=0-7
/proc/8982/task/8994/stat : 8994 (java) S 8980 8980 8936 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 476719142 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066589455488 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8995] ppid=8980 vsize=28832852 memory=1692 CPUtime=0 cores=0-7
/proc/8982/task/8995/stat : 8995 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476719145 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066588403792 140067408959387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8996] ppid=8980 vsize=28832852 memory=912 CPUtime=2.53 cores=0-7
/proc/8982/task/8996/stat : 8996 (java) S 8980 8980 8936 0 -1 1077944384 12591 0 0 0 250 3 0 0 20 0 28 0 476719145 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066587351664 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8997] ppid=8980 vsize=28832852 memory=0 CPUtime=2.71 cores=0-7
/proc/8982/task/8997/stat : 8997 (java) S 8980 8980 8936 0 -1 1077944384 15326 0 0 0 269 2 0 0 20 0 28 0 476719145 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066586298864 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8998] ppid=8980 vsize=28832852 memory=8443538352883892301 CPUtime=2.45 cores=0-7
/proc/8982/task/8998/stat : 8998 (java) S 8980 8980 8936 0 -1 1077944384 9848 0 0 0 243 2 0 0 20 0 28 0 476719145 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066585246576 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8999] ppid=8980 vsize=28832852 memory=1361536 CPUtime=0.71 cores=0-7
/proc/8982/task/8999/stat : 8999 (java) S 8980 8980 8936 0 -1 1077944384 9958 0 0 0 69 2 0 0 20 0 28 0 476719145 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066584193776 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9000] ppid=8980 vsize=28832852 memory=1456 CPUtime=0 cores=0-7
/proc/8982/task/9000/stat : 9000 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476719145 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066583140704 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9001] ppid=8980 vsize=28832852 memory=3588 CPUtime=0.48 cores=0-7
/proc/8982/task/9001/stat : 9001 (java) S 8980 8980 8936 0 -1 1077944384 5580 0 0 0 19 29 0 0 20 0 28 0 476719145 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066582087984 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9298] ppid=8980 vsize=28832852 memory=54520 CPUtime=1165.37 cores=0-7
/proc/8982/task/9298/stat : 9298 (java) R 8980 8980 8936 0 -1 4202560 8542 0 0 0 116530 7 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066572056352 140067027216182 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9299] ppid=8980 vsize=28832852 memory=1760 CPUtime=1161.53 cores=0-7
/proc/8982/task/9299/stat : 9299 (java) R 8980 8980 8936 0 -1 4202560 8654 0 0 0 116148 5 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066564685632 140067026947593 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9300] ppid=8980 vsize=28832852 memory=111632 CPUtime=1164.5 cores=0-7
/proc/8982/task/9300/stat : 9300 (java) R 8980 8980 8936 0 -1 4202560 7861 0 0 0 116443 7 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066571002048 140067025157604 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9301] ppid=8980 vsize=28832852 memory=1456 CPUtime=1163.27 cores=0-7
/proc/8982/task/9301/stat : 9301 (java) R 8980 8980 8936 0 -1 4202560 85782 0 0 0 116272 55 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066573107224 140067025697637 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9302] ppid=8980 vsize=28832852 memory=1456 CPUtime=1162.56 cores=0-7
/proc/8982/task/9302/stat : 9302 (java) R 8980 8980 8936 0 -1 4202560 105064 0 0 0 116163 93 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066565738832 140067025157664 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9303] ppid=8980 vsize=28832852 memory=1456 CPUtime=1163.8 cores=0-7
/proc/8982/task/9303/stat : 9303 (java) R 8980 8980 8936 0 -1 4202560 30345 0 0 0 116365 15 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066567844504 140067027014948 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9304] ppid=8980 vsize=28832852 memory=1456 CPUtime=1164.93 cores=0-7
/proc/8982/task/9304/stat : 9304 (java) R 8980 8980 8936 0 -1 4202560 8024 0 0 0 116486 7 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066568896248 140067025696676 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9305] ppid=8980 vsize=28832852 memory=1341532 CPUtime=1163.36 cores=0-7
/proc/8982/task/9305/stat : 9305 (java) R 8980 8980 8936 0 -1 4202560 44644 0 0 0 116320 16 0 0 20 0 28 0 476851974 29524840448 335383 33554432000 4194304 4196468 140728724446128 140066566790480 140067025534810 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
Current children cumulated CPU time: 19902.4 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 1342988 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.27 8.50 8.39 9/220 9396
/proc/meminfo: memFree=14301588/32770624 swapFree=67002148/67108860
[pid=8980] ppid=8977 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8980/stat : 8980 (xcsp3-exec) S 8977 8980 8936 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476719139 115843072 364 33554432000 4194304 5098028 140721877452576 140721877450680 139781785256572 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7692288 140721877455734 140721877455977 140721877455977 140721877458890 0
/proc/8980/statm: 28282 364 305 221 0 87 0
[pid=8982] ppid=8980 vsize=28832852 memory=1266548 CPUtime=20043.3 cores=0-7
/proc/8982/stat : 8982 (java) S 8980 8980 8936 0 -1 1077944320 942532 0 0 0 2003604 727 0 0 20 0 28 0 476719139 29524840448 316637 33554432000 4194304 4196468 140728724446128 140728724428672 140067408940791 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
/proc/8982/statm: 7208213 316637 3538 1 0 7169313 0
[pid=8982/tid=8983] ppid=8980 vsize=28832852 memory=1398722017469774279 CPUtime=0.66 cores=0-7
/proc/8982/task/8983/stat : 8983 (java) S 8980 8980 8936 0 -1 1077944384 9852 0 0 0 62 4 0 0 20 0 28 0 476719139 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067413181568 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8984] ppid=8980 vsize=28832852 memory=8112282956445269571 CPUtime=7.92 cores=0-7
/proc/8982/task/8984/stat : 8984 (java) S 8980 8980 8936 0 -1 1077944384 37210 0 0 0 758 34 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067361560976 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8985] ppid=8980 vsize=28832852 memory=1456 CPUtime=7.97 cores=0-7
/proc/8982/task/8985/stat : 8985 (java) S 8980 8980 8936 0 -1 1077944384 38028 0 0 0 764 33 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067360508176 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8986] ppid=8980 vsize=28832852 memory=1371284 CPUtime=7.93 cores=0-7
/proc/8982/task/8986/stat : 8986 (java) S 8980 8980 8936 0 -1 1077944384 33308 0 0 0 762 31 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067359455888 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8987] ppid=8980 vsize=28832852 memory=8112282956445269571 CPUtime=7.9 cores=0-7
/proc/8982/task/8987/stat : 8987 (java) S 8980 8980 8936 0 -1 1077944384 40943 0 0 0 757 33 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067358403088 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8988] ppid=8980 vsize=28832852 memory=3908 CPUtime=7.92 cores=0-7
/proc/8982/task/8988/stat : 8988 (java) S 8980 8980 8936 0 -1 1077944384 32538 0 0 0 758 34 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067357350800 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8989] ppid=8980 vsize=28832852 memory=1412 CPUtime=8.05 cores=0-7
/proc/8982/task/8989/stat : 8989 (java) S 8980 8980 8936 0 -1 1077944384 34595 0 0 0 768 37 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067356298000 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8990] ppid=8980 vsize=28832852 memory=1456 CPUtime=8.02 cores=0-7
/proc/8982/task/8990/stat : 8990 (java) S 8980 8980 8936 0 -1 1077944384 42277 0 0 0 767 35 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067355245712 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8991] ppid=8980 vsize=28832852 memory=1278860 CPUtime=7.86 cores=0-7
/proc/8982/task/8991/stat : 8991 (java) S 8980 8980 8936 0 -1 1077944384 34212 0 0 0 752 34 0 0 20 0 28 0 476719140 29524840448 316637 33554432000 4194304 4196468 140728724446128 140067354192912 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8992] ppid=8980 vsize=28832852 memory=1312716 CPUtime=3.99 cores=0-7
/proc/8982/task/8992/stat : 8992 (java) S 8980 8980 8936 0 -1 1077944384 111238 0 0 0 272 127 0 0 20 0 28 0 476719142 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066591561840 140067408951938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8993] ppid=8980 vsize=28832852 memory=4100 CPUtime=0 cores=0-7
/proc/8982/task/8993/stat : 8993 (java) S 8980 8980 8936 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 476719142 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066590507872 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8994] ppid=8980 vsize=28832852 memory=1736 CPUtime=0 cores=0-7
/proc/8982/task/8994/stat : 8994 (java) S 8980 8980 8936 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 476719142 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066589455488 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8995] ppid=8980 vsize=28832852 memory=27832 CPUtime=0 cores=0-7
/proc/8982/task/8995/stat : 8995 (java) S 8980 8980 8936 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476719145 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066588403792 140067408959387 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8996] ppid=8980 vsize=28832852 memory=1456 CPUtime=2.53 cores=0-7
/proc/8982/task/8996/stat : 8996 (java) S 8980 8980 8936 0 -1 1077944384 12597 0 0 0 250 3 0 0 20 0 28 0 476719145 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066587351664 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8997] ppid=8980 vsize=28832852 memory=3620 CPUtime=2.71 cores=0-7
/proc/8982/task/8997/stat : 8997 (java) S 8980 8980 8936 0 -1 1077944384 15332 0 0 0 269 2 0 0 20 0 28 0 476719145 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066586298864 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8998] ppid=8980 vsize=28832852 memory=2832 CPUtime=2.45 cores=0-7
/proc/8982/task/8998/stat : 8998 (java) S 8980 8980 8936 0 -1 1077944384 9854 0 0 0 243 2 0 0 20 0 28 0 476719145 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066585246576 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=8999] ppid=8980 vsize=28832852 memory=776 CPUtime=0.71 cores=0-7
/proc/8982/task/8999/stat : 8999 (java) S 8980 8980 8936 0 -1 1077944384 9964 0 0 0 69 2 0 0 20 0 28 0 476719145 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066584193776 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9000] ppid=8980 vsize=28832852 memory=1160 CPUtime=0 cores=0-7
/proc/8982/task/9000/stat : 9000 (java) S 8980 8980 8936 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476719145 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066583140704 140067408950997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9001] ppid=8980 vsize=28832852 memory=1716 CPUtime=0.48 cores=0-7
/proc/8982/task/9001/stat : 9001 (java) S 8980 8980 8936 0 -1 1077944384 5680 0 0 0 19 29 0 0 20 0 28 0 476719145 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066582087984 140067408951938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9298] ppid=8980 vsize=28832852 memory=1096 CPUtime=1182.95 cores=0-7
/proc/8982/task/9298/stat : 9298 (java) R 8980 8980 8936 0 -1 4202560 9003 0 0 0 118288 7 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066572053288 140067027014773 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9299] ppid=8980 vsize=28832852 memory=6132 CPUtime=1179.06 cores=0-7
/proc/8982/task/9299/stat : 9299 (java) R 8980 8980 8936 0 -1 4202560 9061 0 0 0 117900 6 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066564685616 140067025697553 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9300] ppid=8980 vsize=28832852 memory=14012 CPUtime=1182.01 cores=0-7
/proc/8982/task/9300/stat : 9300 (java) R 8980 8980 8936 0 -1 4202560 8283 0 0 0 118194 7 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066571001824 140067025694393 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9301] ppid=8980 vsize=28832852 memory=27832 CPUtime=1180.84 cores=0-7
/proc/8982/task/9301/stat : 9301 (java) R 8980 8980 8936 0 -1 4202560 94401 0 0 0 118024 60 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066573107288 140067028743790 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9302] ppid=8980 vsize=28832852 memory=1398722017469774279 CPUtime=1180.13 cores=0-7
/proc/8982/task/9302/stat : 9302 (java) R 8980 8980 8936 0 -1 4202560 115415 0 0 0 117914 99 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066565741872 140067026527962 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9303] ppid=8980 vsize=28832852 memory=2120 CPUtime=1181.22 cores=0-7
/proc/8982/task/9303/stat : 9303 (java) R 8980 8980 8936 0 -1 4202560 33648 0 0 0 118105 17 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066567844808 140067026729873 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9304] ppid=8980 vsize=28832852 memory=504 CPUtime=1182.5 cores=0-7
/proc/8982/task/9304/stat : 9304 (java) R 8980 8980 8936 0 -1 4202560 8378 0 0 0 118243 7 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066568896904 140067027014861 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
[pid=8982/tid=9305] ppid=8980 vsize=28832852 memory=1560 CPUtime=1180.8 cores=0-7
/proc/8982/task/9305/stat : 9305 (java) R 8980 8980 8936 0 -1 4202560 52543 0 0 0 118061 19 0 0 20 0 28 0 476851974 29524840448 316637 33554432000 4194304 4196468 140728724446128 140066566791368 140067027215892 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 31936512 140728724452330 140728724452502 140728724452502 140728724455375 0
Current children cumulated CPU time: 20043.3 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 1268004 KiB

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

[startup+2520.04 s]
# the end of solver process 8980 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000594 s, system=0.001783 s

[startup+2520.1 s]
# the end of solver process 8982 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20036.6 s, system=7.28947 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): 2520.1
CPU time (s): 20043.9
CPU user time (s): 20036.6
CPU system time (s): 7.28947
CPU usage (%): 795.362
Max. virtual memory (cumulated for all children) (KiB): 28948120
Max. memory (cumulated for all children) (KiB): 2091368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20036.6
system time used= 7.28947
maximum resident set size= 2132948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 943388
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 243826
involuntary context switches= 233498


# summary of solver processes directly reported to runsolver:
#   pid: 8980,8982
#   total CPU time (s): 20043.9
#   total CPU user time (s): 20036.6
#   total CPU system time (s): 7.28947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.4589 second user time and 23.5103 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-20 20:52:19
IDJOB=4404776
IDBENCH=135868
IDSOLVER=2865
FILE ID=node148/4404776-1569005576
RUNJOBID= node148-1569005539-8963
PBS_JOBID= 21704760
Free space on /tmp= 22084 MiB

SOLVER NAME= choco-solver 2019-09-20 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-4404776-1569005576/watcher-4404776-1569005576 -o /tmp/evaluation-result-4404776-1569005576/solver-4404776-1569005576 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569005539-8963 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 532215573 HOME/instance-4404776-1569005576.xml

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

MD5SUM BENCH= a6469c0d47f71dcca9bcaaa451655f38
RANDOM SEED=532215573

node148.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.13
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.13
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.13
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.13
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:        15560544 kB
MemAvailable:   31852600 kB
Buffers:           88448 kB
Cached:         16415820 kB
SwapCached:         2828 kB
Active:          8220008 kB
Inactive:        8287916 kB
Active(anon):       3324 kB
Inactive(anon):    47376 kB
Active(file):    8216684 kB
Inactive(file):  8240540 kB
Unevictable:      111188 kB
Mlocked:          111188 kB
SwapTotal:      67108860 kB
SwapFree:       67002148 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        112968 kB
Mapped:            50872 kB
Shmem:             38472 kB
Slab:             291924 kB
SReclaimable:     263292 kB
SUnreclaim:        28632 kB
KernelStack:        3296 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505540 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 22060 MiB
End job on node148 at 2019-09-20 21:34:19