Trace number 4271804

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-09)SAT (TO)104 2006.38 252.121

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1128.5
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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-4271804-1502644692.xml"  -tl '2016s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271804-1502644692.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.08/0.53	c solve instance...
1.08/0.60	o 159 
1.08/0.60	o 157 
1.58/0.61	o 137 
1.58/0.62	o 127 
1.58/0.62	o 121 
1.58/0.67	o 112 
13.23/2.20	o 108 
45.84/6.34	o 106 
45.84/6.35	o 104 
2005.54/252.09	s SATISFIABLE
2005.54/252.09	v <instantiation>
2005.54/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] 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] </list>
2005.54/252.09	v 	<values>14 13 9 10 7 8 4 0 3 2 1 5 6 12 11 4 14 10 6 4 4 5 4 6 2 7 1 15 12 10 </values>
2005.54/252.09	v </instantiation>
2005.54/252.09	c Unexpected resolution interruption!

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271804-1502644692/watcher-4271804-1502644692 -o /tmp/evaluation-result-4271804-1502644692/solver-4271804-1502644692 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502637526-8210 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1969069737 HOME/instance-4271804-1502644692.xml 

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

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


[startup+0.100108 s]*
/proc/loadavg: 8.20 7.71 7.05 2/201 26536
/proc/meminfo: memFree=31591072/32770624 swapFree=67108860/67108860
[pid=26515] ppid=26512 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26515/stat : 26515 (xcsp3-exec) S 26512 26515 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97557417 9740288 346 33554432000 4194304 5098028 140735168524736 140735168522840 140699787293308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10522624 140735168533610 140735168533820 140735168533820 140735168536555 0
/proc/26515/statm: 2378 346 289 221 0 87 0
[pid=26517] ppid=26515 vsize=25999808 memory=27416 CPUtime=0.11 cores=0-7
/proc/26517/stat : 26517 (java) S 26515 26515 8183 0 -1 1077944320 5210 0 0 0 10 1 0 0 20 0 20 0 97557417 26623803392 6854 33554432000 4194304 4196468 140731987362800 140731987345344 139897834094327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
/proc/26517/statm: 6499952 6854 2865 1 0 6488269 0
[pid=26517/tid=26518] ppid=26515 vsize=25999808 memory=8041910992251035800 CPUtime=0.09 cores=0-7
/proc/26517/task/26518/stat : 26518 (java) R 26515 26515 8183 0 -1 4202560 3220 0 0 0 8 1 0 0 20 0 20 0 97557417 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897838326256 139897818137957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26519] ppid=26515 vsize=25999808 memory=732370670423501797 CPUtime=0 cores=0-7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897756674576 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26520] ppid=26515 vsize=25999808 memory=140532086048384 CPUtime=0 cores=0-7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897391307408 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26521] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26515 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897390254352 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26522] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897389201808 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26523] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897388149776 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26524] ppid=26515 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897387097232 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26525] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897386044176 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26526] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557418 26623803392 6854 33554432000 4194304 4196468 140731987362800 139897384991632 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26527] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26515 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97557420 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896509147376 139897834105474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26528] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26515 8183 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97557420 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896508093600 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26529] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26515 8183 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97557420 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896507040496 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26530] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557423 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896505989072 139897834112923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26531] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26515 8183 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 97557423 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896504937200 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26532] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557423 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896503884656 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26533] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557423 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896502831600 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26534] ppid=26515 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/26517/task/26534/stat : 26534 (java) R 26515 26515 8183 0 -1 4202560 255 0 0 0 1 0 0 0 20 0 20 0 97557423 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896501779056 139897812794528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26535] ppid=26515 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557423 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896500726240 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26536] ppid=26515 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26517/task/26536/stat : 26536 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557423 26623803392 6854 33554432000 4194304 4196468 140731987362800 139896499673776 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28800 KiB

[startup+0.210352 s]*
/proc/loadavg: 8.20 7.71 7.05 2/201 26536
/proc/meminfo: memFree=31580164/32770624 swapFree=67108860/67108860
[pid=26515] ppid=26512 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26515/stat : 26515 (xcsp3-exec) S 26512 26515 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97557417 9740288 346 33554432000 4194304 5098028 140735168524736 140735168522840 140699787293308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10522624 140735168533610 140735168533820 140735168533820 140735168536555 0
/proc/26515/statm: 2378 346 289 221 0 87 0
[pid=26517] ppid=26515 vsize=26004064 memory=38780 CPUtime=0.33 cores=0-7
/proc/26517/stat : 26517 (java) S 26515 26515 8183 0 -1 1077944320 7821 0 0 0 30 3 0 0 20 0 20 0 97557417 26628161536 9695 33554432000 4194304 4196468 140731987362800 140731987345344 139897834094327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
/proc/26517/statm: 6501016 9695 3052 1 0 6488269 0
[pid=26517/tid=26518] ppid=26515 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/26517/task/26518/stat : 26518 (java) R 26515 26515 8183 0 -1 4202560 4938 0 0 0 18 2 0 0 20 0 20 0 97557417 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897838317152 139897834116253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26519] ppid=26515 vsize=26004064 memory=732370670423501797 CPUtime=0 cores=0-7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897756674576 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26520] ppid=26515 vsize=26004064 memory=140532086048384 CPUtime=0 cores=0-7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897391307408 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26521] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26515 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897390254352 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26522] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897389201808 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26523] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897388149776 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26524] ppid=26515 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897387097232 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26525] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897386044176 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26526] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557418 26628161536 9695 33554432000 4194304 4196468 140731987362800 139897384991632 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26527] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26515 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97557420 26628161536 9695 33554432000 4194304 4196468 140731987362800 139896509147376 139897834105474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26528] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26515 8183 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97557420 26628161536 9695 33554432000 4194304 4196468 140731987362800 139896508093600 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26529] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26515 8183 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97557420 26628161536 9695 33554432000 4194304 4196468 140731987362800 139896507040496 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26530] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557423 26628161536 9695 33554432000 4194304 4196468 140731987362800 139896505989072 139897834112923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26531] ppid=26515 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26515 8183 0 -1 1077944384 651 0 0 0 1 0 0 0 20 0 20 0 97557423 26628161536 9695 33554432000 4194304 4196468 140731987362800 139896504937200 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26532] ppid=26515 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26515 8183 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 97557423 26628161536 9695 33554432000 4194304 4196468 140731987362800 139896503884656 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26533] ppid=26515 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26515 8183 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 97557423 26628194304 9695 33554432000 4194304 4196468 140731987362800 139896502831600 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26534] ppid=26515 vsize=26004096 memory=0 CPUtime=0.07 cores=0-7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26515 8183 0 -1 1077944384 721 0 0 0 7 0 0 0 20 0 20 0 97557423 26628194304 9695 33554432000 4194304 4196468 140731987362800 139896501779056 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26535] ppid=26515 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557423 26628161536 9715 33554432000 4194304 4196468 140731987362800 139896500726240 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26536] ppid=26515 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26517/task/26536/stat : 26536 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557423 26628161536 9715 33554432000 4194304 4196468 140731987362800 139896499673776 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40164 KiB

[startup+0.309697 s]*
/proc/loadavg: 8.20 7.71 7.05 2/201 26536
/proc/meminfo: memFree=31573696/32770624 swapFree=67108860/67108860
[pid=26515] ppid=26512 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26515/stat : 26515 (xcsp3-exec) S 26512 26515 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97557417 9740288 346 33554432000 4194304 5098028 140735168524736 140735168522840 140699787293308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10522624 140735168533610 140735168533820 140735168533820 140735168536555 0
/proc/26515/statm: 2378 346 289 221 0 87 0
[pid=26517] ppid=26515 vsize=26004140 memory=45816 CPUtime=0.49 cores=0-7
/proc/26517/stat : 26517 (java) S 26515 26515 8183 0 -1 1077944320 8729 0 0 0 45 4 0 0 20 0 20 0 97557417 26628239360 11454 33554432000 4194304 4196468 140731987362800 140731987345344 139897834094327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
/proc/26517/statm: 6501035 11454 3080 1 0 6488269 0
[pid=26517/tid=26518] ppid=26515 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26517/task/26518/stat : 26518 (java) R 26515 26515 8183 0 -1 4202560 5726 0 0 0 27 2 0 0 20 0 20 0 97557417 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897838327856 139897818174814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26519] ppid=26515 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897756674576 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26520] ppid=26515 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897391307408 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26521] ppid=26515 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26515 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897390254352 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26522] ppid=26515 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897389201808 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26523] ppid=26515 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897388149776 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26524] ppid=26515 vsize=26004140 memory=140531934000047 CPUtime=0 cores=0-7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897387097232 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26525] ppid=26515 vsize=26004140 memory=140531934002352 CPUtime=0 cores=0-7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897386044176 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26526] ppid=26515 vsize=26004140 memory=140531934004656 CPUtime=0 cores=0-7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557418 26628239360 11454 33554432000 4194304 4196468 140731987362800 139897384991632 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26527] ppid=26515 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26515 8183 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97557420 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896509147376 139897834105474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26528] ppid=26515 vsize=26004140 memory=281063868016272 CPUtime=0 cores=0-7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26515 8183 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97557420 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896508093600 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26529] ppid=26515 vsize=26004140 memory=281063868023184 CPUtime=0 cores=0-7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26515 8183 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97557420 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896507040496 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26530] ppid=26515 vsize=26004140 memory=281063867964464 CPUtime=0 cores=0-7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557423 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896505989072 139897834112923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26531] ppid=26515 vsize=26004140 memory=281063868037008 CPUtime=0.02 cores=0-7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26515 8183 0 -1 1077944384 659 0 0 0 2 0 0 0 20 0 20 0 97557423 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896504937200 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26532] ppid=26515 vsize=26004140 memory=281063868043920 CPUtime=0.01 cores=0-7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26515 8183 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 97557423 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896503884656 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26533] ppid=26515 vsize=26004140 memory=281063868041616 CPUtime=0.02 cores=0-7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26515 8183 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 20 0 97557423 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896502831600 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26534] ppid=26515 vsize=26004140 memory=281063868057776 CPUtime=0.11 cores=0-7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26515 8183 0 -1 1077944384 776 0 0 0 11 0 0 0 20 0 20 0 97557423 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896501779056 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26535] ppid=26515 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97557423 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896500726240 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26536] ppid=26515 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/26517/task/26536/stat : 26536 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97557423 26628239360 11454 33554432000 4194304 4196468 140731987362800 139896499673776 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47200 KiB

[startup+0.70399 s]
/proc/loadavg: 8.20 7.71 7.05 3/201 26536
/proc/meminfo: memFree=31555592/32770624 swapFree=67108860/67108860
[pid=26515] ppid=26512 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26515/stat : 26515 (xcsp3-exec) S 26512 26515 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97557417 9740288 346 33554432000 4194304 5098028 140735168524736 140735168522840 140699787293308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10522624 140735168533610 140735168533820 140735168533820 140735168536555 0
/proc/26515/statm: 2378 346 289 221 0 87 0
[pid=26517] ppid=26515 vsize=26538700 memory=169348 CPUtime=2.21 cores=0-7
/proc/26517/stat : 26517 (java) S 26515 26515 8183 0 -1 1077944320 13595 0 0 0 213 8 0 0 20 0 28 0 97557417 27175628800 42337 33554432000 4194304 4196468 140731987362800 140731987345344 139897834094327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
/proc/26517/statm: 6634675 42337 3226 1 0 6621909 0
[pid=26517/tid=26518] ppid=26515 vsize=26538700 memory=281063868352704 CPUtime=0.51 cores=0-7
/proc/26517/task/26518/stat : 26518 (java) S 26515 26515 8183 0 -1 1077944384 6333 0 0 0 49 2 0 0 20 0 28 0 97557417 27175628800 42337 33554432000 4194304 4196468 140731987362800 139897838335104 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26519] ppid=26515 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26515 8183 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 97557418 27175628800 42337 33554432000 4194304 4196468 140731987362800 139897756674576 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26520] ppid=26515 vsize=26538700 memory=1716 CPUtime=0 cores=0-7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26515 8183 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 97557418 27175628800 42337 33554432000 4194304 4196468 140731987362800 139897391307408 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26521] ppid=26515 vsize=26538700 memory=5792 CPUtime=0 cores=0-7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26515 8183 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 97557418 27175628800 42337 33554432000 4194304 4196468 140731987362800 139897390254352 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0

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

[pid=26517/tid=26616] ppid=26515 vsize=26605264 memory=307712 CPUtime=155.23 cores=0-7
/proc/26517/task/26616/stat : 26616 (java) R 26515 26515 8183 0 -1 4202560 4949 0 0 0 15520 3 0 0 20 0 28 0 97558052 27243790336 76928 33554432000 4194304 4196468 140731987362800 139896489558344 139897440423351 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
Current children cumulated CPU time: 1290.12 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 309096 KiB

[startup+222.301 s]
/proc/loadavg: 8.20 8.12 7.38 9/207 26616
/proc/meminfo: memFree=31329688/32770624 swapFree=67108860/67108860
[pid=26515] ppid=26512 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26515/stat : 26515 (xcsp3-exec) S 26512 26515 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97557417 9740288 346 33554432000 4194304 5098028 140735168524736 140735168522840 140699787293308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10522624 140735168533610 140735168533820 140735168533820 140735168536555 0
/proc/26515/statm: 2378 346 289 221 0 87 0
[pid=26517] ppid=26515 vsize=26605264 memory=293908 CPUtime=1768.58 cores=0-7
/proc/26517/stat : 26517 (java) S 26515 26515 8183 0 -1 1077944320 67809 0 0 0 176828 30 0 0 20 0 28 0 97557417 27243790336 73477 33554432000 4194304 4196468 140731987362800 140731987345344 139897834094327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
/proc/26517/statm: 6651316 73477 3264 1 0 6638550 0
[pid=26517/tid=26518] ppid=26515 vsize=26605264 memory=294392 CPUtime=0.52 cores=0-7
/proc/26517/task/26518/stat : 26518 (java) S 26515 26515 8183 0 -1 1077944384 6475 0 0 0 49 3 0 0 20 0 28 0 97557417 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897838335104 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26519] ppid=26515 vsize=26605264 memory=294392 CPUtime=0.03 cores=0-7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26515 8183 0 -1 1077944384 564 0 0 0 3 0 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897756674576 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26520] ppid=26515 vsize=26605264 memory=293900 CPUtime=0.04 cores=0-7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26515 8183 0 -1 1077944384 1765 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897391307408 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26521] ppid=26515 vsize=26605264 memory=293908 CPUtime=0.04 cores=0-7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26515 8183 0 -1 1077944384 2785 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897390254352 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26522] ppid=26515 vsize=26605264 memory=1384 CPUtime=0.03 cores=0-7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26515 8183 0 -1 1077944384 1653 0 0 0 3 0 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897389201808 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26523] ppid=26515 vsize=26605264 memory=1156 CPUtime=0.04 cores=0-7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26515 8183 0 -1 1077944384 1273 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897388149776 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26524] ppid=26515 vsize=26605264 memory=294392 CPUtime=0.04 cores=0-7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26515 8183 0 -1 1077944384 685 0 0 0 4 0 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897387097232 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26525] ppid=26515 vsize=26605264 memory=4140 CPUtime=0.04 cores=0-7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26515 8183 0 -1 1077944384 2269 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897386044176 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26526] ppid=26515 vsize=26605264 memory=28092 CPUtime=0.03 cores=0-7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26515 8183 0 -1 1077944384 1194 0 0 0 3 0 0 0 20 0 28 0 97557418 27243790336 73477 33554432000 4194304 4196468 140731987362800 139897384991632 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26527] ppid=26515 vsize=26605264 memory=281063868016256 CPUtime=0.05 cores=0-7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26515 8183 0 -1 1077944384 4404 0 0 0 4 1 0 0 20 0 28 0 97557420 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896509147376 139897834105474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26528] ppid=26515 vsize=26605264 memory=22465 CPUtime=0 cores=0-7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26515 8183 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 97557420 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896508093664 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26529] ppid=26515 vsize=26605264 memory=1384 CPUtime=0 cores=0-7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26515 8183 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 97557420 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896507040512 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26530] ppid=26515 vsize=26605264 memory=1384 CPUtime=0 cores=0-7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97557423 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896505989072 139897834112923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26531] ppid=26515 vsize=26605264 memory=281063869512144 CPUtime=1.44 cores=0-7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26515 8183 0 -1 1077944384 6074 0 0 0 143 1 0 0 20 0 28 0 97557423 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896504937200 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26532] ppid=26515 vsize=26605264 memory=-7751062316387021378 CPUtime=1.3 cores=0-7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26515 8183 0 -1 1077944384 4490 0 0 0 129 1 0 0 20 0 28 0 97557423 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896503884656 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26533] ppid=26515 vsize=26605264 memory=4140 CPUtime=1.31 cores=0-7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26515 8183 0 -1 1077944384 6081 0 0 0 130 1 0 0 20 0 28 0 97557423 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896502831600 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26534] ppid=26515 vsize=26605264 memory=28092 CPUtime=0.53 cores=0-7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26515 8183 0 -1 1077944384 4701 0 0 0 52 1 0 0 20 0 28 0 97557423 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896501779056 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26535] ppid=26515 vsize=26605264 memory=5792 CPUtime=0 cores=0-7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97557423 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896500726240 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26536] ppid=26515 vsize=26605264 memory=4616 CPUtime=0.03 cores=0-7
/proc/26517/task/26536/stat : 26536 (java) S 26515 26515 8183 0 -1 1077944384 1428 0 0 0 0 3 0 0 20 0 28 0 97557423 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896499673776 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26609] ppid=26515 vsize=26605264 memory=1384 CPUtime=215.72 cores=0-7
/proc/26517/task/26609/stat : 26609 (java) R 26515 26515 8183 0 -1 4202560 861 0 0 0 21572 0 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896483240936 139897441611490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26610] ppid=26515 vsize=26605264 memory=294392 CPUtime=215.77 cores=0-7
/proc/26517/task/26610/stat : 26610 (java) R 26515 26515 8183 0 -1 4202560 901 0 0 0 21577 0 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896485347464 139897441669763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26611] ppid=26515 vsize=26605264 memory=1384 CPUtime=215.15 cores=0-7
/proc/26517/task/26611/stat : 26611 (java) R 26515 26515 8183 0 -1 4202560 1232 0 0 0 21515 0 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896490611528 139897441215929 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26612] ppid=26515 vsize=26605264 memory=1384 CPUtime=214.89 cores=0-7
/proc/26517/task/26612/stat : 26612 (java) R 26515 26515 8183 0 -1 4202560 2607 0 0 0 21489 0 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896487456048 139897440423261 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26613] ppid=26515 vsize=26605264 memory=293908 CPUtime=215.67 cores=0-7
/proc/26517/task/26613/stat : 26613 (java) R 26515 26515 8183 0 -1 4202560 1146 0 0 0 21567 0 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896484295336 139897440917637 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26614] ppid=26515 vsize=26605264 memory=1296 CPUtime=215.43 cores=0-7
/proc/26517/task/26614/stat : 26614 (java) R 26515 26515 8183 0 -1 4202560 830 0 0 0 21543 0 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896488505608 139897440422423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26615] ppid=26515 vsize=26605264 memory=2336 CPUtime=214.01 cores=0-7
/proc/26517/task/26615/stat : 26615 (java) R 26515 26515 8183 0 -1 4202560 4435 0 0 0 21399 2 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896486399568 139897440423891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26616] ppid=26515 vsize=26605264 memory=1384 CPUtime=214.92 cores=0-7
/proc/26517/task/26616/stat : 26616 (java) R 26515 26515 8183 0 -1 4202560 5902 0 0 0 21489 3 0 0 20 0 28 0 97558052 27243790336 73477 33554432000 4194304 4196468 140731987362800 139896489558152 139897440422441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
Current children cumulated CPU time: 1768.58 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 295292 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.12 8.11 7.40 9/207 26616
/proc/meminfo: memFree=31330204/32770624 swapFree=67108860/67108860
[pid=26515] ppid=26512 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26515/stat : 26515 (xcsp3-exec) S 26512 26515 8183 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 97557417 9740288 346 33554432000 4194304 5098028 140735168524736 140735168522840 140699787293308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10522624 140735168533610 140735168533820 140735168533820 140735168536555 0
/proc/26515/statm: 2378 346 289 221 0 87 0
[pid=26517] ppid=26515 vsize=26605264 memory=292912 CPUtime=2005.54 cores=0-7
/proc/26517/stat : 26517 (java) S 26515 26515 8183 0 -1 1077944320 71843 0 0 0 200523 31 0 0 20 0 28 0 97557417 27243790336 73228 33554432000 4194304 4196468 140731987362800 140731987345344 139897834094327 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
/proc/26517/statm: 6651316 73228 3264 1 0 6638550 0
[pid=26517/tid=26518] ppid=26515 vsize=26605264 memory=840 CPUtime=0.52 cores=0-7
/proc/26517/task/26518/stat : 26518 (java) S 26515 26515 8183 0 -1 1077944384 6475 0 0 0 49 3 0 0 20 0 28 0 97557417 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897838335104 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26519] ppid=26515 vsize=26605264 memory=-7003737579269690708 CPUtime=0.03 cores=0-7
/proc/26517/task/26519/stat : 26519 (java) S 26515 26515 8183 0 -1 1077944384 624 0 0 0 3 0 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897756674576 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26520] ppid=26515 vsize=26605264 memory=792 CPUtime=0.04 cores=0-7
/proc/26517/task/26520/stat : 26520 (java) S 26515 26515 8183 0 -1 1077944384 2063 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897391307408 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26521] ppid=26515 vsize=26605264 memory=1420 CPUtime=0.04 cores=0-7
/proc/26517/task/26521/stat : 26521 (java) S 26515 26515 8183 0 -1 1077944384 2917 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897390254352 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26522] ppid=26515 vsize=26605264 memory=13040 CPUtime=0.04 cores=0-7
/proc/26517/task/26522/stat : 26522 (java) S 26515 26515 8183 0 -1 1077944384 1749 0 0 0 4 0 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897389201808 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26523] ppid=26515 vsize=26605264 memory=1944 CPUtime=0.04 cores=0-7
/proc/26517/task/26523/stat : 26523 (java) S 26515 26515 8183 0 -1 1077944384 1359 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897388149776 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26524] ppid=26515 vsize=26605264 memory=1296 CPUtime=0.05 cores=0-7
/proc/26517/task/26524/stat : 26524 (java) S 26515 26515 8183 0 -1 1077944384 954 0 0 0 4 1 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897387097232 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26525] ppid=26515 vsize=26605264 memory=2336 CPUtime=0.04 cores=0-7
/proc/26517/task/26525/stat : 26525 (java) S 26515 26515 8183 0 -1 1077944384 2430 0 0 0 3 1 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897386044176 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26526] ppid=26515 vsize=26605264 memory=1724 CPUtime=0.04 cores=0-7
/proc/26517/task/26526/stat : 26526 (java) S 26515 26515 8183 0 -1 1077944384 1501 0 0 0 4 0 0 0 20 0 28 0 97557418 27243790336 73228 33554432000 4194304 4196468 140731987362800 139897384991632 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26527] ppid=26515 vsize=26605264 memory=1384 CPUtime=0.06 cores=0-7
/proc/26517/task/26527/stat : 26527 (java) S 26515 26515 8183 0 -1 1077944384 5195 0 0 0 5 1 0 0 20 0 28 0 97557420 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896509147376 139897834105474 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26528] ppid=26515 vsize=26605264 memory=291888 CPUtime=0 cores=0-7
/proc/26517/task/26528/stat : 26528 (java) S 26515 26515 8183 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 97557420 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896508093664 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26529] ppid=26515 vsize=26605264 memory=5792 CPUtime=0 cores=0-7
/proc/26517/task/26529/stat : 26529 (java) S 26515 26515 8183 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 97557420 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896507040512 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26530] ppid=26515 vsize=26605264 memory=4616 CPUtime=0 cores=0-7
/proc/26517/task/26530/stat : 26530 (java) S 26515 26515 8183 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97557423 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896505989072 139897834112923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26531] ppid=26515 vsize=26605264 memory=6791534058613427641 CPUtime=1.44 cores=0-7
/proc/26517/task/26531/stat : 26531 (java) S 26515 26515 8183 0 -1 1077944384 6078 0 0 0 143 1 0 0 20 0 28 0 97557423 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896504937200 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26532] ppid=26515 vsize=26605264 memory=293424 CPUtime=1.3 cores=0-7
/proc/26517/task/26532/stat : 26532 (java) S 26515 26515 8183 0 -1 1077944384 4494 0 0 0 129 1 0 0 20 0 28 0 97557423 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896503884656 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26533] ppid=26515 vsize=26605264 memory=18476 CPUtime=1.31 cores=0-7
/proc/26517/task/26533/stat : 26533 (java) S 26515 26515 8183 0 -1 1077944384 6087 0 0 0 130 1 0 0 20 0 28 0 97557423 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896502831600 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26534] ppid=26515 vsize=26605264 memory=15824 CPUtime=0.53 cores=0-7
/proc/26517/task/26534/stat : 26534 (java) S 26515 26515 8183 0 -1 1077944384 4705 0 0 0 52 1 0 0 20 0 28 0 97557423 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896501779056 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26535] ppid=26515 vsize=26605264 memory=4040 CPUtime=0 cores=0-7
/proc/26517/task/26535/stat : 26535 (java) S 26515 26515 8183 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97557423 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896500726240 139897834104533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26536] ppid=26515 vsize=26605264 memory=1236 CPUtime=0.03 cores=0-7
/proc/26517/task/26536/stat : 26536 (java) S 26515 26515 8183 0 -1 1077944384 1470 0 0 0 0 3 0 0 20 0 28 0 97557423 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896499673776 139897834105474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26609] ppid=26515 vsize=26605264 memory=644 CPUtime=245.4 cores=0-7
/proc/26517/task/26609/stat : 26609 (java) R 26515 26515 8183 0 -1 4202560 953 0 0 0 24540 0 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896483240488 139897440478649 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26610] ppid=26515 vsize=26605264 memory=1788 CPUtime=245.46 cores=0-7
/proc/26517/task/26610/stat : 26610 (java) R 26515 26515 8183 0 -1 4202560 997 0 0 0 24546 0 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896485347080 139897440423261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26611] ppid=26515 vsize=26605264 memory=956 CPUtime=244.72 cores=0-7
/proc/26517/task/26611/stat : 26611 (java) R 26515 26515 8183 0 -1 4202560 1358 0 0 0 24472 0 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896490611080 139897440423335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26612] ppid=26515 vsize=26605264 memory=2344 CPUtime=244.44 cores=0-7
/proc/26517/task/26612/stat : 26612 (java) R 26515 26515 8183 0 -1 4202560 2734 0 0 0 24444 0 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896487456160 139897440423829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26613] ppid=26515 vsize=26605264 memory=928 CPUtime=245.36 cores=0-7
/proc/26517/task/26613/stat : 26613 (java) R 26515 26515 8183 0 -1 4202560 1278 0 0 0 24536 0 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896484295352 139897440422871 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26614] ppid=26515 vsize=26605264 memory=1568 CPUtime=245.11 cores=0-7
/proc/26517/task/26614/stat : 26614 (java) R 26515 26515 8183 0 -1 4202560 928 0 0 0 24511 0 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896488505608 139897440423284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26615] ppid=26515 vsize=26605264 memory=2240 CPUtime=243.48 cores=0-7
/proc/26517/task/26615/stat : 26615 (java) R 26515 26515 8183 0 -1 4202560 4636 0 0 0 24346 2 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896486399632 139897440423870 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
[pid=26517/tid=26616] ppid=26515 vsize=26605264 memory=4040 CPUtime=244.47 cores=0-7
/proc/26517/task/26616/stat : 26616 (java) R 26515 26515 8183 0 -1 4202560 6804 0 0 0 24444 3 0 0 20 0 28 0 97558052 27243790336 73228 33554432000 4194304 4196468 140731987362800 139896489557632 139897440479300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11010048 140731987367064 140731987367240 140731987367240 140731987369935 0
Current children cumulated CPU time: 2005.54 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 294296 KiB

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

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

[startup+252.12 s]
# the end of solver process 26517 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2006.06 s, system=0.324667 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.121
CPU time (s): 2006.38
CPU user time (s): 2006.06
CPU system time (s): 0.324667
CPU usage (%): 795.802
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 345956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2006.06
system time used= 0.324667
maximum resident set size= 344572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13338
involuntary context switches= 21361


# summary of solver processes directly reported to runsolver:
#   pid: 26515,26517
#   total CPU time (s): 2006.38
#   total CPU user time (s): 2006.06
#   total CPU system time (s): 0.324667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.08677 second user time and 2.89783 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-13 19:03:53
IDJOB=4271804
IDBENCH=135732
IDSOLVER=2663
FILE ID=node103/4271804-1502644692
RUNJOBID= node103-1502637526-8210
PBS_JOBID= 20628330
Free space on /tmp= 61796 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.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-4271804-1502644692/watcher-4271804-1502644692 -o /tmp/evaluation-result-4271804-1502644692/solver-4271804-1502644692 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502637526-8210 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1969069737 HOME/instance-4271804-1502644692.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=1969069737

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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:        31609612 kB
MemAvailable:   31993028 kB
Buffers:          109536 kB
Cached:           568456 kB
SwapCached:            0 kB
Active:           524924 kB
Inactive:         208060 kB
Active(anon):       4280 kB
Inactive(anon):    78632 kB
Active(file):     520644 kB
Inactive(file):   129428 kB
Unevictable:        6420 kB
Mlocked:            6420 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7912 kB
Writeback:             0 kB
AnonPages:         74784 kB
Mapped:            43704 kB
Shmem:             25228 kB
Slab:             124200 kB
SReclaimable:      98356 kB
SUnreclaim:        25844 kB
KernelStack:        3552 kB
PageTables:         4760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61788 MiB
End job on node103 at 2017-08-13 19:08:06