Trace number 4405040

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-20 parallelSAT (TO)3 1882.47 252.116

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-08-10.xml
MD5SUM23e84b7c24701222a8a18862c478c748
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.5291
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1261
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree65
Maximum variable degree65
Distribution of variable degrees[{"degree":65,"count":80}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1260},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1260
Distribution of constraint types[{"type":"intension","count":1260},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4405040-1569013795.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4405040-1569013795.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
8.14/2.13	c solve instance...
10.02/2.44	o 7 
11.67/2.72	o 6 
21.83/11.72	o 5 
152.35/28.14	o 4 
355.96/60.69	o 3 
1881.80/252.07	s SATISFIABLE
1881.80/252.07	v <instantiation>
1881.80/252.07	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] </list>
1881.80/252.07	v 	<values>0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 2 3 3 3 2 0 1 2 3 3 2 1 1 3 0 1 1 3 0 2 2 2 2 3 1 1 2 2 1 0 3 2 3 1 0 1 3 3 2 1 2 1 0 2 0 2 2 0 1 3 1 1 3 2 2 2 3 2 0 2 1 3 1 1 1 </values>
1881.80/252.07	v </instantiation>
1881.80/252.07	c Unexpected resolution interruption!

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405040-1569013795/watcher-4405040-1569013795 -o /var/tmp/evaluation-result-4405040-1569013795/solver-4405040-1569013795 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569001704-15737 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1294913427 HOME/instance-4405040-1569013795.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=17244, runsolver pid=17241

[startup+0.100111 s]*
/proc/loadavg: 7.68 7.52 6.83 3/210 17265
/proc/meminfo: memFree=25244552/32770624 swapFree=66952744/67108860
[pid=17244] ppid=17241 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17244/stat : 17244 (xcsp3-exec) S 17241 17244 15710 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477635085 115843072 364 33554432000 4194304 5098028 140722972215328 140722972213432 140171591983740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33837056 140722972218199 140722972218458 140722972218458 140722972221382 0
/proc/17244/statm: 28282 364 305 221 0 87 0
[pid=17246] ppid=17244 vsize=28227396 memory=28764 CPUtime=0.12 cores=0-7
/proc/17246/stat : 17246 (java) S 17244 17244 15710 0 -1 1077944320 5695 0 0 0 11 1 0 0 20 0 20 0 477635085 28904853504 7191 33554432000 4194304 4196468 140724747613120 140724747595664 139742386667255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
/proc/17246/statm: 7056849 7191 3120 1 0 7019032 0
[pid=17246/tid=17247] ppid=17244 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/17246/task/17247/stat : 17247 (java) R 17244 17244 15710 0 -1 4202560 3602 0 0 0 8 0 0 0 20 0 20 0 477635085 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742390901792 139742386679190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17248] ppid=17244 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17246/task/17248/stat : 17248 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742339287440 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17249] ppid=17244 vsize=28227396 memory=140479543105152 CPUtime=0 cores=0-7
/proc/17246/task/17249/stat : 17249 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742338234640 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17250] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17250/stat : 17250 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742337182352 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17251] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17251/stat : 17251 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742336129552 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17252] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17252/stat : 17252 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742335077264 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17253] ppid=17244 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17246/task/17253/stat : 17253 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742334024464 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17254] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17254/stat : 17254 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139742332972176 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17255] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17255/stat : 17255 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741930314768 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17256] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17256/stat : 17256 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635088 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741435431024 139742386678402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17257] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17257/stat : 17257 (java) S 17244 17244 15710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477635088 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741434376992 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17258] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17258/stat : 17258 (java) S 17244 17244 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477635088 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741433324656 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17259] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17259/stat : 17259 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741432272976 139742386685851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17260] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17260/stat : 17260 (java) S 17244 17244 15710 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741431220848 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17261] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17261/stat : 17261 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741430168048 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17262] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17262/stat : 17262 (java) S 17244 17244 15710 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741429115760 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17263] ppid=17244 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/17246/task/17263/stat : 17263 (java) R 17244 17244 15710 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 20 0 477635091 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741428062960 139742386679190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17264] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17264/stat : 17264 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741427009888 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17265] ppid=17244 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17246/task/17265/stat : 17265 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 7191 33554432000 4194304 4196468 140724747613120 139741425957168 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30220 KiB

[startup+0.210115 s]*
/proc/loadavg: 7.68 7.52 6.83 2/210 17265
/proc/meminfo: memFree=25229824/32770624 swapFree=66952744/67108860
[pid=17244] ppid=17241 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17244/stat : 17244 (xcsp3-exec) S 17241 17244 15710 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477635085 115843072 364 33554432000 4194304 5098028 140722972215328 140722972213432 140171591983740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33837056 140722972218199 140722972218458 140722972218458 140722972221382 0
/proc/17244/statm: 28282 364 305 221 0 87 0
[pid=17246] ppid=17244 vsize=28227396 memory=41072 CPUtime=0.33 cores=0-7
/proc/17246/stat : 17246 (java) S 17244 17244 15710 0 -1 1077944320 9497 0 0 0 31 2 0 0 20 0 20 0 477635085 28904853504 10268 33554432000 4194304 4196468 140724747613120 140724747595664 139742386667255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
/proc/17246/statm: 7056849 10268 3310 1 0 7019032 0
[pid=17246/tid=17247] ppid=17244 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17246/task/17247/stat : 17247 (java) R 17244 17244 15710 0 -1 4202560 6607 0 0 0 18 1 0 0 20 0 20 0 477635085 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742390896976 139742386689181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17248] ppid=17244 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/17246/task/17248/stat : 17248 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742339287440 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17249] ppid=17244 vsize=28227396 memory=288370855694816896 CPUtime=0 cores=0-7
/proc/17246/task/17249/stat : 17249 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742338234640 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17250] ppid=17244 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17246/task/17250/stat : 17250 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742337182352 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17251] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17251/stat : 17251 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742336129552 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17252] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17252/stat : 17252 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742335077264 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17253] ppid=17244 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17246/task/17253/stat : 17253 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742334024464 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17254] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17254/stat : 17254 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139742332972176 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17255] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17255/stat : 17255 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741930314768 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17256] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17256/stat : 17256 (java) S 17244 17244 15710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477635088 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741435431024 139742386678402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17257] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17257/stat : 17257 (java) S 17244 17244 15710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477635088 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741434376992 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17258] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17258/stat : 17258 (java) S 17244 17244 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477635088 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741433324656 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17259] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17259/stat : 17259 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741432272976 139742386685851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17260] ppid=17244 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17246/task/17260/stat : 17260 (java) S 17244 17244 15710 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 20 0 477635091 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741431220848 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17261] ppid=17244 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17246/task/17261/stat : 17261 (java) S 17244 17244 15710 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 20 0 477635091 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741430168048 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17262] ppid=17244 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/17246/task/17262/stat : 17262 (java) S 17244 17244 15710 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 20 0 477635091 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741429115760 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17263] ppid=17244 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/17246/task/17263/stat : 17263 (java) S 17244 17244 15710 0 -1 1077944384 782 0 0 0 7 0 0 0 20 0 20 0 477635091 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741428062960 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17264] ppid=17244 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17264/stat : 17264 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741427009888 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17265] ppid=17244 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17246/task/17265/stat : 17265 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635091 28904853504 10268 33554432000 4194304 4196468 140724747613120 139741425957168 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42528 KiB

[startup+0.309611 s]*
/proc/loadavg: 7.68 7.52 6.83 3/210 17265
/proc/meminfo: memFree=25222812/32770624 swapFree=66952744/67108860
[pid=17244] ppid=17241 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17244/stat : 17244 (xcsp3-exec) S 17241 17244 15710 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477635085 115843072 364 33554432000 4194304 5098028 140722972215328 140722972213432 140171591983740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33837056 140722972218199 140722972218458 140722972218458 140722972221382 0
/proc/17244/statm: 28282 364 305 221 0 87 0
[pid=17246] ppid=17244 vsize=28231652 memory=49820 CPUtime=0.52 cores=0-7
/proc/17246/stat : 17246 (java) S 17244 17244 15710 0 -1 1077944320 10781 0 0 0 49 3 0 0 20 0 20 0 477635085 28909211648 12455 33554432000 4194304 4196468 140724747613120 140724747595664 139742386667255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
/proc/17246/statm: 7057913 12455 3343 1 0 7019032 0
[pid=17246/tid=17247] ppid=17244 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/17246/task/17247/stat : 17247 (java) R 17244 17244 15710 0 -1 4202560 7706 0 0 0 27 2 0 0 20 0 20 0 477635085 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742390901040 139742370747742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17248] ppid=17244 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17248/stat : 17248 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742339287440 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17249] ppid=17244 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17249/stat : 17249 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742338234640 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17250] ppid=17244 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17250/stat : 17250 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742337182352 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17251] ppid=17244 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17251/stat : 17251 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742336129552 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17252] ppid=17244 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17252/stat : 17252 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742335077264 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17253] ppid=17244 vsize=28231652 memory=140479387757231 CPUtime=0 cores=0-7
/proc/17246/task/17253/stat : 17253 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742334024464 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17254] ppid=17244 vsize=28231652 memory=140479387759536 CPUtime=0 cores=0-7
/proc/17246/task/17254/stat : 17254 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139742332972176 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17255] ppid=17244 vsize=28231652 memory=140479387761840 CPUtime=0 cores=0-7
/proc/17246/task/17255/stat : 17255 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635086 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741930314768 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17256] ppid=17244 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17256/stat : 17256 (java) S 17244 17244 15710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477635088 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741435431024 139742386678402 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17257] ppid=17244 vsize=28231652 memory=280958775537552 CPUtime=0 cores=0-7
/proc/17246/task/17257/stat : 17257 (java) S 17244 17244 15710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477635088 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741434376992 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17258] ppid=17244 vsize=28231652 memory=280958775535248 CPUtime=0 cores=0-7
/proc/17246/task/17258/stat : 17258 (java) S 17244 17244 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477635088 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741433324656 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17259] ppid=17244 vsize=28231652 memory=280958775542160 CPUtime=0 cores=0-7
/proc/17246/task/17259/stat : 17259 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635091 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741432272976 139742386685851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17260] ppid=17244 vsize=28231652 memory=280958775483440 CPUtime=0.03 cores=0-7
/proc/17246/task/17260/stat : 17260 (java) R 17244 17244 15710 0 -1 4202560 513 0 0 0 3 0 0 0 20 0 20 0 477635091 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741431211232 139742371053612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17261] ppid=17244 vsize=28231652 memory=280958775555984 CPUtime=0.03 cores=0-7
/proc/17246/task/17261/stat : 17261 (java) S 17244 17244 15710 0 -1 1077944384 232 0 0 0 3 0 0 0 20 0 20 0 477635091 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741430168048 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17262] ppid=17244 vsize=28231652 memory=280958775562896 CPUtime=0.01 cores=0-7
/proc/17246/task/17262/stat : 17262 (java) S 17244 17244 15710 0 -1 1077944384 153 0 0 0 1 0 0 0 20 0 20 0 477635091 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741429115760 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17263] ppid=17244 vsize=28231652 memory=280958775560592 CPUtime=0.13 cores=0-7
/proc/17246/task/17263/stat : 17263 (java) S 17244 17244 15710 0 -1 1077944384 883 0 0 0 13 0 0 0 20 0 20 0 477635091 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741428062960 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17264] ppid=17244 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17264/stat : 17264 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477635091 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741427009888 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17265] ppid=17244 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17246/task/17265/stat : 17265 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477635091 28909211648 12455 33554432000 4194304 4196468 140724747613120 139741425957168 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51276 KiB

[startup+0.700938 s]
/proc/loadavg: 7.68 7.52 6.83 6/210 17265
/proc/meminfo: memFree=25200048/32770624 swapFree=66952744/67108860
[pid=17244] ppid=17241 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17244/stat : 17244 (xcsp3-exec) S 17241 17244 15710 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477635085 115843072 364 33554432000 4194304 5098028 140722972215328 140722972213432 140171591983740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33837056 140722972218199 140722972218458 140722972218458 140722972221382 0
/proc/17244/statm: 28282 364 305 221 0 87 0
[pid=17246] ppid=17244 vsize=28233776 memory=97460 CPUtime=1.96 cores=0-7
/proc/17246/stat : 17246 (java) S 17244 17244 15710 0 -1 1077944320 15871 0 0 0 190 6 0 0 20 0 20 0 477635085 28911386624 24365 33554432000 4194304 4196468 140724747613120 140724747595664 139742386667255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
/proc/17246/statm: 7058444 24365 3457 1 0 7019544 0
[pid=17246/tid=17247] ppid=17244 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/17246/task/17247/stat : 17247 (java) R 17244 17244 15710 0 -1 4202560 9150 0 0 0 64 4 0 0 20 0 20 0 477635085 28911386624 24365 33554432000 4194304 4196468 140724747613120 139742390904720 139742016870813 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17248] ppid=17244 vsize=28233776 memory=140479387968368 CPUtime=0 cores=0-7
/proc/17246/task/17248/stat : 17248 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28911386624 24365 33554432000 4194304 4196468 140724747613120 139742339287440 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17249] ppid=17244 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/17246/task/17249/stat : 17249 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28911386624 24365 33554432000 4194304 4196468 140724747613120 139742338234640 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17250] ppid=17244 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/17246/task/17250/stat : 17250 (java) S 17244 17244 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477635086 28911386624 24365 33554432000 4194304 4196468 140724747613120 139742337182352 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0

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

[pid=17246/tid=17316] ppid=17244 vsize=28768336 memory=6944656592387989600 CPUtime=101.34 cores=0-7
/proc/17246/task/17316/stat : 17316 (java) R 17244 17244 15710 0 -1 4202560 1990 0 0 0 10131 3 0 0 20 0 28 0 477641154 29458776064 886622 33554432000 4194304 4196468 140724747613120 139741413818040 139742023150359 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
Current children cumulated CPU time: 1166.23 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3547944 KiB

[startup+222.301 s]
/proc/loadavg: 7.91 7.52 6.95 9/220 17334
/proc/meminfo: memFree=21718548/32770624 swapFree=66952752/67108860
[pid=17244] ppid=17241 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17244/stat : 17244 (xcsp3-exec) S 17241 17244 15710 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477635085 115843072 364 33554432000 4194304 5098028 140722972215328 140722972213432 140171591983740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33837056 140722972218199 140722972218458 140722972218458 140722972221382 0
/proc/17244/statm: 28282 364 305 221 0 87 0
[pid=17246] ppid=17244 vsize=28768336 memory=3549048 CPUtime=1644.83 cores=0-7
/proc/17246/stat : 17246 (java) S 17244 17244 15710 0 -1 1077944320 155578 0 0 0 164271 212 0 0 20 0 28 0 477635085 29458776064 887262 33554432000 4194304 4196468 140724747613120 140724747595664 139742386667255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
/proc/17246/statm: 7192084 887262 3529 1 0 7153184 0
[pid=17246/tid=17247] ppid=17244 vsize=28768336 memory=3549048 CPUtime=2.05 cores=0-7
/proc/17246/task/17247/stat : 17247 (java) S 17244 17244 15710 0 -1 1077944384 10182 0 0 0 198 7 0 0 20 0 28 0 477635085 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742390908032 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17248] ppid=17244 vsize=28768336 memory=1456 CPUtime=0.26 cores=0-7
/proc/17246/task/17248/stat : 17248 (java) S 17244 17244 15710 0 -1 1077944384 383 0 0 0 19 7 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742339287440 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17249] ppid=17244 vsize=28768336 memory=33 CPUtime=0.27 cores=0-7
/proc/17246/task/17249/stat : 17249 (java) S 17244 17244 15710 0 -1 1077944384 1776 0 0 0 19 8 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742338234640 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17250] ppid=17244 vsize=28768336 memory=1456 CPUtime=0.24 cores=0-7
/proc/17246/task/17250/stat : 17250 (java) S 17244 17244 15710 0 -1 1077944384 933 0 0 0 18 6 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742337182352 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17251] ppid=17244 vsize=28768336 memory=1808 CPUtime=0.27 cores=0-7
/proc/17246/task/17251/stat : 17251 (java) S 17244 17244 15710 0 -1 1077944384 946 0 0 0 19 8 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742336129552 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17252] ppid=17244 vsize=28768336 memory=1456 CPUtime=0.28 cores=0-7
/proc/17246/task/17252/stat : 17252 (java) S 17244 17244 15710 0 -1 1077944384 901 0 0 0 20 8 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742335077264 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17253] ppid=17244 vsize=28768336 memory=776 CPUtime=0.25 cores=0-7
/proc/17246/task/17253/stat : 17253 (java) S 17244 17244 15710 0 -1 1077944384 996 0 0 0 18 7 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742334024464 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17254] ppid=17244 vsize=28768336 memory=1724 CPUtime=0.25 cores=0-7
/proc/17246/task/17254/stat : 17254 (java) S 17244 17244 15710 0 -1 1077944384 1011 0 0 0 17 8 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139742332972176 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17255] ppid=17244 vsize=28768336 memory=140479388818673 CPUtime=0.26 cores=0-7
/proc/17246/task/17255/stat : 17255 (java) S 17244 17244 15710 0 -1 1077944384 925 0 0 0 19 7 0 0 20 0 28 0 477635086 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741930314768 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17256] ppid=17244 vsize=28768336 memory=7682744562830902035 CPUtime=0.06 cores=0-7
/proc/17246/task/17256/stat : 17256 (java) S 17244 17244 15710 0 -1 1077944384 4821 0 0 0 4 2 0 0 20 0 28 0 477635088 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741435431024 139742386678402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17257] ppid=17244 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/17246/task/17257/stat : 17257 (java) S 17244 17244 15710 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 477635088 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741434377056 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17258] ppid=17244 vsize=28768336 memory=3549048 CPUtime=0 cores=0-7
/proc/17246/task/17258/stat : 17258 (java) S 17244 17244 15710 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 477635088 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741433324672 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17259] ppid=17244 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/17246/task/17259/stat : 17259 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477635091 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741432272976 139742386685851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17260] ppid=17244 vsize=28768336 memory=1456 CPUtime=3.17 cores=0-7
/proc/17246/task/17260/stat : 17260 (java) S 17244 17244 15710 0 -1 1077944384 22750 0 0 0 314 3 0 0 20 0 28 0 477635091 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741431220848 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17261] ppid=17244 vsize=28768336 memory=1456 CPUtime=3.12 cores=0-7
/proc/17246/task/17261/stat : 17261 (java) S 17244 17244 15710 0 -1 1077944384 17775 0 0 0 308 4 0 0 20 0 28 0 477635091 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741430168048 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17262] ppid=17244 vsize=28768336 memory=3580 CPUtime=3.36 cores=0-7
/proc/17246/task/17262/stat : 17262 (java) S 17244 17244 15710 0 -1 1077944384 21279 0 0 0 333 3 0 0 20 0 28 0 477635091 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741429115760 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17263] ppid=17244 vsize=28768336 memory=40888 CPUtime=1.02 cores=0-7
/proc/17246/task/17263/stat : 17263 (java) S 17244 17244 15710 0 -1 1077944384 15951 0 0 0 98 4 0 0 20 0 28 0 477635091 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741428062960 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17264] ppid=17244 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/17246/task/17264/stat : 17264 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477635091 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741427009888 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17265] ppid=17244 vsize=28768336 memory=3539904 CPUtime=0.08 cores=0-7
/proc/17246/task/17265/stat : 17265 (java) S 17244 17244 15710 0 -1 1077944384 3275 0 0 0 1 7 0 0 20 0 28 0 477635091 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741425957168 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17309] ppid=17244 vsize=28768336 memory=1456 CPUtime=161.35 cores=0-7
/proc/17246/task/17309/stat : 17309 (java) R 17244 17244 15710 0 -1 4202560 1002 0 0 0 16135 0 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741414870008 139742022843552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17310] ppid=17244 vsize=28768336 memory=1456 CPUtime=161.38 cores=0-7
/proc/17246/task/17310/stat : 17310 (java) R 17244 17244 15710 0 -1 4202560 1539 0 0 0 16137 1 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741411712560 139742021817482 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17311] ppid=17244 vsize=28768336 memory=3549048 CPUtime=161.42 cores=0-7
/proc/17246/task/17311/stat : 17311 (java) R 17244 17244 15710 0 -1 4202560 1021 0 0 0 16142 0 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741412765864 139742021817655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17312] ppid=17244 vsize=28768336 memory=1456 CPUtime=161.36 cores=0-7
/proc/17246/task/17312/stat : 17312 (java) R 17244 17244 15710 0 -1 4202560 18997 0 0 0 16079 57 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741410660616 139742023144408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17313] ppid=17244 vsize=28768336 memory=33 CPUtime=161.43 cores=0-7
/proc/17246/task/17313/stat : 17313 (java) R 17244 17244 15710 0 -1 4202560 1571 0 0 0 16142 1 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741416976904 139742020695116 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17314] ppid=17244 vsize=28768336 memory=1456 CPUtime=160.43 cores=0-7
/proc/17246/task/17314/stat : 17314 (java) R 17244 17244 15710 0 -1 4202560 2069 0 0 0 16039 4 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741409607960 139742023150429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17315] ppid=17244 vsize=28768336 memory=3549048 CPUtime=158.94 cores=0-7
/proc/17246/task/17315/stat : 17315 (java) R 17244 17244 15710 0 -1 4202560 1766 0 0 0 15893 1 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741415923000 139742018877641 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17316] ppid=17244 vsize=28768336 memory=1984 CPUtime=161.31 cores=0-7
/proc/17246/task/17316/stat : 17316 (java) R 17244 17244 15710 0 -1 4202560 2934 0 0 0 16128 3 0 0 20 0 28 0 477641154 29458776064 887262 33554432000 4194304 4196468 140724747613120 139741413818152 139742013397628 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
Current children cumulated CPU time: 1644.83 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3550504 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 7.95 7.56 6.99 9/220 17336
/proc/meminfo: memFree=21715028/32770624 swapFree=66952752/67108860
[pid=17244] ppid=17241 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17244/stat : 17244 (xcsp3-exec) S 17241 17244 15710 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 477635085 115843072 364 33554432000 4194304 5098028 140722972215328 140722972213432 140171591983740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33837056 140722972218199 140722972218458 140722972218458 140722972221382 0
/proc/17244/statm: 28282 364 305 221 0 87 0
[pid=17246] ppid=17244 vsize=28768336 memory=3552012 CPUtime=1881.8 cores=0-7
/proc/17246/stat : 17246 (java) S 17244 17244 15710 0 -1 1077944320 159494 0 0 0 187964 216 0 0 20 0 28 0 477635085 29458776064 888003 33554432000 4194304 4196468 140724747613120 140724747595664 139742386667255 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
/proc/17246/statm: 7192084 888003 3529 1 0 7153184 0
[pid=17246/tid=17247] ppid=17244 vsize=28768336 memory=8317482817917895235 CPUtime=2.05 cores=0-7
/proc/17246/task/17247/stat : 17247 (java) S 17244 17244 15710 0 -1 1077944384 10182 0 0 0 198 7 0 0 20 0 28 0 477635085 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742390908032 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17248] ppid=17244 vsize=28768336 memory=4872558044660077418 CPUtime=0.26 cores=0-7
/proc/17246/task/17248/stat : 17248 (java) S 17244 17244 15710 0 -1 1077944384 406 0 0 0 19 7 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742339287440 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17249] ppid=17244 vsize=28768336 memory=2016 CPUtime=0.27 cores=0-7
/proc/17246/task/17249/stat : 17249 (java) S 17244 17244 15710 0 -1 1077944384 1784 0 0 0 19 8 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742338234640 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17250] ppid=17244 vsize=28768336 memory=1284 CPUtime=0.25 cores=0-7
/proc/17246/task/17250/stat : 17250 (java) S 17244 17244 15710 0 -1 1077944384 944 0 0 0 19 6 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742337182352 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17251] ppid=17244 vsize=28768336 memory=1044 CPUtime=0.27 cores=0-7
/proc/17246/task/17251/stat : 17251 (java) S 17244 17244 15710 0 -1 1077944384 999 0 0 0 19 8 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742336129552 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17252] ppid=17244 vsize=28768336 memory=708 CPUtime=0.28 cores=0-7
/proc/17246/task/17252/stat : 17252 (java) S 17244 17244 15710 0 -1 1077944384 909 0 0 0 20 8 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742335077264 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17253] ppid=17244 vsize=28768336 memory=280958777704384 CPUtime=0.25 cores=0-7
/proc/17246/task/17253/stat : 17253 (java) S 17244 17244 15710 0 -1 1077944384 1033 0 0 0 18 7 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742334024464 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17254] ppid=17244 vsize=28768336 memory=6656426216303648864 CPUtime=0.26 cores=0-7
/proc/17246/task/17254/stat : 17254 (java) S 17244 17244 15710 0 -1 1077944384 1397 0 0 0 18 8 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139742332972176 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17255] ppid=17244 vsize=28768336 memory=7161658427929226085 CPUtime=0.26 cores=0-7
/proc/17246/task/17255/stat : 17255 (java) S 17244 17244 15710 0 -1 1077944384 959 0 0 0 19 7 0 0 20 0 28 0 477635086 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741930314768 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17256] ppid=17244 vsize=28768336 memory=6656426216303648864 CPUtime=0.07 cores=0-7
/proc/17246/task/17256/stat : 17256 (java) S 17244 17244 15710 0 -1 1077944384 4988 0 0 0 4 3 0 0 20 0 28 0 477635088 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741435431024 139742386678402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17257] ppid=17244 vsize=28768336 memory=7305792226064820075 CPUtime=0 cores=0-7
/proc/17246/task/17257/stat : 17257 (java) S 17244 17244 15710 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 477635088 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741434377056 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17258] ppid=17244 vsize=28768336 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/17246/task/17258/stat : 17258 (java) S 17244 17244 15710 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 477635088 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741433324672 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17259] ppid=17244 vsize=28768336 memory=7518026630507423079 CPUtime=0 cores=0-7
/proc/17246/task/17259/stat : 17259 (java) S 17244 17244 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477635091 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741432272976 139742386685851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17260] ppid=17244 vsize=28768336 memory=984 CPUtime=3.19 cores=0-7
/proc/17246/task/17260/stat : 17260 (java) S 17244 17244 15710 0 -1 1077944384 23333 0 0 0 315 4 0 0 20 0 28 0 477635091 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741431220848 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17261] ppid=17244 vsize=28768336 memory=14012 CPUtime=3.13 cores=0-7
/proc/17246/task/17261/stat : 17261 (java) S 17244 17244 15710 0 -1 1077944384 17868 0 0 0 309 4 0 0 20 0 28 0 477635091 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741430168048 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17262] ppid=17244 vsize=28768336 memory=15692 CPUtime=3.37 cores=0-7
/proc/17246/task/17262/stat : 17262 (java) S 17244 17244 15710 0 -1 1077944384 21346 0 0 0 334 3 0 0 20 0 28 0 477635091 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741429115760 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17263] ppid=17244 vsize=28768336 memory=2120 CPUtime=1.02 cores=0-7
/proc/17246/task/17263/stat : 17263 (java) S 17244 17244 15710 0 -1 1077944384 15951 0 0 0 98 4 0 0 20 0 28 0 477635091 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741428062960 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17264] ppid=17244 vsize=28768336 memory=12036 CPUtime=0 cores=0-7
/proc/17246/task/17264/stat : 17264 (java) S 17244 17244 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477635091 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741427009888 139742386677461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17265] ppid=17244 vsize=28768336 memory=496 CPUtime=0.09 cores=0-7
/proc/17246/task/17265/stat : 17265 (java) S 17244 17244 15710 0 -1 1077944384 3277 0 0 0 1 8 0 0 20 0 28 0 477635091 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741425957168 139742386678402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17309] ppid=17244 vsize=28768336 memory=1560 CPUtime=191.04 cores=0-7
/proc/17246/task/17309/stat : 17309 (java) R 17244 17244 15710 0 -1 4202560 1014 0 0 0 19104 0 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741414870008 139742013397684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17310] ppid=17244 vsize=28768336 memory=928 CPUtime=191.06 cores=0-7
/proc/17246/task/17310/stat : 17310 (java) R 17244 17244 15710 0 -1 4202560 1565 0 0 0 19105 1 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741411712560 139742013397292 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17311] ppid=17244 vsize=28768336 memory=1680 CPUtime=191.12 cores=0-7
/proc/17246/task/17311/stat : 17311 (java) R 17244 17244 15710 0 -1 4202560 1036 0 0 0 19112 0 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741412765864 139742013397624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17312] ppid=17244 vsize=28768336 memory=1444 CPUtime=191.06 cores=0-7
/proc/17246/task/17312/stat : 17312 (java) R 17244 17244 15710 0 -1 4202560 21188 0 0 0 19047 59 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741410660616 139742020695116 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17313] ppid=17244 vsize=28768336 memory=880 CPUtime=191.12 cores=0-7
/proc/17246/task/17313/stat : 17313 (java) R 17244 17244 15710 0 -1 4202560 1615 0 0 0 19110 2 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741416976904 139742023150411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17314] ppid=17244 vsize=28768336 memory=1984 CPUtime=190.11 cores=0-7
/proc/17246/task/17314/stat : 17314 (java) R 17244 17244 15710 0 -1 4202560 2125 0 0 0 19006 5 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741409608232 139742023150411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17315] ppid=17244 vsize=28768336 memory=2552 CPUtime=187.99 cores=0-7
/proc/17246/task/17315/stat : 17315 (java) R 17244 17244 15710 0 -1 4202560 1799 0 0 0 18798 1 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741415923000 139742020780816 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
[pid=17246/tid=17316] ppid=17244 vsize=28768336 memory=1760 CPUtime=191 cores=0-7
/proc/17246/task/17316/stat : 17316 (java) R 17244 17244 15710 0 -1 4202560 3001 0 0 0 19097 3 0 0 20 0 28 0 477641154 29458776064 888003 33554432000 4194304 4196468 140724747613120 139741413818200 139742020538709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21147648 140724747621340 140724747621515 140724747621515 140724747624399 0
Current children cumulated CPU time: 1881.8 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3553468 KiB

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

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

[startup+252.116 s]
# the end of solver process 17246 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1880.28 s, system=2.18822 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.116
CPU time (s): 1882.47
CPU user time (s): 1880.28
CPU system time (s): 2.18822
CPU usage (%): 746.667
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 3553468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1880.28
system time used= 2.18822
maximum resident set size= 3553144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160443
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12170
involuntary context switches= 19620


# summary of solver processes directly reported to runsolver:
#   pid: 17244,17246
#   total CPU time (s): 1882.47
#   total CPU user time (s): 1880.28
#   total CPU system time (s): 2.18822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.00812 second user time and 3.19741 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 22:07:54
IDJOB=4405040
IDBENCH=139745
IDSOLVER=2866
FILE ID=node107/4405040-1569013795
RUNJOBID= node107-1569001704-15737
PBS_JOBID= 21704757
Free space on /var/tmp= 12564 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-08-10.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 /var/tmp/evaluation-result-4405040-1569013795/watcher-4405040-1569013795 -o /var/tmp/evaluation-result-4405040-1569013795/solver-4405040-1569013795 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569001704-15737 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1294913427 HOME/instance-4405040-1569013795.xml

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

MD5SUM BENCH= 23e84b7c24701222a8a18862c478c748
RANDOM SEED=1294913427

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        25260904 kB
MemAvailable:   31811188 kB
Buffers:           51772 kB
Cached:          6574244 kB
SwapCached:        48640 kB
Active:          3293732 kB
Inactive:        3382420 kB
Active(anon):       2132 kB
Inactive(anon):    91200 kB
Active(file):    3291600 kB
Inactive(file):  3291220 kB
Unevictable:      110992 kB
Mlocked:          110992 kB
SwapTotal:      67108860 kB
SwapFree:       66952744 kB
Dirty:             26268 kB
Writeback:             0 kB
AnonPages:        113540 kB
Mapped:            48168 kB
Shmem:             35036 kB
Slab:             424328 kB
SReclaimable:     395924 kB
SUnreclaim:        28404 kB
KernelStack:        3360 kB
PageTables:         5200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498908 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:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12540 MiB
End job on node107 at 2019-09-20 22:12:06