Trace number 4406741

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-24 parallelUNSAT 6.99846 1.77335

General information on the benchmark

NameMixed/Mixed-xcsp2-cril/
cril-2_X2.xml
MD5SUMe953f4a4989b8abb5ffb897aaba74e21
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.102789
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints2032
Number of domains2
Minimum domain size8
Maximum domain size10
Distribution of domain sizes[{"size":8,"count":200},{"size":10,"count":8}]
Minimum variable degree4
Maximum variable degree35
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":2},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":3},{"degree":13,"count":8},{"degree":14,"count":4},{"degree":15,"count":12},{"degree":16,"count":15},{"degree":17,"count":16},{"degree":18,"count":13},{"degree":19,"count":12},{"degree":20,"count":23},{"degree":21,"count":26},{"degree":22,"count":16},{"degree":23,"count":9},{"degree":24,"count":12},{"degree":25,"count":7},{"degree":26,"count":4},{"degree":27,"count":5},{"degree":28,"count":3},{"degree":29,"count":2},{"degree":30,"count":3},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":33,"count":1},{"degree":35,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2032}]
Number of extensional constraints2032
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2032}]
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-4406741-1569345850.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406741-1569345850.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.49/1.58	c solve instance...
6.61/1.75	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 (13805 MiB free)
  memory of node 1: 16384 MiB (12313 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406741-1569345850/watcher-4406741-1569345850 -o /tmp/evaluation-result-4406741-1569345850/solver-4406741-1569345850 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569331756-4801 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1428284258 HOME/instance-4406741-1569345850.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=7694, runsolver pid=7691
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 7.27 7.73 7.72 2/212 7715
/proc/meminfo: memFree=26730764/32770624 swapFree=66986400/67108860
[pid=7694] ppid=7691 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7694/stat : 7694 (xcsp3-exec) S 7691 7694 4774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510841665 115843072 363 33554432000 4194304 5098028 140725005066464 140725005064568 139891311788668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24690688 140725005075317 140725005075561 140725005075561 140725005078474 0
/proc/7694/statm: 28282 363 304 221 0 87 0
[pid=7696] ppid=7694 vsize=28227396 memory=29132 CPUtime=0.12 cores=0-7
/proc/7696/stat : 7696 (java) S 7694 7694 4774 0 -1 1077944320 5699 0 0 0 11 1 0 0 20 0 20 0 510841665 28904853504 7283 33554432000 4194304 4196468 140724844608768 140724844591312 140366723133175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
/proc/7696/statm: 7056849 7283 3157 1 0 7019032 0
[pid=7696/tid=7697] ppid=7694 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/7696/task/7697/stat : 7697 (java) R 7694 7694 4774 0 -1 4202560 3603 0 0 0 8 1 0 0 20 0 20 0 510841665 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366727366448 140366723155101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7698] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7698/stat : 7698 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366675754128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7699] ppid=7694 vsize=28227396 memory=13710924161291928 CPUtime=0 cores=0-7
/proc/7696/task/7699/stat : 7699 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366674701328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7700] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7700/stat : 7700 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366673648528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7701] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7701/stat : 7701 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366672595728 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7702] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7702/stat : 7702 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366671542928 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7703] ppid=7694 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7696/task/7703/stat : 7703 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366670490128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7704] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7704/stat : 7704 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366669437328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7705] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7705/stat : 7705 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 7283 33554432000 4194304 4196468 140724844608768 140366668384528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7706] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7706/stat : 7706 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841667 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365186329456 140366723144322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7707] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7707/stat : 7707 (java) S 7694 7694 4774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510841668 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365185275424 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7708] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7708/stat : 7708 (java) S 7694 7694 4774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510841668 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365184222576 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7709] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7709/stat : 7709 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841670 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365183170896 140366723151771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7710] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7710/stat : 7710 (java) R 7694 7694 4774 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 20 0 510841670 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365182118256 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7711] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7711/stat : 7711 (java) R 7694 7694 4774 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 20 0 510841670 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365181065456 140366723144322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7712] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7712/stat : 7712 (java) S 7694 7694 4774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510841670 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365180012656 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7713] ppid=7694 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7713/stat : 7713 (java) R 7694 7694 4774 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 510841671 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365178959856 140366723154522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7714] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7714/stat : 7714 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841671 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365177908320 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7715] ppid=7694 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7696/task/7715/stat : 7715 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841671 28904853504 7283 33554432000 4194304 4196468 140724844608768 140365176855600 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30584 KiB

[startup+0.210673 s]*
/proc/loadavg: 7.27 7.73 7.72 2/212 7715
/proc/meminfo: memFree=26716560/32770624 swapFree=66986400/67108860
[pid=7694] ppid=7691 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7694/stat : 7694 (xcsp3-exec) S 7691 7694 4774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510841665 115843072 363 33554432000 4194304 5098028 140725005066464 140725005064568 139891311788668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24690688 140725005075317 140725005075561 140725005075561 140725005078474 0
/proc/7694/statm: 28282 363 304 221 0 87 0
[pid=7696] ppid=7694 vsize=28227396 memory=40884 CPUtime=0.34 cores=0-7
/proc/7696/stat : 7696 (java) S 7694 7694 4774 0 -1 1077944320 9519 0 0 0 31 3 0 0 20 0 20 0 510841665 28904853504 10221 33554432000 4194304 4196468 140724844608768 140724844591312 140366723133175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
/proc/7696/statm: 7056849 10221 3300 1 0 7019032 0
[pid=7696/tid=7697] ppid=7694 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7696/task/7697/stat : 7697 (java) R 7694 7694 4774 0 -1 4202560 6632 0 0 0 18 2 0 0 20 0 20 0 510841665 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366727364608 140366723145110 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7698] ppid=7694 vsize=28227396 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/7696/task/7698/stat : 7698 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366675754128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7699] ppid=7694 vsize=28227396 memory=15960529246688920 CPUtime=0 cores=0-7
/proc/7696/task/7699/stat : 7699 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366674701328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7700] ppid=7694 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7696/task/7700/stat : 7700 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366673648528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7701] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7701/stat : 7701 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366672595728 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7702] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7702/stat : 7702 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366671542928 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7703] ppid=7694 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7696/task/7703/stat : 7703 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366670490128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7704] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7704/stat : 7704 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366669437328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7705] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7705/stat : 7705 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28904853504 10221 33554432000 4194304 4196468 140724844608768 140366668384528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7706] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7706/stat : 7706 (java) S 7694 7694 4774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510841667 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365186329456 140366723144322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7707] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7707/stat : 7707 (java) S 7694 7694 4774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510841668 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365185275424 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7708] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7708/stat : 7708 (java) S 7694 7694 4774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510841668 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365184222576 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7709] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7709/stat : 7709 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841670 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365183170896 140366723151771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7710] ppid=7694 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/7696/task/7710/stat : 7710 (java) S 7694 7694 4774 0 -1 1077944384 241 0 0 0 1 0 0 0 20 0 20 0 510841670 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365182118256 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7711] ppid=7694 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7711/stat : 7711 (java) S 7694 7694 4774 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 510841670 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365181065456 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7712] ppid=7694 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7696/task/7712/stat : 7712 (java) S 7694 7694 4774 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 20 0 510841670 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365180012656 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7713] ppid=7694 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/7696/task/7713/stat : 7713 (java) R 7694 7694 4774 0 -1 4202560 772 0 0 0 8 0 0 0 20 0 20 0 510841671 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365178959664 140366702267044 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7714] ppid=7694 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7714/stat : 7714 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841671 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365177908320 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7715] ppid=7694 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/7696/task/7715/stat : 7715 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841671 28904853504 10221 33554432000 4194304 4196468 140724844608768 140365176855600 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42336 KiB

[startup+0.31034 s]*
/proc/loadavg: 7.27 7.73 7.72 5/212 7715
/proc/meminfo: memFree=26708792/32770624 swapFree=66986400/67108860
[pid=7694] ppid=7691 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7694/stat : 7694 (xcsp3-exec) S 7691 7694 4774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510841665 115843072 363 33554432000 4194304 5098028 140725005066464 140725005064568 139891311788668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24690688 140725005075317 140725005075561 140725005075561 140725005078474 0
/proc/7694/statm: 28282 363 304 221 0 87 0
[pid=7696] ppid=7694 vsize=28231652 memory=49828 CPUtime=0.52 cores=0-7
/proc/7696/stat : 7696 (java) S 7694 7694 4774 0 -1 1077944320 10878 0 0 0 48 4 0 0 20 0 20 0 510841665 28909211648 12457 33554432000 4194304 4196468 140724844608768 140724844591312 140366723133175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
/proc/7696/statm: 7057913 12457 3338 1 0 7019032 0
[pid=7696/tid=7697] ppid=7694 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/7696/task/7697/stat : 7697 (java) R 7694 7694 4774 0 -1 4202560 7765 0 0 0 27 3 0 0 20 0 20 0 510841665 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366727364288 140366723155101 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7698] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7698/stat : 7698 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366675754128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7699] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7699/stat : 7699 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366674701328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7700] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7700/stat : 7700 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366673648528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7701] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7701/stat : 7701 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366672595728 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7702] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7702/stat : 7702 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366671542928 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7703] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7703/stat : 7703 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366670490128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7704] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7704/stat : 7704 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366669437328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7705] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7705/stat : 7705 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28909211648 12457 33554432000 4194304 4196468 140724844608768 140366668384528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7706] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7706/stat : 7706 (java) S 7694 7694 4774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510841667 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365186329456 140366723144322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7707] ppid=7694 vsize=28231652 memory=281063062707584 CPUtime=0 cores=0-7
/proc/7696/task/7707/stat : 7707 (java) S 7694 7694 4774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510841668 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365185275424 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7708] ppid=7694 vsize=28231652 memory=281063062712192 CPUtime=0 cores=0-7
/proc/7696/task/7708/stat : 7708 (java) S 7694 7694 4774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510841668 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365184222576 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7709] ppid=7694 vsize=28231652 memory=281063062716800 CPUtime=0 cores=0-7
/proc/7696/task/7709/stat : 7709 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841670 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365183170896 140366723151771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7710] ppid=7694 vsize=28231652 memory=281063062721408 CPUtime=0.03 cores=0-7
/proc/7696/task/7710/stat : 7710 (java) R 7694 7694 4774 0 -1 4202560 331 0 0 0 3 0 0 0 20 0 20 0 510841670 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365182099272 140366708240853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7711] ppid=7694 vsize=28231652 memory=281063062726016 CPUtime=0.03 cores=0-7
/proc/7696/task/7711/stat : 7711 (java) S 7694 7694 4774 0 -1 1077944384 395 0 0 0 3 0 0 0 20 0 20 0 510841670 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365181065456 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7712] ppid=7694 vsize=28231652 memory=281063062730624 CPUtime=0.01 cores=0-7
/proc/7696/task/7712/stat : 7712 (java) S 7694 7694 4774 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 20 0 510841670 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365180012656 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7713] ppid=7694 vsize=28231652 memory=281063062735232 CPUtime=0.12 cores=0-7
/proc/7696/task/7713/stat : 7713 (java) S 7694 7694 4774 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 510841671 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365178959856 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7714] ppid=7694 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7714/stat : 7714 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841671 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365177908320 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7715] ppid=7694 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/7696/task/7715/stat : 7715 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841671 28909211648 12457 33554432000 4194304 4196468 140724844608768 140365176855600 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51280 KiB

[startup+0.701059 s]
/proc/loadavg: 7.27 7.73 7.72 6/212 7715
/proc/meminfo: memFree=26690868/32770624 swapFree=66986400/67108860
[pid=7694] ppid=7691 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7694/stat : 7694 (xcsp3-exec) S 7691 7694 4774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510841665 115843072 363 33554432000 4194304 5098028 140725005066464 140725005064568 139891311788668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24690688 140725005075317 140725005075561 140725005075561 140725005078474 0
/proc/7694/statm: 28282 363 304 221 0 87 0
[pid=7696] ppid=7694 vsize=28233776 memory=113596 CPUtime=2.07 cores=0-7
/proc/7696/stat : 7696 (java) S 7694 7694 4774 0 -1 1077944320 15932 0 0 0 201 6 0 0 20 0 20 0 510841665 28911386624 28399 33554432000 4194304 4196468 140724844608768 140724844591312 140366723133175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
/proc/7696/statm: 7058444 28399 3450 1 0 7019544 0
[pid=7696/tid=7697] ppid=7694 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/7696/task/7697/stat : 7697 (java) R 7694 7694 4774 0 -1 4202560 8368 0 0 0 64 3 0 0 20 0 20 0 510841665 28911386624 28399 33554432000 4194304 4196468 140724844608768 140366727366000 140366723145110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7698] ppid=7694 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7698/stat : 7698 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28911386624 28399 33554432000 4194304 4196468 140724844608768 140366675754128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7699] ppid=7694 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7699/stat : 7699 (java) S 7694 7694 4774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510841666 28911386624 28399 33554432000 4194304 4196468 140724844608768 140366674701328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7700] ppid=7694 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/7696/task/7700/stat : 7700 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841666 28911386624 28399 33554432000 4194304 4196468 140724844608768 140366673648528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0

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

/proc/loadavg: 7.27 7.73 7.72 5/212 7715
/proc/meminfo: memFree=26577140/32770624 swapFree=66986400/67108860
[pid=7694] ppid=7691 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7694/stat : 7694 (xcsp3-exec) S 7691 7694 4774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510841665 115843072 363 33554432000 4194304 5098028 140725005066464 140725005064568 139891311788668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24690688 140725005075317 140725005075561 140725005075561 140725005078474 0
/proc/7694/statm: 28282 363 304 221 0 87 0
[pid=7696] ppid=7694 vsize=28233776 memory=240120 CPUtime=5.49 cores=0-7
/proc/7696/stat : 7696 (java) S 7694 7694 4774 0 -1 1077944320 26941 0 0 0 531 18 0 0 20 0 20 0 510841665 28911386624 60030 33554432000 4194304 4196468 140724844608768 140724844591312 140366723133175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
/proc/7696/statm: 7058444 60030 3501 1 0 7019544 0
[pid=7696/tid=7697] ppid=7694 vsize=28233776 memory=4580 CPUtime=1.43 cores=0-7
/proc/7696/task/7697/stat : 7697 (java) R 7694 7694 4774 0 -1 4202560 9338 0 0 0 138 5 0 0 20 0 20 0 510841665 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366727369632 140366332160906 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7698] ppid=7694 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7698/stat : 7698 (java) S 7694 7694 4774 0 -1 1077944384 74 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366675754128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7699] ppid=7694 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7699/stat : 7699 (java) S 7694 7694 4774 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366674701328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7700] ppid=7694 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7700/stat : 7700 (java) S 7694 7694 4774 0 -1 1077944384 149 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366673648528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7701] ppid=7694 vsize=28233776 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/7696/task/7701/stat : 7701 (java) S 7694 7694 4774 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366672595728 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7702] ppid=7694 vsize=28233776 memory=6655300316396806240 CPUtime=0.02 cores=0-7
/proc/7696/task/7702/stat : 7702 (java) S 7694 7694 4774 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366671542928 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7703] ppid=7694 vsize=28233776 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/7696/task/7703/stat : 7703 (java) S 7694 7694 4774 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366670490128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7704] ppid=7694 vsize=28233776 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/7696/task/7704/stat : 7704 (java) S 7694 7694 4774 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366669437328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7705] ppid=7694 vsize=28233776 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/7696/task/7705/stat : 7705 (java) S 7694 7694 4774 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 510841666 28911386624 60030 33554432000 4194304 4196468 140724844608768 140366668384528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7706] ppid=7694 vsize=28233776 memory=140535979906687 CPUtime=0 cores=0-7
/proc/7696/task/7706/stat : 7706 (java) S 7694 7694 4774 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 20 0 510841667 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365186329456 140366723144322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7707] ppid=7694 vsize=28233776 memory=-6798310482166503264 CPUtime=0 cores=0-7
/proc/7696/task/7707/stat : 7707 (java) S 7694 7694 4774 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 510841668 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365185275488 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7708] ppid=7694 vsize=28233776 memory=-6440833933312285893 CPUtime=0 cores=0-7
/proc/7696/task/7708/stat : 7708 (java) S 7694 7694 4774 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 510841668 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365184222592 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7709] ppid=7694 vsize=28233776 memory=-6440271032318925721 CPUtime=0 cores=0-7
/proc/7696/task/7709/stat : 7709 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841670 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365183170896 140366723151771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7710] ppid=7694 vsize=28233776 memory=-5933629326558455386 CPUtime=1.12 cores=0-7
/proc/7696/task/7710/stat : 7710 (java) R 7694 7694 4774 0 -1 4202560 4358 0 0 0 111 1 0 0 20 0 20 0 510841670 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365182107728 140366702566267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7711] ppid=7694 vsize=28233776 memory=7306334379736393314 CPUtime=1.1 cores=0-7
/proc/7696/task/7711/stat : 7711 (java) R 7694 7694 4774 0 -1 4202560 4326 0 0 0 109 1 0 0 20 0 20 0 510841670 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365181061808 140366706517775 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7712] ppid=7694 vsize=28233776 memory=7377828830819426171 CPUtime=1.08 cores=0-7
/proc/7696/task/7712/stat : 7712 (java) R 7694 7694 4774 0 -1 4202560 3762 0 0 0 108 0 0 0 20 0 20 0 510841670 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365179992128 140366706629959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7713] ppid=7694 vsize=28233776 memory=0 CPUtime=0.51 cores=0-7
/proc/7696/task/7713/stat : 7713 (java) S 7694 7694 4774 0 -1 1077944384 3033 0 0 0 50 1 0 0 20 0 20 0 510841671 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365178959856 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7714] ppid=7694 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7714/stat : 7714 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841671 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365177908320 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7715] ppid=7694 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7715/stat : 7715 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841671 28911386624 60030 33554432000 4194304 4196468 140724844608768 140365176855600 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 241572 KiB

[startup+1.77328 s]
# the end of solver process 7694 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.78777 s, system=0.210697 s

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

[startup+1.60112 s]
/proc/loadavg: 7.27 7.73 7.72 5/212 7715
/proc/meminfo: memFree=26577140/32770624 swapFree=66986400/67108860
[pid=7694] ppid=7691 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7694/stat : 7694 (xcsp3-exec) S 7691 7694 4774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510841665 115843072 363 33554432000 4194304 5098028 140725005066464 140725005064568 139891311788668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24690688 140725005075317 140725005075561 140725005075561 140725005078474 0
/proc/7694/statm: 28282 363 304 221 0 87 0
[pid=7696] ppid=7694 vsize=28233776 memory=286168 CPUtime=5.9 cores=0-7
/proc/7696/stat : 7696 (java) S 7694 7694 4774 0 -1 1077944320 28827 0 0 0 571 19 0 0 20 0 20 0 510841665 28911386624 71542 33554432000 4194304 4196468 140724844608768 140724844591312 140366723133175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
/proc/7696/statm: 7058444 71542 3501 1 0 7019544 0
[pid=7696/tid=7697] ppid=7694 vsize=28233776 memory=0 CPUtime=1.53 cores=0-7
/proc/7696/task/7697/stat : 7697 (java) R 7694 7694 4774 0 -1 4202560 9455 0 0 0 147 6 0 0 20 0 20 0 510841665 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366727372128 140366707213662 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7698] ppid=7694 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7698/stat : 7698 (java) S 7694 7694 4774 0 -1 1077944384 74 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366675754128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7699] ppid=7694 vsize=28233776 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7699/stat : 7699 (java) S 7694 7694 4774 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366674701328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7700] ppid=7694 vsize=28233776 memory=692 CPUtime=0.02 cores=0-7
/proc/7696/task/7700/stat : 7700 (java) S 7694 7694 4774 0 -1 1077944384 149 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366673648528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7701] ppid=7694 vsize=28233776 memory=1056 CPUtime=0.01 cores=0-7
/proc/7696/task/7701/stat : 7701 (java) S 7694 7694 4774 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366672595728 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7702] ppid=7694 vsize=28233776 memory=1556 CPUtime=0.02 cores=0-7
/proc/7696/task/7702/stat : 7702 (java) S 7694 7694 4774 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366671542928 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7703] ppid=7694 vsize=28233776 memory=780 CPUtime=0.01 cores=0-7
/proc/7696/task/7703/stat : 7703 (java) S 7694 7694 4774 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366670490128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7704] ppid=7694 vsize=28233776 memory=3616 CPUtime=0.01 cores=0-7
/proc/7696/task/7704/stat : 7704 (java) S 7694 7694 4774 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366669437328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7705] ppid=7694 vsize=28233776 memory=1228 CPUtime=0 cores=0-7
/proc/7696/task/7705/stat : 7705 (java) S 7694 7694 4774 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 20 0 510841666 28911386624 71542 33554432000 4194304 4196468 140724844608768 140366668384528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7706] ppid=7694 vsize=28233776 memory=6184 CPUtime=0 cores=0-7
/proc/7696/task/7706/stat : 7706 (java) S 7694 7694 4774 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 20 0 510841667 28911386624 71542 33554432000 4194304 4196468 140724844608768 140365186329456 140366723144322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7707] ppid=7694 vsize=28233776 memory=7552 CPUtime=0 cores=0-7
/proc/7696/task/7707/stat : 7707 (java) S 7694 7694 4774 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 510841668 28911386624 71542 33554432000 4194304 4196468 140724844608768 140365185275488 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7708] ppid=7694 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/7696/task/7708/stat : 7708 (java) S 7694 7694 4774 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 510841668 28911386624 71542 33554432000 4194304 4196468 140724844608768 140365184222592 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7709] ppid=7694 vsize=28233776 memory=1084 CPUtime=0 cores=0-7
/proc/7696/task/7709/stat : 7709 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510841670 28911386624 71542 33554432000 4194304 4196468 140724844608768 140365183170896 140366723151771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7710] ppid=7694 vsize=28233776 memory=14012 CPUtime=1.22 cores=0-7
/proc/7696/task/7710/stat : 7710 (java) R 7694 7694 4774 0 -1 4202560 5218 0 0 0 121 1 0 0 20 0 20 0 510841670 28911386624 71542 33554432000 4194304 4196468 140724844608768 140365182104592 140366706517979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7711] ppid=7694 vsize=28233776 memory=14048 CPUtime=1.2 cores=0-7
/proc/7696/task/7711/stat : 7711 (java) R 7694 7694 4774 0 -1 4202560 5145 0 0 0 119 1 0 0 20 0 20 0 510841670 28911386624 71542 33554432000 4194304 4196468 140724844608768 140365181050008 140366702824909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7712] ppid=7694 vsize=28233776 memory=34864 CPUtime=1.18 cores=0-7
/proc/7696/task/7712/stat : 7712 (java) R 7694 7694 4774 0 -1 4202560 3764 0 0 0 118 0 0 0 20 0 20 0 510841670 28911386624 71542 33554432000 4194304 4196468 140724844608768 140365179992128 140366707525643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7713] ppid=7694 vsize=28233776 memory=2120 CPUtime=0.52 cores=0-7
/proc/7696/task/7713/stat : 7713 (java) S 7694 7694 4774 0 -1 1077944384 3124 0 0 0 51 1 0 0 20 0 20 0 510841671 28911386624 71584 33554432000 4194304 4196468 140724844608768 140365178959856 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7714] ppid=7694 vsize=28233776 memory=7157735280263846225 CPUtime=0 cores=0-7
/proc/7696/task/7714/stat : 7714 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841671 28911386624 71584 33554432000 4194304 4196468 140724844608768 140365177908320 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7715] ppid=7694 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/7696/task/7715/stat : 7715 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510841671 28911386624 71584 33554432000 4194304 4196468 140724844608768 140365176855600 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 287620 KiB

[startup+1.70149 s]
/proc/loadavg: 7.27 7.73 7.72 5/212 7715
/proc/meminfo: memFree=26577140/32770624 swapFree=66986400/67108860
[pid=7694] ppid=7691 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7694/stat : 7694 (xcsp3-exec) S 7691 7694 4774 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510841665 115843072 363 33554432000 4194304 5098028 140725005066464 140725005064568 139891311788668 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24690688 140725005075317 140725005075561 140725005075561 140725005078474 0
/proc/7694/statm: 28282 363 304 221 0 87 0
[pid=7696] ppid=7694 vsize=28766288 memory=302648 CPUtime=6.61 cores=0-7
/proc/7696/stat : 7696 (java) S 7694 7694 4774 0 -1 1077944320 29701 0 0 0 641 20 0 0 20 0 28 0 510841665 29456678912 75662 33554432000 4194304 4196468 140724844608768 140724844591312 140366723133175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
/proc/7696/statm: 7191572 75662 3501 1 0 7152672 0
[pid=7696/tid=7697] ppid=7694 vsize=28766288 memory=0 CPUtime=1.53 cores=0-7
/proc/7696/task/7697/stat : 7697 (java) S 7694 7694 4774 0 -1 1077944384 9497 0 0 0 147 6 0 0 20 0 28 0 510841665 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366727373952 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7698] ppid=7694 vsize=28766288 memory=1452 CPUtime=0.02 cores=0-7
/proc/7696/task/7698/stat : 7698 (java) S 7694 7694 4774 0 -1 1077944384 74 0 0 0 1 1 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366675754128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7699] ppid=7694 vsize=28766288 memory=240120 CPUtime=0.02 cores=0-7
/proc/7696/task/7699/stat : 7699 (java) S 7694 7694 4774 0 -1 1077944384 37 0 0 0 1 1 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366674701328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7700] ppid=7694 vsize=28766288 memory=4580 CPUtime=0.02 cores=0-7
/proc/7696/task/7700/stat : 7700 (java) S 7694 7694 4774 0 -1 1077944384 149 0 0 0 1 1 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366673648528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7701] ppid=7694 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/7696/task/7701/stat : 7701 (java) S 7694 7694 4774 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366672595728 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7702] ppid=7694 vsize=28766288 memory=0 CPUtime=0.02 cores=0-7
/proc/7696/task/7702/stat : 7702 (java) S 7694 7694 4774 0 -1 1077944384 113 0 0 0 1 1 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366671542928 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7703] ppid=7694 vsize=28766288 memory=0 CPUtime=0.01 cores=0-7
/proc/7696/task/7703/stat : 7703 (java) S 7694 7694 4774 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366670490128 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7704] ppid=7694 vsize=28766288 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/7696/task/7704/stat : 7704 (java) S 7694 7694 4774 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366669437328 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7705] ppid=7694 vsize=28766288 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/7696/task/7705/stat : 7705 (java) S 7694 7694 4774 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 510841666 29456678912 75662 33554432000 4194304 4196468 140724844608768 140366668384528 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7706] ppid=7694 vsize=28766288 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/7696/task/7706/stat : 7706 (java) S 7694 7694 4774 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 28 0 510841667 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365186329456 140366723144322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7707] ppid=7694 vsize=28766288 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/7696/task/7707/stat : 7707 (java) S 7694 7694 4774 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 510841668 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365185275488 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7708] ppid=7694 vsize=28766288 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/7696/task/7708/stat : 7708 (java) S 7694 7694 4774 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 510841668 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365184222592 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7709] ppid=7694 vsize=28766288 memory=140535979906687 CPUtime=0 cores=0-7
/proc/7696/task/7709/stat : 7709 (java) S 7694 7694 4774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510841670 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365183170896 140366723151771 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7710] ppid=7694 vsize=28766288 memory=-6798310482166503264 CPUtime=1.32 cores=0-7
/proc/7696/task/7710/stat : 7710 (java) R 7694 7694 4774 0 -1 4202560 5421 0 0 0 131 1 0 0 20 0 28 0 510841670 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365182108848 140366704442179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7711] ppid=7694 vsize=28766288 memory=-6440833933312285893 CPUtime=1.3 cores=0-7
/proc/7696/task/7711/stat : 7711 (java) R 7694 7694 4774 0 -1 4202560 5189 0 0 0 129 1 0 0 20 0 28 0 510841670 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365181052240 140366703769059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7712] ppid=7694 vsize=28766288 memory=-6440271032318925721 CPUtime=1.27 cores=0-7
/proc/7696/task/7712/stat : 7712 (java) R 7694 7694 4774 0 -1 4202560 4000 0 0 0 127 0 0 0 20 0 28 0 510841670 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365179993672 140366706629963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7713] ppid=7694 vsize=28766288 memory=-5933629326558455386 CPUtime=0.55 cores=0-7
/proc/7696/task/7713/stat : 7713 (java) S 7694 7694 4774 0 -1 1077944384 3191 0 0 0 54 1 0 0 20 0 28 0 510841671 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365178959856 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7714] ppid=7694 vsize=28766288 memory=7306334379736393314 CPUtime=0 cores=0-7
/proc/7696/task/7714/stat : 7714 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510841671 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365177908320 140366723143381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
[pid=7696/tid=7715] ppid=7694 vsize=28766288 memory=7377828830819426171 CPUtime=0 cores=0-7
/proc/7696/task/7715/stat : 7715 (java) S 7694 7694 4774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510841671 29456678912 75662 33554432000 4194304 4196468 140724844608768 140365176855600 140366723144322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37363712 140724844610538 140724844610710 140724844610710 140724844613583 0
Current children cumulated CPU time: 6.61 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 304100 KiB

Child status: 0
Real time (s): 1.77335
CPU time (s): 6.99846
CPU user time (s): 6.78777
CPU system time (s): 0.210697
CPU usage (%): 394.646
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 304100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.78777
system time used= 0.210697
maximum resident set size= 306524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30365
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= 2810
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 7694
#   total CPU time (s): 6.99846
#   total CPU user time (s): 6.78777
#   total CPU system time (s): 0.210697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039901 second user time and 0.052868 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-24 18:13:47
IDJOB=4406741
IDBENCH=122870
IDSOLVER=2871
FILE ID=node104/4406741-1569345850
RUNJOBID= node104-1569331756-4801
PBS_JOBID= 21705071
Free space on /tmp= 9836 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-cril/cril-2_X2.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-4406741-1569345850/watcher-4406741-1569345850 -o /tmp/evaluation-result-4406741-1569345850/solver-4406741-1569345850 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569331756-4801 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1428284258 HOME/instance-4406741-1569345850.xml

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

MD5SUM BENCH= e953f4a4989b8abb5ffb897aaba74e21
RANDOM SEED=1428284258

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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:        26744892 kB
MemAvailable:   31817144 kB
Buffers:           94396 kB
Cached:          5068744 kB
SwapCached:        22640 kB
Active:          3195520 kB
Inactive:        1994928 kB
Active(anon):       3380 kB
Inactive(anon):    81584 kB
Active(file):    3192140 kB
Inactive(file):  1913344 kB
Unevictable:      109716 kB
Mlocked:          109716 kB
SwapTotal:      67108860 kB
SwapFree:       66986400 kB
Dirty:             26568 kB
Writeback:             0 kB
AnonPages:        178548 kB
Mapped:            56920 kB
Shmem:             49032 kB
Slab:             424588 kB
SReclaimable:     395228 kB
SUnreclaim:        29360 kB
KernelStack:        3888 kB
PageTables:         5568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9808 MiB
End job on node104 at 2019-09-24 18:13:49