Trace number 4270817

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)119 20097.9 2520.1101

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"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-4270817-1502776282.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270817-1502776282.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.03/0.57	c solve instance...
2.16/0.71	o 321 
2.16/0.74	o 317 
2.16/0.76	o 310 
2.16/0.77	o 302 
2.16/0.77	o 298 
2.16/0.78	o 297 
2.16/0.79	o 290 
2.16/0.79	o 285 
2.16/0.79	o 283 
2.16/0.80	o 184 
2.64/0.80	o 179 
2.64/0.81	o 170 
2.64/0.84	o 165 
2.64/0.86	o 159 
2.64/0.86	o 156 
2.64/0.89	o 150 
3.32/0.90	o 147 
3.32/0.90	o 140 
21.59/3.28	o 138 
26.35/3.84	o 136 
27.09/3.94	o 132 
27.09/3.95	o 128 
94.83/12.45	o 127 
94.83/12.45	o 125 
111.45/14.50	o 123 
115.49/15.02	o 122 
119.40/15.51	o 121 
119.40/15.51	o 119 
20097.10/2520.09	s SATISFIABLE
20097.10/2520.09	v <instantiation>
20097.10/2520.09	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] 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>
20097.10/2520.09	v 	<values>19 17 16 18 15 13 11 9 7 2 4 8 6 1 0 3 5 10 12 14 3 8 4 12 7 5 6 4 6 10 6 4 10 3 5 4 5 6 3 8 </values>
20097.10/2520.09	v </instantiation>
20097.10/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270817-1502776282/watcher-4270817-1502776282 -o /tmp/evaluation-result-4270817-1502776282/solver-4270817-1502776282 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502772902-19803 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1446298161 HOME/instance-4270817-1502776282.xml 

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

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


[startup+0.103045 s]*
/proc/loadavg: 8.06 8.20 8.26 2/199 19993
/proc/meminfo: memFree=31449640/32770624 swapFree=67108860/67108860
[pid=19972] ppid=19969 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19972/stat : 19972 (xcsp3-exec) S 19969 19972 19776 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 110715842 9740288 346 33554432000 4194304 5098028 140727893999040 140727893997144 140476097835644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11948032 140727894004836 140727894005047 140727894005047 140727894007787 0
/proc/19972/statm: 2378 346 289 221 0 87 0
[pid=19974] ppid=19972 vsize=25999808 memory=26600 CPUtime=0.11 cores=0-7
/proc/19974/stat : 19974 (java) S 19972 19972 19776 0 -1 1077944320 5588 0 0 0 10 1 0 0 20 0 20 0 110715843 26623803392 6650 33554432000 4194304 4196468 140730881798656 140730881781200 140477547413239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
/proc/19974/statm: 6499952 6650 2846 1 0 6488269 0
[pid=19974/tid=19975] ppid=19972 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19974/task/19975/stat : 19975 (java) R 19972 19972 19776 0 -1 4202560 3594 0 0 0 8 1 0 0 20 0 20 0 110715843 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477551645488 140477547435165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19976] ppid=19972 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19974/task/19976/stat : 19976 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477510519184 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19977] ppid=19972 vsize=25999808 memory=140051842963072 CPUtime=0 cores=0-7
/proc/19974/task/19977/stat : 19977 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477104257296 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19978] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19978/stat : 19978 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477103205008 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19979] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19979/stat : 19979 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477102152208 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19980] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19980/stat : 19980 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477101099920 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19981] ppid=19972 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19974/task/19981/stat : 19981 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477100047120 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19982] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19982/stat : 19982 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477098994832 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19983] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19983/stat : 19983 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110715844 26623803392 6650 33554432000 4194304 4196468 140730881798656 140477097942032 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19984] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19984/stat : 19984 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715845 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476540528752 140477547424386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19985] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19985/stat : 19985 (java) S 19972 19972 19776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110715846 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476539474720 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19986] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19986/stat : 19986 (java) S 19972 19972 19776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110715846 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476538422384 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19987] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19987/stat : 19987 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715848 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476537370704 140477547431835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19988] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19988/stat : 19988 (java) S 19972 19972 19776 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 110715848 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476536318576 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19989] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19989/stat : 19989 (java) S 19972 19972 19776 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 110715848 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476535265776 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19990] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19990/stat : 19990 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110715848 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476534213488 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19991] ppid=19972 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/19974/task/19991/stat : 19991 (java) R 19972 19972 19776 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 20 0 110715848 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476533160688 140477547434586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19992] ppid=19972 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19992/stat : 19992 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110715849 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476532107616 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19993] ppid=19972 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19974/task/19993/stat : 19993 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715849 26623803392 6650 33554432000 4194304 4196468 140730881798656 140476531054896 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27984 KiB

[startup+0.210348 s]*
/proc/loadavg: 8.06 8.20 8.26 2/199 19993
/proc/meminfo: memFree=31440384/32770624 swapFree=67108860/67108860
[pid=19972] ppid=19969 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19972/stat : 19972 (xcsp3-exec) S 19969 19972 19776 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 110715842 9740288 346 33554432000 4194304 5098028 140727893999040 140727893997144 140476097835644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11948032 140727894004836 140727894005047 140727894005047 140727894007787 0
/proc/19972/statm: 2378 346 289 221 0 87 0
[pid=19974] ppid=19972 vsize=26004064 memory=39344 CPUtime=0.33 cores=0-7
/proc/19974/stat : 19974 (java) S 19972 19972 19776 0 -1 1077944320 8316 0 0 0 30 3 0 0 20 0 20 0 110715843 26628161536 9836 33554432000 4194304 4196468 140730881798656 140730881781200 140477547413239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
/proc/19974/statm: 6501016 9836 3067 1 0 6488269 0
[pid=19974/tid=19975] ppid=19972 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19974/task/19975/stat : 19975 (java) R 19972 19972 19776 0 -1 4202560 5442 0 0 0 18 2 0 0 20 0 20 0 110715843 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477551634232 140477540130202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19976] ppid=19972 vsize=26004064 memory=328 CPUtime=0 cores=0-7
/proc/19974/task/19976/stat : 19976 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477510519184 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19977] ppid=19972 vsize=26004064 memory=140051843450400 CPUtime=0 cores=0-7
/proc/19974/task/19977/stat : 19977 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477104257296 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19978] ppid=19972 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19974/task/19978/stat : 19978 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477103205008 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19979] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19979/stat : 19979 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477102152208 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19980] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19980/stat : 19980 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477101099920 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19981] ppid=19972 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19974/task/19981/stat : 19981 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477100047120 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19982] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19982/stat : 19982 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477098994832 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19983] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19983/stat : 19983 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 9839 33554432000 4194304 4196468 140730881798656 140477097942032 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19984] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19984/stat : 19984 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715845 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476540528752 140477547424386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19985] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19985/stat : 19985 (java) S 19972 19972 19776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110715846 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476539474720 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19986] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19986/stat : 19986 (java) S 19972 19972 19776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110715846 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476538422384 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19987] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19987/stat : 19987 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715848 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476537370704 140477547431835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19988] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19988/stat : 19988 (java) S 19972 19972 19776 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 20 0 110715848 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476536318576 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19989] ppid=19972 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19974/task/19989/stat : 19989 (java) S 19972 19972 19776 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 20 0 110715848 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476535265776 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19990] ppid=19972 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/19974/task/19990/stat : 19990 (java) S 19972 19972 19776 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 20 0 110715848 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476534213488 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19991] ppid=19972 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/19974/task/19991/stat : 19991 (java) R 19972 19972 19776 0 -1 4202560 794 0 0 0 7 0 0 0 20 0 20 0 110715848 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476533157624 140477539650366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19992] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19992/stat : 19992 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110715849 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476532107616 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19993] ppid=19972 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19974/task/19993/stat : 19993 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715849 26628161536 9839 33554432000 4194304 4196468 140730881798656 140476531054896 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40728 KiB

[startup+0.310291 s]*
/proc/loadavg: 8.06 8.20 8.26 2/199 19993
/proc/meminfo: memFree=31431372/32770624 swapFree=67108860/67108860
[pid=19972] ppid=19969 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19972/stat : 19972 (xcsp3-exec) S 19969 19972 19776 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 110715842 9740288 346 33554432000 4194304 5098028 140727893999040 140727893997144 140476097835644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11948032 140727894004836 140727894005047 140727894005047 140727894007787 0
/proc/19972/statm: 2378 346 289 221 0 87 0
[pid=19974] ppid=19972 vsize=26004064 memory=46036 CPUtime=0.49 cores=0-7
/proc/19974/stat : 19974 (java) S 19972 19972 19776 0 -1 1077944320 9221 0 0 0 45 4 0 0 20 0 20 0 110715843 26628161536 11509 33554432000 4194304 4196468 140730881798656 140730881781200 140477547413239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
/proc/19974/statm: 6501016 11509 3087 1 0 6488269 0
[pid=19974/tid=19975] ppid=19972 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19974/task/19975/stat : 19975 (java) R 19972 19972 19776 0 -1 4202560 6183 0 0 0 27 2 0 0 20 0 20 0 110715843 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477551641952 140477531493726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19976] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19976/stat : 19976 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477510519184 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19977] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19977/stat : 19977 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477104257296 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19978] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19978/stat : 19978 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477103205008 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19979] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19979/stat : 19979 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477102152208 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19980] ppid=19972 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/19974/task/19980/stat : 19980 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477101099920 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19981] ppid=19972 vsize=26004064 memory=140051702969263 CPUtime=0 cores=0-7
/proc/19974/task/19981/stat : 19981 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477100047120 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19982] ppid=19972 vsize=26004064 memory=140051702971568 CPUtime=0 cores=0-7
/proc/19974/task/19982/stat : 19982 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477098994832 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19983] ppid=19972 vsize=26004064 memory=140051702973872 CPUtime=0 cores=0-7
/proc/19974/task/19983/stat : 19983 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110715844 26628161536 11573 33554432000 4194304 4196468 140730881798656 140477097942032 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19984] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19984/stat : 19984 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110715845 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476540528752 140477547424386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19985] ppid=19972 vsize=26004064 memory=280103405954704 CPUtime=0 cores=0-7
/proc/19974/task/19985/stat : 19985 (java) S 19972 19972 19776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110715846 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476539474720 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19986] ppid=19972 vsize=26004064 memory=280103405961616 CPUtime=0 cores=0-7
/proc/19974/task/19986/stat : 19986 (java) S 19972 19972 19776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110715846 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476538422384 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19987] ppid=19972 vsize=26004064 memory=280103405902896 CPUtime=0 cores=0-7
/proc/19974/task/19987/stat : 19987 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715848 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476537370704 140477547431835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19988] ppid=19972 vsize=26004064 memory=280103405975440 CPUtime=0.01 cores=0-7
/proc/19974/task/19988/stat : 19988 (java) S 19972 19972 19776 0 -1 1077944384 350 0 0 0 1 0 0 0 20 0 20 0 110715848 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476536318576 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19989] ppid=19972 vsize=26004064 memory=280103405982352 CPUtime=0.03 cores=0-7
/proc/19974/task/19989/stat : 19989 (java) S 19972 19972 19776 0 -1 1077944384 301 0 0 0 3 0 0 0 20 0 20 0 110715848 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476535265776 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19990] ppid=19972 vsize=26004064 memory=280103405980048 CPUtime=0.02 cores=0-7
/proc/19974/task/19990/stat : 19990 (java) S 19972 19972 19776 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 20 0 110715848 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476534213488 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19991] ppid=19972 vsize=26004064 memory=280103405996208 CPUtime=0.1 cores=0-7
/proc/19974/task/19991/stat : 19991 (java) S 19972 19972 19776 0 -1 1077944384 867 0 0 0 10 0 0 0 20 0 20 0 110715848 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476533160688 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19992] ppid=19972 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19992/stat : 19992 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110715849 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476532107616 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19993] ppid=19972 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19974/task/19993/stat : 19993 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110715849 26628161536 11573 33554432000 4194304 4196468 140730881798656 140476531054896 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47420 KiB

[startup+0.704462 s]
/proc/loadavg: 8.06 8.20 8.26 5/199 19993
/proc/meminfo: memFree=31416980/32770624 swapFree=67108860/67108860
[pid=19972] ppid=19969 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19972/stat : 19972 (xcsp3-exec) S 19969 19972 19776 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 110715842 9740288 346 33554432000 4194304 5098028 140727893999040 140727893997144 140476097835644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11948032 140727894004836 140727894005047 140727894005047 140727894007787 0
/proc/19972/statm: 2378 346 289 221 0 87 0
[pid=19974] ppid=19972 vsize=26538700 memory=87332 CPUtime=2.16 cores=0-7
/proc/19974/stat : 19974 (java) S 19972 19972 19776 0 -1 1077944320 12213 0 0 0 210 6 0 0 20 0 28 0 110715843 27175628800 21833 33554432000 4194304 4196468 140730881798656 140730881781200 140477547413239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
/proc/19974/statm: 6634675 21833 3212 1 0 6621909 0
[pid=19974/tid=19975] ppid=19972 vsize=26538700 memory=280103406354096 CPUtime=0.55 cores=0-7
/proc/19974/task/19975/stat : 19975 (java) S 19972 19972 19776 0 -1 1077944384 6854 0 0 0 52 3 0 0 20 0 28 0 110715843 27175628800 21833 33554432000 4194304 4196468 140730881798656 140477551654016 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19976] ppid=19972 vsize=26538700 memory=140051703178096 CPUtime=0 cores=0-7
/proc/19974/task/19976/stat : 19976 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110715844 27175628800 21833 33554432000 4194304 4196468 140730881798656 140477510519184 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19977] ppid=19972 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/19974/task/19977/stat : 19977 (java) S 19972 19972 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 110715844 27175628800 21833 33554432000 4194304 4196468 140730881798656 140477104257296 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19978] ppid=19972 vsize=26538700 memory=4612 CPUtime=0 cores=0-7
/proc/19974/task/19978/stat : 19978 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110715844 27175628800 21833 33554432000 4194304 4196468 140730881798656 140477103205008 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0

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

[pid=19974/tid=20225] ppid=19972 vsize=26539728 memory=1384 CPUtime=2408.8 cores=0-7
/proc/19974/task/20225/stat : 20225 (java) R 19972 19972 19776 0 -1 4202560 20094 0 0 0 240864 16 0 0 20 0 28 0 110717394 27176681472 149404 33554432000 4194304 4196468 140730881798656 140476514623208 140477187584920 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
Current children cumulated CPU time: 19477.3 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 599000 KiB

[startup+2502.3 s]
/proc/loadavg: 8.10 8.26 8.29 9/207 20282
/proc/meminfo: memFree=30880680/32770624 swapFree=67108860/67108860
[pid=19972] ppid=19969 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19972/stat : 19972 (xcsp3-exec) S 19969 19972 19776 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 110715842 9740288 346 33554432000 4194304 5098028 140727893999040 140727893997144 140476097835644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11948032 140727894004836 140727894005047 140727894005047 140727894007787 0
/proc/19972/statm: 2378 346 289 221 0 87 0
[pid=19974] ppid=19972 vsize=26539728 memory=599664 CPUtime=19955.8 cores=0-7
/proc/19974/stat : 19974 (java) S 19972 19972 19776 0 -1 1077944320 177351 0 0 0 1995473 111 0 0 20 0 28 0 110715843 27176681472 149916 33554432000 4194304 4196468 140730881798656 140730881781200 140477547413239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
/proc/19974/statm: 6634932 149916 3269 1 0 6622166 0
[pid=19974/tid=19975] ppid=19972 vsize=26539728 memory=1384 CPUtime=0.58 cores=0-7
/proc/19974/task/19975/stat : 19975 (java) S 19972 19972 19776 0 -1 1077944384 7103 0 0 0 54 4 0 0 20 0 28 0 110715843 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477551654016 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19976] ppid=19972 vsize=26539728 memory=4100 CPUtime=0.28 cores=0-7
/proc/19974/task/19976/stat : 19976 (java) S 19972 19972 19776 0 -1 1077944384 5285 0 0 0 22 6 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477510519184 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19977] ppid=19972 vsize=26539728 memory=1384 CPUtime=0.27 cores=0-7
/proc/19974/task/19977/stat : 19977 (java) S 19972 19972 19776 0 -1 1077944384 4325 0 0 0 22 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477104257296 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19978] ppid=19972 vsize=26539728 memory=599664 CPUtime=0.27 cores=0-7
/proc/19974/task/19978/stat : 19978 (java) S 19972 19972 19776 0 -1 1077944384 4672 0 0 0 22 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477103205008 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19979] ppid=19972 vsize=26539728 memory=599664 CPUtime=0.27 cores=0-7
/proc/19974/task/19979/stat : 19979 (java) S 19972 19972 19776 0 -1 1077944384 2063 0 0 0 24 3 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477102152208 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19980] ppid=19972 vsize=26539728 memory=1292 CPUtime=0.27 cores=0-7
/proc/19974/task/19980/stat : 19980 (java) S 19972 19972 19776 0 -1 1077944384 4064 0 0 0 23 4 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477101099920 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19981] ppid=19972 vsize=26539728 memory=27 CPUtime=0.27 cores=0-7
/proc/19974/task/19981/stat : 19981 (java) S 19972 19972 19776 0 -1 1077944384 3392 0 0 0 22 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477100047120 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19982] ppid=19972 vsize=26539728 memory=26 CPUtime=0.26 cores=0-7
/proc/19974/task/19982/stat : 19982 (java) S 19972 19972 19776 0 -1 1077944384 3869 0 0 0 22 4 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477098994832 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19983] ppid=19972 vsize=26539728 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/19974/task/19983/stat : 19983 (java) S 19972 19972 19776 0 -1 1077944384 4624 0 0 0 23 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477097942032 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19984] ppid=19972 vsize=26539728 memory=1440 CPUtime=0.49 cores=0-7
/proc/19974/task/19984/stat : 19984 (java) S 19972 19972 19776 0 -1 1077944384 13343 0 0 0 43 6 0 0 20 0 28 0 110715845 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476540528752 140477547424386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19985] ppid=19972 vsize=26539728 memory=2448 CPUtime=0 cores=0-7
/proc/19974/task/19985/stat : 19985 (java) S 19972 19972 19776 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 110715846 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476539474784 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19986] ppid=19972 vsize=26539728 memory=1732 CPUtime=0 cores=0-7
/proc/19974/task/19986/stat : 19986 (java) S 19972 19972 19776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 110715846 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476538422400 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19987] ppid=19972 vsize=26539728 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/19974/task/19987/stat : 19987 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476537370704 140477547431835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19988] ppid=19972 vsize=26539728 memory=916 CPUtime=1.58 cores=0-7
/proc/19974/task/19988/stat : 19988 (java) S 19972 19972 19776 0 -1 1077944384 11246 0 0 0 156 2 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476536318576 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19989] ppid=19972 vsize=26539728 memory=4116 CPUtime=1.68 cores=0-7
/proc/19974/task/19989/stat : 19989 (java) S 19972 19972 19776 0 -1 1077944384 14805 0 0 0 165 3 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476535265776 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19990] ppid=19972 vsize=26539728 memory=599664 CPUtime=1.7 cores=0-7
/proc/19974/task/19990/stat : 19990 (java) S 19972 19972 19776 0 -1 1077944384 9239 0 0 0 168 2 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476534213488 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19991] ppid=19972 vsize=26539728 memory=31268 CPUtime=0.66 cores=0-7
/proc/19974/task/19991/stat : 19991 (java) S 19972 19972 19776 0 -1 1077944384 8404 0 0 0 64 2 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476533160688 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19992] ppid=19972 vsize=26539728 memory=1384 CPUtime=0 cores=0-7
/proc/19974/task/19992/stat : 19992 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 110715849 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476532107616 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19993] ppid=19972 vsize=26539728 memory=599664 CPUtime=0.29 cores=0-7
/proc/19974/task/19993/stat : 19993 (java) S 19972 19972 19776 0 -1 1077944384 3398 0 0 0 0 29 0 0 20 0 28 0 110715849 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476531054896 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20218] ppid=19972 vsize=26539728 memory=1384 CPUtime=2483.86 cores=0-7
/proc/19974/task/20218/stat : 20218 (java) R 19972 19972 19776 0 -1 4202560 3312 0 0 0 248384 2 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476520939032 140477187584383 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20219] ppid=19972 vsize=26539728 memory=1384 CPUtime=2484.02 cores=0-7
/proc/19974/task/20219/stat : 20219 (java) R 19972 19972 19776 0 -1 4202560 3565 0 0 0 248401 1 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476516728712 140477187584383 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20220] ppid=19972 vsize=26539728 memory=599664 CPUtime=2476.86 cores=0-7
/proc/19974/task/20220/stat : 20220 (java) R 19972 19972 19776 0 -1 4202560 10383 0 0 0 247681 5 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476521995232 140477187584951 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20221] ppid=19972 vsize=26539728 memory=1384 CPUtime=2475.35 cores=0-7
/proc/19974/task/20221/stat : 20221 (java) R 19972 19972 19776 0 -1 4202560 8078 0 0 0 247529 6 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476523045192 140477187584247 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20222] ppid=19972 vsize=26539728 memory=599664 CPUtime=2477.49 cores=0-7
/proc/19974/task/20222/stat : 20222 (java) R 19972 19972 19776 0 -1 4202560 12139 0 0 0 247736 13 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476519887216 140477188975825 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20223] ppid=19972 vsize=26539728 memory=6791534058613427641 CPUtime=2484.03 cores=0-7
/proc/19974/task/20223/stat : 20223 (java) R 19972 19972 19776 0 -1 4202560 2994 0 0 0 248402 1 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476517781992 140477189908988 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20224] ppid=19972 vsize=26539728 memory=4388 CPUtime=2482.42 cores=0-7
/proc/19974/task/20224/stat : 20224 (java) R 19972 19972 19776 0 -1 4202560 7776 0 0 0 248239 3 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476515676008 140477187585052 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20225] ppid=19972 vsize=26539728 memory=1236 CPUtime=2468.52 cores=0-7
/proc/19974/task/20225/stat : 20225 (java) R 19972 19972 19776 0 -1 4202560 20265 0 0 0 246836 16 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476514623208 140477187585449 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
Current children cumulated CPU time: 19955.8 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 601048 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.07 8.24 8.29 9/207 20282
/proc/meminfo: memFree=30880600/32770624 swapFree=67108860/67108860
[pid=19972] ppid=19969 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19972/stat : 19972 (xcsp3-exec) S 19969 19972 19776 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 110715842 9740288 346 33554432000 4194304 5098028 140727893999040 140727893997144 140476097835644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11948032 140727894004836 140727894005047 140727894005047 140727894007787 0
/proc/19972/statm: 2378 346 289 221 0 87 0
[pid=19974] ppid=19972 vsize=26539728 memory=599664 CPUtime=20097.1 cores=0-7
/proc/19974/stat : 19974 (java) S 19972 19972 19776 0 -1 1077944320 177942 0 0 0 2009599 111 0 0 20 0 28 0 110715843 27176681472 149916 33554432000 4194304 4196468 140730881798656 140730881781200 140477547413239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
/proc/19974/statm: 6634932 149916 3269 1 0 6622166 0
[pid=19974/tid=19975] ppid=19972 vsize=26539728 memory=6791534058613427641 CPUtime=0.58 cores=0-7
/proc/19974/task/19975/stat : 19975 (java) S 19972 19972 19776 0 -1 1077944384 7103 0 0 0 54 4 0 0 20 0 28 0 110715843 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477551654016 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19976] ppid=19972 vsize=26539728 memory=5792 CPUtime=0.28 cores=0-7
/proc/19974/task/19976/stat : 19976 (java) S 19972 19972 19776 0 -1 1077944384 5312 0 0 0 22 6 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477510519184 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19977] ppid=19972 vsize=26539728 memory=1224 CPUtime=0.27 cores=0-7
/proc/19974/task/19977/stat : 19977 (java) S 19972 19972 19776 0 -1 1077944384 4332 0 0 0 22 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477104257296 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19978] ppid=19972 vsize=26539728 memory=8568 CPUtime=0.27 cores=0-7
/proc/19974/task/19978/stat : 19978 (java) S 19972 19972 19776 0 -1 1077944384 4688 0 0 0 22 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477103205008 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19979] ppid=19972 vsize=26539728 memory=4872558044660077418 CPUtime=0.27 cores=0-7
/proc/19974/task/19979/stat : 19979 (java) S 19972 19972 19776 0 -1 1077944384 2101 0 0 0 24 3 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477102152208 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19980] ppid=19972 vsize=26539728 memory=599664 CPUtime=0.27 cores=0-7
/proc/19974/task/19980/stat : 19980 (java) S 19972 19972 19776 0 -1 1077944384 4081 0 0 0 23 4 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477101099920 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19981] ppid=19972 vsize=26539728 memory=1948 CPUtime=0.27 cores=0-7
/proc/19974/task/19981/stat : 19981 (java) S 19972 19972 19776 0 -1 1077944384 3393 0 0 0 22 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477100047120 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19982] ppid=19972 vsize=26539728 memory=800 CPUtime=0.26 cores=0-7
/proc/19974/task/19982/stat : 19982 (java) S 19972 19972 19776 0 -1 1077944384 3875 0 0 0 22 4 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477098994832 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19983] ppid=19972 vsize=26539728 memory=12068 CPUtime=0.28 cores=0-7
/proc/19974/task/19983/stat : 19983 (java) S 19972 19972 19776 0 -1 1077944384 4878 0 0 0 23 5 0 0 20 0 28 0 110715844 27176681472 149916 33554432000 4194304 4196468 140730881798656 140477097942032 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19984] ppid=19972 vsize=26539728 memory=1384 CPUtime=0.49 cores=0-7
/proc/19974/task/19984/stat : 19984 (java) S 19972 19972 19776 0 -1 1077944384 13377 0 0 0 43 6 0 0 20 0 28 0 110715845 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476540528752 140477547424386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19985] ppid=19972 vsize=26539728 memory=599664 CPUtime=0 cores=0-7
/proc/19974/task/19985/stat : 19985 (java) S 19972 19972 19776 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 110715846 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476539474784 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19986] ppid=19972 vsize=26539728 memory=1292 CPUtime=0 cores=0-7
/proc/19974/task/19986/stat : 19986 (java) S 19972 19972 19776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 110715846 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476538422400 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19987] ppid=19972 vsize=26539728 memory=4100 CPUtime=0 cores=0-7
/proc/19974/task/19987/stat : 19987 (java) S 19972 19972 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476537370704 140477547431835 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19988] ppid=19972 vsize=26539728 memory=31268 CPUtime=1.58 cores=0-7
/proc/19974/task/19988/stat : 19988 (java) S 19972 19972 19776 0 -1 1077944384 11248 0 0 0 156 2 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476536318576 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19989] ppid=19972 vsize=26539728 memory=1292 CPUtime=1.68 cores=0-7
/proc/19974/task/19989/stat : 19989 (java) S 19972 19972 19776 0 -1 1077944384 14807 0 0 0 165 3 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476535265776 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19990] ppid=19972 vsize=26539728 memory=2448 CPUtime=1.7 cores=0-7
/proc/19974/task/19990/stat : 19990 (java) S 19972 19972 19776 0 -1 1077944384 9241 0 0 0 168 2 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476534213488 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19991] ppid=19972 vsize=26539728 memory=1732 CPUtime=0.66 cores=0-7
/proc/19974/task/19991/stat : 19991 (java) S 19972 19972 19776 0 -1 1077944384 8406 0 0 0 64 2 0 0 20 0 28 0 110715848 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476533160688 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19992] ppid=19972 vsize=26539728 memory=1948 CPUtime=0 cores=0-7
/proc/19974/task/19992/stat : 19992 (java) S 19972 19972 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 110715849 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476532107616 140477547423445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=19993] ppid=19972 vsize=26539728 memory=800 CPUtime=0.29 cores=0-7
/proc/19974/task/19993/stat : 19993 (java) S 19972 19972 19776 0 -1 1077944384 3402 0 0 0 0 29 0 0 20 0 28 0 110715849 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476531054896 140477547424386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20218] ppid=19972 vsize=26539728 memory=12068 CPUtime=2501.56 cores=0-7
/proc/19974/task/20218/stat : 20218 (java) R 19972 19972 19776 0 -1 4202560 3339 0 0 0 250154 2 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476520938160 140477187584671 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20219] ppid=19972 vsize=26539728 memory=599664 CPUtime=2501.7 cores=0-7
/proc/19974/task/20219/stat : 20219 (java) R 19972 19972 19776 0 -1 4202560 3581 0 0 0 250169 1 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476516728728 140477187368725 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20220] ppid=19972 vsize=26539728 memory=599664 CPUtime=2494.56 cores=0-7
/proc/19974/task/20220/stat : 20220 (java) R 19972 19972 19776 0 -1 4202560 10405 0 0 0 249451 5 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476521992552 140477187584860 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20221] ppid=19972 vsize=26539728 memory=644 CPUtime=2493.05 cores=0-7
/proc/19974/task/20221/stat : 20221 (java) R 19972 19972 19776 0 -1 4202560 8098 0 0 0 249299 6 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476523045096 140477187584441 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20222] ppid=19972 vsize=26539728 memory=960 CPUtime=2495.18 cores=0-7
/proc/19974/task/20222/stat : 20222 (java) R 19972 19972 19776 0 -1 4202560 12158 0 0 0 249505 13 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476519887464 140477188975820 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20223] ppid=19972 vsize=26539728 memory=4388 CPUtime=2501.65 cores=0-7
/proc/19974/task/20223/stat : 20223 (java) R 19972 19972 19776 0 -1 4202560 3002 0 0 0 250164 1 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476517781992 140477187584588 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20224] ppid=19972 vsize=26539728 memory=1236 CPUtime=2499.93 cores=0-7
/proc/19974/task/20224/stat : 20224 (java) R 19972 19972 19776 0 -1 4202560 7815 0 0 0 249990 3 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476515676008 140477187584505 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
[pid=19974/tid=20225] ppid=19972 vsize=26539728 memory=932 CPUtime=2486.15 cores=0-7
/proc/19974/task/20225/stat : 20225 (java) R 19972 19972 19776 0 -1 4202560 20293 0 0 0 248599 16 0 0 20 0 28 0 110717394 27176681472 149916 33554432000 4194304 4196468 140730881798656 140476514625904 140477187584383 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 6361088 140730881803410 140730881803587 140730881803587 140730881806287 0
Current children cumulated CPU time: 20097.1 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 601048 KiB

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

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

[startup+2520.11 s]
# the end of solver process 19974 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20096.7 s, system=1.12267 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.11
CPU time (s): 20097.9
CPU user time (s): 20096.7
CPU system time (s): 1.12267
CPU usage (%): 797.5
Max. virtual memory (cumulated for all children) (KiB): 26549240
Max. memory (cumulated for all children) (KiB): 601048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20096.7
system time used= 1.12267
maximum resident set size= 600140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178780
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96798
involuntary context switches= 205086


# summary of solver processes directly reported to runsolver:
#   pid: 19972,19974
#   total CPU time (s): 20097.9
#   total CPU user time (s): 20096.7
#   total CPU system time (s): 1.12267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9317 second user time and 29.1446 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-15 07:37:04
IDJOB=4270817
IDBENCH=135668
IDSOLVER=2662
FILE ID=node113/4270817-1502776282
RUNJOBID= node113-1502772902-19803
PBS_JOBID= 20629104
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.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-4270817-1502776282/watcher-4270817-1502776282 -o /tmp/evaluation-result-4270817-1502776282/solver-4270817-1502776282 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1502772902-19803 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1446298161 HOME/instance-4270817-1502776282.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=1446298161

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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	: 5333.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	: 5333.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	: 5333.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:        31466280 kB
MemAvailable:   31973508 kB
Buffers:          191640 kB
Cached:           590740 kB
SwapCached:            0 kB
Active:           595416 kB
Inactive:         241508 kB
Active(anon):       4636 kB
Inactive(anon):    77668 kB
Active(file):     590780 kB
Inactive(file):   163840 kB
Unevictable:        6588 kB
Mlocked:            6588 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:            24 kB
AnonPages:         60432 kB
Mapped:            45304 kB
Shmem:             25224 kB
Slab:             163468 kB
SReclaimable:     136884 kB
SUnreclaim:        26584 kB
KernelStack:        3184 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323544 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61780 MiB
End job on node113 at 2017-08-15 08:19:04