Trace number 4281620

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 4.0.5 par (2017-08-18)SAT (TO)142 2002.96 252.127

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-18.xml
MD5SUM16e7a4452edd8ccb673a436dbd81290a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark248.51401
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":60}]
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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281620-1503187534.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281620-1503187534.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.78/0.70	c solve instance...
2.38/0.80	o 405 
2.38/0.82	o 286 
2.38/0.85	o 285 
2.38/0.85	o 273 
2.38/0.87	o 257 
2.38/0.88	o 165 
2.38/0.88	o 164 
2.38/0.89	o 159 
2.93/0.90	o 158 
2.93/0.99	o 157 
3.78/1.04	o 155 
3.78/1.04	o 154 
3.78/1.10	o 151 
8.32/1.67	o 149 
9.01/1.72	o 148 
96.56/12.79	o 147 
109.27/14.38	o 145 
288.71/36.85	o 144 
960.38/121.11	o 142 
2002.07/252.09	s SATISFIABLE
2002.07/252.09	v <instantiation>
2002.07/252.09	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>
2002.07/252.09	v 	<values>8 12 14 9 11 7 6 0 1 2 16 17 20 22 21 24 29 27 26 28 25 23 19 18 15 10 13 4 3 5 3 4 4 5 2 2 7 7 10 12 1 10 4 3 3 5 20 1 1 3 7 4 4 5 3 1 7 1 2 1 </values>
2002.07/252.09	v </instantiation>
2002.07/252.09	c Unexpected resolution interruption!

Verifier Data

OK	142

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281620-1503187534/watcher-4281620-1503187534 -o /tmp/evaluation-result-4281620-1503187534/solver-4281620-1503187534 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503180880-13488 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2058023700 HOME/instance-4281620-1503187534.xml 

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

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

solver pid=16445, runsolver pid=16442

[startup+0.10011 s]*
/proc/loadavg: 7.95 7.94 8.06 3/200 16466
/proc/meminfo: memFree=21735716/32770624 swapFree=67108860/67108860
[pid=16445] ppid=16442 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16445/stat : 16445 (xcsp3-exec) S 16442 16445 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151841084 9740288 346 33554432000 4194304 5098028 140725787619568 140725787617672 139965346222716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27209728 140725787628650 140725787628860 140725787628860 140725787631595 0
/proc/16445/statm: 2378 346 289 221 0 87 0
[pid=16447] ppid=16445 vsize=25999808 memory=28904 CPUtime=0.11 cores=0-7
/proc/16447/stat : 16447 (java) S 16445 16445 13461 0 -1 1077944320 5579 0 0 0 10 1 0 0 20 0 20 0 151841085 26623803392 7226 33554432000 4194304 4196468 140728580009536 140728579992080 140301955436279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
/proc/16447/statm: 6499952 7226 2872 1 0 6488269 0
[pid=16447/tid=16448] ppid=16445 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/16447/task/16448/stat : 16448 (java) R 16445 16445 13461 0 -1 4202560 3592 0 0 0 8 0 0 0 20 0 20 0 151841085 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301959659424 140301955448214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16449] ppid=16445 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/16447/task/16449/stat : 16449 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301908056336 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16450] ppid=16445 vsize=25999808 memory=140198105728640 CPUtime=0 cores=0-7
/proc/16447/task/16450/stat : 16450 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301907003792 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16451] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16451/stat : 16451 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301905951248 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16452] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16452/stat : 16452 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301904898704 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16453] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16453/stat : 16453 (java) S 16445 16445 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301903846160 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16454] ppid=16445 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16447/task/16454/stat : 16454 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301902793616 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16455] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16455/stat : 16455 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301901741072 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16456] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16456/stat : 16456 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841086 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301900688528 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16457] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16457/stat : 16457 (java) S 16445 16445 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151841087 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301082753008 140301955447426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16458] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16458/stat : 16458 (java) S 16445 16445 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151841088 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301081699232 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16459] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16459/stat : 16459 (java) S 16445 16445 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151841088 26623803392 7226 33554432000 4194304 4196468 140728580009536 140301080646640 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16460] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16460/stat : 16460 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841090 26623803392 7226 33554432000 4194304 4196468 140728580009536 140300157184208 140301955454875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16461] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16461/stat : 16461 (java) S 16445 16445 13461 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 20 0 151841090 26623803392 7226 33554432000 4194304 4196468 140728580009536 140300156131824 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16462] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16462/stat : 16462 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841090 26623803392 7226 33554432000 4194304 4196468 140728580009536 140300155079280 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16463] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16463/stat : 16463 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841090 26623803392 7226 33554432000 4194304 4196468 140728580009536 140300154026736 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16464] ppid=16445 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16447/task/16464/stat : 16464 (java) S 16445 16445 13461 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 20 0 151841090 26623803392 7226 33554432000 4194304 4196468 140728580009536 140300152974192 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16465] ppid=16445 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16465/stat : 16465 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841091 26623803392 7226 33554432000 4194304 4196468 140728580009536 140300151920864 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16466] ppid=16445 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16447/task/16466/stat : 16466 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841091 26623803392 7226 33554432000 4194304 4196468 140728580009536 140300150868400 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 30288 KiB

[startup+0.209898 s]*
/proc/loadavg: 7.95 7.94 8.06 2/200 16466
/proc/meminfo: memFree=21724552/32770624 swapFree=67108860/67108860
[pid=16445] ppid=16442 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16445/stat : 16445 (xcsp3-exec) S 16442 16445 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151841084 9740288 346 33554432000 4194304 5098028 140725787619568 140725787617672 139965346222716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27209728 140725787628650 140725787628860 140725787628860 140725787631595 0
/proc/16445/statm: 2378 346 289 221 0 87 0
[pid=16447] ppid=16445 vsize=26004064 memory=40876 CPUtime=0.33 cores=0-7
/proc/16447/stat : 16447 (java) S 16445 16445 13461 0 -1 1077944320 8230 0 0 0 31 2 0 0 20 0 20 0 151841085 26628161536 10219 33554432000 4194304 4196468 140728580009536 140728579992080 140301955436279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
/proc/16447/statm: 6501016 10219 3049 1 0 6488269 0
[pid=16447/tid=16448] ppid=16445 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16447/task/16448/stat : 16448 (java) R 16445 16445 13461 0 -1 4202560 5430 0 0 0 18 1 0 0 20 0 20 0 151841085 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301959638992 140301955458205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16449] ppid=16445 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/16447/task/16449/stat : 16449 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301908056336 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16450] ppid=16445 vsize=26004064 memory=140198106452741 CPUtime=0 cores=0-7
/proc/16447/task/16450/stat : 16450 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301907003792 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16451] ppid=16445 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16447/task/16451/stat : 16451 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301905951248 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16452] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16452/stat : 16452 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301904898704 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16453] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16453/stat : 16453 (java) S 16445 16445 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301903846160 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16454] ppid=16445 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16447/task/16454/stat : 16454 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301902793616 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16455] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16455/stat : 16455 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301901741072 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16456] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16456/stat : 16456 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301900688528 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16457] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16457/stat : 16457 (java) S 16445 16445 13461 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 151841087 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301082753008 140301955447426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16458] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16458/stat : 16458 (java) S 16445 16445 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151841088 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301081699232 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16459] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16459/stat : 16459 (java) S 16445 16445 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151841088 26628161536 10219 33554432000 4194304 4196468 140728580009536 140301080646640 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16460] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16460/stat : 16460 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841090 26628161536 10219 33554432000 4194304 4196468 140728580009536 140300157184208 140301955454875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16461] ppid=16445 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/16447/task/16461/stat : 16461 (java) S 16445 16445 13461 0 -1 1077944384 571 0 0 0 2 0 0 0 20 0 20 0 151841090 26628161536 10219 33554432000 4194304 4196468 140728580009536 140300156131824 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16462] ppid=16445 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16447/task/16462/stat : 16462 (java) S 16445 16445 13461 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 20 0 151841090 26628161536 10219 33554432000 4194304 4196468 140728580009536 140300155079280 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16463] ppid=16445 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16447/task/16463/stat : 16463 (java) S 16445 16445 13461 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 151841090 26628161536 10219 33554432000 4194304 4196468 140728580009536 140300154026736 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16464] ppid=16445 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/16447/task/16464/stat : 16464 (java) R 16445 16445 13461 0 -1 4202560 692 0 0 0 8 0 0 0 20 0 20 0 151841090 26628161536 10219 33554432000 4194304 4196468 140728580009536 140300152974192 140301955448214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16465] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16465/stat : 16465 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841091 26628161536 10219 33554432000 4194304 4196468 140728580009536 140300151920864 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16466] ppid=16445 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16447/task/16466/stat : 16466 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841091 26628161536 10219 33554432000 4194304 4196468 140728580009536 140300150868400 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 42260 KiB

[startup+0.309459 s]*
/proc/loadavg: 7.95 7.94 8.06 2/200 16466
/proc/meminfo: memFree=21716860/32770624 swapFree=67108860/67108860
[pid=16445] ppid=16442 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16445/stat : 16445 (xcsp3-exec) S 16442 16445 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151841084 9740288 346 33554432000 4194304 5098028 140725787619568 140725787617672 139965346222716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27209728 140725787628650 140725787628860 140725787628860 140725787631595 0
/proc/16445/statm: 2378 346 289 221 0 87 0
[pid=16447] ppid=16445 vsize=26004064 memory=48336 CPUtime=0.49 cores=0-7
/proc/16447/stat : 16447 (java) S 16445 16445 13461 0 -1 1077944320 9244 0 0 0 46 3 0 0 20 0 20 0 151841085 26628161536 12084 33554432000 4194304 4196468 140728580009536 140728579992080 140301955436279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
/proc/16447/statm: 6501016 12084 3081 1 0 6488269 0
[pid=16447/tid=16448] ppid=16445 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16447/task/16448/stat : 16448 (java) R 16445 16445 13461 0 -1 4202560 6217 0 0 0 27 2 0 0 20 0 20 0 151841085 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301959667680 140301939516766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16449] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16449/stat : 16449 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301908056336 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16450] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16450/stat : 16450 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301907003792 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16451] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16451/stat : 16451 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301905951248 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16452] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16452/stat : 16452 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301904898704 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16453] ppid=16445 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16447/task/16453/stat : 16453 (java) S 16445 16445 13461 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301903846160 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16454] ppid=16445 vsize=26004064 memory=140198000292783 CPUtime=0 cores=0-7
/proc/16447/task/16454/stat : 16454 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301902793616 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16455] ppid=16445 vsize=26004064 memory=140198000295088 CPUtime=0 cores=0-7
/proc/16447/task/16455/stat : 16455 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301901741072 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16456] ppid=16445 vsize=26004064 memory=140198000297392 CPUtime=0 cores=0-7
/proc/16447/task/16456/stat : 16456 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841086 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301900688528 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16457] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16457/stat : 16457 (java) S 16445 16445 13461 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 151841087 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301082753008 140301955447426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16458] ppid=16445 vsize=26004064 memory=280396000601744 CPUtime=0 cores=0-7
/proc/16447/task/16458/stat : 16458 (java) S 16445 16445 13461 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151841088 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301081699232 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16459] ppid=16445 vsize=26004064 memory=280396000608656 CPUtime=0 cores=0-7
/proc/16447/task/16459/stat : 16459 (java) S 16445 16445 13461 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151841088 26628161536 12108 33554432000 4194304 4196468 140728580009536 140301080646640 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16460] ppid=16445 vsize=26004064 memory=280396000549936 CPUtime=0 cores=0-7
/proc/16447/task/16460/stat : 16460 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841090 26628161536 12108 33554432000 4194304 4196468 140728580009536 140300157184208 140301955454875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16461] ppid=16445 vsize=26004064 memory=280396000622480 CPUtime=0.03 cores=0-7
/proc/16447/task/16461/stat : 16461 (java) S 16445 16445 13461 0 -1 1077944384 573 0 0 0 3 0 0 0 20 0 20 0 151841090 26628161536 12108 33554432000 4194304 4196468 140728580009536 140300156131824 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16462] ppid=16445 vsize=26004064 memory=280396000629392 CPUtime=0.02 cores=0-7
/proc/16447/task/16462/stat : 16462 (java) S 16445 16445 13461 0 -1 1077944384 334 0 0 0 2 0 0 0 20 0 20 0 151841090 26628161536 12108 33554432000 4194304 4196468 140728580009536 140300155079280 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16463] ppid=16445 vsize=26004064 memory=280396000627088 CPUtime=0.01 cores=0-7
/proc/16447/task/16463/stat : 16463 (java) S 16445 16445 13461 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 20 0 151841090 26628161536 12108 33554432000 4194304 4196468 140728580009536 140300154026736 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16464] ppid=16445 vsize=26004064 memory=280396000643248 CPUtime=0.12 cores=0-7
/proc/16447/task/16464/stat : 16464 (java) S 16445 16445 13461 0 -1 1077944384 796 0 0 0 12 0 0 0 20 0 20 0 151841090 26628161536 12108 33554432000 4194304 4196468 140728580009536 140300152974192 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16465] ppid=16445 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16465/stat : 16465 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151841091 26628161536 12108 33554432000 4194304 4196468 140728580009536 140300151920864 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16466] ppid=16445 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16447/task/16466/stat : 16466 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841091 26628161536 12108 33554432000 4194304 4196468 140728580009536 140300150868400 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 49720 KiB

[startup+0.700907 s]
/proc/loadavg: 7.95 7.94 8.06 6/200 16466
/proc/meminfo: memFree=21700300/32770624 swapFree=67108860/67108860
[pid=16445] ppid=16442 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16445/stat : 16445 (xcsp3-exec) S 16442 16445 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151841084 9740288 346 33554432000 4194304 5098028 140725787619568 140725787617672 139965346222716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27209728 140725787628650 140725787628860 140725787628860 140725787631595 0
/proc/16445/statm: 2378 346 289 221 0 87 0
[pid=16447] ppid=16445 vsize=26006188 memory=89004 CPUtime=1.78 cores=0-7
/proc/16447/stat : 16447 (java) S 16445 16445 13461 0 -1 1077944320 12910 0 0 0 173 5 0 0 20 0 20 0 151841085 26630336512 22251 33554432000 4194304 4196468 140728580009536 140728579992080 140301955436279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
/proc/16447/statm: 6501547 22251 3203 1 0 6488781 0
[pid=16447/tid=16448] ppid=16445 vsize=26006188 memory=280396001001136 CPUtime=0.67 cores=0-7
/proc/16447/task/16448/stat : 16448 (java) R 16445 16445 13461 0 -1 4202560 6788 0 0 0 64 3 0 0 20 0 20 0 151841085 26630336512 22251 33554432000 4194304 4196468 140728580009536 140301959674752 140301955448214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16449] ppid=16445 vsize=26006188 memory=140198000501616 CPUtime=0 cores=0-7
/proc/16447/task/16449/stat : 16449 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26630336512 22251 33554432000 4194304 4196468 140728580009536 140301908056336 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16450] ppid=16445 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/16447/task/16450/stat : 16450 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26630336512 22251 33554432000 4194304 4196468 140728580009536 140301907003792 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16451] ppid=16445 vsize=26006188 memory=1008 CPUtime=0 cores=0-7
/proc/16447/task/16451/stat : 16451 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151841086 26630336512 22251 33554432000 4194304 4196468 140728580009536 140301905951248 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0

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

[pid=16447/tid=16626] ppid=16445 vsize=26605264 memory=183580 CPUtime=40.75 cores=0-7
/proc/16447/task/16626/stat : 16626 (java) R 16445 16445 13461 0 -1 4202560 2729 0 0 0 4074 1 0 0 20 0 28 0 151853196 27243790336 46416 33554432000 4194304 4196468 140728580009536 140300142858424 140301572476482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
Current children cumulated CPU time: 1288.24 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 187048 KiB

[startup+222.31 s]
/proc/loadavg: 8.60 8.17 8.11 9/208 16626
/proc/meminfo: memFree=21576428/32770624 swapFree=67108860/67108860
[pid=16445] ppid=16442 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16445/stat : 16445 (xcsp3-exec) S 16442 16445 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151841084 9740288 346 33554432000 4194304 5098028 140725787619568 140725787617672 139965346222716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27209728 140725787628650 140725787628860 140725787628860 140725787631595 0
/proc/16445/statm: 2378 346 289 221 0 87 0
[pid=16447] ppid=16445 vsize=26605264 memory=192080 CPUtime=1765.65 cores=0-7
/proc/16447/stat : 16447 (java) S 16445 16445 13461 0 -1 1077944320 153572 0 0 0 176484 81 0 0 20 0 28 0 151841085 27243790336 48020 33554432000 4194304 4196468 140728580009536 140728579992080 140301955436279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
/proc/16447/statm: 6651316 48020 3267 1 0 6638550 0
[pid=16447/tid=16448] ppid=16445 vsize=26605264 memory=192080 CPUtime=0.7 cores=0-7
/proc/16447/task/16448/stat : 16448 (java) S 16445 16445 13461 0 -1 1077944384 7357 0 0 0 66 4 0 0 20 0 28 0 151841085 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301959677056 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16449] ppid=16445 vsize=26605264 memory=1384 CPUtime=0.2 cores=0-7
/proc/16447/task/16449/stat : 16449 (java) S 16445 16445 13461 0 -1 1077944384 5236 0 0 0 15 5 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301908056336 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16450] ppid=16445 vsize=26605264 memory=19 CPUtime=0.19 cores=0-7
/proc/16447/task/16450/stat : 16450 (java) S 16445 16445 13461 0 -1 1077944384 5537 0 0 0 15 4 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301907003792 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16451] ppid=16445 vsize=26605264 memory=4140 CPUtime=0.19 cores=0-7
/proc/16447/task/16451/stat : 16451 (java) S 16445 16445 13461 0 -1 1077944384 3196 0 0 0 14 5 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301905951248 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16452] ppid=16445 vsize=26605264 memory=1384 CPUtime=0.19 cores=0-7
/proc/16447/task/16452/stat : 16452 (java) S 16445 16445 13461 0 -1 1077944384 5370 0 0 0 15 4 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301904898704 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16453] ppid=16445 vsize=26605264 memory=192080 CPUtime=0.19 cores=0-7
/proc/16447/task/16453/stat : 16453 (java) S 16445 16445 13461 0 -1 1077944384 4102 0 0 0 14 5 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301903846160 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16454] ppid=16445 vsize=26605264 memory=140198000295649 CPUtime=0.2 cores=0-7
/proc/16447/task/16454/stat : 16454 (java) S 16445 16445 13461 0 -1 1077944384 3670 0 0 0 16 4 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301902793616 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16455] ppid=16445 vsize=26605264 memory=140198001599039 CPUtime=0.2 cores=0-7
/proc/16447/task/16455/stat : 16455 (java) S 16445 16445 13461 0 -1 1077944384 4036 0 0 0 15 5 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301901741072 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16456] ppid=16445 vsize=26605264 memory=0 CPUtime=0.19 cores=0-7
/proc/16447/task/16456/stat : 16456 (java) S 16445 16445 13461 0 -1 1077944384 4577 0 0 0 14 5 0 0 20 0 28 0 151841086 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301900688528 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16457] ppid=16445 vsize=26605264 memory=0 CPUtime=0.2 cores=0-7
/proc/16447/task/16457/stat : 16457 (java) S 16445 16445 13461 0 -1 1077944384 15540 0 0 0 17 3 0 0 20 0 28 0 151841087 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301082753008 140301955447426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16458] ppid=16445 vsize=26605264 memory=1384 CPUtime=0 cores=0-7
/proc/16447/task/16458/stat : 16458 (java) S 16445 16445 13461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 151841088 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301081699296 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16459] ppid=16445 vsize=26605264 memory=187836 CPUtime=0 cores=0-7
/proc/16447/task/16459/stat : 16459 (java) S 16445 16445 13461 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151841088 27243790336 48020 33554432000 4194304 4196468 140728580009536 140301080646656 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16460] ppid=16445 vsize=26605264 memory=190000 CPUtime=0 cores=0-7
/proc/16447/task/16460/stat : 16460 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151841090 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300157184208 140301955454875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16461] ppid=16445 vsize=26605264 memory=1384 CPUtime=1.62 cores=0-7
/proc/16447/task/16461/stat : 16461 (java) S 16445 16445 13461 0 -1 1077944384 8818 0 0 0 161 1 0 0 20 0 28 0 151841090 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300156131824 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16462] ppid=16445 vsize=26605264 memory=189992 CPUtime=1.55 cores=0-7
/proc/16447/task/16462/stat : 16462 (java) S 16445 16445 13461 0 -1 1077944384 9123 0 0 0 153 2 0 0 20 0 28 0 151841090 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300155079280 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16463] ppid=16445 vsize=26605264 memory=0 CPUtime=1.64 cores=0-7
/proc/16447/task/16463/stat : 16463 (java) S 16445 16445 13461 0 -1 1077944384 9244 0 0 0 163 1 0 0 20 0 28 0 151841090 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300154026736 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16464] ppid=16445 vsize=26605264 memory=640 CPUtime=0.71 cores=0-7
/proc/16447/task/16464/stat : 16464 (java) S 16445 16445 13461 0 -1 1077944384 8487 0 0 0 69 2 0 0 20 0 28 0 151841090 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300152974192 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16465] ppid=16445 vsize=26605264 memory=956 CPUtime=0 cores=0-7
/proc/16447/task/16465/stat : 16465 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151841091 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300151920864 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16466] ppid=16445 vsize=26605264 memory=1384 CPUtime=0.03 cores=0-7
/proc/16447/task/16466/stat : 16466 (java) S 16445 16445 13461 0 -1 1077944384 2350 0 0 0 0 3 0 0 20 0 28 0 151841091 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300150868400 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16619] ppid=16445 vsize=26605264 memory=1384 CPUtime=100.64 cores=0-7
/proc/16447/task/16619/stat : 16619 (java) R 16445 16445 13461 0 -1 4202560 1574 0 0 0 10064 0 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300141804872 140301572140036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16620] ppid=16445 vsize=26605264 memory=192080 CPUtime=100.6 cores=0-7
/proc/16447/task/16620/stat : 16620 (java) R 16445 16445 13461 0 -1 4202560 1872 0 0 0 10060 0 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140299397468248 140301570645148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16621] ppid=16445 vsize=26605264 memory=1384 CPUtime=100.54 cores=0-7
/proc/16447/task/16621/stat : 16621 (java) R 16445 16445 13461 0 -1 4202560 3930 0 0 0 10053 1 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140299399573608 140301572476690 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16622] ppid=16445 vsize=26605264 memory=1384 CPUtime=100.67 cores=0-7
/proc/16447/task/16622/stat : 16622 (java) R 16445 16445 13461 0 -1 4202560 5870 0 0 0 10065 2 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140299396415816 140301572075643 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16623] ppid=16445 vsize=26605264 memory=1384 CPUtime=100.53 cores=0-7
/proc/16447/task/16623/stat : 16623 (java) R 16445 16445 13461 0 -1 4202560 2468 0 0 0 10052 1 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140299395366176 140301570492255 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16624] ppid=16445 vsize=26605264 memory=4140 CPUtime=100.33 cores=0-7
/proc/16447/task/16624/stat : 16624 (java) R 16445 16445 13461 0 -1 4202560 1455 0 0 0 10033 0 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140299400626160 140301572075700 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16625] ppid=16445 vsize=26605264 memory=42216 CPUtime=100.6 cores=0-7
/proc/16447/task/16625/stat : 16625 (java) R 16445 16445 13461 0 -1 4202560 3537 0 0 0 10060 0 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140299401678440 140301572171147 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16626] ppid=16445 vsize=26605264 memory=1384 CPUtime=100.31 cores=0-7
/proc/16447/task/16626/stat : 16626 (java) R 16445 16445 13461 0 -1 4202560 5762 0 0 0 10029 2 0 0 20 0 28 0 151853196 27243790336 48020 33554432000 4194304 4196468 140728580009536 140300142857680 140301570714244 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
Current children cumulated CPU time: 1765.65 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 193464 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.65 8.22 8.13 9/207 16627
/proc/meminfo: memFree=21571900/32770624 swapFree=67108860/67108860
[pid=16445] ppid=16442 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/16445/stat : 16445 (xcsp3-exec) S 16442 16445 13461 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151841084 9740288 346 33554432000 4194304 5098028 140725787619568 140725787617672 139965346222716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27209728 140725787628650 140725787628860 140725787628860 140725787631595 0
/proc/16445/statm: 2378 346 289 221 0 87 0
[pid=16447] ppid=16445 vsize=26605264 memory=198236 CPUtime=2002.07 cores=0-7
/proc/16447/stat : 16447 (java) S 16445 16445 13461 0 -1 1077944320 153866 0 0 0 200123 84 0 0 20 0 28 0 151841085 27243790336 49559 33554432000 4194304 4196468 140728580009536 140728579992080 140301955436279 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
/proc/16447/statm: 6651316 49559 3267 1 0 6638550 0
[pid=16447/tid=16448] ppid=16445 vsize=26605264 memory=6791534058613427641 CPUtime=0.7 cores=0-7
/proc/16447/task/16448/stat : 16448 (java) S 16445 16445 13461 0 -1 1077944384 7357 0 0 0 66 4 0 0 20 0 28 0 151841085 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301959677056 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16449] ppid=16445 vsize=26605264 memory=10728 CPUtime=0.23 cores=0-7
/proc/16447/task/16449/stat : 16449 (java) S 16445 16445 13461 0 -1 1077944384 5250 0 0 0 17 6 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301908056336 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16450] ppid=16445 vsize=26605264 memory=1204 CPUtime=0.22 cores=0-7
/proc/16447/task/16450/stat : 16450 (java) S 16445 16445 13461 0 -1 1077944384 5549 0 0 0 17 5 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301907003792 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16451] ppid=16445 vsize=26605264 memory=15876 CPUtime=0.22 cores=0-7
/proc/16447/task/16451/stat : 16451 (java) S 16445 16445 13461 0 -1 1077944384 3215 0 0 0 17 5 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301905951248 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16452] ppid=16445 vsize=26605264 memory=4126316290023845779 CPUtime=0.21 cores=0-7
/proc/16447/task/16452/stat : 16452 (java) S 16445 16445 13461 0 -1 1077944384 5381 0 0 0 17 4 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301904898704 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16453] ppid=16445 vsize=26605264 memory=1424 CPUtime=0.22 cores=0-7
/proc/16447/task/16453/stat : 16453 (java) S 16445 16445 13461 0 -1 1077944384 4117 0 0 0 17 5 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301903846160 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16454] ppid=16445 vsize=26605264 memory=13160 CPUtime=0.23 cores=0-7
/proc/16447/task/16454/stat : 16454 (java) S 16445 16445 13461 0 -1 1077944384 3679 0 0 0 18 5 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301902793616 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16455] ppid=16445 vsize=26605264 memory=792 CPUtime=0.22 cores=0-7
/proc/16447/task/16455/stat : 16455 (java) S 16445 16445 13461 0 -1 1077944384 4060 0 0 0 17 5 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301901741072 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16456] ppid=16445 vsize=26605264 memory=1008 CPUtime=0.21 cores=0-7
/proc/16447/task/16456/stat : 16456 (java) S 16445 16445 13461 0 -1 1077944384 4598 0 0 0 16 5 0 0 20 0 28 0 151841086 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301900688528 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16457] ppid=16445 vsize=26605264 memory=10728 CPUtime=0.23 cores=0-7
/proc/16447/task/16457/stat : 16457 (java) S 16445 16445 13461 0 -1 1077944384 15556 0 0 0 20 3 0 0 20 0 28 0 151841087 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301082753008 140301955447426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16458] ppid=16445 vsize=26605264 memory=1204 CPUtime=0 cores=0-7
/proc/16447/task/16458/stat : 16458 (java) S 16445 16445 13461 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 151841088 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301081699296 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16459] ppid=16445 vsize=26605264 memory=15876 CPUtime=0 cores=0-7
/proc/16447/task/16459/stat : 16459 (java) S 16445 16445 13461 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 151841088 27243790336 49559 33554432000 4194304 4196468 140728580009536 140301080646656 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16460] ppid=16445 vsize=26605264 memory=16444 CPUtime=0 cores=0-7
/proc/16447/task/16460/stat : 16460 (java) S 16445 16445 13461 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151841090 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300157184208 140301955454875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16461] ppid=16445 vsize=26605264 memory=4052 CPUtime=1.62 cores=0-7
/proc/16447/task/16461/stat : 16461 (java) S 16445 16445 13461 0 -1 1077944384 8818 0 0 0 161 1 0 0 20 0 28 0 151841090 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300156131824 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16462] ppid=16445 vsize=26605264 memory=23228 CPUtime=1.55 cores=0-7
/proc/16447/task/16462/stat : 16462 (java) S 16445 16445 13461 0 -1 1077944384 9123 0 0 0 153 2 0 0 20 0 28 0 151841090 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300155079280 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16463] ppid=16445 vsize=26605264 memory=280396001923200 CPUtime=1.64 cores=0-7
/proc/16447/task/16463/stat : 16463 (java) S 16445 16445 13461 0 -1 1077944384 9244 0 0 0 163 1 0 0 20 0 28 0 151841090 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300154026736 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16464] ppid=16445 vsize=26605264 memory=1576 CPUtime=0.71 cores=0-7
/proc/16447/task/16464/stat : 16464 (java) S 16445 16445 13461 0 -1 1077944384 8487 0 0 0 69 2 0 0 20 0 28 0 151841090 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300152974192 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16465] ppid=16445 vsize=26605264 memory=932 CPUtime=0 cores=0-7
/proc/16447/task/16465/stat : 16465 (java) S 16445 16445 13461 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151841091 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300151920864 140301955446485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16466] ppid=16445 vsize=26605264 memory=1384 CPUtime=0.04 cores=0-7
/proc/16447/task/16466/stat : 16466 (java) S 16445 16445 13461 0 -1 1077944384 2352 0 0 0 1 3 0 0 20 0 28 0 151841091 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300150868400 140301955447426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16619] ppid=16445 vsize=26605264 memory=198236 CPUtime=130.05 cores=0-7
/proc/16447/task/16619/stat : 16619 (java) R 16445 16445 13461 0 -1 4202560 1585 0 0 0 13005 0 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300141804224 140301570492186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16620] ppid=16445 vsize=26605264 memory=2200 CPUtime=130.18 cores=0-7
/proc/16447/task/16620/stat : 16620 (java) R 16445 16445 13461 0 -1 4202560 1880 0 0 0 13018 0 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140299397468232 140301570492554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16621] ppid=16445 vsize=26605264 memory=7528 CPUtime=130.05 cores=0-7
/proc/16447/task/16621/stat : 16621 (java) R 16445 16445 13461 0 -1 4202560 3968 0 0 0 13004 1 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140299399576080 140301570492083 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16622] ppid=16445 vsize=26605264 memory=840 CPUtime=130.23 cores=0-7
/proc/16447/task/16622/stat : 16622 (java) R 16445 16445 13461 0 -1 4202560 5874 0 0 0 13021 2 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140299396415568 140301570492001 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16623] ppid=16445 vsize=26605264 memory=1384 CPUtime=130.06 cores=0-7
/proc/16447/task/16623/stat : 16623 (java) R 16445 16445 13461 0 -1 4202560 2482 0 0 0 13005 1 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140299395363048 140301572540509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16624] ppid=16445 vsize=26605264 memory=198236 CPUtime=129.92 cores=0-7
/proc/16447/task/16624/stat : 16624 (java) R 16445 16445 13461 0 -1 4202560 1464 0 0 0 12992 0 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140299400626664 140728580503766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16625] ppid=16445 vsize=26605264 memory=4524 CPUtime=130.06 cores=0-7
/proc/16447/task/16625/stat : 16625 (java) R 16445 16445 13461 0 -1 4202560 3561 0 0 0 13006 0 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140299401678400 140301570492186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
[pid=16447/tid=16626] ppid=16445 vsize=26605264 memory=4104 CPUtime=129.83 cores=0-7
/proc/16447/task/16626/stat : 16626 (java) R 16445 16445 13461 0 -1 4202560 5805 0 0 0 12981 2 0 0 20 0 28 0 151853196 27243790336 49559 33554432000 4194304 4196468 140728580009536 140300142857920 140301571084109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21430272 140728580015256 140728580015432 140728580015432 140728580018127 0
Current children cumulated CPU time: 2002.07 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 199620 KiB

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

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

[startup+252.127 s]
# the end of solver process 16447 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2002.1 s, system=0.856061 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.127
CPU time (s): 2002.96
CPU user time (s): 2002.1
CPU system time (s): 0.856061
CPU usage (%): 794.427
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 244176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2002.1
system time used= 0.856061
maximum resident set size= 251444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27635
involuntary context switches= 22241


# summary of solver processes directly reported to runsolver:
#   pid: 16445,16447
#   total CPU time (s): 2002.96
#   total CPU user time (s): 2002.1
#   total CPU system time (s): 0.856061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05582 second user time and 2.67473 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-20 01:51:14
IDJOB=4281620
IDBENCH=135870
IDSOLVER=2676
FILE ID=node114/4281620-1503187534
RUNJOBID= node114-1503180880-13488
PBS_JOBID= 20630851
Free space on /tmp= 61848 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-18.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281620-1503187534/watcher-4281620-1503187534 -o /tmp/evaluation-result-4281620-1503187534/solver-4281620-1503187534 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503180880-13488 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2058023700 HOME/instance-4281620-1503187534.xml

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

MD5SUM BENCH= 16e7a4452edd8ccb673a436dbd81290a
RANDOM SEED=2058023700

node114.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.98
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.98
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.98
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.98
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:        21753608 kB
MemAvailable:   31969760 kB
Buffers:          259232 kB
Cached:         10245928 kB
SwapCached:            0 kB
Active:          1768172 kB
Inactive:        8792260 kB
Active(anon):      46972 kB
Inactive(anon):    44268 kB
Active(file):    1721200 kB
Inactive(file):  8747992 kB
Unevictable:        7236 kB
Mlocked:            7236 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7460 kB
Writeback:            44 kB
AnonPages:        223784 kB
Mapped:            50868 kB
Shmem:             33416 kB
Slab:             151844 kB
SReclaimable:     125592 kB
SUnreclaim:        26252 kB
KernelStack:        4128 kB
PageTables:         4868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61840 MiB
End job on node114 at 2017-08-20 01:55:26