Trace number 4271809

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)106 2007.04 252.099

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark254.672
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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-4271809-1502644685.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271809-1502644685.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.19	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.06/0.56	c solve instance...
1.59/0.69	o 198 
2.18/0.71	o 123 
2.18/0.71	o 111 
2.18/0.72	o 110 
2.18/0.72	o 108 
2.18/0.73	o 107 
2.85/0.82	o 106 
2006.36/252.07	s SATISFIABLE
2006.36/252.07	v <instantiation>
2006.36/252.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] 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] </list>
2006.36/252.07	v 	<values>0 6 4 13 15 12 14 18 19 17 16 8 10 11 9 7 2 5 3 1 8 8 11 3 8 11 6 1 1 2 11 5 4 4 3 4 3 1 5 7 </values>
2006.36/252.07	v </instantiation>
2006.36/252.07	c Unexpected resolution interruption!

Verifier Data

OK	106

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271809-1502644685/watcher-4271809-1502644685 -o /tmp/evaluation-result-4271809-1502644685/solver-4271809-1502644685 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1502640358-13259 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1230480833 HOME/instance-4271809-1502644685.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=17462, runsolver pid=17459
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 7.98 7.24 5.91 3/201 17483
/proc/meminfo: memFree=27166784/32770624 swapFree=67108860/67108860
[pid=17462] ppid=17459 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17462/stat : 17462 (xcsp3-exec) S 17459 17462 13232 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97549690 9740288 345 33554432000 4194304 5098028 140727970110592 140727970108696 139815405146748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37396480 140727970112618 140727970112828 140727970112828 140727970115563 0
/proc/17462/statm: 2378 345 289 221 0 87 0
[pid=17464] ppid=17462 vsize=25999808 memory=26548 CPUtime=0.12 cores=0-7
/proc/17464/stat : 17464 (java) S 17462 17462 13232 0 -1 1077944320 5492 0 0 0 11 1 0 0 20 0 20 0 97549691 26623803392 6637 33554432000 4194304 4196468 140731330276672 140731330259216 140681454853879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
/proc/17464/statm: 6499952 6637 2867 1 0 6488269 0
[pid=17464/tid=17465] ppid=17462 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17464/task/17465/stat : 17465 (java) R 17462 17462 13232 0 -1 4202560 3489 0 0 0 8 0 0 0 20 0 20 0 97549691 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681459087152 140681436436061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17466] ppid=17462 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17464/task/17466/stat : 17466 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681407474832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17467] ppid=17462 vsize=25999808 memory=140623458473600 CPUtime=0 cores=0-7
/proc/17464/task/17467/stat : 17467 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681406422032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17468] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17468/stat : 17468 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681405369232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17469] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17469/stat : 17469 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681404316432 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17470] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17470/stat : 17470 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681403263632 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17471] ppid=17462 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17464/task/17471/stat : 17471 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681402210832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17472] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17472/stat : 17472 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681401158032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17473] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17473/stat : 17473 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26623803392 6637 33554432000 4194304 4196468 140731330276672 140681400105232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17474] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17474/stat : 17474 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549693 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680850627440 140681454865026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17475] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17475/stat : 17475 (java) S 17462 17462 13232 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97549694 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680849573408 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17476] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17476/stat : 17476 (java) S 17462 17462 13232 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97549694 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680781358448 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17477] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17477/stat : 17477 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549696 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680780306768 140681454872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17478] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17478/stat : 17478 (java) R 17462 17462 13232 0 -1 4202560 300 0 0 0 0 0 0 0 20 0 20 0 97549696 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680779254128 140681454875226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17479] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17479/stat : 17479 (java) R 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97549696 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680778201328 140681454865026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17480] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17480/stat : 17480 (java) S 17462 17462 13232 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 97549696 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680777148528 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17481] ppid=17462 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17464/task/17481/stat : 17481 (java) R 17462 17462 13232 0 -1 4202560 274 0 0 0 1 0 0 0 20 0 20 0 97549696 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680776095728 140681436091440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17482] ppid=17462 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17482/stat : 17482 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97549697 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680775044192 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17483] ppid=17462 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17464/task/17483/stat : 17483 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549697 26623803392 6637 33554432000 4194304 4196468 140731330276672 140680773991472 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27928 KiB

[startup+0.209854 s]*
/proc/loadavg: 7.98 7.24 5.91 2/201 17483
/proc/meminfo: memFree=27156364/32770624 swapFree=67108860/67108860
[pid=17462] ppid=17459 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17462/stat : 17462 (xcsp3-exec) S 17459 17462 13232 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97549690 9740288 345 33554432000 4194304 5098028 140727970110592 140727970108696 139815405146748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37396480 140727970112618 140727970112828 140727970112828 140727970115563 0
/proc/17462/statm: 2378 345 289 221 0 87 0
[pid=17464] ppid=17462 vsize=26004064 memory=38612 CPUtime=0.33 cores=0-7
/proc/17464/stat : 17464 (java) S 17462 17462 13232 0 -1 1077944320 8302 0 0 0 31 2 0 0 20 0 20 0 97549691 26628161536 9653 33554432000 4194304 4196468 140731330276672 140731330259216 140681454853879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
/proc/17464/statm: 6501016 9653 3038 1 0 6488269 0
[pid=17464/tid=17465] ppid=17462 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17464/task/17465/stat : 17465 (java) D 17462 17462 13232 0 -1 1077944384 5407 0 0 0 18 1 0 0 20 0 20 0 97549691 26628161536 9653 33554432000 4194304 4196468 140731330276672 140681459055600 140681447533101 0 4 0 16800975 18446744072101654052 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17466] ppid=17462 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/17464/task/17466/stat : 17466 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628161536 9653 33554432000 4194304 4196468 140731330276672 140681407474832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17467] ppid=17462 vsize=26004064 memory=3906506645207652000 CPUtime=0 cores=0-7
/proc/17464/task/17467/stat : 17467 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628161536 9653 33554432000 4194304 4196468 140731330276672 140681406422032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17468] ppid=17462 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/17464/task/17468/stat : 17468 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628194304 9653 33554432000 4194304 4196468 140731330276672 140681405369232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17469] ppid=17462 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17469/stat : 17469 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549692 26628194304 9653 33554432000 4194304 4196468 140731330276672 140681404316432 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17470] ppid=17462 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17470/stat : 17470 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97549692 26628194304 9653 33554432000 4194304 4196468 140731330276672 140681403263632 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17471] ppid=17462 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17464/task/17471/stat : 17471 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549692 26628161536 9673 33554432000 4194304 4196468 140731330276672 140681402210832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17472] ppid=17462 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17472/stat : 17472 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628161536 9673 33554432000 4194304 4196468 140731330276672 140681401158032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17473] ppid=17462 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17473/stat : 17473 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628161536 9673 33554432000 4194304 4196468 140731330276672 140681400105232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17474] ppid=17462 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17474/stat : 17474 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549693 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680850627440 140681454865026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17475] ppid=17462 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17475/stat : 17475 (java) S 17462 17462 13232 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97549694 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680849573408 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17476] ppid=17462 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17476/stat : 17476 (java) S 17462 17462 13232 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97549694 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680781358448 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17477] ppid=17462 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17477/stat : 17477 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549696 26628194304 9673 33554432000 4194304 4196468 140731330276672 140680780306768 140681454872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17478] ppid=17462 vsize=26004096 memory=0 CPUtime=0.02 cores=0-7
/proc/17464/task/17478/stat : 17478 (java) S 17462 17462 13232 0 -1 1077944384 456 0 0 0 2 0 0 0 20 0 20 0 97549696 26628194304 9673 33554432000 4194304 4196468 140731330276672 140680779254128 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17479] ppid=17462 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17479/stat : 17479 (java) S 17462 17462 13232 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 97549696 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680778201328 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17480] ppid=17462 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/17464/task/17480/stat : 17480 (java) S 17462 17462 13232 0 -1 1077944384 295 0 0 0 1 0 0 0 20 0 20 0 97549696 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680777148528 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17481] ppid=17462 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/17464/task/17481/stat : 17481 (java) R 17462 17462 13232 0 -1 4202560 775 0 0 0 8 0 0 0 20 0 20 0 97549696 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680776095728 140681433374055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17482] ppid=17462 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17482/stat : 17482 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97549697 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680775044192 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17483] ppid=17462 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17464/task/17483/stat : 17483 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549697 26628161536 9673 33554432000 4194304 4196468 140731330276672 140680773991472 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39992 KiB

[startup+0.30964 s]*
/proc/loadavg: 7.98 7.24 5.91 2/201 17483
/proc/meminfo: memFree=27149540/32770624 swapFree=67108860/67108860
[pid=17462] ppid=17459 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17462/stat : 17462 (xcsp3-exec) S 17459 17462 13232 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97549690 9740288 345 33554432000 4194304 5098028 140727970110592 140727970108696 139815405146748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37396480 140727970112618 140727970112828 140727970112828 140727970115563 0
/proc/17462/statm: 2378 345 289 221 0 87 0
[pid=17464] ppid=17462 vsize=26004140 memory=46432 CPUtime=0.49 cores=0-7
/proc/17464/stat : 17464 (java) S 17462 17462 13232 0 -1 1077944320 9323 0 0 0 46 3 0 0 20 0 20 0 97549691 26628239360 11608 33554432000 4194304 4196468 140731330276672 140731330259216 140681454853879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
/proc/17464/statm: 6501035 11608 3117 1 0 6488269 0
[pid=17464/tid=17465] ppid=17462 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17464/task/17465/stat : 17465 (java) R 17462 17462 13232 0 -1 4202560 6206 0 0 0 27 2 0 0 20 0 20 0 97549691 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681459086240 140681438934366 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17466] ppid=17462 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17466/stat : 17466 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681407474832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17467] ppid=17462 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17467/stat : 17467 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681406422032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17468] ppid=17462 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17468/stat : 17468 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681405369232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17469] ppid=17462 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17469/stat : 17469 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681404316432 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17470] ppid=17462 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/17464/task/17470/stat : 17470 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681403263632 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17471] ppid=17462 vsize=26004140 memory=140623336272815 CPUtime=0 cores=0-7
/proc/17464/task/17471/stat : 17471 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681402210832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17472] ppid=17462 vsize=26004140 memory=140623336275120 CPUtime=0 cores=0-7
/proc/17464/task/17472/stat : 17472 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681401158032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17473] ppid=17462 vsize=26004140 memory=140623336277424 CPUtime=0 cores=0-7
/proc/17464/task/17473/stat : 17473 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549692 26628239360 11608 33554432000 4194304 4196468 140731330276672 140681400105232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17474] ppid=17462 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17474/stat : 17474 (java) S 17462 17462 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97549693 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680850627440 140681454865026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17475] ppid=17462 vsize=26004140 memory=281246672561808 CPUtime=0 cores=0-7
/proc/17464/task/17475/stat : 17475 (java) S 17462 17462 13232 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97549694 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680849573408 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17476] ppid=17462 vsize=26004140 memory=281246672568720 CPUtime=0 cores=0-7
/proc/17464/task/17476/stat : 17476 (java) S 17462 17462 13232 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97549694 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680781358448 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17477] ppid=17462 vsize=26004140 memory=281246672510000 CPUtime=0 cores=0-7
/proc/17464/task/17477/stat : 17477 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549696 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680780306768 140681454872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17478] ppid=17462 vsize=26004140 memory=281246672582544 CPUtime=0.03 cores=0-7
/proc/17464/task/17478/stat : 17478 (java) S 17462 17462 13232 0 -1 1077944384 500 0 0 0 3 0 0 0 20 0 20 0 97549696 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680779254128 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17479] ppid=17462 vsize=26004140 memory=281246672589456 CPUtime=0 cores=0-7
/proc/17464/task/17479/stat : 17479 (java) S 17462 17462 13232 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 97549696 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680778201328 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17480] ppid=17462 vsize=26004140 memory=281246672587152 CPUtime=0.02 cores=0-7
/proc/17464/task/17480/stat : 17480 (java) S 17462 17462 13232 0 -1 1077944384 350 0 0 0 2 0 0 0 20 0 20 0 97549696 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680777148528 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17481] ppid=17462 vsize=26004140 memory=281246672603312 CPUtime=0.11 cores=0-7
/proc/17464/task/17481/stat : 17481 (java) R 17462 17462 13232 0 -1 4202560 870 0 0 0 11 0 0 0 20 0 20 0 97549696 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680776091456 140681433982531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17482] ppid=17462 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17482/stat : 17482 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97549697 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680775044192 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17483] ppid=17462 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/17464/task/17483/stat : 17483 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97549697 26628239360 11608 33554432000 4194304 4196468 140731330276672 140680773991472 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47812 KiB

[startup+0.7016 s]
/proc/loadavg: 7.98 7.24 5.91 3/201 17483
/proc/meminfo: memFree=27133924/32770624 swapFree=67108860/67108860
[pid=17462] ppid=17459 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17462/stat : 17462 (xcsp3-exec) S 17459 17462 13232 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97549690 9740288 345 33554432000 4194304 5098028 140727970110592 140727970108696 139815405146748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37396480 140727970112618 140727970112828 140727970112828 140727970115563 0
/proc/17462/statm: 2378 345 289 221 0 87 0
[pid=17464] ppid=17462 vsize=26538700 memory=107016 CPUtime=2.18 cores=0-7
/proc/17464/stat : 17464 (java) S 17462 17462 13232 0 -1 1077944320 13110 0 0 0 213 5 0 0 20 0 28 0 97549691 27175628800 26754 33554432000 4194304 4196468 140731330276672 140731330259216 140681454853879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
/proc/17464/statm: 6634675 26754 3213 1 0 6621909 0
[pid=17464/tid=17465] ppid=17462 vsize=26538700 memory=281246672961200 CPUtime=0.55 cores=0-7
/proc/17464/task/17465/stat : 17465 (java) S 17462 17462 13232 0 -1 1077944384 6806 0 0 0 52 3 0 0 20 0 28 0 97549691 27175628800 26754 33554432000 4194304 4196468 140731330276672 140681459094656 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17466] ppid=17462 vsize=26538700 memory=140623336481648 CPUtime=0 cores=0-7
/proc/17464/task/17466/stat : 17466 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97549692 27175628800 26754 33554432000 4194304 4196468 140731330276672 140681407474832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17467] ppid=17462 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/17464/task/17467/stat : 17467 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97549692 27175628800 26754 33554432000 4194304 4196468 140731330276672 140681406422032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17468] ppid=17462 vsize=26538700 memory=1716 CPUtime=0 cores=0-7
/proc/17464/task/17468/stat : 17468 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97549692 27175628800 26754 33554432000 4194304 4196468 140731330276672 140681405369232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0

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

[pid=17464/tid=17547] ppid=17462 vsize=26606292 memory=1380 CPUtime=160.6 cores=0-7
/proc/17464/task/17547/stat : 17547 (java) R 17462 17462 13232 0 -1 4202560 8440 0 0 0 16054 6 0 0 20 0 28 0 97549774 27244843008 38841 33554432000 4194304 4196468 140731330276672 140680760717816 140681070789629 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
Current children cumulated CPU time: 1290.6 s
Current children cumulated vsize: 26615804 KiB
Current children cumulated memory: 156744 KiB

[startup+222.302 s]
/proc/loadavg: 8.03 7.65 6.36 9/207 17547
/proc/meminfo: memFree=27045024/32770624 swapFree=67108860/67108860
[pid=17462] ppid=17459 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17462/stat : 17462 (xcsp3-exec) S 17459 17462 13232 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97549690 9740288 345 33554432000 4194304 5098028 140727970110592 140727970108696 139815405146748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37396480 140727970112618 140727970112828 140727970112828 140727970115563 0
/proc/17462/statm: 2378 345 289 221 0 87 0
[pid=17464] ppid=17462 vsize=26606292 memory=151260 CPUtime=1769.32 cores=0-7
/proc/17464/stat : 17464 (java) S 17462 17462 13232 0 -1 1077944320 104187 0 0 0 176892 40 0 0 20 0 28 0 97549691 27244843008 37815 33554432000 4194304 4196468 140731330276672 140731330259216 140681454853879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
/proc/17464/statm: 6651573 37815 3265 1 0 6638807 0
[pid=17464/tid=17465] ppid=17462 vsize=26606292 memory=151256 CPUtime=0.55 cores=0-7
/proc/17464/task/17465/stat : 17465 (java) S 17462 17462 13232 0 -1 1077944384 6808 0 0 0 52 3 0 0 20 0 28 0 97549691 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681459094656 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17466] ppid=17462 vsize=26606292 memory=1380 CPUtime=0.05 cores=0-7
/proc/17464/task/17466/stat : 17466 (java) S 17462 17462 13232 0 -1 1077944384 2215 0 0 0 4 1 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681407474832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17467] ppid=17462 vsize=26606292 memory=158436 CPUtime=0.06 cores=0-7
/proc/17464/task/17467/stat : 17467 (java) S 17462 17462 13232 0 -1 1077944384 2767 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681406422032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17468] ppid=17462 vsize=26606292 memory=6944656575208382560 CPUtime=0.06 cores=0-7
/proc/17464/task/17468/stat : 17468 (java) S 17462 17462 13232 0 -1 1077944384 2976 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681405369232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17469] ppid=17462 vsize=26606292 memory=4959 CPUtime=0.05 cores=0-7
/proc/17464/task/17469/stat : 17469 (java) S 17462 17462 13232 0 -1 1077944384 4093 0 0 0 4 1 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681404316432 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17470] ppid=17462 vsize=26606292 memory=4980 CPUtime=0.05 cores=0-7
/proc/17464/task/17470/stat : 17470 (java) S 17462 17462 13232 0 -1 1077944384 2765 0 0 0 5 0 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681403263632 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17471] ppid=17462 vsize=26606292 memory=1936 CPUtime=0.06 cores=0-7
/proc/17464/task/17471/stat : 17471 (java) S 17462 17462 13232 0 -1 1077944384 1354 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681402210832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17472] ppid=17462 vsize=26606292 memory=1224 CPUtime=0.06 cores=0-7
/proc/17464/task/17472/stat : 17472 (java) S 17462 17462 13232 0 -1 1077944384 3199 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681401158032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17473] ppid=17462 vsize=26606292 memory=1380 CPUtime=0.05 cores=0-7
/proc/17464/task/17473/stat : 17473 (java) S 17462 17462 13232 0 -1 1077944384 4589 0 0 0 4 1 0 0 20 0 28 0 97549692 27244843008 37815 33554432000 4194304 4196468 140731330276672 140681400105232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17474] ppid=17462 vsize=26606292 memory=1380 CPUtime=0.07 cores=0-7
/proc/17464/task/17474/stat : 17474 (java) S 17462 17462 13232 0 -1 1077944384 9543 0 0 0 5 2 0 0 20 0 28 0 97549693 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680850627440 140681454865026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17475] ppid=17462 vsize=26606292 memory=150744 CPUtime=0 cores=0-7
/proc/17464/task/17475/stat : 17475 (java) S 17462 17462 13232 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 97549694 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680849573472 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17476] ppid=17462 vsize=26606292 memory=1728 CPUtime=0 cores=0-7
/proc/17464/task/17476/stat : 17476 (java) S 17462 17462 13232 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 97549694 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680781358464 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17477] ppid=17462 vsize=26606292 memory=1380 CPUtime=0 cores=0-7
/proc/17464/task/17477/stat : 17477 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97549696 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680780306768 140681454872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17478] ppid=17462 vsize=26606292 memory=4140 CPUtime=1.13 cores=0-7
/proc/17464/task/17478/stat : 17478 (java) S 17462 17462 13232 0 -1 1077944384 5984 0 0 0 113 0 0 0 20 0 28 0 97549696 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680779254128 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17479] ppid=17462 vsize=26606292 memory=1380 CPUtime=1.26 cores=0-7
/proc/17464/task/17479/stat : 17479 (java) S 17462 17462 13232 0 -1 1077944384 9542 0 0 0 126 0 0 0 20 0 28 0 97549696 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680778201328 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17480] ppid=17462 vsize=26606292 memory=158436 CPUtime=1.3 cores=0-7
/proc/17464/task/17480/stat : 17480 (java) S 17462 17462 13232 0 -1 1077944384 5859 0 0 0 130 0 0 0 20 0 28 0 97549696 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680777148528 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17481] ppid=17462 vsize=26606292 memory=0 CPUtime=0.55 cores=0-7
/proc/17464/task/17481/stat : 17481 (java) S 17462 17462 13232 0 -1 1077944384 7164 0 0 0 54 1 0 0 20 0 28 0 97549696 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680776095728 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17482] ppid=17462 vsize=26606292 memory=6081387167062912032 CPUtime=0 cores=0-7
/proc/17464/task/17482/stat : 17482 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97549697 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680775044192 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17483] ppid=17462 vsize=26606292 memory=151260 CPUtime=0.03 cores=0-7
/proc/17464/task/17483/stat : 17483 (java) S 17462 17462 13232 0 -1 1077944384 1387 0 0 0 2 1 0 0 20 0 28 0 97549697 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680773991472 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17540] ppid=17462 vsize=26606292 memory=1380 CPUtime=220.63 cores=0-7
/proc/17464/task/17540/stat : 17540 (java) R 17462 17462 13232 0 -1 4202560 1540 0 0 0 22063 0 0 0 20 0 28 0 97549773 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680757559096 140681070790652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17541] ppid=17462 vsize=26606292 memory=151256 CPUtime=220.32 cores=0-7
/proc/17464/task/17541/stat : 17541 (java) R 17462 17462 13232 0 -1 4202560 2077 0 0 0 22032 0 0 0 20 0 28 0 97549773 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680765981320 140681070790161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17542] ppid=17462 vsize=26606292 memory=1380 CPUtime=219.78 cores=0-7
/proc/17464/task/17542/stat : 17542 (java) R 17462 17462 13232 0 -1 4202560 2051 0 0 0 21978 0 0 0 20 0 28 0 97549773 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680764928056 140681070790544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17543] ppid=17462 vsize=26606292 memory=1380 CPUtime=220.4 cores=0-7
/proc/17464/task/17543/stat : 17543 (java) R 17462 17462 13232 0 -1 4202560 3511 0 0 0 22038 2 0 0 20 0 28 0 97549773 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680759667424 140681070790652 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17544] ppid=17462 vsize=26606292 memory=1380 CPUtime=220.64 cores=0-7
/proc/17464/task/17544/stat : 17544 (java) R 17462 17462 13232 0 -1 4202560 8412 0 0 0 22059 5 0 0 20 0 28 0 97549773 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680763875056 140681070790985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17545] ppid=17462 vsize=26606292 memory=1380 CPUtime=220.19 cores=0-7
/proc/17464/task/17545/stat : 17545 (java) R 17462 17462 13232 0 -1 4202560 1420 0 0 0 22019 0 0 0 20 0 28 0 97549773 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680758611704 140681071410477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17546] ppid=17462 vsize=26606292 memory=151260 CPUtime=220.08 cores=0-7
/proc/17464/task/17546/stat : 17546 (java) R 17462 17462 13232 0 -1 4202560 1709 0 0 0 22008 0 0 0 20 0 28 0 97549773 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680756507672 140681070790309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17547] ppid=17462 vsize=26606292 memory=1696 CPUtime=220.57 cores=0-7
/proc/17464/task/17547/stat : 17547 (java) R 17462 17462 13232 0 -1 4202560 10596 0 0 0 22051 6 0 0 20 0 28 0 97549774 27244843008 37815 33554432000 4194304 4196468 140731330276672 140680760717424 140681070790604 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
Current children cumulated CPU time: 1769.32 s
Current children cumulated vsize: 26615804 KiB
Current children cumulated memory: 152640 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.09 7.70 6.42 9/207 17547
/proc/meminfo: memFree=27045876/32770624 swapFree=67108860/67108860
[pid=17462] ppid=17459 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17462/stat : 17462 (xcsp3-exec) S 17459 17462 13232 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 97549690 9740288 345 33554432000 4194304 5098028 140727970110592 140727970108696 139815405146748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37396480 140727970112618 140727970112828 140727970112828 140727970115563 0
/proc/17462/statm: 2378 345 289 221 0 87 0
[pid=17464] ppid=17462 vsize=26606292 memory=150252 CPUtime=2006.36 cores=0-7
/proc/17464/stat : 17464 (java) S 17462 17462 13232 0 -1 1077944320 107235 0 0 0 200595 41 0 0 20 0 28 0 97549691 27244843008 37563 33554432000 4194304 4196468 140731330276672 140731330259216 140681454853879 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
/proc/17464/statm: 6651573 37563 3265 1 0 6638807 0
[pid=17464/tid=17465] ppid=17462 vsize=26606292 memory=6791534058613427641 CPUtime=0.55 cores=0-7
/proc/17464/task/17465/stat : 17465 (java) S 17462 17462 13232 0 -1 1077944384 6808 0 0 0 52 3 0 0 20 0 28 0 97549691 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681459094656 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17466] ppid=17462 vsize=26606292 memory=4872558044660077418 CPUtime=0.06 cores=0-7
/proc/17464/task/17466/stat : 17466 (java) S 17462 17462 13232 0 -1 1077944384 2251 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681407474832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17467] ppid=17462 vsize=26606292 memory=2244 CPUtime=0.06 cores=0-7
/proc/17464/task/17467/stat : 17467 (java) S 17462 17462 13232 0 -1 1077944384 2801 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681406422032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17468] ppid=17462 vsize=26606292 memory=150693222582540 CPUtime=0.06 cores=0-7
/proc/17464/task/17468/stat : 17468 (java) S 17462 17462 13232 0 -1 1077944384 3010 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681405369232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17469] ppid=17462 vsize=26606292 memory=6791534058613427641 CPUtime=0.06 cores=0-7
/proc/17464/task/17469/stat : 17469 (java) S 17462 17462 13232 0 -1 1077944384 4124 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681404316432 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17470] ppid=17462 vsize=26606292 memory=16932 CPUtime=0.06 cores=0-7
/proc/17464/task/17470/stat : 17470 (java) S 17462 17462 13232 0 -1 1077944384 2812 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681403263632 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17471] ppid=17462 vsize=26606292 memory=1796 CPUtime=0.06 cores=0-7
/proc/17464/task/17471/stat : 17471 (java) S 17462 17462 13232 0 -1 1077944384 1422 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681402210832 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17472] ppid=17462 vsize=26606292 memory=636 CPUtime=0.06 cores=0-7
/proc/17464/task/17472/stat : 17472 (java) S 17462 17462 13232 0 -1 1077944384 3590 0 0 0 5 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681401158032 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17473] ppid=17462 vsize=26606292 memory=960 CPUtime=0.05 cores=0-7
/proc/17464/task/17473/stat : 17473 (java) S 17462 17462 13232 0 -1 1077944384 4607 0 0 0 4 1 0 0 20 0 28 0 97549692 27244843008 37563 33554432000 4194304 4196468 140731330276672 140681400105232 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17474] ppid=17462 vsize=26606292 memory=1236 CPUtime=0.08 cores=0-7
/proc/17464/task/17474/stat : 17474 (java) S 17462 17462 13232 0 -1 1077944384 9849 0 0 0 6 2 0 0 20 0 28 0 97549693 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680850627440 140681454865026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17475] ppid=17462 vsize=26606292 memory=2340 CPUtime=0 cores=0-7
/proc/17464/task/17475/stat : 17475 (java) S 17462 17462 13232 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 97549694 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680849573472 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17476] ppid=17462 vsize=26606292 memory=1580 CPUtime=0 cores=0-7
/proc/17464/task/17476/stat : 17476 (java) S 17462 17462 13232 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 97549694 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680781358464 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17477] ppid=17462 vsize=26606292 memory=928 CPUtime=0 cores=0-7
/proc/17464/task/17477/stat : 17477 (java) S 17462 17462 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97549696 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680780306768 140681454872475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17478] ppid=17462 vsize=26606292 memory=2244 CPUtime=1.17 cores=0-7
/proc/17464/task/17478/stat : 17478 (java) S 17462 17462 13232 0 -1 1077944384 7119 0 0 0 116 1 0 0 20 0 28 0 97549696 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680779254128 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17479] ppid=17462 vsize=26606292 memory=4124 CPUtime=1.26 cores=0-7
/proc/17464/task/17479/stat : 17479 (java) S 17462 17462 13232 0 -1 1077944384 9542 0 0 0 126 0 0 0 20 0 28 0 97549696 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680778201328 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17480] ppid=17462 vsize=26606292 memory=2196 CPUtime=1.3 cores=0-7
/proc/17464/task/17480/stat : 17480 (java) S 17462 17462 13232 0 -1 1077944384 5859 0 0 0 130 0 0 0 20 0 28 0 97549696 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680777148528 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17481] ppid=17462 vsize=26606292 memory=6508 CPUtime=0.55 cores=0-7
/proc/17464/task/17481/stat : 17481 (java) S 17462 17462 13232 0 -1 1077944384 7164 0 0 0 54 1 0 0 20 0 28 0 97549696 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680776095728 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17482] ppid=17462 vsize=26606292 memory=840 CPUtime=0 cores=0-7
/proc/17464/task/17482/stat : 17482 (java) S 17462 17462 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97549697 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680775044192 140681454864085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17483] ppid=17462 vsize=26606292 memory=288230574492221466 CPUtime=0.03 cores=0-7
/proc/17464/task/17483/stat : 17483 (java) S 17462 17462 13232 0 -1 1077944384 1412 0 0 0 2 1 0 0 20 0 28 0 97549697 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680773991472 140681454865026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17540] ppid=17462 vsize=26606292 memory=288230596050944315 CPUtime=250.32 cores=0-7
/proc/17464/task/17540/stat : 17540 (java) R 17462 17462 13232 0 -1 4202560 1615 0 0 0 25032 0 0 0 20 0 28 0 97549773 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680757559096 140681072154084 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17541] ppid=17462 vsize=26606292 memory=16099269136353865 CPUtime=249.69 cores=0-7
/proc/17464/task/17541/stat : 17541 (java) R 17462 17462 13232 0 -1 4202560 2131 0 0 0 24969 0 0 0 20 0 28 0 97549773 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680765981336 140681071410521 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17542] ppid=17462 vsize=26606292 memory=2396 CPUtime=249.4 cores=0-7
/proc/17464/task/17542/stat : 17542 (java) R 17462 17462 13232 0 -1 4202560 2106 0 0 0 24940 0 0 0 20 0 28 0 97549773 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680764928056 140681070789598 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17543] ppid=17462 vsize=26606292 memory=1728 CPUtime=250.09 cores=0-7
/proc/17464/task/17543/stat : 17543 (java) R 17462 17462 13232 0 -1 4202560 3563 0 0 0 25007 2 0 0 20 0 28 0 97549773 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680759664320 140681070790454 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17544] ppid=17462 vsize=26606292 memory=1380 CPUtime=250.33 cores=0-7
/proc/17464/task/17544/stat : 17544 (java) R 17462 17462 13232 0 -1 4202560 8504 0 0 0 25028 5 0 0 20 0 28 0 97549773 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680763877824 140681070791049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17545] ppid=17462 vsize=26606292 memory=150240 CPUtime=249.88 cores=0-7
/proc/17464/task/17545/stat : 17545 (java) R 17462 17462 13232 0 -1 4202560 1473 0 0 0 24988 0 0 0 20 0 28 0 97549773 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680758611704 140681070790685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17546] ppid=17462 vsize=26606292 memory=1004 CPUtime=249.6 cores=0-7
/proc/17464/task/17546/stat : 17546 (java) R 17462 17462 13232 0 -1 4202560 1731 0 0 0 24960 0 0 0 20 0 28 0 97549773 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680756507256 140681070790714 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
[pid=17464/tid=17547] ppid=17462 vsize=26606292 memory=11040 CPUtime=250.25 cores=0-7
/proc/17464/task/17547/stat : 17547 (java) R 17462 17462 13232 0 -1 4202560 11116 0 0 0 25019 6 0 0 20 0 28 0 97549774 27244843008 37563 33554432000 4194304 4196468 140731330276672 140680760717840 140681070790231 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 19034112 140731330278552 140731330278728 140731330278728 140731330281423 0
Current children cumulated CPU time: 2006.36 s
Current children cumulated vsize: 26615804 KiB
Current children cumulated memory: 151632 KiB

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

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

[startup+252.099 s]
# the end of solver process 17464 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2006.62 s, system=0.423513 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.099
CPU time (s): 2007.04
CPU user time (s): 2006.62
CPU system time (s): 0.423513
CPU usage (%): 796.133
Max. virtual memory (cumulated for all children) (KiB): 26615804
Max. memory (cumulated for all children) (KiB): 212500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2006.62
system time used= 0.423513
maximum resident set size= 213688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108518
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14225
involuntary context switches= 21448


# summary of solver processes directly reported to runsolver:
#   pid: 17462,17464
#   total CPU time (s): 2007.04
#   total CPU user time (s): 2006.62
#   total CPU system time (s): 0.423513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79034 second user time and 2.85472 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 19:03:47
IDJOB=4271809
IDBENCH=135675
IDSOLVER=2663
FILE ID=node150/4271809-1502644685
RUNJOBID= node150-1502640358-13259
PBS_JOBID= 20628334
Free space on /tmp= 61636 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271809-1502644685/watcher-4271809-1502644685 -o /tmp/evaluation-result-4271809-1502644685/solver-4271809-1502644685 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node150-1502640358-13259 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1230480833 HOME/instance-4271809-1502644685.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=1230480833

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
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:        27183276 kB
MemAvailable:   31976440 kB
Buffers:          244056 kB
Cached:          4826704 kB
SwapCached:            0 kB
Active:           723648 kB
Inactive:        4399880 kB
Active(anon):      56028 kB
Inactive(anon):    25068 kB
Active(file):     667620 kB
Inactive(file):  4374812 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7984 kB
Writeback:             0 kB
AnonPages:         59536 kB
Mapped:            43816 kB
Shmem:             25224 kB
Slab:             159828 kB
SReclaimable:     133136 kB
SUnreclaim:        26692 kB
KernelStack:        3200 kB
PageTables:         4648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61628 MiB
End job on node150 at 2017-08-13 19:07:59