Trace number 4394017

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-06-14 parallelSAT (TO)149 20056.4 2520.12

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2520.38
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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-4394017-1568439528.xml"  -tl '20160s' -p 8
0.11/0.19	c Choco e747e1e
0.11/0.20	c [HOME/instance-4394017-1568439528.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
1.80/0.75	c solve instance...
2.33/0.86	o 581 
2.33/0.87	o 251 
2.33/0.87	o 247 
2.98/0.90	o 194 
2.98/0.91	o 192 
2.98/0.92	o 190 
3.79/1.06	o 187 
5.33/1.22	o 184 
9.88/1.93	o 177 
9.88/1.94	o 169 
9.88/1.94	o 152 
9.88/1.97	o 150 
9.88/1.98	o 149 
20055.74/2520.07	s SATISFIABLE
20055.74/2520.07	v <instantiation>
20055.74/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] c[30] c[31] c[32] c[33] c[34] 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] d[30] d[31] d[32] d[33] d[34] </list>
20055.74/2520.07	v 	<values>13 12 17 18 23 22 16 15 5 1 2 3 6 8 9 7 4 14 19 20 21 24 29 30 28 32 33 34 31 27 26 25 11 10 0 1 5 1 5 1 4 2 10 2 3 6 1 2 2 2 1 11 6 1 3 1 9 2 11 13 1 5 1 5 2 5 10 4 4 7 </values>
20055.74/2520.07	v </instantiation>
20055.74/2520.07	c Unexpected resolution interruption!

Verifier Data

OK	149

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394017-1568439528/watcher-4394017-1568439528 -o /tmp/evaluation-result-4394017-1568439528/solver-4394017-1568439528 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568439487-2574 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 272762545 HOME/instance-4394017-1568439528.xml 

running on 8 cores: 0-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=2591, runsolver pid=2588
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 4.95 7.37 7.98 2/211 2612
/proc/meminfo: memFree=30845572/32770688 swapFree=66961116/67108860
[pid=2591] ppid=2588 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2591/stat : 2591 (xcsp3-exec) S 2588 2591 2547 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419894491 115843072 363 33554432000 4194304 5098028 140733285245120 140733285243224 140637927064188 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21262336 140733285254006 140733285254249 140733285254249 140733285257162 0
/proc/2591/statm: 28282 363 304 221 0 87 0
[pid=2593] ppid=2591 vsize=28227388 memory=28936 CPUtime=0.11 cores=0-7
/proc/2593/stat : 2593 (java) S 2591 2591 2547 0 -1 1077944320 5690 0 0 0 10 1 0 0 20 0 20 0 419894492 28904845312 7234 33554432000 4194304 4196468 140728566549936 140728566532480 139716721802999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
/proc/2593/statm: 7056847 7234 3118 1 0 7019032 0
[pid=2593/tid=2594] ppid=2591 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/2593/task/2594/stat : 2594 (java) R 2591 2591 2547 0 -1 4202560 3600 0 0 0 8 1 0 0 20 0 20 0 419894492 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716726036480 139716721814934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2595] ppid=2591 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2591 2547 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716641655824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2596] ppid=2591 vsize=28227388 memory=140114745468544 CPUtime=0 cores=0-7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716640603280 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2597] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716639550224 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2598] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716638497680 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2599] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716637444624 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2600] ppid=2591 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716636392080 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2601] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716635339024 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2602] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716634286480 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2603] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2591 2547 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419894494 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716106238704 139716721814146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2604] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2591 2547 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419894495 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716105184928 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2605] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2591 2547 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419894495 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716104131824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2606] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716103080400 139716721821595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2607] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2591 2547 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716102027504 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2608] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716100974960 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2609] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2591 2547 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716099921904 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2610] ppid=2591 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/2593/task/2610/stat : 2610 (java) R 2591 2591 2547 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 20 0 419894498 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716098869360 139716721814934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2611] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716097817568 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2612] ppid=2591 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/2593/task/2612/stat : 2612 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 7234 33554432000 4194304 4196468 140728566549936 139716096765104 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30388 KiB

[startup+0.211287 s]*
/proc/loadavg: 4.95 7.37 7.98 3/211 2612
/proc/meminfo: memFree=30831724/32770688 swapFree=66961116/67108860
[pid=2591] ppid=2588 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2591/stat : 2591 (xcsp3-exec) S 2588 2591 2547 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419894491 115843072 363 33554432000 4194304 5098028 140733285245120 140733285243224 140637927064188 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21262336 140733285254006 140733285254249 140733285254249 140733285257162 0
/proc/2591/statm: 28282 363 304 221 0 87 0
[pid=2593] ppid=2591 vsize=28227388 memory=40812 CPUtime=0.33 cores=0-7
/proc/2593/stat : 2593 (java) S 2591 2591 2547 0 -1 1077944320 9462 0 0 0 30 3 0 0 20 0 20 0 419894492 28904845312 10203 33554432000 4194304 4196468 140728566549936 140728566532480 139716721802999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
/proc/2593/statm: 7056847 10203 3297 1 0 7019032 0
[pid=2593/tid=2594] ppid=2591 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/2593/task/2594/stat : 2594 (java) R 2591 2591 2547 0 -1 4202560 6583 0 0 0 17 3 0 0 20 0 20 0 419894492 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716726036752 139716721814934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2595] ppid=2591 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2591 2547 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716641655824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2596] ppid=2591 vsize=28227388 memory=140114748245079 CPUtime=0 cores=0-7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716640603280 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2597] ppid=2591 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716639550224 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2598] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716638497680 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2599] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716637444624 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2600] ppid=2591 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716636392080 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2601] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716635339024 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2602] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716634286480 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2603] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2591 2547 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419894494 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716106238704 139716721814146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2604] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2591 2547 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419894495 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716105184928 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2605] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2591 2547 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419894495 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716104131824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2606] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716103080400 139716721821595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2607] ppid=2591 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2591 2547 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 20 0 419894498 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716102027504 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2608] ppid=2591 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2591 2547 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 419894498 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716100974960 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2609] ppid=2591 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2591 2547 0 -1 1077944384 365 0 0 0 2 0 0 0 20 0 20 0 419894498 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716099921904 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2610] ppid=2591 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/2593/task/2610/stat : 2610 (java) R 2591 2591 2547 0 -1 4202560 770 0 0 0 7 0 0 0 20 0 20 0 419894498 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716098869488 139716700407692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2611] ppid=2591 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716097817568 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2612] ppid=2591 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/2593/task/2612/stat : 2612 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894498 28904845312 10268 33554432000 4194304 4196468 140728566549936 139716096765104 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42264 KiB

[startup+0.310789 s]*
/proc/loadavg: 4.95 7.37 7.98 2/211 2612
/proc/meminfo: memFree=30826116/32770688 swapFree=66961116/67108860
[pid=2591] ppid=2588 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2591/stat : 2591 (xcsp3-exec) S 2588 2591 2547 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419894491 115843072 363 33554432000 4194304 5098028 140733285245120 140733285243224 140637927064188 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21262336 140733285254006 140733285254249 140733285254249 140733285257162 0
/proc/2591/statm: 28282 363 304 221 0 87 0
[pid=2593] ppid=2591 vsize=28231644 memory=47184 CPUtime=0.52 cores=0-7
/proc/2593/stat : 2593 (java) S 2591 2591 2547 0 -1 1077944320 10565 0 0 0 48 4 0 0 20 0 20 0 419894492 28909203456 11796 33554432000 4194304 4196468 140728566549936 140728566532480 139716721802999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
/proc/2593/statm: 7057911 11796 3346 1 0 7019032 0
[pid=2593/tid=2594] ppid=2591 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/2593/task/2594/stat : 2594 (java) R 2591 2591 2547 0 -1 4202560 7580 0 0 0 27 3 0 0 20 0 20 0 419894492 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716726015408 139716707171151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2595] ppid=2591 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2591 2547 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716641655824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2596] ppid=2591 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716640603280 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2597] ppid=2591 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716639550224 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2598] ppid=2591 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716638497680 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2599] ppid=2591 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716637444624 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2600] ppid=2591 vsize=28231644 memory=140114583972527 CPUtime=0 cores=0-7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716636392080 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2601] ppid=2591 vsize=28231644 memory=140114583974832 CPUtime=0 cores=0-7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716635339024 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2602] ppid=2591 vsize=28231644 memory=140114583977136 CPUtime=0 cores=0-7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716634286480 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2603] ppid=2591 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2591 2547 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419894494 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716106238704 139716721814146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2604] ppid=2591 vsize=28231644 memory=280229167968144 CPUtime=0 cores=0-7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2591 2547 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419894495 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716105184928 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2605] ppid=2591 vsize=28231644 memory=280229167965840 CPUtime=0 cores=0-7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2591 2547 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419894495 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716104131824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2606] ppid=2591 vsize=28231644 memory=280229167972752 CPUtime=0 cores=0-7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894498 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716103080400 139716721821595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2607] ppid=2591 vsize=28231644 memory=280229167914000 CPUtime=0.02 cores=0-7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2591 2547 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 20 0 419894498 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716102027504 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2608] ppid=2591 vsize=28231644 memory=280229167986576 CPUtime=0.02 cores=0-7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2591 2547 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 419894498 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716100974960 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2609] ppid=2591 vsize=28231644 memory=280229167993488 CPUtime=0.03 cores=0-7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2591 2547 0 -1 1077944384 397 0 0 0 3 0 0 0 20 0 20 0 419894498 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716099921904 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2610] ppid=2591 vsize=28231644 memory=280229167991184 CPUtime=0.12 cores=0-7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2591 2547 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 20 0 419894498 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716098869360 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2611] ppid=2591 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419894498 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716097817568 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2612] ppid=2591 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/2593/task/2612/stat : 2612 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894498 28909203456 11796 33554432000 4194304 4196468 140728566549936 139716096765104 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48636 KiB

[startup+0.701016 s]
/proc/loadavg: 4.95 7.37 7.98 3/211 2612
/proc/meminfo: memFree=30809148/32770688 swapFree=66961116/67108860
[pid=2591] ppid=2588 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2591/stat : 2591 (xcsp3-exec) S 2588 2591 2547 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419894491 115843072 363 33554432000 4194304 5098028 140733285245120 140733285243224 140637927064188 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21262336 140733285254006 140733285254249 140733285254249 140733285257162 0
/proc/2591/statm: 28282 363 304 221 0 87 0
[pid=2593] ppid=2591 vsize=28233768 memory=96396 CPUtime=1.8 cores=0-7
/proc/2593/stat : 2593 (java) S 2591 2591 2547 0 -1 1077944320 15251 0 0 0 174 6 0 0 20 0 20 0 419894492 28911378432 24099 33554432000 4194304 4196468 140728566549936 140728566532480 139716721802999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
/proc/2593/statm: 7058442 24099 3458 1 0 7019544 0
[pid=2593/tid=2594] ppid=2591 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/2593/task/2594/stat : 2594 (java) R 2591 2591 2547 0 -1 4202560 9108 0 0 0 63 5 0 0 20 0 20 0 419894492 28911378432 24099 33554432000 4194304 4196468 140728566549936 139716726037104 139716312169529 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2595] ppid=2591 vsize=28233768 memory=140114584183664 CPUtime=0 cores=0-7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2591 2547 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419894493 28911378432 24099 33554432000 4194304 4196468 140728566549936 139716641655824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2596] ppid=2591 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28911378432 24099 33554432000 4194304 4196468 140728566549936 139716640603280 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2597] ppid=2591 vsize=28233768 memory=1564 CPUtime=0 cores=0-7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419894493 28911378432 24099 33554432000 4194304 4196468 140728566549936 139716639550224 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0

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

[pid=2593/tid=2724] ppid=2591 vsize=28834892 memory=1452 CPUtime=2415.25 cores=0-7
/proc/2593/task/2724/stat : 2724 (java) R 2591 2591 2547 0 -1 4202560 13040 0 0 0 241480 45 0 0 20 0 28 0 419894690 29526929408 441473 33554432000 4194304 4196468 140728566549936 139715226238240 139716319336756 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
Current children cumulated CPU time: 19436.9 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1767344 KiB

[startup+2502.3 s]
/proc/loadavg: 8.44 8.30 8.30 9/219 2934
/proc/meminfo: memFree=29239412/32770688 swapFree=66961116/67108860
[pid=2591] ppid=2588 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2591/stat : 2591 (xcsp3-exec) S 2588 2591 2547 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419894491 115843072 363 33554432000 4194304 5098028 140733285245120 140733285243224 140637927064188 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21262336 140733285254006 140733285254249 140733285254249 140733285257162 0
/proc/2591/statm: 28282 363 304 221 0 87 0
[pid=2593] ppid=2591 vsize=28834892 memory=1629940 CPUtime=19914.8 cores=0-7
/proc/2593/stat : 2593 (java) S 2591 2591 2547 0 -1 1077944320 677205 0 0 0 1990139 1340 0 0 20 0 28 0 419894492 29526929408 407485 33554432000 4194304 4196468 140728566549936 140728566532480 139716721802999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
/proc/2593/statm: 7208723 407485 3540 1 0 7169825 0
[pid=2593/tid=2594] ppid=2591 vsize=28834892 memory=1452 CPUtime=0.76 cores=0-7
/proc/2593/task/2594/stat : 2594 (java) S 2591 2591 2547 0 -1 1077944384 9290 0 0 0 71 5 0 0 20 0 28 0 419894492 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716726043776 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2595] ppid=2591 vsize=28834892 memory=1629940 CPUtime=13.91 cores=0-7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2591 2547 0 -1 1077944384 21153 0 0 0 1338 53 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716641655824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2596] ppid=2591 vsize=28834892 memory=1629940 CPUtime=13.93 cores=0-7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2591 2547 0 -1 1077944384 21701 0 0 0 1342 51 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716640603280 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2597] ppid=2591 vsize=28834892 memory=1629940 CPUtime=13.99 cores=0-7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2591 2547 0 -1 1077944384 26960 0 0 0 1350 49 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716639550224 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2598] ppid=2591 vsize=28834892 memory=1638660 CPUtime=13.92 cores=0-7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2591 2547 0 -1 1077944384 22371 0 0 0 1341 51 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716638497680 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2599] ppid=2591 vsize=28834892 memory=1452 CPUtime=13.92 cores=0-7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2591 2547 0 -1 1077944384 25274 0 0 0 1343 49 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716637444624 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2600] ppid=2591 vsize=28834892 memory=1687396 CPUtime=13.91 cores=0-7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2591 2547 0 -1 1077944384 27109 0 0 0 1339 52 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716636392080 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2601] ppid=2591 vsize=28834892 memory=1452 CPUtime=13.88 cores=0-7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2591 2547 0 -1 1077944384 21631 0 0 0 1335 53 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716635339024 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2602] ppid=2591 vsize=28834892 memory=1687396 CPUtime=14.01 cores=0-7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2591 2547 0 -1 1077944384 23758 0 0 0 1348 53 0 0 20 0 28 0 419894493 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716634286480 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2603] ppid=2591 vsize=28834892 memory=1452 CPUtime=5.03 cores=0-7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2591 2547 0 -1 1077944384 76632 0 0 0 294 209 0 0 20 0 28 0 419894494 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716106238704 139716721814146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2604] ppid=2591 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2591 2547 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419894495 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716105184992 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2605] ppid=2591 vsize=28834892 memory=6933690287860520857 CPUtime=0 cores=0-7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2591 2547 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 419894495 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716104131840 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2606] ppid=2591 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419894498 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716103080400 139716721821595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2607] ppid=2591 vsize=28834892 memory=1452 CPUtime=4.07 cores=0-7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2591 2547 0 -1 1077944384 19333 0 0 0 404 3 0 0 20 0 28 0 419894498 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716102027504 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2608] ppid=2591 vsize=28834892 memory=1452 CPUtime=4.06 cores=0-7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2591 2547 0 -1 1077944384 28989 0 0 0 403 3 0 0 20 0 28 0 419894498 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716100974960 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2609] ppid=2591 vsize=28834892 memory=1452 CPUtime=3.94 cores=0-7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2591 2547 0 -1 1077944384 26173 0 0 0 389 5 0 0 20 0 28 0 419894498 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716099921904 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2610] ppid=2591 vsize=28834892 memory=1452 CPUtime=1.19 cores=0-7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2591 2547 0 -1 1077944384 21007 0 0 0 115 4 0 0 20 0 28 0 419894498 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716098869360 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2611] ppid=2591 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419894498 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716097817568 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2612] ppid=2591 vsize=28834892 memory=1452 CPUtime=0.85 cores=0-7
/proc/2593/task/2612/stat : 2612 (java) S 2591 2591 2547 0 -1 1077944384 5261 0 0 0 28 57 0 0 20 0 28 0 419894498 29526929408 407485 33554432000 4194304 4196468 140728566549936 139716096765104 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2717] ppid=2591 vsize=28834892 memory=1452 CPUtime=2473.34 cores=0-7
/proc/2593/task/2717/stat : 2717 (java) R 2591 2591 2547 0 -1 4202560 15163 0 0 0 247310 24 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715233603288 139716315800718 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2718] ppid=2591 vsize=28834892 memory=3612 CPUtime=2474.79 cores=0-7
/proc/2593/task/2718/stat : 2718 (java) R 2591 2591 2547 0 -1 4202560 13171 0 0 0 247456 23 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715229393784 139716317924833 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2719] ppid=2591 vsize=28834892 memory=39916 CPUtime=2468.24 cores=0-7
/proc/2593/task/2719/stat : 2719 (java) R 2591 2591 2547 0 -1 4202560 92160 0 0 0 246662 162 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715230445656 139716310709380 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2720] ppid=2591 vsize=28834892 memory=3612 CPUtime=2470.88 cores=0-7
/proc/2593/task/2720/stat : 2720 (java) R 2591 2591 2547 0 -1 4202560 51385 0 0 0 246934 154 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715227290384 139716314517146 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2721] ppid=2591 vsize=28834892 memory=39916 CPUtime=2471.85 cores=0-7
/proc/2593/task/2721/stat : 2721 (java) R 2591 2591 2547 0 -1 4202560 84986 0 0 0 246973 212 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715232550712 139716310701955 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2722] ppid=2591 vsize=28834892 memory=1056 CPUtime=2474.59 cores=0-7
/proc/2593/task/2722/stat : 2722 (java) R 2591 2591 2547 0 -1 4202560 12197 0 0 0 247418 41 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715228339760 139716319336698 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2723] ppid=2591 vsize=28834892 memory=8112282956445269571 CPUtime=2469.95 cores=0-7
/proc/2593/task/2723/stat : 2723 (java) R 2591 2591 2547 0 -1 4202560 14077 0 0 0 246968 27 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715231499320 139716314517740 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2724] ppid=2591 vsize=28834892 memory=1629940 CPUtime=2474.74 cores=0-7
/proc/2593/task/2724/stat : 2724 (java) R 2591 2591 2547 0 -1 4202560 13884 0 0 0 247423 51 0 0 20 0 28 0 419894690 29526929408 407485 33554432000 4194304 4196468 140728566549936 139715226235432 139716319336895 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
Current children cumulated CPU time: 19914.8 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1631392 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.49 8.32 8.31 9/220 2942
/proc/meminfo: memFree=29293676/32770688 swapFree=66961116/67108860
[pid=2591] ppid=2588 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/2591/stat : 2591 (xcsp3-exec) S 2588 2591 2547 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419894491 115843072 363 33554432000 4194304 5098028 140733285245120 140733285243224 140637927064188 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21262336 140733285254006 140733285254249 140733285254249 140733285257162 0
/proc/2591/statm: 28282 363 304 221 0 87 0
[pid=2593] ppid=2591 vsize=28834892 memory=1575652 CPUtime=20055.7 cores=0-7
/proc/2593/stat : 2593 (java) S 2591 2591 2547 0 -1 1077944320 679847 0 0 0 2004229 1345 0 0 20 0 28 0 419894492 29526929408 393913 33554432000 4194304 4196468 140728566549936 140728566532480 139716721802999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
/proc/2593/statm: 7208723 393913 3540 1 0 7169825 0
[pid=2593/tid=2594] ppid=2591 vsize=28834892 memory=1398722017469774279 CPUtime=0.76 cores=0-7
/proc/2593/task/2594/stat : 2594 (java) S 2591 2591 2547 0 -1 1077944384 9290 0 0 0 71 5 0 0 20 0 28 0 419894492 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716726043776 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2595] ppid=2591 vsize=28834892 memory=1452 CPUtime=14.02 cores=0-7
/proc/2593/task/2595/stat : 2595 (java) S 2591 2591 2547 0 -1 1077944384 21211 0 0 0 1349 53 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716641655824 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2596] ppid=2591 vsize=28834892 memory=1629940 CPUtime=14.03 cores=0-7
/proc/2593/task/2596/stat : 2596 (java) S 2591 2591 2547 0 -1 1077944384 21909 0 0 0 1352 51 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716640603280 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2597] ppid=2591 vsize=28834892 memory=7307485491151726440 CPUtime=14.1 cores=0-7
/proc/2593/task/2597/stat : 2597 (java) S 2591 2591 2547 0 -1 1077944384 26984 0 0 0 1361 49 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716639550224 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2598] ppid=2591 vsize=28834892 memory=4126316290023845779 CPUtime=14.03 cores=0-7
/proc/2593/task/2598/stat : 2598 (java) S 2591 2591 2547 0 -1 1077944384 22848 0 0 0 1352 51 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716638497680 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2599] ppid=2591 vsize=28834892 memory=1088 CPUtime=14.02 cores=0-7
/proc/2593/task/2599/stat : 2599 (java) S 2591 2591 2547 0 -1 1077944384 25642 0 0 0 1353 49 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716637444624 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2600] ppid=2591 vsize=28834892 memory=2832 CPUtime=14.01 cores=0-7
/proc/2593/task/2600/stat : 2600 (java) S 2591 2591 2547 0 -1 1077944384 27172 0 0 0 1349 52 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716636392080 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2601] ppid=2591 vsize=28834892 memory=1564 CPUtime=13.99 cores=0-7
/proc/2593/task/2601/stat : 2601 (java) S 2591 2591 2547 0 -1 1077944384 21855 0 0 0 1346 53 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716635339024 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2602] ppid=2591 vsize=28834892 memory=8560 CPUtime=14.11 cores=0-7
/proc/2593/task/2602/stat : 2602 (java) S 2591 2591 2547 0 -1 1077944384 24188 0 0 0 1358 53 0 0 20 0 28 0 419894493 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716634286480 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2603] ppid=2591 vsize=28834892 memory=14008 CPUtime=5.07 cores=0-7
/proc/2593/task/2603/stat : 2603 (java) S 2591 2591 2547 0 -1 1077944384 76833 0 0 0 296 211 0 0 20 0 28 0 419894494 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716106238704 139716721814146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2604] ppid=2591 vsize=28834892 memory=19232 CPUtime=0 cores=0-7
/proc/2593/task/2604/stat : 2604 (java) S 2591 2591 2547 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 419894495 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716105184992 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2605] ppid=2591 vsize=28834892 memory=14068 CPUtime=0 cores=0-7
/proc/2593/task/2605/stat : 2605 (java) S 2591 2591 2547 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 419894495 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716104131840 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2606] ppid=2591 vsize=28834892 memory=2120 CPUtime=0 cores=0-7
/proc/2593/task/2606/stat : 2606 (java) S 2591 2591 2547 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419894498 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716103080400 139716721821595 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2607] ppid=2591 vsize=28834892 memory=1452 CPUtime=4.07 cores=0-7
/proc/2593/task/2607/stat : 2607 (java) S 2591 2591 2547 0 -1 1077944384 19335 0 0 0 404 3 0 0 20 0 28 0 419894498 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716102027504 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2608] ppid=2591 vsize=28834892 memory=1629940 CPUtime=4.06 cores=0-7
/proc/2593/task/2608/stat : 2608 (java) S 2591 2591 2547 0 -1 1077944384 28991 0 0 0 403 3 0 0 20 0 28 0 419894498 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716100974960 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2609] ppid=2591 vsize=28834892 memory=1760 CPUtime=3.94 cores=0-7
/proc/2593/task/2609/stat : 2609 (java) S 2591 2591 2547 0 -1 1077944384 26175 0 0 0 389 5 0 0 20 0 28 0 419894498 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716099921904 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2610] ppid=2591 vsize=28834892 memory=111636 CPUtime=1.19 cores=0-7
/proc/2593/task/2610/stat : 2610 (java) S 2591 2591 2547 0 -1 1077944384 21009 0 0 0 115 4 0 0 20 0 28 0 419894498 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716098869360 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2611] ppid=2591 vsize=28834892 memory=800 CPUtime=0 cores=0-7
/proc/2593/task/2611/stat : 2611 (java) S 2591 2591 2547 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419894498 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716097817568 139716721813205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2612] ppid=2591 vsize=28834892 memory=1808 CPUtime=0.85 cores=0-7
/proc/2593/task/2612/stat : 2612 (java) S 2591 2591 2547 0 -1 1077944384 5265 0 0 0 28 57 0 0 20 0 28 0 419894498 29526929408 393913 33554432000 4194304 4196468 140728566549936 139716096765104 139716721814146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2717] ppid=2591 vsize=28834892 memory=920 CPUtime=2490.9 cores=0-7
/proc/2593/task/2717/stat : 2717 (java) R 2591 2591 2547 0 -1 4202560 15185 0 0 0 249066 24 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715233605488 139716317925214 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2718] ppid=2591 vsize=28834892 memory=3912 CPUtime=2492.34 cores=0-7
/proc/2593/task/2718/stat : 2718 (java) R 2591 2591 2547 0 -1 4202560 13203 0 0 0 249211 23 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715229392968 139716314479357 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2719] ppid=2591 vsize=28834892 memory=1408 CPUtime=2485.71 cores=0-7
/proc/2593/task/2719/stat : 2719 (java) R 2591 2591 2547 0 -1 4202560 92196 0 0 0 248409 162 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715230445656 139716310709967 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2720] ppid=2591 vsize=28834892 memory=3832 CPUtime=2488.34 cores=0-7
/proc/2593/task/2720/stat : 2720 (java) R 2591 2591 2547 0 -1 4202560 51639 0 0 0 248679 155 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715227287544 139716314479534 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2721] ppid=2591 vsize=28834892 memory=1452 CPUtime=2489.4 cores=0-7
/proc/2593/task/2721/stat : 2721 (java) R 2591 2591 2547 0 -1 4202560 85118 0 0 0 248727 213 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715232551448 139716310702527 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2722] ppid=2591 vsize=28834892 memory=1588476 CPUtime=2492.18 cores=0-7
/proc/2593/task/2722/stat : 2722 (java) R 2591 2591 2547 0 -1 4202560 12212 0 0 0 249177 41 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715228339760 139716319336490 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2723] ppid=2591 vsize=28834892 memory=2640 CPUtime=2487.25 cores=0-7
/proc/2593/task/2723/stat : 2723 (java) R 2591 2591 2547 0 -1 4202560 14091 0 0 0 248698 27 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715231498616 139716316226783 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
[pid=2593/tid=2724] ppid=2591 vsize=28834892 memory=1452 CPUtime=2492.29 cores=0-7
/proc/2593/task/2724/stat : 2724 (java) R 2591 2591 2547 0 -1 4202560 13956 0 0 0 249178 51 0 0 20 0 28 0 419894690 29526929408 393913 33554432000 4194304 4196468 140728566549936 139715226235432 139716319336803 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 39538688 140728566551530 140728566551702 140728566551702 140728566554575 0
Current children cumulated CPU time: 20055.7 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1577104 KiB

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

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

[startup+2520.12 s]
# the end of solver process 2593 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20042.9 s, system=13.4777 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.12
CPU time (s): 20056.4
CPU user time (s): 20042.9
CPU system time (s): 13.4777
CPU usage (%): 795.852
Max. virtual memory (cumulated for all children) (KiB): 28950132
Max. memory (cumulated for all children) (KiB): 2482584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20042.9
system time used= 13.4777
maximum resident set size= 2509452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 680775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87579
involuntary context switches= 225921


# summary of solver processes directly reported to runsolver:
#   pid: 2591,2593
#   total CPU time (s): 20056.4
#   total CPU user time (s): 20042.9
#   total CPU system time (s): 13.4777

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.2189 second user time and 32.8946 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 07:38:07
IDJOB=4394017
IDBENCH=135871
IDSOLVER=2841
FILE ID=node116/4394017-1568439528
RUNJOBID= node116-1568439487-2574
PBS_JOBID= 21702335
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.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-4394017-1568439528/watcher-4394017-1568439528 -o /tmp/evaluation-result-4394017-1568439528/solver-4394017-1568439528 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568439487-2574 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 272762545 HOME/instance-4394017-1568439528.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=272762545

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30861904 kB
MemAvailable:   31856220 kB
Buffers:           86800 kB
Cached:          1193376 kB
SwapCached:        46664 kB
Active:           946244 kB
Inactive:         386216 kB
Active(anon):       4540 kB
Inactive(anon):    88316 kB
Active(file):     941704 kB
Inactive(file):   297900 kB
Unevictable:      109348 kB
Mlocked:          109348 kB
SwapTotal:      67108860 kB
SwapFree:       66961116 kB
Dirty:             25928 kB
Writeback:             4 kB
AnonPages:        111224 kB
Mapped:            43496 kB
Shmem:             32008 kB
Slab:             169232 kB
SReclaimable:     141096 kB
SUnreclaim:        28136 kB
KernelStack:        3328 kB
PageTables:         4992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     497428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 08:20:07