Trace number 4400175

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-16 parallelSAT (TO)91 1994.94 252.059

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-14.xml
MD5SUM8288d58d1e6d081c99b6d9412791f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark53.9952
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size29
Distribution of domain sizes[{"size":15,"count":15},{"size":29,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400175-1568711387.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400175-1568711387.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.06/0.57	c solve instance...
1.48/0.68	o 145 
1.48/0.69	o 119 
2.12/0.73	o 116 
2.12/0.76	o 110 
2.12/0.77	o 106 
2.12/0.79	o 105 
2.79/0.81	o 104 
2.79/0.82	o 100 
5.07/1.18	o 99 
7.39/1.46	o 95 
8.96/1.65	o 91 
1994.64/252.02	s SATISFIABLE
1994.64/252.02	v <instantiation>
1994.64/252.02	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
1994.64/252.02	v 	<values>1 2 5 0 6 11 10 12 14 13 9 8 7 4 3 5 6 15 8 15 7 4 7 1 6 2 2 9 2 2 </values>
1994.64/252.02	v </instantiation>
1994.64/252.02	c Unexpected resolution interruption!

Verifier Data

OK	91

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400175-1568711387/watcher-4400175-1568711387 -o /tmp/evaluation-result-4400175-1568711387/solver-4400175-1568711387 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568700731-21591 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 411952266 HOME/instance-4400175-1568711387.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
Current StackSize limit: 8192 KiB

solver pid=30162, runsolver pid=30159

[startup+0.100119 s]*
/proc/loadavg: 8.10 8.16 8.17 3/212 30183
/proc/meminfo: memFree=30956980/32770624 swapFree=67004320/67108860
[pid=30162] ppid=30159 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30162/stat : 30162 (xcsp3-exec) S 30159 30162 21564 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447300312 115843072 362 33554432000 4194304 5098028 140722965012320 140722965010424 139836692157052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9867264 140722965021564 140722965021806 140722965021806 140722965024714 0
/proc/30162/statm: 28282 362 304 221 0 87 0
[pid=30164] ppid=30162 vsize=28227396 memory=29324 CPUtime=0.12 cores=0-7
/proc/30164/stat : 30164 (java) S 30162 30162 21564 0 -1 1077944320 5729 0 0 0 11 1 0 0 20 0 20 0 447300312 28904853504 7331 33554432000 4194304 4196468 140736671084384 140736671066928 139681296908023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
/proc/30164/statm: 7056849 7331 3151 1 0 7019032 0
[pid=30164/tid=30165] ppid=30162 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/30164/task/30165/stat : 30165 (java) R 30162 30162 21564 0 -1 4202560 3649 0 0 0 8 1 0 0 20 0 20 0 447300312 28904853504 7331 33554432000 4194304 4196468 140736671084384 139681301136048 139681296929370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30166] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30166/stat : 30166 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680848587408 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30167] ppid=30162 vsize=28227396 memory=3688925131917272736 CPUtime=0 cores=0-7
/proc/30164/task/30167/stat : 30167 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680847534608 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30168] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30168/stat : 30168 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680846481808 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30169] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30169/stat : 30169 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680845429008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30170] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30170/stat : 30170 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680844377232 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30171] ppid=30162 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30164/task/30171/stat : 30171 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680843324432 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30172] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30172/stat : 30172 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680842271632 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30173] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30173/stat : 30173 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680841218832 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30174] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30174/stat : 30174 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300315 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680797931888 139681296919170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30175] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30175/stat : 30175 (java) S 30162 30162 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447300315 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680796877856 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30176] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30176/stat : 30176 (java) S 30162 30162 21564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447300315 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680795825008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30177] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30177/stat : 30177 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680794773328 139681296926619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30178] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30178/stat : 30178 (java) S 30162 30162 21564 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680793721712 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30179] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30179/stat : 30179 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680675916528 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30180] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30180/stat : 30180 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680674863728 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30181] ppid=30162 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30164/task/30181/stat : 30181 (java) S 30162 30162 21564 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 20 0 447300318 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680673810928 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30182] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30182/stat : 30182 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680672758368 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30183] ppid=30162 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30164/task/30183/stat : 30183 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 7331 33554432000 4194304 4196468 140736671084384 139680671705648 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30772 KiB

[startup+0.210204 s]*
/proc/loadavg: 8.10 8.16 8.17 3/212 30183
/proc/meminfo: memFree=30943204/32770624 swapFree=67004320/67108860
[pid=30162] ppid=30159 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30162/stat : 30162 (xcsp3-exec) S 30159 30162 21564 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447300312 115843072 362 33554432000 4194304 5098028 140722965012320 140722965010424 139836692157052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9867264 140722965021564 140722965021806 140722965021806 140722965024714 0
/proc/30162/statm: 28282 362 304 221 0 87 0
[pid=30164] ppid=30162 vsize=28227396 memory=40972 CPUtime=0.33 cores=0-7
/proc/30164/stat : 30164 (java) S 30162 30162 21564 0 -1 1077944320 9520 0 0 0 30 3 0 0 20 0 20 0 447300312 28904853504 10243 33554432000 4194304 4196468 140736671084384 140736671066928 139681296908023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
/proc/30164/statm: 7056849 10243 3301 1 0 7019032 0
[pid=30164/tid=30165] ppid=30162 vsize=28227396 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/30164/task/30165/stat : 30165 (java) R 30162 30162 21564 0 -1 4202560 6667 0 0 0 17 2 0 0 20 0 20 0 447300312 28904853504 10243 33554432000 4194304 4196468 140736671084384 139681301139936 139681280988510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30166] ppid=30162 vsize=28227396 memory=14967 CPUtime=0 cores=0-7
/proc/30164/task/30166/stat : 30166 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680848587408 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30167] ppid=30162 vsize=28227396 memory=140375253522825 CPUtime=0 cores=0-7
/proc/30164/task/30167/stat : 30167 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680847534608 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30168] ppid=30162 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30164/task/30168/stat : 30168 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680846481808 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30169] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30169/stat : 30169 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680845429008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30170] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30170/stat : 30170 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680844377232 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30171] ppid=30162 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30164/task/30171/stat : 30171 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680843324432 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30172] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30172/stat : 30172 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680842271632 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30173] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30173/stat : 30173 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300313 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680841218832 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30174] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30174/stat : 30174 (java) S 30162 30162 21564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447300315 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680797931888 139681296919170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30175] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30175/stat : 30175 (java) S 30162 30162 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447300315 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680796877856 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30176] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30176/stat : 30176 (java) S 30162 30162 21564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447300315 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680795825008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30177] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30177/stat : 30177 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680794773328 139681296926619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30178] ppid=30162 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/30164/task/30178/stat : 30178 (java) S 30162 30162 21564 0 -1 1077944384 547 0 0 0 1 0 0 0 20 0 20 0 447300318 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680793721712 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30179] ppid=30162 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30164/task/30179/stat : 30179 (java) S 30162 30162 21564 0 -1 1077944384 195 0 0 0 2 0 0 0 20 0 20 0 447300318 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680675916528 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30180] ppid=30162 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30164/task/30180/stat : 30180 (java) S 30162 30162 21564 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680674863728 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30181] ppid=30162 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/30164/task/30181/stat : 30181 (java) S 30162 30162 21564 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 20 0 447300318 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680673810928 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30182] ppid=30162 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30182/stat : 30182 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680672758368 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30183] ppid=30162 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30164/task/30183/stat : 30183 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300318 28904853504 10243 33554432000 4194304 4196468 140736671084384 139680671705648 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42420 KiB

[startup+0.309621 s]*
/proc/loadavg: 8.10 8.16 8.17 4/211 30183
/proc/meminfo: memFree=30938036/32770624 swapFree=67004320/67108860
[pid=30162] ppid=30159 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30162/stat : 30162 (xcsp3-exec) S 30159 30162 21564 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447300312 115843072 362 33554432000 4194304 5098028 140722965012320 140722965010424 139836692157052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9867264 140722965021564 140722965021806 140722965021806 140722965024714 0
/proc/30162/statm: 28282 362 304 221 0 87 0
[pid=30164] ppid=30162 vsize=28231652 memory=49928 CPUtime=0.52 cores=0-7
/proc/30164/stat : 30164 (java) S 30162 30162 21564 0 -1 1077944320 10853 0 0 0 48 4 0 0 20 0 20 0 447300312 28909211648 12482 33554432000 4194304 4196468 140736671084384 140736671066928 139681296908023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
/proc/30164/statm: 7057913 12482 3357 1 0 7019032 0
[pid=30164/tid=30165] ppid=30162 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/30164/task/30165/stat : 30165 (java) R 30162 30162 21564 0 -1 4202560 7763 0 0 0 26 3 0 0 20 0 20 0 447300312 28909211648 12482 33554432000 4194304 4196468 140736671084384 139681301139136 139681280988510 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30166] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30166/stat : 30166 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680848587408 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30167] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30167/stat : 30167 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680847534608 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30168] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30168/stat : 30168 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680846481808 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30169] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30169/stat : 30169 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680845429008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30170] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30170/stat : 30170 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680844377232 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30171] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30171/stat : 30171 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680843324432 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30172] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30172/stat : 30172 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680842271632 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30173] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30173/stat : 30173 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300313 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680841218832 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30174] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30174/stat : 30174 (java) S 30162 30162 21564 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447300315 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680797931888 139681296919170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30175] ppid=30162 vsize=28231652 memory=280750201183616 CPUtime=0 cores=0-7
/proc/30164/task/30175/stat : 30175 (java) S 30162 30162 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447300315 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680796877856 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30176] ppid=30162 vsize=28231652 memory=280750201188224 CPUtime=0 cores=0-7
/proc/30164/task/30176/stat : 30176 (java) S 30162 30162 21564 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447300315 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680795825008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30177] ppid=30162 vsize=28231652 memory=280750201192832 CPUtime=0 cores=0-7
/proc/30164/task/30177/stat : 30177 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300318 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680794773328 139681296926619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30178] ppid=30162 vsize=28231652 memory=280750201197440 CPUtime=0.03 cores=0-7
/proc/30164/task/30178/stat : 30178 (java) R 30162 30162 21564 0 -1 4202560 641 0 0 0 3 0 0 0 20 0 20 0 447300318 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680793721712 139681277608320 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30179] ppid=30162 vsize=28231652 memory=280750201202048 CPUtime=0.03 cores=0-7
/proc/30164/task/30179/stat : 30179 (java) S 30162 30162 21564 0 -1 1077944384 211 0 0 0 3 0 0 0 20 0 20 0 447300318 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680675916528 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30180] ppid=30162 vsize=28231652 memory=280750201206656 CPUtime=0 cores=0-7
/proc/30164/task/30180/stat : 30180 (java) S 30162 30162 21564 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 447300318 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680674863728 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30181] ppid=30162 vsize=28231652 memory=280750201211264 CPUtime=0.12 cores=0-7
/proc/30164/task/30181/stat : 30181 (java) S 30162 30162 21564 0 -1 1077944384 881 0 0 0 12 0 0 0 20 0 20 0 447300318 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680673810928 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30182] ppid=30162 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30182/stat : 30182 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447300318 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680672758368 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30183] ppid=30162 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30164/task/30183/stat : 30183 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447300318 28909211648 12482 33554432000 4194304 4196468 140736671084384 139680671705648 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51376 KiB

[startup+0.711625 s]
/proc/loadavg: 8.10 8.16 8.17 6/211 30183
/proc/meminfo: memFree=30919800/32770624 swapFree=67004320/67108860
[pid=30162] ppid=30159 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30162/stat : 30162 (xcsp3-exec) S 30159 30162 21564 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447300312 115843072 362 33554432000 4194304 5098028 140722965012320 140722965010424 139836692157052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9867264 140722965021564 140722965021806 140722965021806 140722965024714 0
/proc/30162/statm: 28282 362 304 221 0 87 0
[pid=30164] ppid=30162 vsize=28766288 memory=125848 CPUtime=2.12 cores=0-7
/proc/30164/stat : 30164 (java) S 30162 30162 21564 0 -1 1077944320 15982 0 0 0 205 7 0 0 20 0 28 0 447300312 29456678912 31462 33554432000 4194304 4196468 140736671084384 140736671066928 139681296908023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
/proc/30164/statm: 7191572 31462 3455 1 0 7152672 0
[pid=30164/tid=30165] ppid=30162 vsize=28766288 memory=0 CPUtime=0.57 cores=0-7
/proc/30164/task/30165/stat : 30165 (java) S 30162 30162 21564 0 -1 1077944384 9309 0 0 0 53 4 0 0 20 0 28 0 447300312 29456678912 31462 33554432000 4194304 4196468 140736671084384 139681301148800 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30166] ppid=30162 vsize=28766288 memory=140375100793728 CPUtime=0 cores=0-7
/proc/30164/task/30166/stat : 30166 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447300313 29456678912 31462 33554432000 4194304 4196468 140736671084384 139680848587408 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30167] ppid=30162 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30167/stat : 30167 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447300313 29456678912 31462 33554432000 4194304 4196468 140736671084384 139680847534608 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30168] ppid=30162 vsize=28766288 memory=1052 CPUtime=0 cores=0-7
/proc/30164/task/30168/stat : 30168 (java) S 30162 30162 21564 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447300313 29456678912 31462 33554432000 4194304 4196468 140736671084384 139680846481808 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0

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

[pid=30164/tid=30279] ppid=30162 vsize=28767316 memory=1160 CPUtime=158.29 cores=0-7
/proc/30164/task/30279/stat : 30279 (java) R 30162 30162 21564 0 -1 4202560 5619 0 0 0 15828 1 0 0 20 0 28 0 447300479 29457731584 66617 33554432000 4194304 4196468 140736671084384 139680587685600 139680939301896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
Current children cumulated CPU time: 1283.38 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 267916 KiB

[startup+222.304 s]
/proc/loadavg: 8.27 8.30 8.23 9/221 30299
/proc/meminfo: memFree=30649692/32770624 swapFree=67004320/67108860
[pid=30162] ppid=30159 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30162/stat : 30162 (xcsp3-exec) S 30159 30162 21564 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447300312 115843072 362 33554432000 4194304 5098028 140722965012320 140722965010424 139836692157052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9867264 140722965021564 140722965021806 140722965021806 140722965024714 0
/proc/30162/statm: 28282 362 304 221 0 87 0
[pid=30164] ppid=30162 vsize=28767316 memory=337808 CPUtime=1759.37 cores=0-7
/proc/30164/stat : 30164 (java) S 30162 30162 21564 0 -1 1077944320 105124 0 0 0 175869 68 0 0 20 0 28 0 447300312 29457731584 84452 33554432000 4194304 4196468 140736671084384 140736671066928 139681296908023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
/proc/30164/statm: 7191829 84452 3519 1 0 7152929 0
[pid=30164/tid=30165] ppid=30162 vsize=28767316 memory=337808 CPUtime=0.57 cores=0-7
/proc/30164/task/30165/stat : 30165 (java) S 30162 30162 21564 0 -1 1077944384 9309 0 0 0 53 4 0 0 20 0 28 0 447300312 29457731584 84452 33554432000 4194304 4196468 140736671084384 139681301148800 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30166] ppid=30162 vsize=28767316 memory=1448 CPUtime=0.43 cores=0-7
/proc/30164/task/30166/stat : 30166 (java) S 30162 30162 21564 0 -1 1077944384 2141 0 0 0 40 3 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680848587408 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30167] ppid=30162 vsize=28767316 memory=332620 CPUtime=0.41 cores=0-7
/proc/30164/task/30167/stat : 30167 (java) S 30162 30162 21564 0 -1 1077944384 2399 0 0 0 38 3 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680847534608 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30168] ppid=30162 vsize=28767316 memory=1448 CPUtime=0.43 cores=0-7
/proc/30164/task/30168/stat : 30168 (java) S 30162 30162 21564 0 -1 1077944384 2899 0 0 0 39 4 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680846481808 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30169] ppid=30162 vsize=28767316 memory=3588 CPUtime=0.42 cores=0-7
/proc/30164/task/30169/stat : 30169 (java) S 30162 30162 21564 0 -1 1077944384 2671 0 0 0 38 4 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680845429008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30170] ppid=30162 vsize=28767316 memory=1760 CPUtime=0.42 cores=0-7
/proc/30164/task/30170/stat : 30170 (java) S 30162 30162 21564 0 -1 1077944384 2598 0 0 0 38 4 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680844377232 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30171] ppid=30162 vsize=28767316 memory=111632 CPUtime=0.41 cores=0-7
/proc/30164/task/30171/stat : 30171 (java) S 30162 30162 21564 0 -1 1077944384 2394 0 0 0 37 4 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680843324432 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30172] ppid=30162 vsize=28767316 memory=1448 CPUtime=0.42 cores=0-7
/proc/30164/task/30172/stat : 30172 (java) S 30162 30162 21564 0 -1 1077944384 1809 0 0 0 39 3 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680842271632 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30173] ppid=30162 vsize=28767316 memory=328076 CPUtime=0.43 cores=0-7
/proc/30164/task/30173/stat : 30173 (java) S 30162 30162 21564 0 -1 1077944384 1786 0 0 0 39 4 0 0 20 0 28 0 447300313 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680841218832 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30174] ppid=30162 vsize=28767316 memory=337808 CPUtime=0.38 cores=0-7
/proc/30164/task/30174/stat : 30174 (java) S 30162 30162 21564 0 -1 1077944384 6909 0 0 0 32 6 0 0 20 0 28 0 447300315 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680797931888 139681296919170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30175] ppid=30162 vsize=28767316 memory=1448 CPUtime=0 cores=0-7
/proc/30164/task/30175/stat : 30175 (java) S 30162 30162 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447300315 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680796877920 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30176] ppid=30162 vsize=28767316 memory=0 CPUtime=0 cores=0-7
/proc/30164/task/30176/stat : 30176 (java) S 30162 30162 21564 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 447300315 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680795825024 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30177] ppid=30162 vsize=28767316 memory=269917219777452 CPUtime=0 cores=0-7
/proc/30164/task/30177/stat : 30177 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447300318 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680794773328 139681296926619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30178] ppid=30162 vsize=28767316 memory=1448 CPUtime=1.67 cores=0-7
/proc/30164/task/30178/stat : 30178 (java) S 30162 30162 21564 0 -1 1077944384 9259 0 0 0 166 1 0 0 20 0 28 0 447300318 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680793721712 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30179] ppid=30162 vsize=28767316 memory=337692 CPUtime=1.92 cores=0-7
/proc/30164/task/30179/stat : 30179 (java) S 30162 30162 21564 0 -1 1077944384 12976 0 0 0 190 2 0 0 20 0 28 0 447300318 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680675916528 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30180] ppid=30162 vsize=28767316 memory=3588 CPUtime=1.56 cores=0-7
/proc/30164/task/30180/stat : 30180 (java) S 30162 30162 21564 0 -1 1077944384 12235 0 0 0 155 1 0 0 20 0 28 0 447300318 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680674863728 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30181] ppid=30162 vsize=28767316 memory=1448 CPUtime=0.66 cores=0-7
/proc/30164/task/30181/stat : 30181 (java) S 30162 30162 21564 0 -1 1077944384 7740 0 0 0 65 1 0 0 20 0 28 0 447300318 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680673810928 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30182] ppid=30162 vsize=28767316 memory=1448 CPUtime=0 cores=0-7
/proc/30164/task/30182/stat : 30182 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447300318 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680672758368 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30183] ppid=30162 vsize=28767316 memory=1448 CPUtime=0.04 cores=0-7
/proc/30164/task/30183/stat : 30183 (java) S 30162 30162 21564 0 -1 1077944384 1375 0 0 0 0 4 0 0 20 0 28 0 447300318 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680671705648 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 37 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30272] ppid=30162 vsize=28767316 memory=804 CPUtime=217.82 cores=0-7
/proc/30164/task/30272/stat : 30272 (java) R 30162 30162 21564 0 -1 4202560 2030 0 0 0 21781 1 0 0 20 0 28 0 447300478 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680662723720 139680940789096 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30273] ppid=30162 vsize=28767316 memory=1804 CPUtime=217.98 cores=0-7
/proc/30164/task/30273/stat : 30273 (java) R 30162 30162 21564 0 -1 4202560 1530 0 0 0 21797 1 0 0 20 0 28 0 447300478 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680659566096 139680939302290 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30274] ppid=30162 vsize=28767316 memory=916 CPUtime=218.19 cores=0-7
/proc/30164/task/30274/stat : 30274 (java) R 30162 30162 21564 0 -1 4202560 1396 0 0 0 21818 1 0 0 20 0 28 0 447300478 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680590844912 139680939729849 0 4 0 16800975 0 0 0 -1 2 0 0 31 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30275] ppid=30162 vsize=28767316 memory=288230574492221466 CPUtime=217.7 cores=0-7
/proc/30164/task/30275/stat : 30275 (java) R 30162 30162 21564 0 -1 4202560 4344 0 0 0 21766 4 0 0 20 0 28 0 447300478 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680660619360 139680941331321 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30276] ppid=30162 vsize=28767316 memory=288230621803970871 CPUtime=217.84 cores=0-7
/proc/30164/task/30276/stat : 30276 (java) R 30162 30162 21564 0 -1 4202560 2620 0 0 0 21781 3 0 0 20 0 28 0 447300478 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680586633336 139680939301263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30277] ppid=30162 vsize=28767316 memory=16106965717748364 CPUtime=218.08 cores=0-7
/proc/30164/task/30277/stat : 30277 (java) R 30162 30162 21564 0 -1 4202560 2224 0 0 0 21807 1 0 0 20 0 28 0 447300478 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680588738768 139680941615552 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30278] ppid=30162 vsize=28767316 memory=337752 CPUtime=218.03 cores=0-7
/proc/30164/task/30278/stat : 30278 (java) R 30162 30162 21564 0 -1 4202560 2821 0 0 0 21802 1 0 0 20 0 28 0 447300478 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680589791448 139680935600774 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30279] ppid=30162 vsize=28767316 memory=1448 CPUtime=217.56 cores=0-7
/proc/30164/task/30279/stat : 30279 (java) R 30162 30162 21564 0 -1 4202560 6517 0 0 0 21755 1 0 0 20 0 28 0 447300479 29457731584 84452 33554432000 4194304 4196468 140736671084384 139680587688688 139680939301896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
Current children cumulated CPU time: 1759.37 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 339256 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.16 8.27 8.22 9/221 30302
/proc/meminfo: memFree=30477840/32770624 swapFree=67004320/67108860
[pid=30162] ppid=30159 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/30162/stat : 30162 (xcsp3-exec) S 30159 30162 21564 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447300312 115843072 362 33554432000 4194304 5098028 140722965012320 140722965010424 139836692157052 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9867264 140722965021564 140722965021806 140722965021806 140722965024714 0
/proc/30162/statm: 28282 362 304 221 0 87 0
[pid=30164] ppid=30162 vsize=28767316 memory=504824 CPUtime=1994.64 cores=0-7
/proc/30164/stat : 30164 (java) S 30162 30162 21564 0 -1 1077944320 150861 0 0 0 199368 96 0 0 20 0 28 0 447300312 29457731584 126206 33554432000 4194304 4196468 140736671084384 140736671066928 139681296908023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
/proc/30164/statm: 7191829 126206 3519 1 0 7152929 0
[pid=30164/tid=30165] ppid=30162 vsize=28767316 memory=1804 CPUtime=0.57 cores=0-7
/proc/30164/task/30165/stat : 30165 (java) S 30162 30162 21564 0 -1 1077944384 9309 0 0 0 53 4 0 0 20 0 28 0 447300312 29457731584 126206 33554432000 4194304 4196468 140736671084384 139681301148800 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30166] ppid=30162 vsize=28767316 memory=916 CPUtime=0.56 cores=0-7
/proc/30164/task/30166/stat : 30166 (java) S 30162 30162 21564 0 -1 1077944384 2811 0 0 0 51 5 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680848587408 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30167] ppid=30162 vsize=28767316 memory=4504 CPUtime=0.54 cores=0-7
/proc/30164/task/30167/stat : 30167 (java) S 30162 30162 21564 0 -1 1077944384 3854 0 0 0 49 5 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680847534608 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30168] ppid=30162 vsize=28767316 memory=1398722017469774279 CPUtime=0.57 cores=0-7
/proc/30164/task/30168/stat : 30168 (java) S 30162 30162 21564 0 -1 1077944384 4558 0 0 0 51 6 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680846481808 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30169] ppid=30162 vsize=28767316 memory=501628 CPUtime=0.55 cores=0-7
/proc/30164/task/30169/stat : 30169 (java) S 30162 30162 21564 0 -1 1077944384 3189 0 0 0 49 6 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680845429008 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30170] ppid=30162 vsize=28767316 memory=1096 CPUtime=0.54 cores=0-7
/proc/30164/task/30170/stat : 30170 (java) S 30162 30162 21564 0 -1 1077944384 3723 0 0 0 48 6 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680844377232 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30171] ppid=30162 vsize=28767316 memory=5992 CPUtime=0.53 cores=0-7
/proc/30164/task/30171/stat : 30171 (java) S 30162 30162 21564 0 -1 1077944384 3634 0 0 0 47 6 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680843324432 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30172] ppid=30162 vsize=28767316 memory=14012 CPUtime=0.55 cores=0-7
/proc/30164/task/30172/stat : 30172 (java) S 30162 30162 21564 0 -1 1077944384 3091 0 0 0 50 5 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680842271632 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30173] ppid=30162 vsize=28767316 memory=23884 CPUtime=0.55 cores=0-7
/proc/30164/task/30173/stat : 30173 (java) S 30162 30162 21564 0 -1 1077944384 2682 0 0 0 50 5 0 0 20 0 28 0 447300313 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680841218832 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30174] ppid=30162 vsize=28767316 memory=14068 CPUtime=0.45 cores=0-7
/proc/30164/task/30174/stat : 30174 (java) S 30162 30162 21564 0 -1 1077944384 9907 0 0 0 37 8 0 0 20 0 28 0 447300315 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680797931888 139681296919170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 36 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30175] ppid=30162 vsize=28767316 memory=2120 CPUtime=0 cores=0-7
/proc/30164/task/30175/stat : 30175 (java) S 30162 30162 21564 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447300315 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680796877920 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30176] ppid=30162 vsize=28767316 memory=1448 CPUtime=0 cores=0-7
/proc/30164/task/30176/stat : 30176 (java) S 30162 30162 21564 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 447300315 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680795825024 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30177] ppid=30162 vsize=28767316 memory=502776 CPUtime=0 cores=0-7
/proc/30164/task/30177/stat : 30177 (java) S 30162 30162 21564 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447300318 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680794773328 139681296926619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30178] ppid=30162 vsize=28767316 memory=1448 CPUtime=1.68 cores=0-7
/proc/30164/task/30178/stat : 30178 (java) S 30162 30162 21564 0 -1 1077944384 10058 0 0 0 166 2 0 0 20 0 28 0 447300318 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680793721712 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30179] ppid=30162 vsize=28767316 memory=501112 CPUtime=1.95 cores=0-7
/proc/30164/task/30179/stat : 30179 (java) S 30162 30162 21564 0 -1 1077944384 14273 0 0 0 193 2 0 0 20 0 28 0 447300318 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680675916528 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30180] ppid=30162 vsize=28767316 memory=288230621803970871 CPUtime=1.57 cores=0-7
/proc/30164/task/30180/stat : 30180 (java) S 30162 30162 21564 0 -1 1077944384 12772 0 0 0 156 1 0 0 20 0 28 0 447300318 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680674863728 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30181] ppid=30162 vsize=28767316 memory=16106965717748364 CPUtime=0.66 cores=0-7
/proc/30164/task/30181/stat : 30181 (java) S 30162 30162 21564 0 -1 1077944384 7757 0 0 0 65 1 0 0 20 0 28 0 447300318 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680673810928 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30182] ppid=30162 vsize=28767316 memory=1760 CPUtime=0 cores=0-7
/proc/30164/task/30182/stat : 30182 (java) S 30162 30162 21564 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447300318 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680672758368 139681296918229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30183] ppid=30162 vsize=28767316 memory=111632 CPUtime=0.05 cores=0-7
/proc/30164/task/30183/stat : 30183 (java) S 30162 30162 21564 0 -1 1077944384 1694 0 0 0 0 5 0 0 20 0 28 0 447300318 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680671705648 139681296919170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 37 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30272] ppid=30162 vsize=28767316 memory=804 CPUtime=247.23 cores=0-7
/proc/30164/task/30272/stat : 30272 (java) R 30162 30162 21564 0 -1 4202560 2915 0 0 0 24721 2 0 0 20 0 28 0 447300478 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680662722992 139680940956864 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30273] ppid=30162 vsize=28767316 memory=1804 CPUtime=247.36 cores=0-7
/proc/30164/task/30273/stat : 30273 (java) R 30162 30162 21564 0 -1 4202560 2304 0 0 0 24735 1 0 0 20 0 28 0 447300478 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680659566232 139680940703730 0 4 0 16800975 0 0 0 -1 6 0 0 31 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30274] ppid=30162 vsize=28767316 memory=916 CPUtime=247.54 cores=0-7
/proc/30164/task/30274/stat : 30274 (java) R 30162 30162 21564 0 -1 4202560 2169 0 0 0 24752 2 0 0 20 0 28 0 447300478 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680590844520 139680939301935 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30275] ppid=30162 vsize=28767316 memory=4504 CPUtime=246.95 cores=0-7
/proc/30164/task/30275/stat : 30275 (java) R 30162 30162 21564 0 -1 4202560 12049 0 0 0 24686 9 0 0 20 0 28 0 447300478 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680660622448 139680939024144 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30276] ppid=30162 vsize=28767316 memory=4108 CPUtime=247.11 cores=0-7
/proc/30164/task/30276/stat : 30276 (java) R 30162 30162 21564 0 -1 4202560 15817 0 0 0 24705 6 0 0 20 0 28 0 447300478 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680586633576 139680939301832 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30277] ppid=30162 vsize=28767316 memory=1412 CPUtime=247.29 cores=0-7
/proc/30164/task/30277/stat : 30277 (java) R 30162 30162 21564 0 -1 4202560 4363 0 0 0 24727 2 0 0 20 0 28 0 447300478 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680588738712 139680939949977 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30278] ppid=30162 vsize=28767316 memory=3704 CPUtime=247.19 cores=0-7
/proc/30164/task/30278/stat : 30278 (java) R 30162 30162 21564 0 -1 4202560 6529 0 0 0 24717 2 0 0 20 0 28 0 447300478 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680589790824 139680939729333 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
[pid=30164/tid=30279] ppid=30162 vsize=28767316 memory=496760 CPUtime=246.7 cores=0-7
/proc/30164/task/30279/stat : 30279 (java) R 30162 30162 21564 0 -1 4202560 8261 0 0 0 24669 1 0 0 20 0 28 0 447300479 29457731584 126206 33554432000 4194304 4196468 140736671084384 139680587685864 139680939301647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19152896 140736671085552 140736671085723 140736671085723 140736671088591 0
Current children cumulated CPU time: 1994.64 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 506272 KiB

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

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

[startup+252.059 s]
# the end of solver process 30164 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1993.96 s, system=0.980028 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.059
CPU time (s): 1994.94
CPU user time (s): 1993.96
CPU system time (s): 0.980028
CPU usage (%): 791.458
Max. virtual memory (cumulated for all children) (KiB): 28880444
Max. memory (cumulated for all children) (KiB): 506272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1993.96
system time used= 0.980028
maximum resident set size= 505152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43890
involuntary context switches= 25217


# summary of solver processes directly reported to runsolver:
#   pid: 30162,30164
#   total CPU time (s): 1994.94
#   total CPU user time (s): 1993.96
#   total CPU system time (s): 0.980028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.416 second user time and 2.45126 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 11:09:10
IDJOB=4400175
IDBENCH=135747
IDSOLVER=2855
FILE ID=node148/4400175-1568711387
RUNJOBID= node148-1568700731-21591
PBS_JOBID= 21703904
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-14.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-4400175-1568711387/watcher-4400175-1568711387 -o /tmp/evaluation-result-4400175-1568711387/solver-4400175-1568711387 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568700731-21591 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 411952266 HOME/instance-4400175-1568711387.xml

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

MD5SUM BENCH= 8288d58d1e6d081c99b6d9412791f2b3
RANDOM SEED=411952266

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:        30972404 kB
MemAvailable:   31898684 kB
Buffers:          162984 kB
Cached:          1065636 kB
SwapCached:         3724 kB
Active:           523944 kB
Inactive:         713380 kB
Active(anon):       5216 kB
Inactive(anon):    52636 kB
Active(file):     518728 kB
Inactive(file):   660744 kB
Unevictable:      108200 kB
Mlocked:          108200 kB
SwapTotal:      67108860 kB
SwapFree:       67004320 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        114608 kB
Mapped:            47768 kB
Shmem:             40628 kB
Slab:             154604 kB
SReclaimable:     125288 kB
SUnreclaim:        29316 kB
KernelStack:        3440 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506180 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= 61284 MiB
End job on node148 at 2019-09-17 11:13:23