Trace number 4407501

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT (TO)140 1999.96 252.114

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1888.66
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407501-1569347902.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407501-1569347902.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.45/0.61	c solve instance...
1.45/0.69	o 455 
1.98/0.70	o 334 
1.98/0.71	o 167 
1.98/0.72	o 147 
1.98/0.75	o 145 
1.98/0.76	o 142 
1.98/0.77	o 140 
1999.35/252.08	s SATISFIABLE
1999.35/252.08	v <instantiation>
1999.35/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] 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] </list>
1999.35/252.08	v 	<values>11 14 13 1 6 8 10 7 4 2 0 3 5 9 12 15 17 20 24 18 19 16 21 23 22 2 3 13 6 6 5 4 4 10 6 4 4 11 2 5 3 4 6 9 4 8 4 4 2 11 </values>
1999.35/252.08	v </instantiation>
1999.35/252.08	c Unexpected resolution interruption!

Verifier Data

OK	140

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407501-1569347902/watcher-4407501-1569347902 -o /tmp/evaluation-result-4407501-1569347902/solver-4407501-1569347902 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569335941-5642 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 966831040 HOME/instance-4407501-1569347902.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=14113, runsolver pid=14110
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 6.58 7.13 7.68 2/211 14134
/proc/meminfo: memFree=25501288/32770624 swapFree=67002564/67108860
[pid=14113] ppid=14110 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14113/stat : 14113 (xcsp3-exec) S 14110 14113 5615 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510951691 115843072 362 33554432000 4194304 5098028 140736616373664 140736616371768 140521096381052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15011840 140736616375164 140736616375406 140736616375406 140736616378314 0
/proc/14113/statm: 28282 362 304 221 0 87 0
[pid=14115] ppid=14113 vsize=28227396 memory=29784 CPUtime=0.12 cores=0-7
/proc/14115/stat : 14115 (java) S 14113 14113 5615 0 -1 1077944320 5924 0 0 0 11 1 0 0 20 0 20 0 510951692 28904853504 7446 33554432000 4194304 4196468 140723736365200 140723736347744 139997631749879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
/proc/14115/statm: 7056849 7446 3114 1 0 7019032 0
[pid=14115/tid=14116] ppid=14113 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/14115/task/14116/stat : 14116 (java) R 14113 14113 5615 0 -1 4202560 3831 0 0 0 8 0 0 0 20 0 20 0 510951692 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997635984512 139997227390408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14117] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14117/stat : 14117 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997551602448 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14118] ppid=14113 vsize=28227396 memory=3619120273296795296 CPUtime=0 cores=0-7
/proc/14115/task/14118/stat : 14118 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997550549904 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14119] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14119/stat : 14119 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997549497360 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14120] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14120/stat : 14120 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997548444816 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14121] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14121/stat : 14121 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997547391248 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14122] ppid=14113 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14115/task/14122/stat : 14122 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997178091920 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14123] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14123/stat : 14123 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997177039376 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14124] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14124/stat : 14124 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 7446 33554432000 4194304 4196468 140723736365200 139997175986832 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14125] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14125/stat : 14125 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951694 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996882356720 139997631761026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14126] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14126/stat : 14126 (java) S 14113 14113 5615 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510951695 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996881302944 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14127] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14127/stat : 14127 (java) S 14113 14113 5615 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510951695 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996880250352 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14128] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14128/stat : 14128 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951697 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996879198928 139997631768475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14129] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14129/stat : 14129 (java) S 14113 14113 5615 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 510951697 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996878145520 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14130] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14130/stat : 14130 (java) S 14113 14113 5615 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 510951697 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996877092976 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14131] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14131/stat : 14131 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951697 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996876040432 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14132] ppid=14113 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/14115/task/14132/stat : 14132 (java) R 14113 14113 5615 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 20 0 510951697 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996807817584 139997631771226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14133] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14133/stat : 14133 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951698 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996806765280 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14134] ppid=14113 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14115/task/14134/stat : 14134 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951698 28904853504 7446 33554432000 4194304 4196468 140723736365200 139996805712816 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31232 KiB

[startup+0.210538 s]*
/proc/loadavg: 6.58 7.13 7.68 3/211 14134
/proc/meminfo: memFree=25489044/32770624 swapFree=67002564/67108860
[pid=14113] ppid=14110 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14113/stat : 14113 (xcsp3-exec) S 14110 14113 5615 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510951691 115843072 362 33554432000 4194304 5098028 140736616373664 140736616371768 140521096381052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15011840 140736616375164 140736616375406 140736616375406 140736616378314 0
/proc/14113/statm: 28282 362 304 221 0 87 0
[pid=14115] ppid=14113 vsize=28227396 memory=40752 CPUtime=0.34 cores=0-7
/proc/14115/stat : 14115 (java) S 14113 14113 5615 0 -1 1077944320 9480 0 0 0 31 3 0 0 20 0 20 0 510951692 28904853504 10188 33554432000 4194304 4196468 140723736365200 140723736347744 139997631749879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
/proc/14115/statm: 7056849 10188 3271 1 0 7019032 0
[pid=14115/tid=14116] ppid=14113 vsize=28227396 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/14115/task/14116/stat : 14116 (java) R 14113 14113 5615 0 -1 4202560 6633 0 0 0 18 2 0 0 20 0 20 0 510951692 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997635984000 139997631761814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14117] ppid=14113 vsize=28227396 memory=14976 CPUtime=0 cores=0-7
/proc/14115/task/14117/stat : 14117 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997551602448 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14118] ppid=14113 vsize=28227396 memory=140215657868148 CPUtime=0 cores=0-7
/proc/14115/task/14118/stat : 14118 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997550549904 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14119] ppid=14113 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14115/task/14119/stat : 14119 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997549497360 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14120] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14120/stat : 14120 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997548444816 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14121] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14121/stat : 14121 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997547391248 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14122] ppid=14113 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14115/task/14122/stat : 14122 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997178091920 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14123] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14123/stat : 14123 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997177039376 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14124] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14124/stat : 14124 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951693 28904853504 10188 33554432000 4194304 4196468 140723736365200 139997175986832 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14125] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14125/stat : 14125 (java) S 14113 14113 5615 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510951694 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996882356720 139997631761026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14126] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14126/stat : 14126 (java) S 14113 14113 5615 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510951695 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996881302944 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14127] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14127/stat : 14127 (java) S 14113 14113 5615 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510951695 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996880250352 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14128] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14128/stat : 14128 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951697 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996879198928 139997631768475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14129] ppid=14113 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/14115/task/14129/stat : 14129 (java) S 14113 14113 5615 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 510951697 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996878145520 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14130] ppid=14113 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/14115/task/14130/stat : 14130 (java) S 14113 14113 5615 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 510951697 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996877092976 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14131] ppid=14113 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/14115/task/14131/stat : 14131 (java) S 14113 14113 5615 0 -1 1077944384 80 0 0 0 1 0 0 0 20 0 20 0 510951697 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996876040432 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14132] ppid=14113 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/14115/task/14132/stat : 14132 (java) R 14113 14113 5615 0 -1 4202560 726 0 0 0 8 0 0 0 20 0 20 0 510951697 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996807817584 139997631761814 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14133] ppid=14113 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14133/stat : 14133 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951698 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996806765280 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14134] ppid=14113 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/14115/task/14134/stat : 14134 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951698 28904853504 10188 33554432000 4194304 4196468 140723736365200 139996805712816 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42200 KiB

[startup+0.310291 s]*
/proc/loadavg: 6.58 7.13 7.68 6/211 14134
/proc/meminfo: memFree=25481288/32770624 swapFree=67002564/67108860
[pid=14113] ppid=14110 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14113/stat : 14113 (xcsp3-exec) S 14110 14113 5615 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510951691 115843072 362 33554432000 4194304 5098028 140736616373664 140736616371768 140521096381052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15011840 140736616375164 140736616375406 140736616375406 140736616378314 0
/proc/14113/statm: 28282 362 304 221 0 87 0
[pid=14115] ppid=14113 vsize=28231652 memory=50020 CPUtime=0.52 cores=0-7
/proc/14115/stat : 14115 (java) S 14113 14113 5615 0 -1 1077944320 10893 0 0 0 48 4 0 0 20 0 20 0 510951692 28909211648 12505 33554432000 4194304 4196468 140723736365200 140723736347744 139997631749879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
/proc/14115/statm: 7057913 12505 3341 1 0 7019032 0
[pid=14115/tid=14116] ppid=14113 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/14115/task/14116/stat : 14116 (java) R 14113 14113 5615 0 -1 4202560 7800 0 0 0 27 2 0 0 20 0 20 0 510951692 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997635983664 139997615830396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14117] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14117/stat : 14117 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997551602448 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14118] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14118/stat : 14118 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997550549904 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14119] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14119/stat : 14119 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997549497360 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14120] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14120/stat : 14120 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997548444816 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14121] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14121/stat : 14121 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997547391248 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14122] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14122/stat : 14122 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997178091920 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14123] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14123/stat : 14123 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997177039376 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14124] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14124/stat : 14124 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951693 28909211648 12505 33554432000 4194304 4196468 140723736365200 139997175986832 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14125] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14125/stat : 14125 (java) S 14113 14113 5615 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510951694 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996882356720 139997631761026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14126] ppid=14113 vsize=28231652 memory=280431031426432 CPUtime=0 cores=0-7
/proc/14115/task/14126/stat : 14126 (java) S 14113 14113 5615 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510951695 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996881302944 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14127] ppid=14113 vsize=28231652 memory=280431031431040 CPUtime=0 cores=0-7
/proc/14115/task/14127/stat : 14127 (java) S 14113 14113 5615 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510951695 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996880250352 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14128] ppid=14113 vsize=28231652 memory=280431031435648 CPUtime=0 cores=0-7
/proc/14115/task/14128/stat : 14128 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951697 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996879198928 139997631768475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14129] ppid=14113 vsize=28231652 memory=280431031440256 CPUtime=0.02 cores=0-7
/proc/14115/task/14129/stat : 14129 (java) S 14113 14113 5615 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 20 0 510951697 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996878145520 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14130] ppid=14113 vsize=28231652 memory=280431031444864 CPUtime=0.03 cores=0-7
/proc/14115/task/14130/stat : 14130 (java) R 14113 14113 5615 0 -1 4202560 477 0 0 0 3 0 0 0 20 0 20 0 510951697 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996877083088 139997613275199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14131] ppid=14113 vsize=28231652 memory=280431031449472 CPUtime=0.02 cores=0-7
/proc/14115/task/14131/stat : 14131 (java) S 14113 14113 5615 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 20 0 510951697 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996876040432 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14132] ppid=14113 vsize=28231652 memory=280431031454080 CPUtime=0.12 cores=0-7
/proc/14115/task/14132/stat : 14132 (java) S 14113 14113 5615 0 -1 1077944384 829 0 0 0 12 0 0 0 20 0 20 0 510951697 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996807817584 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14133] ppid=14113 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14133/stat : 14133 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510951698 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996806765280 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14134] ppid=14113 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/14115/task/14134/stat : 14134 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510951698 28909211648 12505 33554432000 4194304 4196468 140723736365200 139996805712816 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51468 KiB

[startup+0.700928 s]
/proc/loadavg: 6.58 7.13 7.68 3/211 14134
/proc/meminfo: memFree=25463176/32770624 swapFree=67002564/67108860
[pid=14113] ppid=14110 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14113/stat : 14113 (xcsp3-exec) S 14110 14113 5615 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510951691 115843072 362 33554432000 4194304 5098028 140736616373664 140736616371768 140521096381052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15011840 140736616375164 140736616375406 140736616375406 140736616378314 0
/proc/14113/statm: 28282 362 304 221 0 87 0
[pid=14115] ppid=14113 vsize=28766288 memory=114648 CPUtime=1.98 cores=0-7
/proc/14115/stat : 14115 (java) S 14113 14113 5615 0 -1 1077944320 14982 0 0 0 191 7 0 0 20 0 28 0 510951692 29456678912 28662 33554432000 4194304 4196468 140723736365200 140723736347744 139997631749879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
/proc/14115/statm: 7191572 28662 3461 1 0 7152672 0
[pid=14115/tid=14116] ppid=14113 vsize=28766288 memory=0 CPUtime=0.61 cores=0-7
/proc/14115/task/14116/stat : 14116 (java) S 14113 14113 5615 0 -1 1077944384 8834 0 0 0 57 4 0 0 20 0 28 0 510951692 29456678912 28662 33554432000 4194304 4196468 140723736365200 139997635989008 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14117] ppid=14113 vsize=28766288 memory=140215515915136 CPUtime=0 cores=0-7
/proc/14115/task/14117/stat : 14117 (java) S 14113 14113 5615 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 510951693 29456678912 28662 33554432000 4194304 4196468 140723736365200 139997551602448 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14118] ppid=14113 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/14115/task/14118/stat : 14118 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510951693 29456678912 28662 33554432000 4194304 4196468 140723736365200 139997550549904 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14119] ppid=14113 vsize=28766288 memory=1052 CPUtime=0 cores=0-7
/proc/14115/task/14119/stat : 14119 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510951693 29456678912 28662 33554432000 4194304 4196468 140723736365200 139997549497360 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0

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

[pid=14115/tid=14198] ppid=14113 vsize=28769364 memory=177756 CPUtime=159.93 cores=0-7
/proc/14115/task/14198/stat : 14198 (java) R 14113 14113 5615 0 -1 4202560 1177 0 0 0 15993 0 0 0 20 0 28 0 510951771 29459828736 44951 33554432000 4194304 4196468 140723736365200 139996792283520 139997232079170 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
Current children cumulated CPU time: 1286.37 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 181252 KiB

[startup+222.302 s]
/proc/loadavg: 8.75 7.93 7.88 9/221 14243
/proc/meminfo: memFree=25317916/32770624 swapFree=67002564/67108860
[pid=14113] ppid=14110 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14113/stat : 14113 (xcsp3-exec) S 14110 14113 5615 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510951691 115843072 362 33554432000 4194304 5098028 140736616373664 140736616371768 140521096381052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15011840 140736616375164 140736616375406 140736616375406 140736616378314 0
/proc/14113/statm: 28282 362 304 221 0 87 0
[pid=14115] ppid=14113 vsize=28769364 memory=217264 CPUtime=1763.09 cores=0-7
/proc/14115/stat : 14115 (java) S 14113 14113 5615 0 -1 1077944320 91872 0 0 0 176236 73 0 0 20 0 28 0 510951692 29459828736 54316 33554432000 4194304 4196468 140723736365200 140723736347744 139997631749879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
/proc/14115/statm: 7192341 54316 3519 1 0 7153441 0
[pid=14115/tid=14116] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.61 cores=0-7
/proc/14115/task/14116/stat : 14116 (java) S 14113 14113 5615 0 -1 1077944384 8837 0 0 0 57 4 0 0 20 0 28 0 510951692 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997635990656 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14117] ppid=14113 vsize=28769364 memory=217264 CPUtime=0.25 cores=0-7
/proc/14115/task/14117/stat : 14117 (java) S 14113 14113 5615 0 -1 1077944384 1703 0 0 0 21 4 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997551602448 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14118] ppid=14113 vsize=28769364 memory=217264 CPUtime=0.25 cores=0-7
/proc/14115/task/14118/stat : 14118 (java) S 14113 14113 5615 0 -1 1077944384 1883 0 0 0 21 4 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997550549904 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14119] ppid=14113 vsize=28769364 memory=0 CPUtime=0.26 cores=0-7
/proc/14115/task/14119/stat : 14119 (java) S 14113 14113 5615 0 -1 1077944384 2030 0 0 0 21 5 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997549497360 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14120] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.25 cores=0-7
/proc/14115/task/14120/stat : 14120 (java) S 14113 14113 5615 0 -1 1077944384 2069 0 0 0 21 4 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997548444816 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14121] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.25 cores=0-7
/proc/14115/task/14121/stat : 14121 (java) S 14113 14113 5615 0 -1 1077944384 1596 0 0 0 21 4 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997547391248 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14122] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.25 cores=0-7
/proc/14115/task/14122/stat : 14122 (java) S 14113 14113 5615 0 -1 1077944384 2200 0 0 0 21 4 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997178091920 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14123] ppid=14113 vsize=28769364 memory=190432 CPUtime=0.25 cores=0-7
/proc/14115/task/14123/stat : 14123 (java) S 14113 14113 5615 0 -1 1077944384 2201 0 0 0 20 5 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997177039376 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14124] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.25 cores=0-7
/proc/14115/task/14124/stat : 14124 (java) S 14113 14113 5615 0 -1 1077944384 3572 0 0 0 21 4 0 0 20 0 28 0 510951693 29459828736 54316 33554432000 4194304 4196468 140723736365200 139997175986832 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14125] ppid=14113 vsize=28769364 memory=3588 CPUtime=0.23 cores=0-7
/proc/14115/task/14125/stat : 14125 (java) S 14113 14113 5615 0 -1 1077944384 6479 0 0 0 19 4 0 0 20 0 28 0 510951694 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996882356720 139997631761026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14126] ppid=14113 vsize=28769364 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/14115/task/14126/stat : 14126 (java) S 14113 14113 5615 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 510951695 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996881303008 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14127] ppid=14113 vsize=28769364 memory=217264 CPUtime=0 cores=0-7
/proc/14115/task/14127/stat : 14127 (java) S 14113 14113 5615 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 510951695 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996880250368 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14128] ppid=14113 vsize=28769364 memory=111632 CPUtime=0 cores=0-7
/proc/14115/task/14128/stat : 14128 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510951697 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996879198928 139997631768475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14129] ppid=14113 vsize=28769364 memory=804 CPUtime=1.94 cores=0-7
/proc/14115/task/14129/stat : 14129 (java) S 14113 14113 5615 0 -1 1077944384 11813 0 0 0 192 2 0 0 20 0 28 0 510951697 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996878145520 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14130] ppid=14113 vsize=28769364 memory=1448 CPUtime=2.28 cores=0-7
/proc/14115/task/14130/stat : 14130 (java) S 14113 14113 5615 0 -1 1077944384 8699 0 0 0 227 1 0 0 20 0 28 0 510951697 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996877092976 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14131] ppid=14113 vsize=28769364 memory=1448 CPUtime=1.9 cores=0-7
/proc/14115/task/14131/stat : 14131 (java) S 14113 14113 5615 0 -1 1077944384 9065 0 0 0 188 2 0 0 20 0 28 0 510951697 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996876040432 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14132] ppid=14113 vsize=28769364 memory=217264 CPUtime=0.73 cores=0-7
/proc/14115/task/14132/stat : 14132 (java) S 14113 14113 5615 0 -1 1077944384 6796 0 0 0 72 1 0 0 20 0 28 0 510951697 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996807817584 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14133] ppid=14113 vsize=28769364 memory=217264 CPUtime=0 cores=0-7
/proc/14115/task/14133/stat : 14133 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510951698 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996806765280 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14134] ppid=14113 vsize=28769364 memory=63564 CPUtime=0.03 cores=0-7
/proc/14115/task/14134/stat : 14134 (java) S 14113 14113 5615 0 -1 1077944384 1643 0 0 0 1 2 0 0 20 0 28 0 510951698 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996805712816 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14191] ppid=14113 vsize=28769364 memory=984 CPUtime=219.55 cores=0-7
/proc/14115/task/14191/stat : 14191 (java) R 14113 14113 5615 0 -1 4202560 1479 0 0 0 21954 1 0 0 20 0 28 0 510951769 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996794387784 139997234942029 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14192] ppid=14113 vsize=28769364 memory=1448 CPUtime=219.2 cores=0-7
/proc/14115/task/14192/stat : 14192 (java) R 14113 14113 5615 0 -1 4202560 1284 0 0 0 21919 1 0 0 20 0 28 0 510951769 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996791230976 139997233863715 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14193] ppid=14113 vsize=28769364 memory=1448 CPUtime=217.8 cores=0-7
/proc/14115/task/14193/stat : 14193 (java) R 14113 14113 5615 0 -1 4202560 4411 0 0 0 21778 2 0 0 20 0 28 0 510951769 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996788072592 139997234052250 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14194] ppid=14113 vsize=28769364 memory=217264 CPUtime=218.74 cores=0-7
/proc/14115/task/14194/stat : 14194 (java) R 14113 14113 5615 0 -1 4202560 3699 0 0 0 21871 3 0 0 20 0 28 0 510951769 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996796496512 139997233977763 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14195] ppid=14113 vsize=28769364 memory=1448 CPUtime=218.99 cores=0-7
/proc/14115/task/14195/stat : 14195 (java) R 14113 14113 5615 0 -1 4202560 2444 0 0 0 21897 2 0 0 20 0 28 0 510951769 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996790177392 139997235251879 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14196] ppid=14113 vsize=28769364 memory=217264 CPUtime=218.94 cores=0-7
/proc/14115/task/14196/stat : 14196 (java) R 14113 14113 5615 0 -1 4202560 2308 0 0 0 21894 0 0 0 20 0 28 0 510951769 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996795440848 139997232079320 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14197] ppid=14113 vsize=28769364 memory=1448 CPUtime=219.79 cores=0-7
/proc/14115/task/14197/stat : 14197 (java) R 14113 14113 5615 0 -1 4202560 1779 0 0 0 21978 1 0 0 20 0 28 0 510951769 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996793335656 139997232077995 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14198] ppid=14113 vsize=28769364 memory=1964 CPUtime=219.62 cores=0-7
/proc/14115/task/14198/stat : 14198 (java) R 14113 14113 5615 0 -1 4202560 1255 0 0 0 21962 0 0 0 20 0 28 0 510951771 29459828736 54316 33554432000 4194304 4196468 140723736365200 139996792287136 139997232518791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
Current children cumulated CPU time: 1763.09 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 218712 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.72 8.00 7.91 10/221 14245
/proc/meminfo: memFree=25261884/32770624 swapFree=67002564/67108860
[pid=14113] ppid=14110 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/14113/stat : 14113 (xcsp3-exec) S 14110 14113 5615 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 510951691 115843072 362 33554432000 4194304 5098028 140736616373664 140736616371768 140521096381052 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15011840 140736616375164 140736616375406 140736616375406 140736616378314 0
/proc/14113/statm: 28282 362 304 221 0 87 0
[pid=14115] ppid=14113 vsize=28769364 memory=271292 CPUtime=1999.35 cores=0-7
/proc/14115/stat : 14115 (java) S 14113 14113 5615 0 -1 1077944320 97811 0 0 0 199855 80 0 0 20 0 28 0 510951692 29459828736 67823 33554432000 4194304 4196468 140723736365200 140723736347744 139997631749879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
/proc/14115/statm: 7192341 67823 3519 1 0 7153441 0
[pid=14115/tid=14116] ppid=14113 vsize=28769364 memory=1398722017469774279 CPUtime=0.61 cores=0-7
/proc/14115/task/14116/stat : 14116 (java) S 14113 14113 5615 0 -1 1077944384 8837 0 0 0 57 4 0 0 20 0 28 0 510951692 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997635990656 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14117] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.33 cores=0-7
/proc/14115/task/14117/stat : 14117 (java) S 14113 14113 5615 0 -1 1077944384 1835 0 0 0 28 5 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997551602448 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14118] ppid=14113 vsize=28769364 memory=265148 CPUtime=0.32 cores=0-7
/proc/14115/task/14118/stat : 14118 (java) S 14113 14113 5615 0 -1 1077944384 2419 0 0 0 28 4 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997550549904 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14119] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.33 cores=0-7
/proc/14115/task/14119/stat : 14119 (java) S 14113 14113 5615 0 -1 1077944384 2218 0 0 0 28 5 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997549497360 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14120] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.33 cores=0-7
/proc/14115/task/14120/stat : 14120 (java) S 14113 14113 5615 0 -1 1077944384 2600 0 0 0 28 5 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997548444816 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14121] ppid=14113 vsize=28769364 memory=263024 CPUtime=0.33 cores=0-7
/proc/14115/task/14121/stat : 14121 (java) S 14113 14113 5615 0 -1 1077944384 1800 0 0 0 28 5 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997547391248 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14122] ppid=14113 vsize=28769364 memory=1760 CPUtime=0.33 cores=0-7
/proc/14115/task/14122/stat : 14122 (java) S 14113 14113 5615 0 -1 1077944384 2471 0 0 0 28 5 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997178091920 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14123] ppid=14113 vsize=28769364 memory=1448 CPUtime=0.32 cores=0-7
/proc/14115/task/14123/stat : 14123 (java) S 14113 14113 5615 0 -1 1077944384 2688 0 0 0 27 5 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997177039376 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14124] ppid=14113 vsize=28769364 memory=271292 CPUtime=0.33 cores=0-7
/proc/14115/task/14124/stat : 14124 (java) S 14113 14113 5615 0 -1 1077944384 3822 0 0 0 28 5 0 0 20 0 28 0 510951693 29459828736 67823 33554432000 4194304 4196468 140723736365200 139997175986832 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14125] ppid=14113 vsize=28769364 memory=1940 CPUtime=0.29 cores=0-7
/proc/14115/task/14125/stat : 14125 (java) S 14113 14113 5615 0 -1 1077944384 7332 0 0 0 24 5 0 0 20 0 28 0 510951694 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996882356720 139997631761026 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14126] ppid=14113 vsize=28769364 memory=1416 CPUtime=0 cores=0-7
/proc/14115/task/14126/stat : 14126 (java) S 14113 14113 5615 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 510951695 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996881303008 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14127] ppid=14113 vsize=28769364 memory=1556 CPUtime=0 cores=0-7
/proc/14115/task/14127/stat : 14127 (java) S 14113 14113 5615 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 510951695 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996880250368 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14128] ppid=14113 vsize=28769364 memory=740 CPUtime=0 cores=0-7
/proc/14115/task/14128/stat : 14128 (java) S 14113 14113 5615 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510951697 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996879198928 139997631768475 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14129] ppid=14113 vsize=28769364 memory=912 CPUtime=1.94 cores=0-7
/proc/14115/task/14129/stat : 14129 (java) S 14113 14113 5615 0 -1 1077944384 11818 0 0 0 192 2 0 0 20 0 28 0 510951697 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996878145520 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14130] ppid=14113 vsize=28769364 memory=1448 CPUtime=2.28 cores=0-7
/proc/14115/task/14130/stat : 14130 (java) S 14113 14113 5615 0 -1 1077944384 8710 0 0 0 227 1 0 0 20 0 28 0 510951697 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996877092976 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14131] ppid=14113 vsize=28769364 memory=1964 CPUtime=1.9 cores=0-7
/proc/14115/task/14131/stat : 14131 (java) S 14113 14113 5615 0 -1 1077944384 9070 0 0 0 188 2 0 0 20 0 28 0 510951697 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996876040432 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14132] ppid=14113 vsize=28769364 memory=2456 CPUtime=0.73 cores=0-7
/proc/14115/task/14132/stat : 14132 (java) S 14113 14113 5615 0 -1 1077944384 6801 0 0 0 72 1 0 0 20 0 28 0 510951697 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996807817584 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14133] ppid=14113 vsize=28769364 memory=1760 CPUtime=0 cores=0-7
/proc/14115/task/14133/stat : 14133 (java) S 14113 14113 5615 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510951698 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996806765280 139997631760085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14134] ppid=14113 vsize=28769364 memory=111632 CPUtime=0.04 cores=0-7
/proc/14115/task/14134/stat : 14134 (java) S 14113 14113 5615 0 -1 1077944384 1698 0 0 0 1 3 0 0 20 0 28 0 510951698 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996805712816 139997631761026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14191] ppid=14113 vsize=28769364 memory=804 CPUtime=248.98 cores=0-7
/proc/14115/task/14191/stat : 14191 (java) R 14113 14113 5615 0 -1 4202560 1676 0 0 0 24897 1 0 0 20 0 28 0 510951769 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996794388192 139997616088755 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14192] ppid=14113 vsize=28769364 memory=1804 CPUtime=248.72 cores=0-7
/proc/14115/task/14192/stat : 14192 (java) R 14113 14113 5615 0 -1 4202560 1493 0 0 0 24871 1 0 0 20 0 28 0 510951769 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996791230952 139997232397214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14193] ppid=14113 vsize=28769364 memory=916 CPUtime=247.3 cores=0-7
/proc/14115/task/14193/stat : 14193 (java) R 14113 14113 5615 0 -1 4202560 4926 0 0 0 24728 2 0 0 20 0 28 0 510951769 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996788072592 139997233840725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14194] ppid=14113 vsize=28769364 memory=4500 CPUtime=248.16 cores=0-7
/proc/14115/task/14194/stat : 14194 (java) R 14113 14113 5615 0 -1 4202560 4270 0 0 0 24812 4 0 0 20 0 28 0 510951769 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996796494232 139997232397198 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14195] ppid=14113 vsize=28769364 memory=4100 CPUtime=248.26 cores=0-7
/proc/14115/task/14195/stat : 14195 (java) R 14113 14113 5615 0 -1 4202560 2736 0 0 0 24824 2 0 0 20 0 28 0 510951769 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996790178568 139997235251696 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14196] ppid=14113 vsize=28769364 memory=1412 CPUtime=248.32 cores=0-7
/proc/14115/task/14196/stat : 14196 (java) R 14113 14113 5615 0 -1 4202560 2530 0 0 0 24831 1 0 0 20 0 28 0 510951769 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996795440992 139997232077862 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14197] ppid=14113 vsize=28769364 memory=3540 CPUtime=249.31 cores=0-7
/proc/14115/task/14197/stat : 14197 (java) R 14113 14113 5615 0 -1 4202560 1978 0 0 0 24930 1 0 0 20 0 28 0 510951769 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996793335632 139997232397879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
[pid=14115/tid=14198] ppid=14113 vsize=28769364 memory=1448 CPUtime=249.16 cores=0-7
/proc/14115/task/14198/stat : 14198 (java) R 14113 14113 5615 0 -1 4202560 1456 0 0 0 24915 1 0 0 20 0 28 0 510951771 29459828736 67823 33554432000 4194304 4196468 140723736365200 139996792286528 139997232078039 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32391168 140723736368112 140723736368283 140723736368283 140723736371151 0
Current children cumulated CPU time: 1999.35 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 272740 KiB

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

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

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

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

Child status: 143
Real time (s): 252.114
CPU time (s): 1999.96
CPU user time (s): 1999.15
CPU system time (s): 0.811248
CPU usage (%): 793.275
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 272740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1999.15
system time used= 0.811248
maximum resident set size= 272028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99659
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30575
involuntary context switches= 24221


# summary of solver processes directly reported to runsolver:
#   pid: 14113,14115
#   total CPU time (s): 1999.96
#   total CPU user time (s): 1999.15
#   total CPU system time (s): 0.811248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.3676 second user time and 2.52916 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-24 19:57:44
IDJOB=4407501
IDBENCH=135841
IDSOLVER=2872
FILE ID=node148/4407501-1569347902
RUNJOBID= node148-1569335941-5642
PBS_JOBID= 21705049
Free space on /tmp= 22084 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407501-1569347902/watcher-4407501-1569347902 -o /tmp/evaluation-result-4407501-1569347902/solver-4407501-1569347902 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1569335941-5642 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 966831040 HOME/instance-4407501-1569347902.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=966831040

node148.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.13
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.13
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.13
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.13
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:        25518380 kB
MemAvailable:   31855364 kB
Buffers:           55756 kB
Cached:          6553212 kB
SwapCached:         3372 kB
Active:          4385744 kB
Inactive:        2228548 kB
Active(anon):       3292 kB
Inactive(anon):    57852 kB
Active(file):    4382452 kB
Inactive(file):  2170696 kB
Unevictable:      110668 kB
Mlocked:          110668 kB
SwapTotal:      67108860 kB
SwapFree:       67002564 kB
Dirty:             26068 kB
Writeback:            12 kB
AnonPages:        113864 kB
Mapped:            56900 kB
Shmem:             47072 kB
Slab:             228360 kB
SReclaimable:     199344 kB
SUnreclaim:        29016 kB
KernelStack:        3408 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 22060 MiB
End job on node148 at 2019-09-24 20:01:56