Trace number 4399628

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) 20011.7 2520.14

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-07-07-fair.xml
MD5SUM2cb13d8f4904ef06e321ec381eb8db90
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 benchmark12.0849
Satisfiable
(Un)Satisfiability was proved
Number of variables12939
Number of constraints12238
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1766},{"size":201,"count":64},{"size":20001,"count":11109}]
Minimum variable degree2
Maximum variable degree106
Distribution of variable degrees[{"degree":2,"count":11409},{"degree":3,"count":294},{"degree":4,"count":28},{"degree":5,"count":140},{"degree":6,"count":83},{"degree":7,"count":252},{"degree":8,"count":356},{"degree":9,"count":267},{"degree":10,"count":23},{"degree":13,"count":49},{"degree":16,"count":1},{"degree":23,"count":8},{"degree":37,"count":8},{"degree":39,"count":5},{"degree":46,"count":1},{"degree":52,"count":7},{"degree":81,"count":2},{"degree":82,"count":5},{"degree":106,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2039},{"arity":3,"count":10197}]
Number of extensional constraints0
Number of intensional constraints12238
Distribution of constraint types[{"type":"intension","count":12238}]
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-4399628-1568714798.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399628-1568714798.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
35.70/8.20	c solve instance...
20010.99/2520.07	s UNKNOWN
20010.99/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 (13884 MiB free)
  memory of node 1: 16384 MiB (15413 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399628-1568714798/watcher-4399628-1568714798 -o /tmp/evaluation-result-4399628-1568714798/solver-4399628-1568714798 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568711920-9010 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 558566944 HOME/instance-4399628-1568714798.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=9552, runsolver pid=9549
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 7.63 8.19 8.28 3/212 9573
/proc/meminfo: memFree=29984992/32770624 swapFree=67027596/67108860
[pid=9552] ppid=9549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9552/stat : 9552 (xcsp3-exec) S 9549 9552 8983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447752356 115843072 363 33554432000 4194304 5098028 140720856551632 140720856549736 140272776774268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18948096 140720856560502 140720856560745 140720856560745 140720856563658 0
/proc/9552/statm: 28282 363 304 221 0 87 0
[pid=9554] ppid=9552 vsize=28227396 memory=28932 CPUtime=0.12 cores=0-7
/proc/9554/stat : 9554 (java) S 9552 9552 8983 0 -1 1077944320 5705 0 0 0 11 1 0 0 20 0 20 0 447752356 28904853504 7233 33554432000 4194304 4196468 140727442605264 140727442587808 139866479197943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
/proc/9554/statm: 7056849 7233 3118 1 0 7019032 0
[pid=9554/tid=9555] ppid=9552 vsize=28227396 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/9554/task/9555/stat : 9555 (java) R 9552 9552 8983 0 -1 4202560 3620 0 0 0 8 0 0 0 20 0 20 0 447752357 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866483432960 139866479209878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9556] ppid=9552 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9554/task/9556/stat : 9556 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866431818640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9557] ppid=9552 vsize=28227396 memory=139718204876416 CPUtime=0 cores=0-7
/proc/9554/task/9557/stat : 9557 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866430765840 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9558] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9558/stat : 9558 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866429713552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9559] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9559/stat : 9559 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866428660752 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9560] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9560/stat : 9560 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866427607440 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9561] ppid=9552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9554/task/9561/stat : 9561 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866426554640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9562] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9562/stat : 9562 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752358 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866425502352 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9563] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9563/stat : 9563 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447752358 28904853504 7233 33554432000 4194304 4196468 140727442605264 139866424449552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9564] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9564/stat : 9564 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752359 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865528142448 139866479209090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9565] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9565/stat : 9565 (java) S 9552 9552 8983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447752359 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865527088416 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9566] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9566/stat : 9566 (java) S 9552 9552 8983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447752360 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865526036080 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9567] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9567/stat : 9567 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865524984400 139866479216539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9568] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9568/stat : 9568 (java) S 9552 9552 8983 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865523931248 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9569] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9569/stat : 9569 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865522878448 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9570] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9570/stat : 9570 (java) S 9552 9552 8983 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865521826160 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9571] ppid=9552 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9554/task/9571/stat : 9571 (java) R 9552 9552 8983 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 447752362 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865520773360 139866479209878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9572] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9572/stat : 9572 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865519721312 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9573] ppid=9552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9554/task/9573/stat : 9573 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 7233 33554432000 4194304 4196468 140727442605264 139865518668592 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30384 KiB

[startup+0.209937 s]*
/proc/loadavg: 7.63 8.19 8.28 3/212 9573
/proc/meminfo: memFree=29972488/32770624 swapFree=67027596/67108860
[pid=9552] ppid=9549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9552/stat : 9552 (xcsp3-exec) S 9549 9552 8983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447752356 115843072 363 33554432000 4194304 5098028 140720856551632 140720856549736 140272776774268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18948096 140720856560502 140720856560745 140720856560745 140720856563658 0
/proc/9552/statm: 28282 363 304 221 0 87 0
[pid=9554] ppid=9552 vsize=28227396 memory=40668 CPUtime=0.33 cores=0-7
/proc/9554/stat : 9554 (java) S 9552 9552 8983 0 -1 1077944320 9469 0 0 0 30 3 0 0 20 0 20 0 447752356 28904853504 10167 33554432000 4194304 4196468 140727442605264 140727442587808 139866479197943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
/proc/9554/statm: 7056849 10167 3205 1 0 7019032 0
[pid=9554/tid=9555] ppid=9552 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/9554/task/9555/stat : 9555 (java) R 9552 9552 8983 0 -1 4202560 6608 0 0 0 18 2 0 0 20 0 20 0 447752357 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866483437616 139866096566340 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9556] ppid=9552 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/9554/task/9556/stat : 9556 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866431818640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9557] ppid=9552 vsize=28227396 memory=139718204885878 CPUtime=0 cores=0-7
/proc/9554/task/9557/stat : 9557 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866430765840 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9558] ppid=9552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9554/task/9558/stat : 9558 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866429713552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9559] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9559/stat : 9559 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866428660752 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9560] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9560/stat : 9560 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866427607440 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9561] ppid=9552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9554/task/9561/stat : 9561 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866426554640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9562] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9562/stat : 9562 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752358 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866425502352 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9563] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9563/stat : 9563 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447752358 28904853504 10167 33554432000 4194304 4196468 140727442605264 139866424449552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9564] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9564/stat : 9564 (java) S 9552 9552 8983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447752359 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865528142448 139866479209090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9565] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9565/stat : 9565 (java) S 9552 9552 8983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447752359 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865527088416 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9566] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9566/stat : 9566 (java) S 9552 9552 8983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447752360 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865526036080 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9567] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9567/stat : 9567 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865524984400 139866479216539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9568] ppid=9552 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/9554/task/9568/stat : 9568 (java) S 9552 9552 8983 0 -1 1077944384 622 0 0 0 2 0 0 0 20 0 20 0 447752362 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865523931248 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9569] ppid=9552 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/9554/task/9569/stat : 9569 (java) S 9552 9552 8983 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 447752362 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865522878448 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9570] ppid=9552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9554/task/9570/stat : 9570 (java) S 9552 9552 8983 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865521826160 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9571] ppid=9552 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/9554/task/9571/stat : 9571 (java) R 9552 9552 8983 0 -1 4202560 735 0 0 0 7 0 0 0 20 0 20 0 447752362 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865520773360 139866458159800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9572] ppid=9552 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9572/stat : 9572 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865519721312 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9573] ppid=9552 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/9554/task/9573/stat : 9573 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752362 28904853504 10167 33554432000 4194304 4196468 140727442605264 139865518668592 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42120 KiB

[startup+0.309716 s]*
/proc/loadavg: 7.63 8.19 8.28 4/212 9573
/proc/meminfo: memFree=29964980/32770624 swapFree=67027596/67108860
[pid=9552] ppid=9549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9552/stat : 9552 (xcsp3-exec) S 9549 9552 8983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447752356 115843072 363 33554432000 4194304 5098028 140720856551632 140720856549736 140272776774268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18948096 140720856560502 140720856560745 140720856560745 140720856563658 0
/proc/9552/statm: 28282 363 304 221 0 87 0
[pid=9554] ppid=9552 vsize=28231652 memory=49976 CPUtime=0.51 cores=0-7
/proc/9554/stat : 9554 (java) S 9552 9552 8983 0 -1 1077944320 10879 0 0 0 48 3 0 0 20 0 20 0 447752356 28909211648 12494 33554432000 4194304 4196468 140727442605264 140727442587808 139866479197943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
/proc/9554/statm: 7057913 12494 3363 1 0 7019032 0
[pid=9554/tid=9555] ppid=9552 vsize=28231652 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9554/task/9555/stat : 9555 (java) R 9552 9552 8983 0 -1 4202560 7787 0 0 0 27 2 0 0 20 0 20 0 447752357 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866483429056 139866463278430 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9556] ppid=9552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9556/stat : 9556 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866431818640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9557] ppid=9552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9557/stat : 9557 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866430765840 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9558] ppid=9552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9558/stat : 9558 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866429713552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9559] ppid=9552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9559/stat : 9559 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866428660752 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9560] ppid=9552 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/9554/task/9560/stat : 9560 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866427607440 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9561] ppid=9552 vsize=28231652 memory=139718104806319 CPUtime=0 cores=0-7
/proc/9554/task/9561/stat : 9561 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866426554640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9562] ppid=9552 vsize=28231652 memory=139718104808624 CPUtime=0 cores=0-7
/proc/9554/task/9562/stat : 9562 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752358 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866425502352 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9563] ppid=9552 vsize=28231652 memory=139718104810928 CPUtime=0 cores=0-7
/proc/9554/task/9563/stat : 9563 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447752358 28909211648 12494 33554432000 4194304 4196468 140727442605264 139866424449552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9564] ppid=9552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9564/stat : 9564 (java) S 9552 9552 8983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447752359 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865528142448 139866479209090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9565] ppid=9552 vsize=28231652 memory=279436209628816 CPUtime=0 cores=0-7
/proc/9554/task/9565/stat : 9565 (java) S 9552 9552 8983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447752359 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865527088416 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9566] ppid=9552 vsize=28231652 memory=279436209635728 CPUtime=0 cores=0-7
/proc/9554/task/9566/stat : 9566 (java) S 9552 9552 8983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447752360 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865526036080 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9567] ppid=9552 vsize=28231652 memory=279436209577008 CPUtime=0 cores=0-7
/proc/9554/task/9567/stat : 9567 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752362 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865524984400 139866479216539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9568] ppid=9552 vsize=28231652 memory=279436209649552 CPUtime=0.04 cores=0-7
/proc/9554/task/9568/stat : 9568 (java) R 9552 9552 8983 0 -1 4202560 705 0 0 0 4 0 0 0 20 0 20 0 447752362 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865523931248 139866464317721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9569] ppid=9552 vsize=28231652 memory=279436209656464 CPUtime=0.02 cores=0-7
/proc/9554/task/9569/stat : 9569 (java) S 9552 9552 8983 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 20 0 447752362 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865522878448 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9570] ppid=9552 vsize=28231652 memory=279436209654160 CPUtime=0.01 cores=0-7
/proc/9554/task/9570/stat : 9570 (java) S 9552 9552 8983 0 -1 1077944384 159 0 0 0 1 0 0 0 20 0 20 0 447752362 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865521826160 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9571] ppid=9552 vsize=28231652 memory=279436209670320 CPUtime=0.12 cores=0-7
/proc/9554/task/9571/stat : 9571 (java) S 9552 9552 8983 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 20 0 447752362 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865520773360 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9572] ppid=9552 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9572/stat : 9572 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447752362 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865519721312 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9573] ppid=9552 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/9554/task/9573/stat : 9573 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752362 28909211648 12494 33554432000 4194304 4196468 140727442605264 139865518668592 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51428 KiB

[startup+0.700929 s]
/proc/loadavg: 7.63 8.19 8.28 6/212 9573
/proc/meminfo: memFree=29936112/32770624 swapFree=67027596/67108860
[pid=9552] ppid=9549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9552/stat : 9552 (xcsp3-exec) S 9549 9552 8983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447752356 115843072 363 33554432000 4194304 5098028 140720856551632 140720856549736 140272776774268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18948096 140720856560502 140720856560745 140720856560745 140720856563658 0
/proc/9552/statm: 28282 363 304 221 0 87 0
[pid=9554] ppid=9552 vsize=28233776 memory=131724 CPUtime=2.01 cores=0-7
/proc/9554/stat : 9554 (java) S 9552 9552 8983 0 -1 1077944320 15404 0 0 0 196 5 0 0 20 0 20 0 447752356 28911386624 32931 33554432000 4194304 4196468 140727442605264 140727442587808 139866479197943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
/proc/9554/statm: 7058444 32931 3452 1 0 7019544 0
[pid=9554/tid=9555] ppid=9552 vsize=28233776 memory=279436210028208 CPUtime=0.67 cores=0-7
/proc/9554/task/9555/stat : 9555 (java) R 9552 9552 8983 0 -1 4202560 8392 0 0 0 64 3 0 0 20 0 20 0 447752357 28911386624 32931 33554432000 4194304 4196468 140727442605264 139866483431088 139866100082122 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9556] ppid=9552 vsize=28233776 memory=139718105015152 CPUtime=0 cores=0-7
/proc/9554/task/9556/stat : 9556 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28911386624 32931 33554432000 4194304 4196468 140727442605264 139866431818640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9557] ppid=9552 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/9554/task/9557/stat : 9557 (java) S 9552 9552 8983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447752357 28911386624 32931 33554432000 4194304 4196468 140727442605264 139866430765840 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9558] ppid=9552 vsize=28233776 memory=1224 CPUtime=0 cores=0-7
/proc/9554/task/9558/stat : 9558 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447752357 28911386624 32931 33554432000 4194304 4196468 140727442605264 139866429713552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0

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

/proc/meminfo: memFree=21920240/32770624 swapFree=67027624/67108860
[pid=9552] ppid=9549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9552/stat : 9552 (xcsp3-exec) S 9549 9552 8983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447752356 115843072 363 33554432000 4194304 5098028 140720856551632 140720856549736 140272776774268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18948096 140720856560502 140720856560745 140720856560745 140720856563658 0
/proc/9552/statm: 28282 363 304 221 0 87 0
[pid=9554] ppid=9552 vsize=28768336 memory=8081048 CPUtime=19869.7 cores=0-7
/proc/9554/stat : 9554 (java) S 9552 9552 8983 0 -1 1077944320 972636 0 0 0 1984516 2455 0 0 20 0 28 0 447752356 29458776064 2020262 33554432000 4194304 4196468 140727442605264 140727442587808 139866479197943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
/proc/9554/statm: 7192084 2020262 3560 1 0 7153184 0
[pid=9554/tid=9555] ppid=9552 vsize=28768336 memory=8081048 CPUtime=5.69 cores=0-7
/proc/9554/task/9555/stat : 9555 (java) S 9552 9552 8983 0 -1 1077944384 13559 0 0 0 552 17 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866483438720 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9556] ppid=9552 vsize=28768336 memory=8081048 CPUtime=34.04 cores=0-7
/proc/9554/task/9556/stat : 9556 (java) S 9552 9552 8983 0 -1 1077944384 46621 0 0 0 3202 202 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866431818640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9557] ppid=9552 vsize=28768336 memory=8081048 CPUtime=34.19 cores=0-7
/proc/9554/task/9557/stat : 9557 (java) S 9552 9552 8983 0 -1 1077944384 49310 0 0 0 3213 206 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866430765840 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9558] ppid=9552 vsize=28768336 memory=8081048 CPUtime=34.11 cores=0-7
/proc/9554/task/9558/stat : 9558 (java) S 9552 9552 8983 0 -1 1077944384 58285 0 0 0 3222 189 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866429713552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9559] ppid=9552 vsize=28768336 memory=1452 CPUtime=34.03 cores=0-7
/proc/9554/task/9559/stat : 9559 (java) S 9552 9552 8983 0 -1 1077944384 48539 0 0 0 3214 189 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866428660752 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9560] ppid=9552 vsize=28768336 memory=1452 CPUtime=34.07 cores=0-7
/proc/9554/task/9560/stat : 9560 (java) S 9552 9552 8983 0 -1 1077944384 50883 0 0 0 3211 196 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866427607440 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9561] ppid=9552 vsize=28768336 memory=8081048 CPUtime=34.05 cores=0-7
/proc/9554/task/9561/stat : 9561 (java) S 9552 9552 8983 0 -1 1077944384 52720 0 0 0 3212 193 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866426554640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9562] ppid=9552 vsize=28768336 memory=279436210966624 CPUtime=34.09 cores=0-7
/proc/9554/task/9562/stat : 9562 (java) S 9552 9552 8983 0 -1 1077944384 48701 0 0 0 3207 202 0 0 20 0 28 0 447752358 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866425502352 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9563] ppid=9552 vsize=28768336 memory=13772 CPUtime=34.08 cores=0-7
/proc/9554/task/9563/stat : 9563 (java) S 9552 9552 8983 0 -1 1077944384 48787 0 0 0 3213 195 0 0 20 0 28 0 447752358 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866424449552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9564] ppid=9552 vsize=28768336 memory=8081048 CPUtime=8.32 cores=0-7
/proc/9554/task/9564/stat : 9564 (java) S 9552 9552 8983 0 -1 1077944384 42037 0 0 0 783 49 0 0 20 0 28 0 447752359 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865528142448 139866479209090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9565] ppid=9552 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/9554/task/9565/stat : 9565 (java) S 9552 9552 8983 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 447752359 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865527088480 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9566] ppid=9552 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/9554/task/9566/stat : 9566 (java) S 9552 9552 8983 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 28 0 447752360 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865526036096 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9567] ppid=9552 vsize=28768336 memory=8081048 CPUtime=0 cores=0-7
/proc/9554/task/9567/stat : 9567 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865524984400 139866479216539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9568] ppid=9552 vsize=28768336 memory=1452 CPUtime=5.28 cores=0-7
/proc/9554/task/9568/stat : 9568 (java) S 9552 9552 8983 0 -1 1077944384 26585 0 0 0 524 4 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865523931248 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9569] ppid=9552 vsize=28768336 memory=8270416 CPUtime=5.94 cores=0-7
/proc/9554/task/9569/stat : 9569 (java) S 9552 9552 8983 0 -1 1077944384 24452 0 0 0 591 3 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865522878448 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9570] ppid=9552 vsize=28768336 memory=1296 CPUtime=5.62 cores=0-7
/proc/9554/task/9570/stat : 9570 (java) S 9552 9552 8983 0 -1 1077944384 28383 0 0 0 556 6 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865521826160 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9571] ppid=9552 vsize=28768336 memory=2184 CPUtime=1.28 cores=0-7
/proc/9554/task/9571/stat : 9571 (java) S 9552 9552 8983 0 -1 1077944384 19046 0 0 0 124 4 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865520773360 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9572] ppid=9552 vsize=28768336 memory=4968 CPUtime=0 cores=0-7
/proc/9554/task/9572/stat : 9572 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865519721312 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9573] ppid=9552 vsize=28768336 memory=10092 CPUtime=0.99 cores=0-7
/proc/9554/task/9573/stat : 9573 (java) S 9552 9552 8983 0 -1 1077944384 2520 0 0 0 44 55 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865518668592 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9574] ppid=9552 vsize=28768336 memory=1908 CPUtime=2441.49 cores=0-7
/proc/9554/task/9574/stat : 9574 (java) R 9552 9552 8983 0 -1 4202560 24204 0 0 0 244118 31 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865507352536 139866108033826 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9575] ppid=9552 vsize=28768336 memory=1452 CPUtime=2450.99 cores=0-7
/proc/9554/task/9575/stat : 9575 (java) R 9552 9552 8983 0 -1 4202560 26051 0 0 0 245077 22 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865506301176 139866101899966 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9576] ppid=9552 vsize=28768336 memory=1452 CPUtime=2445.92 cores=0-7
/proc/9554/task/9576/stat : 9576 (java) R 9552 9552 8983 0 -1 4202560 83330 0 0 0 244318 274 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865505246944 139866098837194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9577] ppid=9552 vsize=28768336 memory=1452 CPUtime=2451.72 cores=0-7
/proc/9554/task/9577/stat : 9577 (java) R 9552 9552 8983 0 -1 4202560 68783 0 0 0 245018 154 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865504194392 139866105389498 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9578] ppid=9552 vsize=28768336 memory=1452 CPUtime=2439.57 cores=0-7
/proc/9554/task/9578/stat : 9578 (java) R 9552 9552 8983 0 -1 4202560 72250 0 0 0 243869 88 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865503144896 139866099448687 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9579] ppid=9552 vsize=28768336 memory=8081048 CPUtime=2451.73 cores=0-7
/proc/9554/task/9579/stat : 9579 (java) R 9552 9552 8983 0 -1 4202560 45819 0 0 0 245091 82 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865502089240 139866102087224 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9580] ppid=9552 vsize=28768336 memory=8081048 CPUtime=2446.28 cores=0-7
/proc/9554/task/9580/stat : 9580 (java) R 9552 9552 8983 0 -1 4202560 43387 0 0 0 244542 86 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865501036856 139866100116820 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9581] ppid=9552 vsize=28768336 memory=8081048 CPUtime=2436 cores=0-7
/proc/9554/task/9581/stat : 9581 (java) R 9552 9552 8983 0 -1 4202560 46921 0 0 0 243547 53 0 0 20 0 28 0 447753184 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865499984120 139866108203413 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
Current children cumulated CPU time: 19869.7 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 8082500 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.05 8.29 8.36 9/219 9774
/proc/meminfo: memFree=21920764/32770624 swapFree=67027624/67108860
[pid=9552] ppid=9549 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/9552/stat : 9552 (xcsp3-exec) S 9549 9552 8983 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447752356 115843072 363 33554432000 4194304 5098028 140720856551632 140720856549736 140272776774268 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18948096 140720856560502 140720856560745 140720856560745 140720856563658 0
/proc/9552/statm: 28282 363 304 221 0 87 0
[pid=9554] ppid=9552 vsize=28768336 memory=8081048 CPUtime=20011 cores=0-7
/proc/9554/stat : 9554 (java) S 9552 9552 8983 0 -1 1077944320 974147 0 0 0 1998638 2461 0 0 20 0 28 0 447752356 29458776064 2020262 33554432000 4194304 4196468 140727442605264 140727442587808 139866479197943 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
/proc/9554/statm: 7192084 2020262 3560 1 0 7153184 0
[pid=9554/tid=9555] ppid=9552 vsize=28768336 memory=2064 CPUtime=5.69 cores=0-7
/proc/9554/task/9555/stat : 9555 (java) S 9552 9552 8983 0 -1 1077944384 13559 0 0 0 552 17 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866483438720 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9556] ppid=9552 vsize=28768336 memory=2876 CPUtime=34.04 cores=0-7
/proc/9554/task/9556/stat : 9556 (java) S 9552 9552 8983 0 -1 1077944384 46621 0 0 0 3202 202 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866431818640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9557] ppid=9552 vsize=28768336 memory=4126316290023845779 CPUtime=34.19 cores=0-7
/proc/9554/task/9557/stat : 9557 (java) S 9552 9552 8983 0 -1 1077944384 49310 0 0 0 3213 206 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866430765840 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9558] ppid=9552 vsize=28768336 memory=872 CPUtime=34.11 cores=0-7
/proc/9554/task/9558/stat : 9558 (java) S 9552 9552 8983 0 -1 1077944384 58285 0 0 0 3222 189 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866429713552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9559] ppid=9552 vsize=28768336 memory=1760 CPUtime=34.03 cores=0-7
/proc/9554/task/9559/stat : 9559 (java) S 9552 9552 8983 0 -1 1077944384 48539 0 0 0 3214 189 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866428660752 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9560] ppid=9552 vsize=28768336 memory=111632 CPUtime=34.07 cores=0-7
/proc/9554/task/9560/stat : 9560 (java) S 9552 9552 8983 0 -1 1077944384 50883 0 0 0 3211 196 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866427607440 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9561] ppid=9552 vsize=28768336 memory=804 CPUtime=34.05 cores=0-7
/proc/9554/task/9561/stat : 9561 (java) S 9552 9552 8983 0 -1 1077944384 52720 0 0 0 3212 193 0 0 20 0 28 0 447752357 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866426554640 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9562] ppid=9552 vsize=28768336 memory=1808 CPUtime=34.09 cores=0-7
/proc/9554/task/9562/stat : 9562 (java) S 9552 9552 8983 0 -1 1077944384 48701 0 0 0 3207 202 0 0 20 0 28 0 447752358 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866425502352 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9563] ppid=9552 vsize=28768336 memory=920 CPUtime=34.08 cores=0-7
/proc/9554/task/9563/stat : 9563 (java) S 9552 9552 8983 0 -1 1077944384 48787 0 0 0 3213 195 0 0 20 0 28 0 447752358 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139866424449552 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9564] ppid=9552 vsize=28768336 memory=4604 CPUtime=8.32 cores=0-7
/proc/9554/task/9564/stat : 9564 (java) S 9552 9552 8983 0 -1 1077944384 42037 0 0 0 783 49 0 0 20 0 28 0 447752359 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865528142448 139866479209090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9565] ppid=9552 vsize=28768336 memory=10092 CPUtime=0 cores=0-7
/proc/9554/task/9565/stat : 9565 (java) S 9552 9552 8983 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 447752359 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865527088480 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9566] ppid=9552 vsize=28768336 memory=1908 CPUtime=0 cores=0-7
/proc/9554/task/9566/stat : 9566 (java) S 9552 9552 8983 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 28 0 447752360 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865526036096 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9567] ppid=9552 vsize=28768336 memory=1360 CPUtime=0 cores=0-7
/proc/9554/task/9567/stat : 9567 (java) S 9552 9552 8983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865524984400 139866479216539 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9568] ppid=9552 vsize=28768336 memory=7500 CPUtime=5.28 cores=0-7
/proc/9554/task/9568/stat : 9568 (java) S 9552 9552 8983 0 -1 1077944384 26585 0 0 0 524 4 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865523931248 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9569] ppid=9552 vsize=28768336 memory=860 CPUtime=5.94 cores=0-7
/proc/9554/task/9569/stat : 9569 (java) S 9552 9552 8983 0 -1 1077944384 24452 0 0 0 591 3 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865522878448 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9570] ppid=9552 vsize=28768336 memory=776 CPUtime=5.62 cores=0-7
/proc/9554/task/9570/stat : 9570 (java) S 9552 9552 8983 0 -1 1077944384 28383 0 0 0 556 6 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865521826160 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9571] ppid=9552 vsize=28768336 memory=1612 CPUtime=1.28 cores=0-7
/proc/9554/task/9571/stat : 9571 (java) S 9552 9552 8983 0 -1 1077944384 19046 0 0 0 124 4 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865520773360 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9572] ppid=9552 vsize=28768336 memory=1224 CPUtime=0 cores=0-7
/proc/9554/task/9572/stat : 9572 (java) S 9552 9552 8983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865519721312 139866479208149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9573] ppid=9552 vsize=28768336 memory=3824 CPUtime=1 cores=0-7
/proc/9554/task/9573/stat : 9573 (java) S 9552 9552 8983 0 -1 1077944384 2522 0 0 0 44 56 0 0 20 0 28 0 447752362 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865518668592 139866479209090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9574] ppid=9552 vsize=28768336 memory=1612 CPUtime=2459.2 cores=0-7
/proc/9554/task/9574/stat : 9574 (java) R 9552 9552 8983 0 -1 4202560 24327 0 0 0 245887 33 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865507352536 139866099194560 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9575] ppid=9552 vsize=28768336 memory=1224 CPUtime=2468.7 cores=0-7
/proc/9554/task/9575/stat : 9575 (java) R 9552 9552 8983 0 -1 4202560 26127 0 0 0 246845 25 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865506301176 139866099644764 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9576] ppid=9552 vsize=28768336 memory=3824 CPUtime=2463.64 cores=0-7
/proc/9554/task/9576/stat : 9576 (java) R 9552 9552 8983 0 -1 4202560 83462 0 0 0 246089 275 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865505246944 139866098837304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9577] ppid=9552 vsize=28768336 memory=1384 CPUtime=2469.42 cores=0-7
/proc/9554/task/9577/stat : 9577 (java) R 9552 9552 8983 0 -1 4202560 68989 0 0 0 246788 154 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865504194392 139866102608804 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9578] ppid=9552 vsize=28768336 memory=15080 CPUtime=2456.9 cores=0-7
/proc/9554/task/9578/stat : 9578 (java) R 9552 9552 8983 0 -1 4202560 72677 0 0 0 245601 89 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865503144896 139866098837531 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9579] ppid=9552 vsize=28768336 memory=14124 CPUtime=2469.44 cores=0-7
/proc/9554/task/9579/stat : 9579 (java) R 9552 9552 8983 0 -1 4202560 46065 0 0 0 246862 82 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865502089240 139866100573944 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9580] ppid=9552 vsize=28768336 memory=2676 CPUtime=2463.99 cores=0-7
/proc/9554/task/9580/stat : 9580 (java) R 9552 9552 8983 0 -1 4202560 43539 0 0 0 246313 86 0 0 20 0 28 0 447753183 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865501036856 139866104098989 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
[pid=9554/tid=9581] ppid=9552 vsize=28768336 memory=1452 CPUtime=2453.71 cores=0-7
/proc/9554/task/9581/stat : 9581 (java) R 9552 9552 8983 0 -1 4202560 47070 0 0 0 245318 53 0 0 20 0 28 0 447753184 29458776064 2020262 33554432000 4194304 4196468 140727442605264 139865499984120 139866101900164 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 7417856 140727442609130 140727442609302 140727442609302 140727442612175 0
Current children cumulated CPU time: 20011 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 8082500 KiB

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

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

[startup+2520.14 s]
# the end of solver process 9554 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19987 s, system=24.674 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.05 8.29 8.36 2/191 9776
/proc/meminfo: memFree=28981580/32770624 swapFree=67027624/67108860
Current cumulated CPU time of completed processes: 0.002242 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.14
CPU time (s): 20011.7
CPU user time (s): 19987
CPU system time (s): 24.674
CPU usage (%): 794.069
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 8849844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19987
system time used= 24.674
maximum resident set size= 8848432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 975496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68528
involuntary context switches= 223216


# summary of solver processes directly reported to runsolver:
#   pid: 9552,9554
#   total CPU time (s): 20011.7
#   total CPU user time (s): 19987
#   total CPU system time (s): 24.674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8493 second user time and 31.211 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-17 12:05:58
IDJOB=4399628
IDBENCH=139200
IDSOLVER=2854
FILE ID=node150/4399628-1568714798
RUNJOBID= node150-1568711920-9010
PBS_JOBID= 21703941
Free space on /tmp= 59368 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-07-07-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-4399628-1568714798/watcher-4399628-1568714798 -o /tmp/evaluation-result-4399628-1568714798/solver-4399628-1568714798 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node150-1568711920-9010 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 558566944 HOME/instance-4399628-1568714798.xml

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

MD5SUM BENCH= 2cb13d8f4904ef06e321ec381eb8db90
RANDOM SEED=558566944

node150.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.79
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.79
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.79
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.79
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:        30000880 kB
MemAvailable:   31837540 kB
Buffers:          222100 kB
Cached:          1877580 kB
SwapCached:        10740 kB
Active:           930900 kB
Inactive:        1213312 kB
Active(anon):       5576 kB
Inactive(anon):    78664 kB
Active(file):     925324 kB
Inactive(file):  1134648 kB
Unevictable:      109640 kB
Mlocked:          109640 kB
SwapTotal:      67108860 kB
SwapFree:       67027596 kB
Dirty:             26668 kB
Writeback:             0 kB
AnonPages:        150024 kB
Mapped:            47336 kB
Shmem:             31060 kB
Slab:             215028 kB
SReclaimable:     185048 kB
SUnreclaim:        29980 kB
KernelStack:        3744 kB
PageTables:         6096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 59344 MiB
End job on node150 at 2019-09-17 12:47:58