Trace number 4271211

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 4.0.5 par (2017-08-09)UNSAT 12.5534 6.31458

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-24.xml
MD5SUMfafbbc28d55e991f97131ab8525c2187
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 benchmark0.52833402
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints270
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":45},{"degree":3,"count":18},{"degree":4,"count":16},{"degree":5,"count":6},{"degree":6,"count":6},{"degree":7,"count":5},{"degree":8,"count":2},{"degree":10,"count":2},{"degree":11,"count":2},{"degree":14,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":25},{"arity":4,"count":24},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints159
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":159},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271211-1502824363.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271211-1502824363.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
9.83/5.93	c solve instance...
11.85/6.29	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271211-1502824363/watcher-4271211-1502824363 -o /tmp/evaluation-result-4271211-1502824363/solver-4271211-1502824363 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 159874293 HOME/instance-4271211-1502824363.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=23526, runsolver pid=23523
Current StackSize limit: 8192 KiB


[startup+0.100947 s]*
/proc/loadavg: 4.58 6.51 6.66 3/199 23547
/proc/meminfo: memFree=27723748/32770624 swapFree=67108860/67108860
[pid=23526] ppid=23523 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23526/stat : 23526 (xcsp3-exec) S 23523 23526 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115517133 9740288 346 33554432000 4194304 5098028 140731883485904 140731883484008 140261020971644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34422784 140731883492453 140731883492663 140731883492663 140731883495403 0
/proc/23526/statm: 2378 346 289 221 0 87 0
[pid=23528] ppid=23526 vsize=25999808 memory=26192 CPUtime=0.11 cores=0-7
/proc/23528/stat : 23528 (java) S 23526 23526 21909 0 -1 1077944320 5495 0 0 0 10 1 0 0 20 0 20 0 115517134 26623803392 6548 33554432000 4194304 4196468 140729333608192 140729333590736 140339780783863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
/proc/23528/statm: 6499952 6548 2840 1 0 6488269 0
[pid=23528/tid=23529] ppid=23526 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23528/task/23529/stat : 23529 (java) R 23526 23526 21909 0 -1 4202560 3493 0 0 0 8 1 0 0 20 0 20 0 115517134 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339785010112 140339415428325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23530] ppid=23526 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23528/task/23530/stat : 23530 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339737336976 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23531] ppid=23526 vsize=25999808 memory=139820152784512 CPUtime=0 cores=0-7
/proc/23528/task/23531/stat : 23531 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339736284176 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23532] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23532/stat : 23532 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339735231376 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23533] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23533/stat : 23533 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339336313616 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23534] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23534/stat : 23534 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339335260816 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23535] ppid=23526 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23528/task/23535/stat : 23535 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339334208016 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23536] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23536/stat : 23536 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339333155216 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23537] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23537/stat : 23537 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339332102416 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23538] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23538/stat : 23538 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517136 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339176565616 140339780795010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23539] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23539/stat : 23539 (java) S 23526 23526 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115517137 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339175511584 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23540] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23540/stat : 23540 (java) S 23526 23526 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115517137 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339174458736 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23541] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23541/stat : 23541 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517139 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339173407056 140339780802459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23542] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23542/stat : 23542 (java) S 23526 23526 21909 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 115517139 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339172354416 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23543] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23543/stat : 23543 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517139 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339171301616 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23544] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23544/stat : 23544 (java) S 23526 23526 21909 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 115517139 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339170248816 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23545] ppid=23526 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/23528/task/23545/stat : 23545 (java) R 23526 23526 21909 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 20 0 115517139 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339169196016 140339773020990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23546] ppid=23526 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23546/stat : 23546 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115517139 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339168144480 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23547] ppid=23526 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23528/task/23547/stat : 23547 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517140 26623803392 6548 33554432000 4194304 4196468 140729333608192 140339167091760 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27576 KiB

[startup+0.210449 s]*
/proc/loadavg: 4.58 6.51 6.66 2/199 23547
/proc/meminfo: memFree=27712072/32770624 swapFree=67108860/67108860
[pid=23526] ppid=23523 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23526/stat : 23526 (xcsp3-exec) S 23523 23526 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115517133 9740288 346 33554432000 4194304 5098028 140731883485904 140731883484008 140261020971644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34422784 140731883492453 140731883492663 140731883492663 140731883495403 0
/proc/23526/statm: 2378 346 289 221 0 87 0
[pid=23528] ppid=23526 vsize=26004064 memory=38900 CPUtime=0.33 cores=0-7
/proc/23528/stat : 23528 (java) S 23526 23526 21909 0 -1 1077944320 8306 0 0 0 30 3 0 0 20 0 20 0 115517134 26628161536 9725 33554432000 4194304 4196468 140729333608192 140729333590736 140339780783863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
/proc/23528/statm: 6501016 9725 3064 1 0 6488269 0
[pid=23528/tid=23529] ppid=23526 vsize=26004096 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/23528/task/23529/stat : 23529 (java) R 23526 23526 21909 0 -1 4202560 5425 0 0 0 18 2 0 0 20 0 20 0 115517134 26628194304 9745 33554432000 4194304 4196468 140729333608192 140339784985584 140339773463581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23530] ppid=23526 vsize=26004096 memory=330 CPUtime=0 cores=0-7
/proc/23528/task/23530/stat : 23530 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26628194304 9745 33554432000 4194304 4196468 140729333608192 140339737336976 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23531] ppid=23526 vsize=26004064 memory=288370196304496256 CPUtime=0 cores=0-7
/proc/23528/task/23531/stat : 23531 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339736284176 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23532] ppid=23526 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23528/task/23532/stat : 23532 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339735231376 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23533] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23533/stat : 23533 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339336313616 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23534] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23534/stat : 23534 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339335260816 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23535] ppid=23526 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23528/task/23535/stat : 23535 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339334208016 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23536] ppid=23526 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23536/stat : 23536 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628194304 9745 33554432000 4194304 4196468 140729333608192 140339333155216 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23537] ppid=23526 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23537/stat : 23537 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628194304 9745 33554432000 4194304 4196468 140729333608192 140339332102416 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23538] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23538/stat : 23538 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517136 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339176565616 140339780795010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23539] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23539/stat : 23539 (java) S 23526 23526 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115517137 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339175511584 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23540] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23540/stat : 23540 (java) S 23526 23526 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115517137 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339174458736 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23541] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23541/stat : 23541 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517139 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339173407056 140339780802459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23542] ppid=23526 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/23528/task/23542/stat : 23542 (java) S 23526 23526 21909 0 -1 1077944384 557 0 0 0 1 0 0 0 20 0 20 0 115517139 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339172354416 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23543] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23543/stat : 23543 (java) S 23526 23526 21909 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 115517139 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339171301616 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23544] ppid=23526 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/23528/task/23544/stat : 23544 (java) S 23526 23526 21909 0 -1 1077944384 240 0 0 0 2 0 0 0 20 0 20 0 115517139 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339170248816 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23545] ppid=23526 vsize=26004096 memory=-1 CPUtime=0.07 cores=0-7
/proc/23528/task/23545/stat : 23545 (java) S 23526 23526 21909 0 -1 1077944384 740 0 0 0 7 0 0 0 20 0 20 0 115517139 26628194304 9745 33554432000 4194304 4196468 140729333608192 140339169196016 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23546] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23546/stat : 23546 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115517139 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339168144480 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23547] ppid=23526 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23528/task/23547/stat : 23547 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517140 26628161536 9745 33554432000 4194304 4196468 140729333608192 140339167091760 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40284 KiB

[startup+0.312336 s]*
/proc/loadavg: 4.58 6.51 6.66 2/199 23547
/proc/meminfo: memFree=27705496/32770624 swapFree=67108860/67108860
[pid=23526] ppid=23523 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23526/stat : 23526 (xcsp3-exec) S 23523 23526 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115517133 9740288 346 33554432000 4194304 5098028 140731883485904 140731883484008 140261020971644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34422784 140731883492453 140731883492663 140731883492663 140731883495403 0
/proc/23526/statm: 2378 346 289 221 0 87 0
[pid=23528] ppid=23526 vsize=26004064 memory=45848 CPUtime=0.5 cores=0-7
/proc/23528/stat : 23528 (java) S 23526 23526 21909 0 -1 1077944320 9150 0 0 0 47 3 0 0 20 0 20 0 115517134 26628161536 11462 33554432000 4194304 4196468 140729333608192 140729333590736 140339780783863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
/proc/23528/statm: 6501016 11462 3077 1 0 6488269 0
[pid=23528/tid=23529] ppid=23526 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23528/task/23529/stat : 23529 (java) R 23526 23526 21909 0 -1 4202560 6076 0 0 0 27 2 0 0 20 0 20 0 115517134 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339785021776 140339780795798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23530] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23530/stat : 23530 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339737336976 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23531] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23531/stat : 23531 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339736284176 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23532] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23532/stat : 23532 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339735231376 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23533] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23533/stat : 23533 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339336313616 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23534] ppid=23526 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/23528/task/23534/stat : 23534 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339335260816 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23535] ppid=23526 vsize=26004064 memory=139820043170735 CPUtime=0 cores=0-7
/proc/23528/task/23535/stat : 23535 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339334208016 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23536] ppid=23526 vsize=26004064 memory=139820043173040 CPUtime=0 cores=0-7
/proc/23528/task/23536/stat : 23536 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339333155216 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23537] ppid=23526 vsize=26004064 memory=139820043175344 CPUtime=0 cores=0-7
/proc/23528/task/23537/stat : 23537 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517135 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339332102416 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23538] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23538/stat : 23538 (java) S 23526 23526 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115517136 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339176565616 140339780795010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23539] ppid=23526 vsize=26004064 memory=279640086357648 CPUtime=0 cores=0-7
/proc/23528/task/23539/stat : 23539 (java) S 23526 23526 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115517137 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339175511584 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23540] ppid=23526 vsize=26004064 memory=279640086364560 CPUtime=0 cores=0-7
/proc/23528/task/23540/stat : 23540 (java) S 23526 23526 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115517137 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339174458736 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23541] ppid=23526 vsize=26004064 memory=279640086305840 CPUtime=0 cores=0-7
/proc/23528/task/23541/stat : 23541 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517139 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339173407056 140339780802459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23542] ppid=23526 vsize=26004064 memory=279640086378384 CPUtime=0.02 cores=0-7
/proc/23528/task/23542/stat : 23542 (java) R 23526 23526 21909 0 -1 4202560 566 0 0 0 2 0 0 0 20 0 20 0 115517139 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339172354416 140339773768905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23543] ppid=23526 vsize=26004064 memory=279640086385296 CPUtime=0.01 cores=0-7
/proc/23528/task/23543/stat : 23543 (java) R 23526 23526 21909 0 -1 4202560 83 0 0 0 1 0 0 0 20 0 20 0 115517139 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339171291536 140339773020990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23544] ppid=23526 vsize=26004064 memory=279640086382992 CPUtime=0.02 cores=0-7
/proc/23528/task/23544/stat : 23544 (java) S 23526 23526 21909 0 -1 1077944384 246 0 0 0 2 0 0 0 20 0 20 0 115517139 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339170248816 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23545] ppid=23526 vsize=26004064 memory=279640086399152 CPUtime=0.12 cores=0-7
/proc/23528/task/23545/stat : 23545 (java) R 23526 23526 21909 0 -1 4202560 877 0 0 0 12 0 0 0 20 0 20 0 115517139 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339169192824 140339759587000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23546] ppid=23526 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23546/stat : 23546 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115517139 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339168144480 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23547] ppid=23526 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23528/task/23547/stat : 23547 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517140 26628161536 11462 33554432000 4194304 4196468 140729333608192 140339167091760 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47232 KiB

[startup+0.701033 s]
/proc/loadavg: 4.58 6.51 6.66 6/199 23547
/proc/meminfo: memFree=27666836/32770624 swapFree=67108860/67108860
[pid=23526] ppid=23523 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23526/stat : 23526 (xcsp3-exec) S 23523 23526 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115517133 9740288 346 33554432000 4194304 5098028 140731883485904 140731883484008 140261020971644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34422784 140731883492453 140731883492663 140731883492663 140731883495403 0
/proc/23526/statm: 2378 346 289 221 0 87 0
[pid=23528] ppid=23526 vsize=26004140 memory=199780 CPUtime=1.79 cores=0-7
/proc/23528/stat : 23528 (java) S 23526 23526 21909 0 -1 1077944320 13505 0 0 0 169 10 0 0 20 0 20 0 115517134 26628239360 49945 33554432000 4194304 4196468 140729333608192 140729333590736 140339780783863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
/proc/23528/statm: 6501035 49945 3212 1 0 6488269 0
[pid=23528/tid=23529] ppid=23526 vsize=26004140 memory=279640086757040 CPUtime=0.66 cores=0-7
/proc/23528/task/23529/stat : 23529 (java) R 23526 23526 21909 0 -1 4202560 6451 0 0 0 62 4 0 0 20 0 20 0 115517134 26628239360 49945 33554432000 4194304 4196468 140729333608192 140339785022400 140339418649987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23530] ppid=23526 vsize=26004140 memory=139820043379568 CPUtime=0 cores=0-7
/proc/23528/task/23530/stat : 23530 (java) S 23526 23526 21909 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 115517135 26628239360 49945 33554432000 4194304 4196468 140729333608192 140339737336976 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23531] ppid=23526 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23531/stat : 23531 (java) S 23526 23526 21909 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 115517135 26628239360 49945 33554432000 4194304 4196468 140729333608192 140339736284176 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23532] ppid=23526 vsize=26004140 memory=8624 CPUtime=0 cores=0-7
/proc/23528/task/23532/stat : 23532 (java) S 23526 23526 21909 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 115517135 26628239360 49945 33554432000 4194304 4196468 140729333608192 140339735231376 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0

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

Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 376320 KiB

[startup+3.11024 s]
/proc/loadavg: 4.58 6.51 6.66 3/199 23547
/proc/meminfo: memFree=27066224/32770624 swapFree=67108860/67108860
[pid=23526] ppid=23523 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23526/stat : 23526 (xcsp3-exec) S 23523 23526 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115517133 9740288 346 33554432000 4194304 5098028 140731883485904 140731883484008 140261020971644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34422784 140731883492453 140731883492663 140731883492663 140731883495403 0
/proc/23526/statm: 2378 346 289 221 0 87 0
[pid=23528] ppid=23526 vsize=26006188 memory=687340 CPUtime=5.82 cores=0-7
/proc/23528/stat : 23528 (java) S 23526 23526 21909 0 -1 1077944320 16835 0 0 0 528 54 0 0 20 0 20 0 115517134 26630336512 171835 33554432000 4194304 4196468 140729333608192 140729333590736 140339780783863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
/proc/23528/statm: 6501547 171835 3239 1 0 6488781 0
[pid=23528/tid=23529] ppid=23526 vsize=26006188 memory=686992 CPUtime=2.95 cores=0-7
/proc/23528/task/23529/stat : 23529 (java) R 23526 23526 21909 0 -1 4202560 7343 0 0 0 285 10 0 0 20 0 20 0 115517134 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339785020448 140339419790720 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23530] ppid=23526 vsize=26006188 memory=0 CPUtime=0.11 cores=0-7
/proc/23528/task/23530/stat : 23530 (java) S 23526 23526 21909 0 -1 1077944384 83 0 0 0 6 5 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339737336976 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23531] ppid=23526 vsize=26006188 memory=0 CPUtime=0.1 cores=0-7
/proc/23528/task/23531/stat : 23531 (java) S 23526 23526 21909 0 -1 1077944384 124 0 0 0 6 4 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339736284176 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23532] ppid=23526 vsize=26006188 memory=279640087030800 CPUtime=0.1 cores=0-7
/proc/23528/task/23532/stat : 23532 (java) S 23526 23526 21909 0 -1 1077944384 93 0 0 0 5 5 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339735231376 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23533] ppid=23526 vsize=26006188 memory=139820043516448 CPUtime=0.11 cores=0-7
/proc/23528/task/23533/stat : 23533 (java) S 23526 23526 21909 0 -1 1077944384 84 0 0 0 6 5 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339336313616 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23534] ppid=23526 vsize=26006188 memory=0 CPUtime=0.1 cores=0-7
/proc/23528/task/23534/stat : 23534 (java) S 23526 23526 21909 0 -1 1077944384 94 0 0 0 5 5 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339335260816 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23535] ppid=23526 vsize=26006188 memory=56 CPUtime=0.11 cores=0-7
/proc/23528/task/23535/stat : 23535 (java) S 23526 23526 21909 0 -1 1077944384 102 0 0 0 6 5 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339334208016 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23536] ppid=23526 vsize=26006188 memory=9133 CPUtime=0.11 cores=0-7
/proc/23528/task/23536/stat : 23536 (java) S 23526 23526 21909 0 -1 1077944384 93 0 0 0 6 5 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339333155216 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23537] ppid=23526 vsize=26006188 memory=25180 CPUtime=0.09 cores=0-7
/proc/23528/task/23537/stat : 23537 (java) S 23526 23526 21909 0 -1 1077944384 116 0 0 0 5 4 0 0 20 0 20 0 115517135 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339332102416 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23538] ppid=23526 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23538/stat : 23538 (java) S 23526 23526 21909 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 20 0 115517136 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339176565616 140339780795010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23539] ppid=23526 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23528/task/23539/stat : 23539 (java) S 23526 23526 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 115517137 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339175511648 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23540] ppid=23526 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/23528/task/23540/stat : 23540 (java) S 23526 23526 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 115517137 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339174458752 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23541] ppid=23526 vsize=26006188 memory=222308 CPUtime=0 cores=0-7
/proc/23528/task/23541/stat : 23541 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517139 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339173407056 140339780802459 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23542] ppid=23526 vsize=26006188 memory=8624 CPUtime=0.39 cores=0-7
/proc/23528/task/23542/stat : 23542 (java) S 23526 23526 21909 0 -1 1077944384 1509 0 0 0 39 0 0 0 20 0 20 0 115517139 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339172354416 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23543] ppid=23526 vsize=26006188 memory=4620 CPUtime=0.59 cores=0-7
/proc/23528/task/23543/stat : 23543 (java) S 23526 23526 21909 0 -1 1077944384 1956 0 0 0 59 0 0 0 20 0 20 0 115517139 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339171301616 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23544] ppid=23526 vsize=26006188 memory=1196 CPUtime=0.41 cores=0-7
/proc/23528/task/23544/stat : 23544 (java) S 23526 23526 21909 0 -1 1077944384 1199 0 0 0 41 0 0 0 20 0 20 0 115517139 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339170248816 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23545] ppid=23526 vsize=26006188 memory=15872 CPUtime=0.52 cores=0-7
/proc/23528/task/23545/stat : 23545 (java) S 23526 23526 21909 0 -1 1077944384 2243 0 0 0 52 0 0 0 20 0 20 0 115517139 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339169196016 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23546] ppid=23526 vsize=26006188 memory=18476 CPUtime=0 cores=0-7
/proc/23528/task/23546/stat : 23546 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115517139 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339168144480 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23547] ppid=23526 vsize=26006188 memory=19316 CPUtime=0 cores=0-7
/proc/23528/task/23547/stat : 23547 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115517140 26630336512 171835 33554432000 4194304 4196468 140729333608192 140339167091760 140339780795010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 688724 KiB

[startup+6.30119 s]
/proc/loadavg: 4.29 6.42 6.63 13/207 23555
/proc/meminfo: memFree=26409384/32770624 swapFree=67108860/67108860
[pid=23526] ppid=23523 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23526/stat : 23526 (xcsp3-exec) S 23523 23526 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115517133 9740288 346 33554432000 4194304 5098028 140731883485904 140731883484008 140261020971644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34422784 140731883492453 140731883492663 140731883492663 140731883495403 0
/proc/23526/statm: 2378 346 289 221 0 87 0
[pid=23528] ppid=23526 vsize=26538700 memory=1345380 CPUtime=12.53 cores=0-7
/proc/23528/stat : 23528 (java) S 23526 23526 21909 0 -1 1077944320 19745 0 0 0 1135 118 0 0 20 0 19 0 115517134 27175628800 336345 33554432000 4194304 4196468 140729333608192 140729333590736 140339780783863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
/proc/23528/statm: 6634675 336345 3255 1 0 6621909 0
[pid=23528/tid=23529] ppid=23526 vsize=26538700 memory=4144 CPUtime=5.65 cores=0-7
/proc/23528/task/23529/stat : 23529 (java) S 23526 23526 21909 0 -1 1077944384 7802 0 0 0 547 18 0 0 20 0 19 0 115517134 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339785026704 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23530] ppid=23526 vsize=26538700 memory=32652 CPUtime=0.23 cores=0-7
/proc/23528/task/23530/stat : 23530 (java) S 23526 23526 21909 0 -1 1077944384 176 0 0 0 12 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339737336976 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23531] ppid=23526 vsize=26538700 memory=1296 CPUtime=0.24 cores=0-7
/proc/23528/task/23531/stat : 23531 (java) S 23526 23526 21909 0 -1 1077944384 215 0 0 0 13 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339736284176 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23532] ppid=23526 vsize=26538700 memory=1296 CPUtime=0.23 cores=0-7
/proc/23528/task/23532/stat : 23532 (java) S 23526 23526 21909 0 -1 1077944384 203 0 0 0 11 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339735231376 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23533] ppid=23526 vsize=26538700 memory=2408 CPUtime=0.23 cores=0-7
/proc/23528/task/23533/stat : 23533 (java) S 23526 23526 21909 0 -1 1077944384 213 0 0 0 12 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339336313616 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23534] ppid=23526 vsize=26538700 memory=1732 CPUtime=0.23 cores=0-7
/proc/23528/task/23534/stat : 23534 (java) S 23526 23526 21909 0 -1 1077944384 199 0 0 0 11 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339335260816 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23535] ppid=23526 vsize=26538700 memory=56 CPUtime=0.24 cores=0-7
/proc/23528/task/23535/stat : 23535 (java) S 23526 23526 21909 0 -1 1077944384 195 0 0 0 12 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339334208016 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23536] ppid=23526 vsize=26538700 memory=9133 CPUtime=0.23 cores=0-7
/proc/23528/task/23536/stat : 23536 (java) S 23526 23526 21909 0 -1 1077944384 209 0 0 0 11 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339333155216 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23537] ppid=23526 vsize=26538700 memory=25180 CPUtime=0.22 cores=0-7
/proc/23528/task/23537/stat : 23537 (java) S 23526 23526 21909 0 -1 1077944384 203 0 0 0 11 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339332102416 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23538] ppid=23526 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/23528/task/23538/stat : 23538 (java) S 23526 23526 21909 0 -1 1077944384 1075 0 0 0 1 0 0 0 20 0 19 0 115517136 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339176565824 140339780795010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23539] ppid=23526 vsize=26538700 memory=4144 CPUtime=0 cores=0-7
/proc/23528/task/23539/stat : 23539 (java) S 23526 23526 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 115517137 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339175511648 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23540] ppid=23526 vsize=26538700 memory=32652 CPUtime=0 cores=0-7
/proc/23528/task/23540/stat : 23540 (java) S 23526 23526 21909 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 115517137 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339174458752 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23541] ppid=23526 vsize=26538700 memory=279640086155224 CPUtime=0 cores=0-7
/proc/23528/task/23541/stat : 23541 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339173406704 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23542] ppid=23526 vsize=26538700 memory=103226921716202 CPUtime=0.73 cores=0-7
/proc/23528/task/23542/stat : 23542 (java) S 23526 23526 21909 0 -1 1077944384 1644 0 0 0 73 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339172338928 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23543] ppid=23526 vsize=26538700 memory=103226921716202 CPUtime=0.86 cores=0-7
/proc/23528/task/23543/stat : 23543 (java) S 23526 23526 21909 0 -1 1077944384 2023 0 0 0 86 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339171286128 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23544] ppid=23526 vsize=26538700 memory=103226921715946 CPUtime=0.8 cores=0-7
/proc/23528/task/23544/stat : 23544 (java) S 23526 23526 21909 0 -1 1077944384 1411 0 0 0 80 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339170237856 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23545] ppid=23526 vsize=26538700 memory=1384 CPUtime=0.66 cores=0-7
/proc/23528/task/23545/stat : 23545 (java) S 23526 23526 21909 0 -1 1077944384 2466 0 0 0 65 1 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339169191888 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23546] ppid=23526 vsize=26538700 memory=1342124 CPUtime=0 cores=0-7
/proc/23528/task/23546/stat : 23546 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339168144480 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1346764 KiB

[startup+6.31454 s]
# the end of solver process 23526 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.3594 s, system=1.19399 s

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

[startup+6.30119 s]
/proc/loadavg: 4.29 6.42 6.63 13/207 23555
/proc/meminfo: memFree=26409384/32770624 swapFree=67108860/67108860
[pid=23526] ppid=23523 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23526/stat : 23526 (xcsp3-exec) S 23523 23526 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115517133 9740288 346 33554432000 4194304 5098028 140731883485904 140731883484008 140261020971644 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34422784 140731883492453 140731883492663 140731883492663 140731883495403 0
/proc/23526/statm: 2378 346 289 221 0 87 0
[pid=23528] ppid=23526 vsize=26538700 memory=1345380 CPUtime=12.53 cores=0-7
/proc/23528/stat : 23528 (java) S 23526 23526 21909 0 -1 1077944320 19745 0 0 0 1135 118 0 0 20 0 19 0 115517134 27175628800 336345 33554432000 4194304 4196468 140729333608192 140729333590736 140339780783863 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
/proc/23528/statm: 6634675 336345 3255 1 0 6621909 0
[pid=23528/tid=23529] ppid=23526 vsize=26538700 memory=4144 CPUtime=5.65 cores=0-7
/proc/23528/task/23529/stat : 23529 (java) S 23526 23526 21909 0 -1 1077944384 7802 0 0 0 547 18 0 0 20 0 19 0 115517134 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339785026704 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23530] ppid=23526 vsize=26538700 memory=32652 CPUtime=0.23 cores=0-7
/proc/23528/task/23530/stat : 23530 (java) S 23526 23526 21909 0 -1 1077944384 176 0 0 0 12 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339737336976 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23531] ppid=23526 vsize=26538700 memory=1296 CPUtime=0.24 cores=0-7
/proc/23528/task/23531/stat : 23531 (java) S 23526 23526 21909 0 -1 1077944384 215 0 0 0 13 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339736284176 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23532] ppid=23526 vsize=26538700 memory=1296 CPUtime=0.23 cores=0-7
/proc/23528/task/23532/stat : 23532 (java) S 23526 23526 21909 0 -1 1077944384 203 0 0 0 11 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339735231376 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23533] ppid=23526 vsize=26538700 memory=2408 CPUtime=0.23 cores=0-7
/proc/23528/task/23533/stat : 23533 (java) S 23526 23526 21909 0 -1 1077944384 213 0 0 0 12 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339336313616 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23534] ppid=23526 vsize=26538700 memory=1732 CPUtime=0.23 cores=0-7
/proc/23528/task/23534/stat : 23534 (java) S 23526 23526 21909 0 -1 1077944384 199 0 0 0 11 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339335260816 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23535] ppid=23526 vsize=26538700 memory=56 CPUtime=0.24 cores=0-7
/proc/23528/task/23535/stat : 23535 (java) S 23526 23526 21909 0 -1 1077944384 195 0 0 0 12 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339334208016 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23536] ppid=23526 vsize=26538700 memory=9133 CPUtime=0.23 cores=0-7
/proc/23528/task/23536/stat : 23536 (java) S 23526 23526 21909 0 -1 1077944384 209 0 0 0 11 12 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339333155216 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23537] ppid=23526 vsize=26538700 memory=25180 CPUtime=0.22 cores=0-7
/proc/23528/task/23537/stat : 23537 (java) S 23526 23526 21909 0 -1 1077944384 203 0 0 0 11 11 0 0 20 0 19 0 115517135 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339332102416 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23538] ppid=23526 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/23528/task/23538/stat : 23538 (java) S 23526 23526 21909 0 -1 1077944384 1075 0 0 0 1 0 0 0 20 0 19 0 115517136 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339176565824 140339780795010 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23539] ppid=23526 vsize=26538700 memory=4144 CPUtime=0 cores=0-7
/proc/23528/task/23539/stat : 23539 (java) S 23526 23526 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 115517137 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339175511648 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23540] ppid=23526 vsize=26538700 memory=32652 CPUtime=0 cores=0-7
/proc/23528/task/23540/stat : 23540 (java) S 23526 23526 21909 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 115517137 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339174458752 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23541] ppid=23526 vsize=26538700 memory=279640086155224 CPUtime=0 cores=0-7
/proc/23528/task/23541/stat : 23541 (java) S 23526 23526 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339173406704 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23542] ppid=23526 vsize=26538700 memory=103226921716202 CPUtime=0.73 cores=0-7
/proc/23528/task/23542/stat : 23542 (java) S 23526 23526 21909 0 -1 1077944384 1644 0 0 0 73 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339172338928 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23543] ppid=23526 vsize=26538700 memory=103226921716202 CPUtime=0.86 cores=0-7
/proc/23528/task/23543/stat : 23543 (java) S 23526 23526 21909 0 -1 1077944384 2023 0 0 0 86 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339171286128 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23544] ppid=23526 vsize=26538700 memory=103226921715946 CPUtime=0.8 cores=0-7
/proc/23528/task/23544/stat : 23544 (java) S 23526 23526 21909 0 -1 1077944384 1411 0 0 0 80 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339170237856 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23545] ppid=23526 vsize=26538700 memory=1384 CPUtime=0.66 cores=0-7
/proc/23528/task/23545/stat : 23545 (java) S 23526 23526 21909 0 -1 1077944384 2466 0 0 0 65 1 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339169191888 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
[pid=23528/tid=23546] ppid=23526 vsize=26538700 memory=1342124 CPUtime=0 cores=0-7
/proc/23528/task/23546/stat : 23546 (java) S 23526 23526 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 115517139 27175628800 336345 33554432000 4194304 4196468 140729333608192 140339168144480 140339780794069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26480640 140729333613714 140729333613891 140729333613891 140729333616591 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1346764 KiB

Child status: 0
Real time (s): 6.31458
CPU time (s): 12.5534
CPU user time (s): 11.3594
CPU system time (s): 1.19399
CPU usage (%): 198.801
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1346764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3594
system time used= 1.19399
maximum resident set size= 1346128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4236
involuntary context switches= 122


# summary of solver processes directly reported to runsolver:
#   pid: 23526
#   total CPU time (s): 12.5534
#   total CPU user time (s): 11.3594
#   total CPU system time (s): 1.19399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071789 second user time and 0.107327 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 20:58:24
IDJOB=4271211
IDBENCH=139316
IDSOLVER=2662
FILE ID=node149/4271211-1502824363
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61936 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-24.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271211-1502824363/watcher-4271211-1502824363 -o /tmp/evaluation-result-4271211-1502824363/solver-4271211-1502824363 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 159874293 HOME/instance-4271211-1502824363.xml

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

MD5SUM BENCH= fafbbc28d55e991f97131ab8525c2187
RANDOM SEED=159874293

node149.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.43
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.43
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.43
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.43
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:        27738452 kB
MemAvailable:   31965716 kB
Buffers:          326584 kB
Cached:          4172520 kB
SwapCached:            0 kB
Active:          1201968 kB
Inactive:        3353796 kB
Active(anon):      59316 kB
Inactive(anon):    24956 kB
Active(file):    1142652 kB
Inactive(file):  3328840 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11164 kB
Writeback:             0 kB
AnonPages:         66320 kB
Mapped:            46512 kB
Shmem:             25224 kB
Slab:             170300 kB
SReclaimable:     143216 kB
SUnreclaim:        27084 kB
KernelStack:        3520 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61928 MiB
End job on node149 at 2017-08-15 20:58:30