Trace number 4399614

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallel? (TO) 20010.1 2520.16

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-08-fair.xml
MD5SUM5071358861b345173fede4f5b8bc080d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark13.516
Satisfiable
(Un)Satisfiability was proved
Number of variables12587
Number of constraints11902
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1730},{"size":201,"count":63},{"size":20001,"count":10794}]
Minimum variable degree2
Maximum variable degree103
Distribution of variable degrees[{"degree":2,"count":11087},{"degree":3,"count":288},{"degree":4,"count":26},{"degree":5,"count":132},{"degree":6,"count":77},{"degree":7,"count":263},{"degree":8,"count":401},{"degree":9,"count":208},{"degree":10,"count":14},{"degree":13,"count":48},{"degree":14,"count":1},{"degree":20,"count":9},{"degree":32,"count":9},{"degree":34,"count":6},{"degree":40,"count":1},{"degree":45,"count":8},{"degree":70,"count":2},{"degree":71,"count":6},{"degree":103,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1998},{"arity":3,"count":9902}]
Number of extensional constraints0
Number of intensional constraints11902
Distribution of constraint types[{"type":"intension","count":11902}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399614-1568714843.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399614-1568714843.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
33.14/8.11	c solve instance...
20009.32/2520.07	s UNKNOWN
20009.32/2520.07	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399614-1568714843/watcher-4399614-1568714843 -o /tmp/evaluation-result-4399614-1568714843/solver-4399614-1568714843 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568711035-16420 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1975603332 HOME/instance-4399614-1568714843.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 8.13 8.23 8.25 2/211 17781
/proc/meminfo: memFree=29317924/32770624 swapFree=66939908/67108860
[pid=17760] ppid=17757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17760/stat : 17760 (xcsp3-exec) S 17757 17760 16393 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447399202 115843072 364 33554432000 4194304 5098028 140728093165728 140728093163832 139685729063548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22241280 140728093172597 140728093172841 140728093172841 140728093175754 0
/proc/17760/statm: 28282 364 305 221 0 87 0
[pid=17762] ppid=17760 vsize=28227396 memory=29936 CPUtime=0.12 cores=0-7
/proc/17762/stat : 17762 (java) S 17760 17760 16393 0 -1 1077944320 5895 0 0 0 11 1 0 0 20 0 20 0 447399203 28904853504 7484 33554432000 4194304 4196468 140729150507232 140729150489776 140470799257335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
/proc/17762/statm: 7056849 7484 3156 1 0 7019032 0
[pid=17762/tid=17763] ppid=17760 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/17762/task/17763/stat : 17763 (java) R 17760 17760 16393 0 -1 4202560 3795 0 0 0 8 0 0 0 20 0 20 0 447399203 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470803483808 140470780652541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17764] ppid=17760 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/17762/task/17764/stat : 17764 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470751878032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17765] ppid=17760 vsize=28227396 memory=140185107338880 CPUtime=0 cores=0-7
/proc/17762/task/17765/stat : 17765 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470750825232 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17766] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17766/stat : 17766 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470749772944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17767] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17767/stat : 17767 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470748720144 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17768] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17768/stat : 17768 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470747666832 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17769] ppid=17760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17762/task/17769/stat : 17769 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470746614032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17770] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17770/stat : 17770 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470745561744 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17771] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17771/stat : 17771 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 7484 33554432000 4194304 4196468 140729150507232 140470744508944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17772] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17772/stat : 17772 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399205 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469128485488 140470799268482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17773] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17773/stat : 17773 (java) S 17760 17760 16393 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447399206 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469127431456 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17774] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17774/stat : 17774 (java) S 17760 17760 16393 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447399206 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469126379120 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17775] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17775/stat : 17775 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469125327440 140470799275931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17776] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17776/stat : 17776 (java) S 17760 17760 16393 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469124274288 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17777] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17777/stat : 17777 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469123221488 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17778] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17778/stat : 17778 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469122169200 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17779] ppid=17760 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/17762/task/17779/stat : 17779 (java) R 17760 17760 16393 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 20 0 447399208 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469121116400 140470791494462 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17780] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17780/stat : 17780 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469052894048 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17781] ppid=17760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17762/task/17781/stat : 17781 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399209 28904853504 7484 33554432000 4194304 4196468 140729150507232 140469051841328 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31392 KiB

[startup+0.21047 s]*
/proc/loadavg: 8.13 8.23 8.25 2/211 17781
/proc/meminfo: memFree=29305416/32770624 swapFree=66939908/67108860
[pid=17760] ppid=17757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17760/stat : 17760 (xcsp3-exec) S 17757 17760 16393 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447399202 115843072 364 33554432000 4194304 5098028 140728093165728 140728093163832 139685729063548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22241280 140728093172597 140728093172841 140728093172841 140728093175754 0
/proc/17760/statm: 28282 364 305 221 0 87 0
[pid=17762] ppid=17760 vsize=28227396 memory=40892 CPUtime=0.34 cores=0-7
/proc/17762/stat : 17762 (java) S 17760 17760 16393 0 -1 1077944320 9491 0 0 0 30 4 0 0 20 0 20 0 447399203 28904853504 10223 33554432000 4194304 4196468 140729150507232 140729150489776 140470799257335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
/proc/17762/statm: 7056849 10223 3256 1 0 7019032 0
[pid=17762/tid=17763] ppid=17760 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17762/task/17763/stat : 17763 (java) R 17760 17760 16393 0 -1 4202560 6662 0 0 0 17 2 0 0 20 0 20 0 447399203 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470803491392 140470783337822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17764] ppid=17760 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/17762/task/17764/stat : 17764 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470751878032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17765] ppid=17760 vsize=28227396 memory=3688646791085594272 CPUtime=0 cores=0-7
/proc/17762/task/17765/stat : 17765 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470750825232 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17766] ppid=17760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17762/task/17766/stat : 17766 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470749772944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17767] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17767/stat : 17767 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470748720144 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17768] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17768/stat : 17768 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470747666832 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17769] ppid=17760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17762/task/17769/stat : 17769 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470746614032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17770] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17770/stat : 17770 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470745561744 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17771] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17771/stat : 17771 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28904853504 10223 33554432000 4194304 4196468 140729150507232 140470744508944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17772] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17772/stat : 17772 (java) S 17760 17760 16393 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447399205 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469128485488 140470799268482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17773] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17773/stat : 17773 (java) S 17760 17760 16393 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447399206 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469127431456 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17774] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17774/stat : 17774 (java) S 17760 17760 16393 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447399206 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469126379120 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17775] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17775/stat : 17775 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469125327440 140470799275931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17776] ppid=17760 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17762/task/17776/stat : 17776 (java) S 17760 17760 16393 0 -1 1077944384 438 0 0 0 1 0 0 0 20 0 20 0 447399208 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469124274288 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17777] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17777/stat : 17777 (java) S 17760 17760 16393 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469123221488 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17778] ppid=17760 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/17762/task/17778/stat : 17778 (java) S 17760 17760 16393 0 -1 1077944384 269 0 0 0 2 0 0 0 20 0 20 0 447399208 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469122169200 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17779] ppid=17760 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/17762/task/17779/stat : 17779 (java) R 17760 17760 16393 0 -1 4202560 762 0 0 0 8 0 0 0 20 0 20 0 447399208 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469121116400 140470777626021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17780] ppid=17760 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17780/stat : 17780 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399208 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469052894048 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17781] ppid=17760 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17762/task/17781/stat : 17781 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399209 28904853504 10223 33554432000 4194304 4196468 140729150507232 140469051841328 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42348 KiB

[startup+0.310493 s]*
/proc/loadavg: 8.13 8.23 8.25 4/211 17781
/proc/meminfo: memFree=29298132/32770624 swapFree=66939908/67108860
[pid=17760] ppid=17757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17760/stat : 17760 (xcsp3-exec) S 17757 17760 16393 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447399202 115843072 364 33554432000 4194304 5098028 140728093165728 140728093163832 139685729063548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22241280 140728093172597 140728093172841 140728093172841 140728093175754 0
/proc/17760/statm: 28282 364 305 221 0 87 0
[pid=17762] ppid=17760 vsize=28231652 memory=50320 CPUtime=0.52 cores=0-7
/proc/17762/stat : 17762 (java) S 17760 17760 16393 0 -1 1077944320 10866 0 0 0 47 5 0 0 20 0 20 0 447399203 28909211648 12580 33554432000 4194304 4196468 140729150507232 140729150489776 140470799257335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
/proc/17762/statm: 7057913 12580 3364 1 0 7019032 0
[pid=17762/tid=17763] ppid=17760 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/17762/task/17763/stat : 17763 (java) R 17760 17760 16393 0 -1 4202560 7795 0 0 0 26 4 0 0 20 0 20 0 447399203 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470803490952 140470799279261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17764] ppid=17760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17764/stat : 17764 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470751878032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17765] ppid=17760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17765/stat : 17765 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470750825232 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17766] ppid=17760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17766/stat : 17766 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470749772944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17767] ppid=17760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17767/stat : 17767 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470748720144 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17768] ppid=17760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17768/stat : 17768 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470747666832 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17769] ppid=17760 vsize=28231652 memory=140184981170863 CPUtime=0 cores=0-7
/proc/17762/task/17769/stat : 17769 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470746614032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17770] ppid=17760 vsize=28231652 memory=140184981173168 CPUtime=0 cores=0-7
/proc/17762/task/17770/stat : 17770 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470745561744 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17771] ppid=17760 vsize=28231652 memory=140184981175472 CPUtime=0 cores=0-7
/proc/17762/task/17771/stat : 17771 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28909211648 12580 33554432000 4194304 4196468 140729150507232 140470744508944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17772] ppid=17760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17772/stat : 17772 (java) S 17760 17760 16393 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447399205 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469128485488 140470799268482 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17773] ppid=17760 vsize=28231652 memory=280369962364816 CPUtime=0 cores=0-7
/proc/17762/task/17773/stat : 17773 (java) S 17760 17760 16393 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447399206 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469127431456 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17774] ppid=17760 vsize=28231652 memory=280369962362512 CPUtime=0 cores=0-7
/proc/17762/task/17774/stat : 17774 (java) S 17760 17760 16393 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447399206 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469126379120 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17775] ppid=17760 vsize=28231652 memory=280369962369424 CPUtime=0 cores=0-7
/proc/17762/task/17775/stat : 17775 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399208 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469125327440 140470799275931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17776] ppid=17760 vsize=28231652 memory=280369962310704 CPUtime=0.03 cores=0-7
/proc/17762/task/17776/stat : 17776 (java) R 17760 17760 16393 0 -1 4202560 546 0 0 0 3 0 0 0 20 0 20 0 447399208 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469124255304 140470782643919 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17777] ppid=17760 vsize=28231652 memory=280369962383248 CPUtime=0.01 cores=0-7
/proc/17762/task/17777/stat : 17777 (java) S 17760 17760 16393 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 447399208 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469123221488 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17778] ppid=17760 vsize=28231652 memory=280369962390160 CPUtime=0.03 cores=0-7
/proc/17762/task/17778/stat : 17778 (java) S 17760 17760 16393 0 -1 1077944384 270 0 0 0 3 0 0 0 20 0 20 0 447399208 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469122169200 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17779] ppid=17760 vsize=28231652 memory=280369962387856 CPUtime=0.12 cores=0-7
/proc/17762/task/17779/stat : 17779 (java) S 17760 17760 16393 0 -1 1077944384 870 0 0 0 12 0 0 0 20 0 20 0 447399208 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469121116400 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17780] ppid=17760 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17780/stat : 17780 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399208 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469052894048 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17781] ppid=17760 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17762/task/17781/stat : 17781 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399209 28909211648 12580 33554432000 4194304 4196468 140729150507232 140469051841328 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51776 KiB

[startup+0.700978 s]
/proc/loadavg: 8.13 8.23 8.25 4/211 17781
/proc/meminfo: memFree=29272520/32770624 swapFree=66939908/67108860
[pid=17760] ppid=17757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17760/stat : 17760 (xcsp3-exec) S 17757 17760 16393 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447399202 115843072 364 33554432000 4194304 5098028 140728093165728 140728093163832 139685729063548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22241280 140728093172597 140728093172841 140728093172841 140728093175754 0
/proc/17760/statm: 28282 364 305 221 0 87 0
[pid=17762] ppid=17760 vsize=28233776 memory=125144 CPUtime=1.99 cores=0-7
/proc/17762/stat : 17762 (java) S 17760 17760 16393 0 -1 1077944320 15337 0 0 0 192 7 0 0 20 0 20 0 447399203 28911386624 31286 33554432000 4194304 4196468 140729150507232 140729150489776 140470799257335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
/proc/17762/statm: 7058444 31286 3451 1 0 7019544 0
[pid=17762/tid=17763] ppid=17760 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/17762/task/17763/stat : 17763 (java) R 17760 17760 16393 0 -1 4202560 8364 0 0 0 63 5 0 0 20 0 20 0 447399203 28911386624 31286 33554432000 4194304 4196468 140729150507232 140470803492152 140470415725655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17764] ppid=17760 vsize=28233776 memory=140184981382000 CPUtime=0 cores=0-7
/proc/17762/task/17764/stat : 17764 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399204 28911386624 31286 33554432000 4194304 4196468 140729150507232 140470751878032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17765] ppid=17760 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/17762/task/17765/stat : 17765 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399204 28911386624 31286 33554432000 4194304 4196468 140729150507232 140470750825232 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17766] ppid=17760 vsize=28233776 memory=1256 CPUtime=0 cores=0-7
/proc/17762/task/17766/stat : 17766 (java) S 17760 17760 16393 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399204 28911386624 31286 33554432000 4194304 4196468 140729150507232 140470749772944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0

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

/proc/meminfo: memFree=22127188/32770624 swapFree=66939908/67108860
[pid=17760] ppid=17757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17760/stat : 17760 (xcsp3-exec) S 17757 17760 16393 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447399202 115843072 364 33554432000 4194304 5098028 140728093165728 140728093163832 139685729063548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22241280 140728093172597 140728093172841 140728093172841 140728093175754 0
/proc/17760/statm: 28282 364 305 221 0 87 0
[pid=17762] ppid=17760 vsize=28768336 memory=7206256 CPUtime=19868.5 cores=0-7
/proc/17762/stat : 17762 (java) S 17760 17760 16393 0 -1 1077944320 759057 0 0 0 1984625 2226 0 0 20 0 28 0 447399203 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140729150489776 140470799257335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
/proc/17762/statm: 7192084 1801564 3560 1 0 7153184 0
[pid=17762/tid=17763] ppid=17760 vsize=28768336 memory=7206256 CPUtime=5.5 cores=0-7
/proc/17762/task/17763/stat : 17763 (java) S 17760 17760 16393 0 -1 1077944384 13692 0 0 0 533 17 0 0 20 0 28 0 447399203 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470803498112 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17764] ppid=17760 vsize=28768336 memory=7206256 CPUtime=33.09 cores=0-7
/proc/17762/task/17764/stat : 17764 (java) S 17760 17760 16393 0 -1 1077944384 28398 0 0 0 3132 177 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470751878032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17765] ppid=17760 vsize=28768336 memory=7206256 CPUtime=33.23 cores=0-7
/proc/17762/task/17765/stat : 17765 (java) S 17760 17760 16393 0 -1 1077944384 24247 0 0 0 3150 173 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470750825232 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17766] ppid=17760 vsize=28768336 memory=7206256 CPUtime=33.43 cores=0-7
/proc/17762/task/17766/stat : 17766 (java) S 17760 17760 16393 0 -1 1077944384 31405 0 0 0 3153 190 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470749772944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17767] ppid=17760 vsize=28768336 memory=7206256 CPUtime=33.19 cores=0-7
/proc/17762/task/17767/stat : 17767 (java) S 17760 17760 16393 0 -1 1077944384 25430 0 0 0 3137 182 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470748720144 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17768] ppid=17760 vsize=28768336 memory=1456 CPUtime=33.48 cores=0-7
/proc/17762/task/17768/stat : 17768 (java) S 17760 17760 16393 0 -1 1077944384 24348 0 0 0 3162 186 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470747666832 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17769] ppid=17760 vsize=28768336 memory=6791534058613427641 CPUtime=33.24 cores=0-7
/proc/17762/task/17769/stat : 17769 (java) S 17760 17760 16393 0 -1 1077944384 23720 0 0 0 3148 176 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470746614032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17770] ppid=17760 vsize=28768336 memory=7206256 CPUtime=33.22 cores=0-7
/proc/17762/task/17770/stat : 17770 (java) S 17760 17760 16393 0 -1 1077944384 23507 0 0 0 3145 177 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470745561744 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17771] ppid=17760 vsize=28768336 memory=7206256 CPUtime=33.19 cores=0-7
/proc/17762/task/17771/stat : 17771 (java) S 17760 17760 16393 0 -1 1077944384 27963 0 0 0 3146 173 0 0 20 0 28 0 447399204 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140470744508944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 16 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17772] ppid=17760 vsize=28768336 memory=1456 CPUtime=8.47 cores=0-7
/proc/17762/task/17772/stat : 17772 (java) S 17760 17760 16393 0 -1 1077944384 43169 0 0 0 772 75 0 0 20 0 28 0 447399205 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469128485488 140470799268482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17773] ppid=17760 vsize=28768336 memory=7206256 CPUtime=0 cores=0-7
/proc/17762/task/17773/stat : 17773 (java) S 17760 17760 16393 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 447399206 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469127431520 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17774] ppid=17760 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/17762/task/17774/stat : 17774 (java) S 17760 17760 16393 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 28 0 447399206 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469126379136 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17775] ppid=17760 vsize=28768336 memory=1548 CPUtime=0 cores=0-7
/proc/17762/task/17775/stat : 17775 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447399208 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469125327440 140470799275931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17776] ppid=17760 vsize=28768336 memory=1728 CPUtime=5.08 cores=0-7
/proc/17762/task/17776/stat : 17776 (java) S 17760 17760 16393 0 -1 1077944384 30883 0 0 0 503 5 0 0 20 0 28 0 447399208 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469124274288 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17777] ppid=17760 vsize=28768336 memory=-3622645143214314312 CPUtime=5.06 cores=0-7
/proc/17762/task/17777/stat : 17777 (java) S 17760 17760 16393 0 -1 1077944384 33457 0 0 0 501 5 0 0 20 0 28 0 447399208 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469123221488 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17778] ppid=17760 vsize=28768336 memory=4126316290023845779 CPUtime=4.97 cores=0-7
/proc/17762/task/17778/stat : 17778 (java) S 17760 17760 16393 0 -1 1077944384 29775 0 0 0 492 5 0 0 20 0 28 0 447399208 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469122169200 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17779] ppid=17760 vsize=28768336 memory=3504 CPUtime=1.28 cores=0-7
/proc/17762/task/17779/stat : 17779 (java) S 17760 17760 16393 0 -1 1077944384 17157 0 0 0 123 5 0 0 20 0 28 0 447399208 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469121116400 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17780] ppid=17760 vsize=28768336 memory=48460 CPUtime=0 cores=0-7
/proc/17762/task/17780/stat : 17780 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399208 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469052894048 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17781] ppid=17760 vsize=28768336 memory=1456 CPUtime=1 cores=0-7
/proc/17762/task/17781/stat : 17781 (java) S 17760 17760 16393 0 -1 1077944384 2716 0 0 0 40 60 0 0 20 0 28 0 447399209 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469051841328 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17782] ppid=17760 vsize=28768336 memory=7206256 CPUtime=2444.25 cores=0-7
/proc/17762/task/17782/stat : 17782 (java) R 17760 17760 16393 0 -1 4202560 17925 0 0 0 244396 29 0 0 20 0 28 0 447400019 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469040766712 140470414731609 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17783] ppid=17760 vsize=28768336 memory=3504 CPUtime=2451.59 cores=0-7
/proc/17762/task/17783/stat : 17783 (java) R 17760 17760 16393 0 -1 4202560 24289 0 0 0 245132 27 0 0 20 0 28 0 447400019 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469039715128 140470414216544 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17784] ppid=17760 vsize=28768336 memory=48460 CPUtime=2425.6 cores=0-7
/proc/17762/task/17784/stat : 17784 (java) R 17760 17760 16393 0 -1 4202560 93118 0 0 0 242345 215 0 0 20 0 28 0 447400020 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469038657152 140470418529576 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17785] ppid=17760 vsize=28768336 memory=6791534058613427641 CPUtime=2452.53 cores=0-7
/proc/17762/task/17785/stat : 17785 (java) R 17760 17760 16393 0 -1 4202560 62065 0 0 0 245121 132 0 0 20 0 28 0 447400020 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469037604680 140470417268245 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17786] ppid=17760 vsize=28768336 memory=7206256 CPUtime=2445.64 cores=0-7
/proc/17762/task/17786/stat : 17786 (java) R 17760 17760 16393 0 -1 4202560 47506 0 0 0 244491 73 0 0 20 0 28 0 447400020 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469036555088 140470419735845 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17787] ppid=17760 vsize=28768336 memory=3504 CPUtime=2452.26 cores=0-7
/proc/17762/task/17787/stat : 17787 (java) R 17760 17760 16393 0 -1 4202560 54440 0 0 0 245133 93 0 0 20 0 28 0 447400020 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469035503344 140470413006614 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17788] ppid=17760 vsize=28768336 memory=48460 CPUtime=2452.38 cores=0-7
/proc/17762/task/17788/stat : 17788 (java) R 17760 17760 16393 0 -1 4202560 47196 0 0 0 245171 67 0 0 20 0 28 0 447400020 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469034447128 140470415790334 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17789] ppid=17760 vsize=28768336 memory=988 CPUtime=2446.63 cores=0-7
/proc/17762/task/17789/stat : 17789 (java) R 17760 17760 16393 0 -1 4202560 31179 0 0 0 244626 37 0 0 20 0 28 0 447400020 29458776064 1801564 33554432000 4194304 4196468 140729150507232 140469033394184 140470415791323 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
Current children cumulated CPU time: 19868.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 7207712 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.14 8.36 8.34 9/219 17977
/proc/meminfo: memFree=22197876/32770624 swapFree=66939908/67108860
[pid=17760] ppid=17757 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17760/stat : 17760 (xcsp3-exec) S 17757 17760 16393 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447399202 115843072 364 33554432000 4194304 5098028 140728093165728 140728093163832 139685729063548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22241280 140728093172597 140728093172841 140728093172841 140728093175754 0
/proc/17760/statm: 28282 364 305 221 0 87 0
[pid=17762] ppid=17760 vsize=28768336 memory=7135500 CPUtime=20009.3 cores=0-7
/proc/17762/stat : 17762 (java) S 17760 17760 16393 0 -1 1077944320 763181 0 0 0 1998693 2239 0 0 20 0 28 0 447399203 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140729150489776 140470799257335 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
/proc/17762/statm: 7192084 1783875 3560 1 0 7153184 0
[pid=17762/tid=17763] ppid=17760 vsize=28768336 memory=8317482817917895235 CPUtime=5.5 cores=0-7
/proc/17762/task/17763/stat : 17763 (java) S 17760 17760 16393 0 -1 1077944384 13692 0 0 0 533 17 0 0 20 0 28 0 447399203 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470803498112 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17764] ppid=17760 vsize=28768336 memory=4126316290023845779 CPUtime=33.16 cores=0-7
/proc/17762/task/17764/stat : 17764 (java) S 17760 17760 16393 0 -1 1077944384 28777 0 0 0 3139 177 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470751878032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17765] ppid=17760 vsize=28768336 memory=668 CPUtime=33.29 cores=0-7
/proc/17762/task/17765/stat : 17765 (java) S 17760 17760 16393 0 -1 1077944384 24458 0 0 0 3156 173 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470750825232 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17766] ppid=17760 vsize=28768336 memory=1256 CPUtime=33.49 cores=0-7
/proc/17762/task/17766/stat : 17766 (java) S 17760 17760 16393 0 -1 1077944384 32501 0 0 0 3159 190 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470749772944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17767] ppid=17760 vsize=28768336 memory=1076 CPUtime=33.25 cores=0-7
/proc/17762/task/17767/stat : 17767 (java) S 17760 17760 16393 0 -1 1077944384 25538 0 0 0 3143 182 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470748720144 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17768] ppid=17760 vsize=28768336 memory=14008 CPUtime=33.55 cores=0-7
/proc/17762/task/17768/stat : 17768 (java) S 17760 17760 16393 0 -1 1077944384 24423 0 0 0 3169 186 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470747666832 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17769] ppid=17760 vsize=28768336 memory=26616 CPUtime=33.3 cores=0-7
/proc/17762/task/17769/stat : 17769 (java) S 17760 17760 16393 0 -1 1077944384 23842 0 0 0 3154 176 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470746614032 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17770] ppid=17760 vsize=28768336 memory=14056 CPUtime=33.29 cores=0-7
/proc/17762/task/17770/stat : 17770 (java) S 17760 17760 16393 0 -1 1077944384 23548 0 0 0 3152 177 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470745561744 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17771] ppid=17760 vsize=28768336 memory=2116 CPUtime=33.26 cores=0-7
/proc/17762/task/17771/stat : 17771 (java) S 17760 17760 16393 0 -1 1077944384 28849 0 0 0 3153 173 0 0 20 0 28 0 447399204 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140470744508944 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17772] ppid=17760 vsize=28768336 memory=520 CPUtime=8.55 cores=0-7
/proc/17762/task/17772/stat : 17772 (java) S 17760 17760 16393 0 -1 1077944384 43432 0 0 0 775 80 0 0 20 0 28 0 447399205 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469128485488 140470799268482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17773] ppid=17760 vsize=28768336 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17762/task/17773/stat : 17773 (java) S 17760 17760 16393 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 28 0 447399206 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469127431520 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17774] ppid=17760 vsize=28768336 memory=7135500 CPUtime=0 cores=0-7
/proc/17762/task/17774/stat : 17774 (java) S 17760 17760 16393 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 28 0 447399206 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469126379136 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17775] ppid=17760 vsize=28768336 memory=808 CPUtime=0 cores=0-7
/proc/17762/task/17775/stat : 17775 (java) S 17760 17760 16393 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447399208 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469125327440 140470799275931 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17776] ppid=17760 vsize=28768336 memory=1808 CPUtime=5.08 cores=0-7
/proc/17762/task/17776/stat : 17776 (java) S 17760 17760 16393 0 -1 1077944384 30883 0 0 0 503 5 0 0 20 0 28 0 447399208 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469124274288 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17777] ppid=17760 vsize=28768336 memory=924 CPUtime=5.06 cores=0-7
/proc/17762/task/17777/stat : 17777 (java) S 17760 17760 16393 0 -1 1077944384 33457 0 0 0 501 5 0 0 20 0 28 0 447399208 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469123221488 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17778] ppid=17760 vsize=28768336 memory=4504 CPUtime=4.97 cores=0-7
/proc/17762/task/17778/stat : 17778 (java) S 17760 17760 16393 0 -1 1077944384 29775 0 0 0 492 5 0 0 20 0 28 0 447399208 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469122169200 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17779] ppid=17760 vsize=28768336 memory=4108 CPUtime=1.28 cores=0-7
/proc/17762/task/17779/stat : 17779 (java) S 17760 17760 16393 0 -1 1077944384 17157 0 0 0 123 5 0 0 20 0 28 0 447399208 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469121116400 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17780] ppid=17760 vsize=28768336 memory=1412 CPUtime=0 cores=0-7
/proc/17762/task/17780/stat : 17780 (java) S 17760 17760 16393 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399208 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469052894048 140470799267541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17781] ppid=17760 vsize=28768336 memory=3824 CPUtime=1 cores=0-7
/proc/17762/task/17781/stat : 17781 (java) S 17760 17760 16393 0 -1 1077944384 2716 0 0 0 40 60 0 0 20 0 28 0 447399209 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469051841328 140470799268482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17782] ppid=17760 vsize=28768336 memory=1456 CPUtime=2461.45 cores=0-7
/proc/17762/task/17782/stat : 17782 (java) R 17760 17760 16393 0 -1 4202560 17971 0 0 0 246116 29 0 0 20 0 28 0 447400019 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469040762472 140470422472371 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17783] ppid=17760 vsize=28768336 memory=7135500 CPUtime=2469.15 cores=0-7
/proc/17762/task/17783/stat : 17783 (java) R 17760 17760 16393 0 -1 4202560 24361 0 0 0 246885 30 0 0 20 0 28 0 447400019 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469039710584 140470420587409 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17784] ppid=17760 vsize=28768336 memory=6791534058613427641 CPUtime=2443.23 cores=0-7
/proc/17762/task/17784/stat : 17784 (java) R 17760 17760 16393 0 -1 4202560 93274 0 0 0 244108 215 0 0 20 0 28 0 447400020 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469038657152 140470418529546 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17785] ppid=17760 vsize=28768336 memory=4504 CPUtime=2470.09 cores=0-7
/proc/17762/task/17785/stat : 17785 (java) R 17760 17760 16393 0 -1 4202560 62221 0 0 0 246877 132 0 0 20 0 28 0 447400020 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469037604408 140470420947664 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17786] ppid=17760 vsize=28768336 memory=4108 CPUtime=2463.2 cores=0-7
/proc/17762/task/17786/stat : 17786 (java) R 17760 17760 16393 0 -1 4202560 47582 0 0 0 246245 75 0 0 20 0 28 0 447400020 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469036552200 140470424144533 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17787] ppid=17760 vsize=28768336 memory=1412 CPUtime=2469.82 cores=0-7
/proc/17762/task/17787/stat : 17787 (java) R 17760 17760 16393 0 -1 4202560 54684 0 0 0 246888 94 0 0 20 0 28 0 447400020 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469035502288 140470415858343 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17788] ppid=17760 vsize=28768336 memory=3824 CPUtime=2469.94 cores=0-7
/proc/17762/task/17788/stat : 17788 (java) R 17760 17760 16393 0 -1 4202560 47328 0 0 0 246927 67 0 0 20 0 28 0 447400020 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469034447128 140470424070784 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
[pid=17762/tid=17789] ppid=17760 vsize=28768336 memory=1456 CPUtime=2464.19 cores=0-7
/proc/17762/task/17789/stat : 17789 (java) R 17760 17760 16393 0 -1 4202560 31240 0 0 0 246382 37 0 0 20 0 28 0 447400020 29458776064 1783875 33554432000 4194304 4196468 140729150507232 140469033394184 140470414731627 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 31117312 140729150514154 140729150514326 140729150514326 140729150517199 0
Current children cumulated CPU time: 20009.3 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 7136956 KiB

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

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

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

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

[startup+2520.13 s]*
/proc/loadavg: 8.14 8.36 8.34 2/192 17979
/proc/meminfo: memFree=26291880/32770624 swapFree=66939908/67108860
Current cumulated CPU time of completed processes: 0.002358 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.16
CPU time (s): 20010.1
CPU user time (s): 19987.6
CPU system time (s): 22.4538
CPU usage (%): 794
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 8465048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19987.6
system time used= 22.4538
maximum resident set size= 8463604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 764340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68014
involuntary context switches= 223723


# summary of solver processes directly reported to runsolver:
#   pid: 17760,17762
#   total CPU time (s): 20010.1
#   total CPU user time (s): 19987.6
#   total CPU system time (s): 22.4538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.334 second user time and 25.5112 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-17 12:06:43
IDJOB=4399614
IDBENCH=139208
IDSOLVER=2854
FILE ID=node119/4399614-1568714843
RUNJOBID= node119-1568711035-16420
PBS_JOBID= 21703922
Free space on /tmp= 61344 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-08-fair.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-4399614-1568714843/watcher-4399614-1568714843 -o /tmp/evaluation-result-4399614-1568714843/solver-4399614-1568714843 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node119-1568711035-16420 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1975603332 HOME/instance-4399614-1568714843.xml

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

MD5SUM BENCH= 5071358861b345173fede4f5b8bc080d
RANDOM SEED=1975603332

node119.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.47
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.47
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.47
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.47
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:        29334916 kB
MemAvailable:   31822488 kB
Buffers:          132352 kB
Cached:          2638968 kB
SwapCached:        61072 kB
Active:          1405024 kB
Inactive:        1432304 kB
Active(anon):       5112 kB
Inactive(anon):   110908 kB
Active(file):    1399912 kB
Inactive(file):  1321396 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939908 kB
Dirty:             26524 kB
Writeback:             0 kB
AnonPages:        140420 kB
Mapped:            48840 kB
Shmem:             41008 kB
Slab:             192836 kB
SReclaimable:     164200 kB
SUnreclaim:        28636 kB
KernelStack:        3712 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     94208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61320 MiB
End job on node119 at 2019-09-17 12:48:44