Trace number 4271810

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)142 2005.12 252.13499

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-18.xml
MD5SUM16e7a4452edd8ccb673a436dbd81290a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark248.51401
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":60}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271810-1502644938.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271810-1502644938.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.77/0.70	c solve instance...
1.77/0.79	o 286 
2.39/0.81	o 285 
2.39/0.82	o 165 
2.39/0.83	o 164 
2.39/0.85	o 159 
2.39/0.87	o 158 
3.90/1.02	o 151 
27.55/4.11	o 150 
100.83/13.26	o 148 
122.32/15.93	o 147 
122.32/15.96	o 146 
122.32/15.99	o 143 
123.16/16.05	o 142 
2004.31/252.08	s SATISFIABLE
2004.31/252.08	v <instantiation>
2004.31/252.08	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
2004.31/252.08	v 	<values>14 9 11 7 6 0 1 3 4 2 20 22 21 24 29 23 27 28 26 25 15 10 13 18 19 17 16 12 8 5 4 5 2 2 7 7 6 1 6 21 4 3 3 5 16 6 1 1 2 11 3 1 5 4 4 1 3 3 1 4 </values>
2004.31/252.08	v </instantiation>
2004.31/252.08	c Unexpected resolution interruption!

Verifier Data

OK	142

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (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-4271810-1502644938/watcher-4271810-1502644938 -o /tmp/evaluation-result-4271810-1502644938/solver-4271810-1502644938 -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 2132908860 HOME/instance-4271810-1502644938.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=17621, runsolver pid=17618
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 8.09 7.70 6.42 2/199 17642
/proc/meminfo: memFree=27167848/32770624 swapFree=67108860/67108860
[pid=17621] ppid=17618 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 13232 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97574997 9740288 346 33554432000 4194304 5098028 140720354916272 140720354914376 139848892977788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21901312 140720354919530 140720354919740 140720354919740 140720354922475 0
/proc/17621/statm: 2378 346 289 221 0 87 0
[pid=17623] ppid=17621 vsize=25999808 memory=26336 CPUtime=0.12 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 13232 0 -1 1077944320 5482 0 0 0 10 2 0 0 20 0 20 0 97574997 26623803392 6584 33554432000 4194304 4196468 140722366930000 140722366912544 139849188499191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
/proc/17623/statm: 6499952 6584 2851 1 0 6488269 0
[pid=17623/tid=17624] ppid=17621 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 13232 0 -1 4202560 3488 0 0 0 8 1 0 0 20 0 20 0 97574997 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849192730880 139849172579678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17625] ppid=17621 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849111079184 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17626] ppid=17621 vsize=25999808 memory=139993280091776 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849110026640 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17627] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849108974096 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17628] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849107921552 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17629] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849106869008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17630] ppid=17621 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849105816464 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17631] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849104763920 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17632] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26623803392 6584 33554432000 4194304 4196468 140722366930000 139849103711376 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17633] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 13232 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 97574999 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848584284144 139849188510338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17634] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 13232 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97575000 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848583230368 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17635] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 13232 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97575000 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848582177776 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17636] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97575002 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848581126352 139849188517787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17637] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 13232 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 97575002 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848580073968 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17638] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17621 17621 13232 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 97575002 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848579021424 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17639] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17621 17621 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97575002 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848577968880 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17640] ppid=17621 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17621 17621 13232 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 20 0 97575003 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848576916336 139849188520538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17641] ppid=17621 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97575003 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848575863008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17642] ppid=17621 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97575003 26623803392 6584 33554432000 4194304 4196468 140722366930000 139848574810544 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27720 KiB

[startup+0.20973 s]*
/proc/loadavg: 7.69 7.62 6.40 2/199 17642
/proc/meminfo: memFree=27156684/32770624 swapFree=67108860/67108860
[pid=17621] ppid=17618 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 13232 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97574997 9740288 346 33554432000 4194304 5098028 140720354916272 140720354914376 139848892977788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21901312 140720354919530 140720354919740 140720354919740 140720354922475 0
/proc/17621/statm: 2378 346 289 221 0 87 0
[pid=17623] ppid=17621 vsize=26004064 memory=39092 CPUtime=0.33 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 13232 0 -1 1077944320 8342 0 0 0 31 2 0 0 20 0 20 0 97574997 26628161536 9773 33554432000 4194304 4196468 140722366930000 140722366912544 139849188499191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
/proc/17623/statm: 6501016 9773 3067 1 0 6488269 0
[pid=17623/tid=17624] ppid=17621 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 13232 0 -1 4202560 5397 0 0 0 18 1 0 0 20 0 20 0 97574997 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849192721232 139849181177205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17625] ppid=17621 vsize=26004064 memory=342 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849111079184 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17626] ppid=17621 vsize=26004064 memory=139993280105696 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849110026640 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17627] ppid=17621 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849108974096 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17628] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849107921552 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17629] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849106869008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17630] ppid=17621 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849105816464 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17631] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849104763920 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17632] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628161536 9773 33554432000 4194304 4196468 140722366930000 139849103711376 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17633] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 13232 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 97574999 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848584284144 139849188510338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17634] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 13232 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97575000 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848583230368 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17635] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 13232 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97575000 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848582177776 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17636] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97575002 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848581126352 139849188517787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17637] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 13232 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 97575002 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848580073968 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17638] ppid=17621 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17621 17621 13232 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 97575002 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848579021424 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17639] ppid=17621 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17621 17621 13232 0 -1 1077944384 359 0 0 0 2 0 0 0 20 0 20 0 97575002 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848577968880 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17640] ppid=17621 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17621 17621 13232 0 -1 4202560 750 0 0 0 7 0 0 0 20 0 20 0 97575003 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848576916336 139849172579678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17641] ppid=17621 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97575003 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848575863008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17642] ppid=17621 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97575003 26628161536 9773 33554432000 4194304 4196468 140722366930000 139848574810544 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40476 KiB

[startup+0.309386 s]*
/proc/loadavg: 7.69 7.62 6.40 2/199 17642
/proc/meminfo: memFree=27149488/32770624 swapFree=67108860/67108860
[pid=17621] ppid=17618 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 13232 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97574997 9740288 346 33554432000 4194304 5098028 140720354916272 140720354914376 139848892977788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21901312 140720354919530 140720354919740 140720354919740 140720354922475 0
/proc/17621/statm: 2378 346 289 221 0 87 0
[pid=17623] ppid=17621 vsize=26004140 memory=46140 CPUtime=0.49 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 13232 0 -1 1077944320 9328 0 0 0 46 3 0 0 20 0 20 0 97574997 26628239360 11535 33554432000 4194304 4196468 140722366930000 140722366912544 139849188499191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
/proc/17623/statm: 6501035 11535 3082 1 0 6488269 0
[pid=17623/tid=17624] ppid=17621 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 13232 0 -1 4202560 6189 0 0 0 27 2 0 0 20 0 20 0 97574997 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849192731552 139849188521117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17625] ppid=17621 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849111079184 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17626] ppid=17621 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849110026640 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17627] ppid=17621 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849108974096 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17628] ppid=17621 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849107921552 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17629] ppid=17621 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849106869008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17630] ppid=17621 vsize=26004140 memory=139993116930991 CPUtime=0 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849105816464 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17631] ppid=17621 vsize=26004140 memory=139993116933296 CPUtime=0 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849104763920 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17632] ppid=17621 vsize=26004140 memory=139993116935600 CPUtime=0 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 13232 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97574998 26628239360 11535 33554432000 4194304 4196468 140722366930000 139849103711376 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17633] ppid=17621 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 13232 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 97574999 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848584284144 139849188510338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17634] ppid=17621 vsize=26004140 memory=279986233878160 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 13232 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97575000 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848583230368 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17635] ppid=17621 vsize=26004140 memory=279986233885072 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 13232 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97575000 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848582177776 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17636] ppid=17621 vsize=26004140 memory=279986233826352 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97575002 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848581126352 139849188517787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17637] ppid=17621 vsize=26004140 memory=279986233898896 CPUtime=0.01 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 13232 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 20 0 97575002 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848580073968 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17638] ppid=17621 vsize=26004140 memory=279986233905808 CPUtime=0.01 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17621 17621 13232 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 97575002 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848579021424 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17639] ppid=17621 vsize=26004140 memory=279986233903504 CPUtime=0.04 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17621 17621 13232 0 -1 1077944384 386 0 0 0 4 0 0 0 20 0 20 0 97575002 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848577968880 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17640] ppid=17621 vsize=26004140 memory=279986233919664 CPUtime=0.11 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) R 17621 17621 13232 0 -1 4202560 833 0 0 0 11 0 0 0 20 0 20 0 97575003 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848576912096 139849167120064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17641] ppid=17621 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97575003 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848575863008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17642] ppid=17621 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97575003 26628239360 11535 33554432000 4194304 4196468 140722366930000 139848574810544 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47524 KiB

[startup+0.700912 s]
/proc/loadavg: 7.69 7.62 6.40 6/199 17642
/proc/meminfo: memFree=27132556/32770624 swapFree=67108860/67108860
[pid=17621] ppid=17618 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 13232 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97574997 9740288 346 33554432000 4194304 5098028 140720354916272 140720354914376 139848892977788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21901312 140720354919530 140720354919740 140720354919740 140720354922475 0
/proc/17621/statm: 2378 346 289 221 0 87 0
[pid=17623] ppid=17621 vsize=26006188 memory=87360 CPUtime=1.77 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 13232 0 -1 1077944320 12948 0 0 0 172 5 0 0 20 0 20 0 97574997 26630336512 21840 33554432000 4194304 4196468 140722366930000 140722366912544 139849188499191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
/proc/17623/statm: 6501547 21840 3209 1 0 6488781 0
[pid=17623/tid=17624] ppid=17621 vsize=26006188 memory=279986234277552 CPUtime=0.67 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) R 17621 17621 13232 0 -1 4202560 6741 0 0 0 65 2 0 0 20 0 20 0 97574997 26630336512 21840 33554432000 4194304 4196468 140722366930000 139849192734608 139849172579678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17625] ppid=17621 vsize=26006188 memory=139993117139824 CPUtime=0 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26630336512 21840 33554432000 4194304 4196468 140722366930000 139849111079184 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17626] ppid=17621 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26630336512 21840 33554432000 4194304 4196468 140722366930000 139849110026640 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17627] ppid=17621 vsize=26006188 memory=1716 CPUtime=0 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97574998 26630336512 21840 33554432000 4194304 4196468 140722366930000 139849108974096 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0

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

/proc/meminfo: memFree=27019100/32770624 swapFree=67108860/67108860
[pid=17621] ppid=17618 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 13232 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97574997 9740288 346 33554432000 4194304 5098028 140720354916272 140720354914376 139848892977788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21901312 140720354919530 140720354919740 140720354919740 140720354922475 0
/proc/17621/statm: 2378 346 289 221 0 87 0
[pid=17623] ppid=17621 vsize=26605264 memory=177412 CPUtime=1767.8 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 13232 0 -1 1077944320 90022 0 0 0 176721 59 0 0 20 0 28 0 97574997 27243790336 44353 33554432000 4194304 4196468 140722366930000 140722366912544 139849188499191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
/proc/17623/statm: 6651316 44353 3268 1 0 6638550 0
[pid=17623/tid=17624] ppid=17621 vsize=26605264 memory=177368 CPUtime=0.69 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) S 17621 17621 13232 0 -1 1077944384 7014 0 0 0 66 3 0 0 20 0 28 0 97574997 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849192739968 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17625] ppid=17621 vsize=26605264 memory=177356 CPUtime=0.1 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 13232 0 -1 1077944384 989 0 0 0 6 4 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849111079184 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17626] ppid=17621 vsize=26605264 memory=177400 CPUtime=0.08 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 13232 0 -1 1077944384 1186 0 0 0 5 3 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849110026640 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17627] ppid=17621 vsize=26605264 memory=177412 CPUtime=0.09 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 13232 0 -1 1077944384 1050 0 0 0 5 4 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849108974096 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17628] ppid=17621 vsize=26605264 memory=1384 CPUtime=0.1 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 13232 0 -1 1077944384 4000 0 0 0 6 4 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849107921552 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17629] ppid=17621 vsize=26605264 memory=177412 CPUtime=0.09 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 13232 0 -1 1077944384 2725 0 0 0 6 3 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849106869008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17630] ppid=17621 vsize=26605264 memory=1384 CPUtime=0.09 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 13232 0 -1 1077944384 3117 0 0 0 6 3 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849105816464 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17631] ppid=17621 vsize=26605264 memory=177400 CPUtime=0.1 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 13232 0 -1 1077944384 2738 0 0 0 7 3 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849104763920 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17632] ppid=17621 vsize=26605264 memory=0 CPUtime=0.09 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 13232 0 -1 1077944384 1941 0 0 0 6 3 0 0 20 0 28 0 97574998 27243790336 44353 33554432000 4194304 4196468 140722366930000 139849103711376 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17633] ppid=17621 vsize=26605264 memory=0 CPUtime=0.11 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 13232 0 -1 1077944384 6300 0 0 0 9 2 0 0 20 0 28 0 97574999 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848584284144 139849188510338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17634] ppid=17621 vsize=26605264 memory=177396 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 13232 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 97575000 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848583230432 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17635] ppid=17621 vsize=26605264 memory=177412 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 13232 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 97575000 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848582177792 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17636] ppid=17621 vsize=26605264 memory=28464 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97575002 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848581126352 139849188517787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17637] ppid=17621 vsize=26605264 memory=1296 CPUtime=1.57 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 13232 0 -1 1077944384 6370 0 0 0 157 0 0 0 20 0 28 0 97575002 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848580073968 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17638] ppid=17621 vsize=26605264 memory=177372 CPUtime=1.74 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17621 17621 13232 0 -1 1077944384 7010 0 0 0 173 1 0 0 20 0 28 0 97575002 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848579021424 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17639] ppid=17621 vsize=26605264 memory=1384 CPUtime=1.54 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17621 17621 13232 0 -1 1077944384 10102 0 0 0 153 1 0 0 20 0 28 0 97575002 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848577968880 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17640] ppid=17621 vsize=26605264 memory=1384 CPUtime=0.68 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) S 17621 17621 13232 0 -1 1077944384 5943 0 0 0 67 1 0 0 20 0 28 0 97575003 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848576916336 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17641] ppid=17621 vsize=26605264 memory=229452 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97575003 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848575863008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17642] ppid=17621 vsize=26605264 memory=1384 CPUtime=0.03 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 13232 0 -1 1077944384 1514 0 0 0 0 3 0 0 20 0 28 0 97575003 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848574810544 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17745] ppid=17621 vsize=26605264 memory=177412 CPUtime=205.89 cores=0-7
/proc/17623/task/17745/stat : 17745 (java) R 17621 17621 13232 0 -1 4202560 1214 0 0 0 20589 0 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848566798568 139848787779859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17746] ppid=17621 vsize=26605264 memory=1384 CPUtime=205.01 cores=0-7
/proc/17623/task/17746/stat : 17746 (java) R 17621 17621 13232 0 -1 4202560 1170 0 0 0 20501 0 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848358792968 139848787124540 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17747] ppid=17621 vsize=26605264 memory=177356 CPUtime=204.62 cores=0-7
/proc/17623/task/17747/stat : 17747 (java) R 17621 17621 13232 0 -1 4202560 1682 0 0 0 20462 0 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848357740328 139848787123360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17748] ppid=17621 vsize=26605264 memory=10588 CPUtime=205.2 cores=0-7
/proc/17623/task/17748/stat : 17748 (java) R 17621 17621 13232 0 -1 4202560 4132 0 0 0 20518 2 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848363004568 139848787779610 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17749] ppid=17621 vsize=26605264 memory=1200 CPUtime=205.49 cores=0-7
/proc/17623/task/17749/stat : 17749 (java) R 17621 17621 13232 0 -1 4202560 1715 0 0 0 20548 1 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848359848992 139848787778084 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17750] ppid=17621 vsize=26605264 memory=1384 CPUtime=205.77 cores=0-7
/proc/17623/task/17750/stat : 17750 (java) R 17621 17621 13232 0 -1 4202560 1134 0 0 0 20577 0 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848565748120 139848787123547 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17751] ppid=17621 vsize=26605264 memory=177372 CPUtime=205.75 cores=0-7
/proc/17623/task/17751/stat : 17751 (java) R 17621 17621 13232 0 -1 4202560 4272 0 0 0 20575 0 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848361951768 139848788768127 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17752] ppid=17621 vsize=26605264 memory=4140 CPUtime=205.22 cores=0-7
/proc/17623/task/17752/stat : 17752 (java) R 17621 17621 13232 0 -1 4202560 6188 0 0 0 20519 3 0 0 20 0 28 0 97576602 27243790336 44353 33554432000 4194304 4196468 140722366930000 139848356688128 139848787123048 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
Current children cumulated CPU time: 1767.8 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 178796 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 7.99 7.82 6.77 9/208 17759
/proc/meminfo: memFree=27016328/32770624 swapFree=67108860/67108860
[pid=17621] ppid=17618 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/17621/stat : 17621 (xcsp3-exec) S 17618 17621 13232 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97574997 9740288 346 33554432000 4194304 5098028 140720354916272 140720354914376 139848892977788 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 21901312 140720354919530 140720354919740 140720354919740 140720354922475 0
/proc/17621/statm: 2378 346 289 221 0 87 0
[pid=17623] ppid=17621 vsize=26605264 memory=181588 CPUtime=2004.31 cores=0-7
/proc/17623/stat : 17623 (java) S 17621 17621 13232 0 -1 1077944320 95282 0 0 0 200370 61 0 0 20 0 28 0 97574997 27243790336 45397 33554432000 4194304 4196468 140722366930000 140722366912544 139849188499191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
/proc/17623/statm: 6651316 45397 3268 1 0 6638550 0
[pid=17623/tid=17624] ppid=17621 vsize=26605264 memory=6791534058613427641 CPUtime=0.69 cores=0-7
/proc/17623/task/17624/stat : 17624 (java) S 17621 17621 13232 0 -1 1077944384 7014 0 0 0 66 3 0 0 20 0 28 0 97574997 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849192739968 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17625] ppid=17621 vsize=26605264 memory=4872558044660077418 CPUtime=0.12 cores=0-7
/proc/17623/task/17625/stat : 17625 (java) S 17621 17621 13232 0 -1 1077944384 1461 0 0 0 8 4 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849111079184 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17626] ppid=17621 vsize=26605264 memory=1384 CPUtime=0.11 cores=0-7
/proc/17623/task/17626/stat : 17626 (java) S 17621 17621 13232 0 -1 1077944384 1683 0 0 0 8 3 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849110026640 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17627] ppid=17621 vsize=26605264 memory=179540 CPUtime=0.11 cores=0-7
/proc/17623/task/17627/stat : 17627 (java) S 17621 17621 13232 0 -1 1077944384 1202 0 0 0 7 4 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849108974096 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17628] ppid=17621 vsize=26605264 memory=6791534058613427641 CPUtime=0.12 cores=0-7
/proc/17623/task/17628/stat : 17628 (java) S 17621 17621 13232 0 -1 1077944384 4082 0 0 0 8 4 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849107921552 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17629] ppid=17621 vsize=26605264 memory=4872558044660077418 CPUtime=0.12 cores=0-7
/proc/17623/task/17629/stat : 17629 (java) S 17621 17621 13232 0 -1 1077944384 2816 0 0 0 8 4 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849106869008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17630] ppid=17621 vsize=26605264 memory=4124 CPUtime=0.1 cores=0-7
/proc/17623/task/17630/stat : 17630 (java) S 17621 17621 13232 0 -1 1077944384 3187 0 0 0 7 3 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849105816464 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17631] ppid=17621 vsize=26605264 memory=2196 CPUtime=0.12 cores=0-7
/proc/17623/task/17631/stat : 17631 (java) S 17621 17621 13232 0 -1 1077944384 2833 0 0 0 9 3 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849104763920 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17632] ppid=17621 vsize=26605264 memory=1236 CPUtime=0.11 cores=0-7
/proc/17623/task/17632/stat : 17632 (java) S 17621 17621 13232 0 -1 1077944384 2474 0 0 0 7 4 0 0 20 0 28 0 97574998 27243790336 45397 33554432000 4194304 4196468 140722366930000 139849103711376 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17633] ppid=17621 vsize=26605264 memory=2340 CPUtime=0.13 cores=0-7
/proc/17623/task/17633/stat : 17633 (java) S 17621 17621 13232 0 -1 1077944384 7191 0 0 0 11 2 0 0 20 0 28 0 97574999 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848584284144 139849188510338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17634] ppid=17621 vsize=26605264 memory=1580 CPUtime=0 cores=0-7
/proc/17623/task/17634/stat : 17634 (java) S 17621 17621 13232 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 97575000 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848583230432 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17635] ppid=17621 vsize=26605264 memory=928 CPUtime=0 cores=0-7
/proc/17623/task/17635/stat : 17635 (java) S 17621 17621 13232 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 97575000 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848582177792 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17636] ppid=17621 vsize=26605264 memory=2244 CPUtime=0 cores=0-7
/proc/17623/task/17636/stat : 17636 (java) S 17621 17621 13232 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97575002 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848581126352 139849188517787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17637] ppid=17621 vsize=26605264 memory=4124 CPUtime=1.57 cores=0-7
/proc/17623/task/17637/stat : 17637 (java) S 17621 17621 13232 0 -1 1077944384 6376 0 0 0 157 0 0 0 20 0 28 0 97575002 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848580073968 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17638] ppid=17621 vsize=26605264 memory=179540 CPUtime=1.74 cores=0-7
/proc/17623/task/17638/stat : 17638 (java) S 17621 17621 13232 0 -1 1077944384 7019 0 0 0 173 1 0 0 20 0 28 0 97575002 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848579021424 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17639] ppid=17621 vsize=26605264 memory=6791534058613427641 CPUtime=1.54 cores=0-7
/proc/17623/task/17639/stat : 17639 (java) S 17621 17621 13232 0 -1 1077944384 10108 0 0 0 153 1 0 0 20 0 28 0 97575002 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848577968880 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17640] ppid=17621 vsize=26605264 memory=1384 CPUtime=0.68 cores=0-7
/proc/17623/task/17640/stat : 17640 (java) S 17621 17621 13232 0 -1 1077944384 5949 0 0 0 67 1 0 0 20 0 28 0 97575003 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848576916336 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17641] ppid=17621 vsize=26605264 memory=179540 CPUtime=0 cores=0-7
/proc/17623/task/17641/stat : 17641 (java) S 17621 17621 13232 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97575003 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848575863008 139849188509397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17642] ppid=17621 vsize=26605264 memory=179488 CPUtime=0.04 cores=0-7
/proc/17623/task/17642/stat : 17642 (java) S 17621 17621 13232 0 -1 1077944384 1555 0 0 0 0 4 0 0 20 0 28 0 97575003 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848574810544 139849188510338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17745] ppid=17621 vsize=26605264 memory=10588 CPUtime=235.53 cores=0-7
/proc/17623/task/17745/stat : 17745 (java) R 17621 17621 13232 0 -1 4202560 1323 0 0 0 23553 0 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848566799376 139848787124603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17746] ppid=17621 vsize=26605264 memory=1200 CPUtime=234.58 cores=0-7
/proc/17623/task/17746/stat : 17746 (java) R 17621 17621 13232 0 -1 4202560 1338 0 0 0 23458 0 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848358793224 139848788768764 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17747] ppid=17621 vsize=26605264 memory=15872 CPUtime=234.17 cores=0-7
/proc/17623/task/17747/stat : 17747 (java) R 17621 17621 13232 0 -1 4202560 1837 0 0 0 23417 0 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848357740568 139848788477866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17748] ppid=17621 vsize=26605264 memory=4044 CPUtime=234.64 cores=0-7
/proc/17623/task/17748/stat : 17748 (java) R 17621 17621 13232 0 -1 4202560 4424 0 0 0 23462 2 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848363003920 139848787076095 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17749] ppid=17621 vsize=26605264 memory=16444 CPUtime=234.91 cores=0-7
/proc/17623/task/17749/stat : 17749 (java) R 17621 17621 13232 0 -1 4202560 1854 0 0 0 23490 1 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848359845944 139848788670330 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17750] ppid=17621 vsize=26605264 memory=16936 CPUtime=235.43 cores=0-7
/proc/17623/task/17750/stat : 17750 (java) R 17621 17621 13232 0 -1 4202560 1234 0 0 0 23542 1 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848565747984 139848787123091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17751] ppid=17621 vsize=26605264 memory=1796 CPUtime=235.4 cores=0-7
/proc/17623/task/17751/stat : 17751 (java) R 17621 17621 13232 0 -1 4202560 4727 0 0 0 23539 1 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848361951768 139848788579802 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
[pid=17623/tid=17752] ppid=17621 vsize=26605264 memory=636 CPUtime=234.66 cores=0-7
/proc/17623/task/17752/stat : 17752 (java) R 17621 17621 13232 0 -1 4202560 7079 0 0 0 23463 3 0 0 20 0 28 0 97576602 27243790336 45397 33554432000 4194304 4196468 140722366930000 139848356691152 139848788382830 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 39534592 140722366936216 140722366936392 140722366936392 140722366939087 0
Current children cumulated CPU time: 2004.31 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 182972 KiB

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

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

[startup+252.135 s]
# the end of solver process 17623 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2004.49 s, system=0.6314 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

[startup+252.125 s]*
/proc/loadavg: 7.99 7.82 6.77 2/180 17761
/proc/meminfo: memFree=27016064/32770624 swapFree=67108860/67108860
Current cumulated CPU time of completed processes: 0.001982 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 252.135
CPU time (s): 2005.12
CPU user time (s): 2004.49
CPU system time (s): 0.6314
CPU usage (%): 795.257
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 246808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2004.49
system time used= 0.6314
maximum resident set size= 255164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19282
involuntary context switches= 21597


# summary of solver processes directly reported to runsolver:
#   pid: 17621,17623
#   total CPU time (s): 2005.12
#   total CPU user time (s): 2004.49
#   total CPU system time (s): 0.6314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06596 second user time and 2.71817 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 19:08:00
IDJOB=4271810
IDBENCH=135870
IDSOLVER=2663
FILE ID=node150/4271810-1502644938
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-n30/TravellingSalesman-30-30-18.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271810-1502644938/watcher-4271810-1502644938 -o /tmp/evaluation-result-4271810-1502644938/solver-4271810-1502644938 -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 2132908860 HOME/instance-4271810-1502644938.xml

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

MD5SUM BENCH= 16e7a4452edd8ccb673a436dbd81290a
RANDOM SEED=2132908860

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:        27183952 kB
MemAvailable:   31977520 kB
Buffers:          244212 kB
Cached:          4826352 kB
SwapCached:            0 kB
Active:           724132 kB
Inactive:        4400048 kB
Active(anon):      56288 kB
Inactive(anon):    25068 kB
Active(file):     667844 kB
Inactive(file):  4374980 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7600 kB
Writeback:             0 kB
AnonPages:         59536 kB
Mapped:            43816 kB
Shmem:             25224 kB
Slab:             159920 kB
SReclaimable:     133156 kB
SUnreclaim:        26764 kB
KernelStack:        3136 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:12:12