Trace number 4399428

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 parallelSAT 5.18225 1.51026

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-76.xml
MD5SUM67696fc72ebd3977eb7611ca6505cd00
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.043006
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints365
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree6
Maximum variable degree22
Distribution of variable degrees[{"degree":6,"count":1},{"degree":10,"count":4},{"degree":11,"count":2},{"degree":12,"count":6},{"degree":13,"count":7},{"degree":14,"count":7},{"degree":15,"count":5},{"degree":16,"count":5},{"degree":17,"count":3},{"degree":18,"count":2},{"degree":19,"count":4},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":365}]
Number of extensional constraints365
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":365}]
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-4399428-1568703778.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4399428-1568703778.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
3.93/1.33	c solve instance...
4.46/1.49	s SATISFIABLE
4.46/1.49	v <instantiation>
4.46/1.49	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
4.46/1.49	v 	<values>19 3 14 16 12 9 4 3 2 9 1 2 6 7 4 2 3 11 5 4 1 2 2 9 7 4 6 5 2 1 1 1 10 18 5 4 7 2 1 20 1 15 1 20 9 16 1 13 3 4 </values>
4.46/1.49	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399428-1568703778/watcher-4399428-1568703778 -o /tmp/evaluation-result-4399428-1568703778/solver-4399428-1568703778 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1597968135 HOME/instance-4399428-1568703778.xml 

running on 8 cores: 0-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=19715, runsolver pid=19712
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 7.71 8.05 8.09 3/212 19736
/proc/meminfo: memFree=30574448/32770688 swapFree=66961208/67108860
[pid=19715] ppid=19712 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19715/stat : 19715 (xcsp3-exec) S 19712 19715 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319434 115843072 363 33554432000 4194304 5098028 140720729551856 140720729549960 140060894859900 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26484736 140720729555829 140720729556073 140720729556073 140720729558986 0
/proc/19715/statm: 28282 363 304 221 0 87 0
[pid=19717] ppid=19715 vsize=28227396 memory=28920 CPUtime=0.11 cores=0-7
/proc/19717/stat : 19717 (java) S 19715 19715 18670 0 -1 1077944320 5689 0 0 0 10 1 0 0 20 0 20 0 446319434 28904853504 7230 33554432000 4194304 4196468 140726101333696 140726101316240 139919011958519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
/proc/19717/statm: 7056849 7230 3121 1 0 7019032 0
[pid=19717/tid=19718] ppid=19715 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/19717/task/19718/stat : 19718 (java) R 19715 19715 18670 0 -1 4202560 3605 0 0 0 8 1 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139919016179416 139918997138696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19719] ppid=19715 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19717/task/19719/stat : 19719 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918964578832 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19720] ppid=19715 vsize=28227396 memory=140142309508736 CPUtime=0 cores=0-7
/proc/19717/task/19720/stat : 19720 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918963526288 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19721] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19721/stat : 19721 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918560844048 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19722] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19722/stat : 19722 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918559791504 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19723] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19723/stat : 19723 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918558739472 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19724] ppid=19715 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19717/task/19724/stat : 19724 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918557686928 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19725] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19725/stat : 19725 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918556633872 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19726] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19726/stat : 19726 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918555581328 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19727] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19727/stat : 19727 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319437 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918396754160 139919011969666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19728] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19728/stat : 19728 (java) S 19715 19715 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446319438 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918395700384 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19729] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19729/stat : 19729 (java) S 19715 19715 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446319438 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918394647280 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19730] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19730/stat : 19730 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319440 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918393595856 139919011977115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19731] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19731/stat : 19731 (java) S 19715 19715 18670 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 446319441 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918392543984 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19732] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19732/stat : 19732 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319441 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918391491440 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19733] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19733/stat : 19733 (java) S 19715 19715 18670 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 446319441 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918390438384 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19734] ppid=19715 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19717/task/19734/stat : 19734 (java) S 19715 19715 18670 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 20 0 446319441 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918389385840 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19735] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19735/stat : 19735 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319441 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918388333024 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19736] ppid=19715 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19717/task/19736/stat : 19736 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319441 28904853504 7230 33554432000 4194304 4196468 140726101333696 139918387280560 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30372 KiB

[startup+0.211215 s]*
/proc/loadavg: 7.71 8.05 8.09 3/212 19736
/proc/meminfo: memFree=30561584/32770688 swapFree=66961208/67108860
[pid=19715] ppid=19712 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19715/stat : 19715 (xcsp3-exec) S 19712 19715 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319434 115843072 363 33554432000 4194304 5098028 140720729551856 140720729549960 140060894859900 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26484736 140720729555829 140720729556073 140720729556073 140720729558986 0
/proc/19715/statm: 28282 363 304 221 0 87 0
[pid=19717] ppid=19715 vsize=28227396 memory=40844 CPUtime=0.33 cores=0-7
/proc/19717/stat : 19717 (java) S 19715 19715 18670 0 -1 1077944320 9467 0 0 0 30 3 0 0 20 0 20 0 446319434 28904853504 10211 33554432000 4194304 4196468 140726101333696 140726101316240 139919011958519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
/proc/19717/statm: 7056849 10211 3298 1 0 7019032 0
[pid=19717/tid=19718] ppid=19715 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19717/task/19718/stat : 19718 (java) R 19715 19715 18670 0 -1 4202560 6592 0 0 0 18 2 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139919016177856 139918996039006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19719] ppid=19715 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/19717/task/19719/stat : 19719 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918964578832 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19720] ppid=19715 vsize=28227396 memory=3907353908998538912 CPUtime=0 cores=0-7
/proc/19717/task/19720/stat : 19720 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918963526288 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19721] ppid=19715 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19717/task/19721/stat : 19721 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918560844048 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19722] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19722/stat : 19722 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918559791504 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19723] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19723/stat : 19723 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918558739472 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19724] ppid=19715 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19717/task/19724/stat : 19724 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918557686928 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19725] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19725/stat : 19725 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918556633872 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19726] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19726/stat : 19726 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918555581328 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19727] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19727/stat : 19727 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319437 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918396754160 139919011969666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19728] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19728/stat : 19728 (java) S 19715 19715 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446319438 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918395700384 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19729] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19729/stat : 19729 (java) S 19715 19715 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446319438 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918394647280 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19730] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19730/stat : 19730 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319440 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918393595856 139919011977115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19731] ppid=19715 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19717/task/19731/stat : 19731 (java) S 19715 19715 18670 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 20 0 446319441 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918392543984 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19732] ppid=19715 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/19717/task/19732/stat : 19732 (java) S 19715 19715 18670 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 446319441 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918391491440 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19733] ppid=19715 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/19717/task/19733/stat : 19733 (java) S 19715 19715 18670 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 20 0 446319441 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918390438384 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19734] ppid=19715 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/19717/task/19734/stat : 19734 (java) R 19715 19715 18670 0 -1 4202560 753 0 0 0 7 0 0 0 20 0 20 0 446319441 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918389385840 139918996039006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19735] ppid=19715 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19735/stat : 19735 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319441 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918388333024 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19736] ppid=19715 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/19717/task/19736/stat : 19736 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319441 28904853504 10211 33554432000 4194304 4196468 140726101333696 139918387280560 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42296 KiB

[startup+0.310862 s]*
/proc/loadavg: 7.71 8.05 8.09 3/212 19736
/proc/meminfo: memFree=30556500/32770688 swapFree=66961208/67108860
[pid=19715] ppid=19712 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19715/stat : 19715 (xcsp3-exec) S 19712 19715 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319434 115843072 363 33554432000 4194304 5098028 140720729551856 140720729549960 140060894859900 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26484736 140720729555829 140720729556073 140720729556073 140720729558986 0
/proc/19715/statm: 28282 363 304 221 0 87 0
[pid=19717] ppid=19715 vsize=28231652 memory=46700 CPUtime=0.52 cores=0-7
/proc/19717/stat : 19717 (java) S 19715 19715 18670 0 -1 1077944320 10553 0 0 0 47 5 0 0 20 0 20 0 446319434 28909211648 11675 33554432000 4194304 4196468 140726101333696 140726101316240 139919011958519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
/proc/19717/statm: 7057913 11675 3321 1 0 7019032 0
[pid=19717/tid=19718] ppid=19715 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/19717/task/19718/stat : 19718 (java) R 19715 19715 18670 0 -1 4202560 7577 0 0 0 27 3 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139919016171072 139918996039006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19719] ppid=19715 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19719/stat : 19719 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918964578832 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19720] ppid=19715 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19720/stat : 19720 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918963526288 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19721] ppid=19715 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19721/stat : 19721 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918560844048 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19722] ppid=19715 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19722/stat : 19722 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918559791504 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19723] ppid=19715 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19723/stat : 19723 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918558739472 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19724] ppid=19715 vsize=28231652 memory=140142165715631 CPUtime=0 cores=0-7
/proc/19717/task/19724/stat : 19724 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918557686928 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19725] ppid=19715 vsize=28231652 memory=140142165717936 CPUtime=0 cores=0-7
/proc/19717/task/19725/stat : 19725 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918556633872 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19726] ppid=19715 vsize=28231652 memory=140142165720240 CPUtime=0 cores=0-7
/proc/19717/task/19726/stat : 19726 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918555581328 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19727] ppid=19715 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19727/stat : 19727 (java) S 19715 19715 18670 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446319437 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918396754160 139919011969666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19728] ppid=19715 vsize=28231652 memory=280284331454352 CPUtime=0 cores=0-7
/proc/19717/task/19728/stat : 19728 (java) S 19715 19715 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446319438 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918395700384 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19729] ppid=19715 vsize=28231652 memory=280284331452048 CPUtime=0 cores=0-7
/proc/19717/task/19729/stat : 19729 (java) S 19715 19715 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446319438 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918394647280 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19730] ppid=19715 vsize=28231652 memory=280284331458960 CPUtime=0 cores=0-7
/proc/19717/task/19730/stat : 19730 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319440 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918393595856 139919011977115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19731] ppid=19715 vsize=28231652 memory=280284331400208 CPUtime=0.02 cores=0-7
/proc/19717/task/19731/stat : 19731 (java) S 19715 19715 18670 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 20 0 446319441 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918392543984 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19732] ppid=19715 vsize=28231652 memory=280284331472784 CPUtime=0.02 cores=0-7
/proc/19717/task/19732/stat : 19732 (java) S 19715 19715 18670 0 -1 1077944384 97 0 0 0 2 0 0 0 20 0 20 0 446319441 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918391491440 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19733] ppid=19715 vsize=28231652 memory=280284331479696 CPUtime=0.02 cores=0-7
/proc/19717/task/19733/stat : 19733 (java) S 19715 19715 18670 0 -1 1077944384 367 0 0 0 2 0 0 0 20 0 20 0 446319441 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918390438384 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19734] ppid=19715 vsize=28231652 memory=280284331477392 CPUtime=0.12 cores=0-7
/proc/19717/task/19734/stat : 19734 (java) S 19715 19715 18670 0 -1 1077944384 831 0 0 0 12 0 0 0 20 0 20 0 446319441 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918389385840 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19735] ppid=19715 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19735/stat : 19735 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319441 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918388333024 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19736] ppid=19715 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/19717/task/19736/stat : 19736 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319441 28909211648 11675 33554432000 4194304 4196468 140726101333696 139918387280560 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48152 KiB

[startup+0.701006 s]
/proc/loadavg: 7.71 8.05 8.09 5/212 19736
/proc/meminfo: memFree=30539948/32770688 swapFree=66961208/67108860
[pid=19715] ppid=19712 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19715/stat : 19715 (xcsp3-exec) S 19712 19715 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319434 115843072 363 33554432000 4194304 5098028 140720729551856 140720729549960 140060894859900 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26484736 140720729555829 140720729556073 140720729556073 140720729558986 0
/proc/19715/statm: 28282 363 304 221 0 87 0
[pid=19717] ppid=19715 vsize=28233776 memory=111848 CPUtime=1.89 cores=0-7
/proc/19717/stat : 19717 (java) S 19715 19715 18670 0 -1 1077944320 15035 0 0 0 182 7 0 0 20 0 20 0 446319434 28911386624 27962 33554432000 4194304 4196468 140726101333696 140726101316240 139919011958519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
/proc/19717/statm: 7058444 27962 3444 1 0 7019544 0
[pid=19717/tid=19718] ppid=19715 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/19717/task/19718/stat : 19718 (java) R 19715 19715 18670 0 -1 4202560 8408 0 0 0 64 4 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139919016196272 139918642924548 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19719] ppid=19715 vsize=28233776 memory=140142165926768 CPUtime=0 cores=0-7
/proc/19717/task/19719/stat : 19719 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918964578832 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19720] ppid=19715 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19720/stat : 19720 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918963526288 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19721] ppid=19715 vsize=28233776 memory=1564 CPUtime=0 cores=0-7
/proc/19717/task/19721/stat : 19721 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918560844048 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19722] ppid=19715 vsize=28233776 memory=8560 CPUtime=0 cores=0-7
/proc/19717/task/19722/stat : 19722 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918559791504 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19723] ppid=19715 vsize=28233776 memory=14008 CPUtime=0 cores=0-7
/proc/19717/task/19723/stat : 19723 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918558739472 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19724] ppid=19715 vsize=28233776 memory=23036 CPUtime=0 cores=0-7
/proc/19717/task/19724/stat : 19724 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918557686928 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19725] ppid=19715 vsize=28233776 memory=14068 CPUtime=0 cores=0-7
/proc/19717/task/19725/stat : 19725 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918556633872 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19726] ppid=19715 vsize=28233776 memory=2120 CPUtime=0 cores=0-7
/proc/19717/task/19726/stat : 19726 (java) S 19715 19715 18670 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446319435 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918555581328 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19727] ppid=19715 vsize=28233776 memory=496 CPUtime=0 cores=0-7
/proc/19717/task/19727/stat : 19727 (java) S 19715 19715 18670 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446319437 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918396754160 139919011969666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19728] ppid=19715 vsize=28233776 memory=1556 CPUtime=0 cores=0-7
/proc/19717/task/19728/stat : 19728 (java) S 19715 19715 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446319438 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918395700384 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19729] ppid=19715 vsize=28233776 memory=928 CPUtime=0 cores=0-7
/proc/19717/task/19729/stat : 19729 (java) S 19715 19715 18670 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446319438 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918394647280 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19730] ppid=19715 vsize=28233776 memory=1628 CPUtime=0 cores=0-7
/proc/19717/task/19730/stat : 19730 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319440 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918393595856 139919011977115 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19731] ppid=19715 vsize=28233776 memory=33 CPUtime=0.27 cores=0-7
/proc/19717/task/19731/stat : 19731 (java) R 19715 19715 18670 0 -1 4202560 1186 0 0 0 27 0 0 0 20 0 20 0 446319441 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918392530832 139918995930397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19732] ppid=19715 vsize=28233776 memory=-2025810976467231676 CPUtime=0.26 cores=0-7
/proc/19717/task/19732/stat : 19732 (java) R 19715 19715 18670 0 -1 4202560 1245 0 0 0 26 0 0 0 20 0 20 0 446319441 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918391475760 139918991205174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19733] ppid=19715 vsize=28233776 memory=780 CPUtime=0.28 cores=0-7
/proc/19717/task/19733/stat : 19733 (java) R 19715 19715 18670 0 -1 4202560 1103 0 0 0 28 0 0 0 20 0 20 0 446319441 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918390428736 139918989883169 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19734] ppid=19715 vsize=28233776 memory=1708 CPUtime=0.35 cores=0-7
/proc/19717/task/19734/stat : 19734 (java) R 19715 19715 18670 0 -1 4202560 1782 0 0 0 35 0 0 0 20 0 20 0 446319441 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918389381600 139919005058366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19735] ppid=19715 vsize=28233776 memory=1280 CPUtime=0 cores=0-7
/proc/19717/task/19735/stat : 19735 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446319441 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918388333024 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19736] ppid=19715 vsize=28233776 memory=6028 CPUtime=0 cores=0-7
/proc/19717/task/19736/stat : 19736 (java) S 19715 19715 18670 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446319441 28911386624 27962 33554432000 4194304 4196468 140726101333696 139918387280560 139919011969666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 113300 KiB

[startup+1.50107 s]
/proc/loadavg: 7.71 8.05 8.09 3/212 19736
/proc/meminfo: memFree=30401568/32770688 swapFree=66961208/67108860
[pid=19715] ppid=19712 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19715/stat : 19715 (xcsp3-exec) S 19712 19715 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319434 115843072 363 33554432000 4194304 5098028 140720729551856 140720729549960 140060894859900 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26484736 140720729555829 140720729556073 140720729556073 140720729558986 0
/proc/19715/statm: 28282 363 304 221 0 87 0
[pid=19717] ppid=19715 vsize=28766288 memory=291960 CPUtime=5.16 cores=0-7
/proc/19717/stat : 19717 (java) S 19715 19715 18670 0 -1 1077944320 18325 0 0 0 502 14 0 0 20 0 18 0 446319434 29456678912 72990 33554432000 4194304 4196468 140726101333696 140726101316240 139919011958519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
/proc/19717/statm: 7191572 72990 3484 1 0 7152672 0
[pid=19717/tid=19718] ppid=19715 vsize=28766288 memory=288230596050944315 CPUtime=1.3 cores=0-7
/proc/19717/task/19718/stat : 19718 (java) S 19715 19715 18670 0 -1 1077944384 9064 0 0 0 124 6 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139919016201360 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19719] ppid=19715 vsize=28766288 memory=14698491322567293 CPUtime=0 cores=0-7
/proc/19717/task/19719/stat : 19719 (java) S 19715 19715 18670 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918964578832 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19720] ppid=19715 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/19717/task/19720/stat : 19720 (java) S 19715 19715 18670 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918963526288 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19721] ppid=19715 vsize=28766288 memory=2257 CPUtime=0.01 cores=0-7
/proc/19717/task/19721/stat : 19721 (java) S 19715 19715 18670 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918560844048 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19722] ppid=19715 vsize=28766288 memory=2372 CPUtime=0 cores=0-7
/proc/19717/task/19722/stat : 19722 (java) S 19715 19715 18670 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918559791504 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19723] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19723/stat : 19723 (java) S 19715 19715 18670 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918558739472 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19724] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19724/stat : 19724 (java) S 19715 19715 18670 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918557686928 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19725] ppid=19715 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/19717/task/19725/stat : 19725 (java) S 19715 19715 18670 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918556633872 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19726] ppid=19715 vsize=28766288 memory=140146604476031 CPUtime=0.01 cores=0-7
/proc/19717/task/19726/stat : 19726 (java) S 19715 19715 18670 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918555581328 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19727] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19727/stat : 19727 (java) S 19715 19715 18670 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 18 0 446319437 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918396754368 139919011969666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19728] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19728/stat : 19728 (java) S 19715 19715 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 446319438 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918395700448 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19729] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19729/stat : 19729 (java) S 19715 19715 18670 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 18 0 446319438 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918394647296 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19731] ppid=19715 vsize=28766288 memory=6655300316396806240 CPUtime=0.71 cores=0-7
/proc/19717/task/19731/stat : 19731 (java) S 19715 19715 18670 0 -1 1077944384 1526 0 0 0 71 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918392528944 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19732] ppid=19715 vsize=28766288 memory=6944656592455088490 CPUtime=0.76 cores=0-7
/proc/19717/task/19732/stat : 19732 (java) S 19715 19715 18670 0 -1 1077944384 1641 0 0 0 76 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918391471920 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19733] ppid=19715 vsize=28766288 memory=6791534058613427641 CPUtime=0.73 cores=0-7
/proc/19717/task/19733/stat : 19733 (java) S 19715 19715 18670 0 -1 1077944384 1718 0 0 0 73 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918390417488 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19734] ppid=19715 vsize=28766288 memory=6935649255860235857 CPUtime=0.61 cores=0-7
/proc/19717/task/19734/stat : 19734 (java) S 19715 19715 18670 0 -1 1077944384 2562 0 0 0 60 1 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918389381712 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19735] ppid=19715 vsize=28766288 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/19717/task/19735/stat : 19735 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918388333024 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 293412 KiB

[startup+1.51022 s]
# the end of solver process 19715 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.0284 s, system=0.153856 s

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

[startup+1.50107 s]
/proc/loadavg: 7.71 8.05 8.09 3/212 19736
/proc/meminfo: memFree=30401568/32770688 swapFree=66961208/67108860
[pid=19715] ppid=19712 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19715/stat : 19715 (xcsp3-exec) S 19712 19715 18670 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446319434 115843072 363 33554432000 4194304 5098028 140720729551856 140720729549960 140060894859900 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26484736 140720729555829 140720729556073 140720729556073 140720729558986 0
/proc/19715/statm: 28282 363 304 221 0 87 0
[pid=19717] ppid=19715 vsize=28766288 memory=291960 CPUtime=5.16 cores=0-7
/proc/19717/stat : 19717 (java) S 19715 19715 18670 0 -1 1077944320 18325 0 0 0 502 14 0 0 20 0 18 0 446319434 29456678912 72990 33554432000 4194304 4196468 140726101333696 140726101316240 139919011958519 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
/proc/19717/statm: 7191572 72990 3484 1 0 7152672 0
[pid=19717/tid=19718] ppid=19715 vsize=28766288 memory=288230596050944315 CPUtime=1.3 cores=0-7
/proc/19717/task/19718/stat : 19718 (java) S 19715 19715 18670 0 -1 1077944384 9064 0 0 0 124 6 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139919016201360 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19719] ppid=19715 vsize=28766288 memory=14698491322567293 CPUtime=0 cores=0-7
/proc/19717/task/19719/stat : 19719 (java) S 19715 19715 18670 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918964578832 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19720] ppid=19715 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/19717/task/19720/stat : 19720 (java) S 19715 19715 18670 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918963526288 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19721] ppid=19715 vsize=28766288 memory=2257 CPUtime=0.01 cores=0-7
/proc/19717/task/19721/stat : 19721 (java) S 19715 19715 18670 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918560844048 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19722] ppid=19715 vsize=28766288 memory=2372 CPUtime=0 cores=0-7
/proc/19717/task/19722/stat : 19722 (java) S 19715 19715 18670 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918559791504 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19723] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19723/stat : 19723 (java) S 19715 19715 18670 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918558739472 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19724] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19724/stat : 19724 (java) S 19715 19715 18670 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918557686928 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19725] ppid=19715 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/19717/task/19725/stat : 19725 (java) S 19715 19715 18670 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918556633872 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19726] ppid=19715 vsize=28766288 memory=140146604476031 CPUtime=0.01 cores=0-7
/proc/19717/task/19726/stat : 19726 (java) S 19715 19715 18670 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 18 0 446319435 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918555581328 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19727] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19727/stat : 19727 (java) S 19715 19715 18670 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 18 0 446319437 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918396754368 139919011969666 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19728] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19728/stat : 19728 (java) S 19715 19715 18670 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 18 0 446319438 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918395700448 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19729] ppid=19715 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/19717/task/19729/stat : 19729 (java) S 19715 19715 18670 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 18 0 446319438 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918394647296 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19731] ppid=19715 vsize=28766288 memory=6655300316396806240 CPUtime=0.71 cores=0-7
/proc/19717/task/19731/stat : 19731 (java) S 19715 19715 18670 0 -1 1077944384 1526 0 0 0 71 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918392528944 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19732] ppid=19715 vsize=28766288 memory=6944656592455088490 CPUtime=0.76 cores=0-7
/proc/19717/task/19732/stat : 19732 (java) S 19715 19715 18670 0 -1 1077944384 1641 0 0 0 76 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918391471920 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19733] ppid=19715 vsize=28766288 memory=6791534058613427641 CPUtime=0.73 cores=0-7
/proc/19717/task/19733/stat : 19733 (java) S 19715 19715 18670 0 -1 1077944384 1718 0 0 0 73 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918390417488 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19734] ppid=19715 vsize=28766288 memory=6935649255860235857 CPUtime=0.61 cores=0-7
/proc/19717/task/19734/stat : 19734 (java) S 19715 19715 18670 0 -1 1077944384 2562 0 0 0 60 1 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918389381712 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
[pid=19717/tid=19735] ppid=19715 vsize=28766288 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/19717/task/19735/stat : 19735 (java) S 19715 19715 18670 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 446319441 29456678912 72990 33554432000 4194304 4196468 140726101333696 139918388333024 139919011968725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22441984 140726101341162 140726101341334 140726101341334 140726101344207 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 293412 KiB

Child status: 0
Real time (s): 1.51026
CPU time (s): 5.18225
CPU user time (s): 5.0284
CPU system time (s): 0.153856
CPU usage (%): 343.135
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 293412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.02839
system time used= 0.153856
maximum resident set size= 292836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18886
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2741
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 19715
#   total CPU time (s): 5.18225
#   total CPU user time (s): 5.0284
#   total CPU system time (s): 0.153856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035321 second user time and 0.062612 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 09:02:17
IDJOB=4399428
IDBENCH=126132
IDSOLVER=2854
FILE ID=node116/4399428-1568703778
RUNJOBID= node116-1568700981-18697
PBS_JOBID= 21703912
Free space on /tmp= 61232 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-76.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-4399428-1568703778/watcher-4399428-1568703778 -o /tmp/evaluation-result-4399428-1568703778/solver-4399428-1568703778 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568700981-18697 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1597968135 HOME/instance-4399428-1568703778.xml

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

MD5SUM BENCH= 67696fc72ebd3977eb7611ca6505cd00
RANDOM SEED=1597968135

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30591308 kB
MemAvailable:   31846712 kB
Buffers:          150936 kB
Cached:          1398196 kB
SwapCached:        46588 kB
Active:          1024756 kB
Inactive:         574228 kB
Active(anon):       3736 kB
Inactive(anon):    94964 kB
Active(file):    1021020 kB
Inactive(file):   479264 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             26404 kB
Writeback:             0 kB
AnonPages:        120320 kB
Mapped:            47904 kB
Shmem:             40292 kB
Slab:             170408 kB
SReclaimable:     141912 kB
SUnreclaim:        28496 kB
KernelStack:        3728 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     505796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61208 MiB
End job on node116 at 2019-09-17 09:02:18