Trace number 4393958

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT54 21.5753 3.75598

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark4.49799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393958-1568430766.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393958-1568430766.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.12/1.31	c solve instance...
5.53/1.51	o -1000 
6.28/1.69	o 14 
7.85/1.80	o 40 
7.85/1.83	o 43 
7.85/1.89	o 46 
14.82/2.77	o 50 
16.06/2.97	o 53 
17.43/3.16	o 54 
21.04/3.69	s OPTIMUM FOUND
21.04/3.69	v <instantiation>
21.04/3.69	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
21.04/3.69	v 	<values>1 2 7 -1 -1 0 11 6 -1 -1 5 12 13 14 19 10 15 16 17 18 0 1 2 -1 -1 15 4 3 -1 -1 14 5 6 7 8 13 12 11 10 9 4 8 0 0 0 7 2 7 0 0 1 5 -1 -5 5 6 3 -1 6 7 </values>
21.04/3.69	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393958-1568430766/watcher-4393958-1568430766 -o /tmp/evaluation-result-4393958-1568430766/solver-4393958-1568430766 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1820590402 HOME/instance-4393958-1568430766.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=7505, runsolver pid=7502
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 8.35 7.99 8.08 2/211 7526
/proc/meminfo: memFree=31256580/32770624 swapFree=67000536/67108860
[pid=7505] ppid=7502 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7505/stat : 7505 (xcsp3-exec) S 7502 7505 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418990566 115843072 364 33554432000 4194304 5098028 140736932496832 140736932494936 139906918404732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16957440 140736932500341 140736932500585 140736932500585 140736932503498 0
/proc/7505/statm: 28282 364 305 221 0 87 0
[pid=7507] ppid=7505 vsize=28227388 memory=29968 CPUtime=0.12 cores=0-7
/proc/7507/stat : 7507 (java) S 7505 7505 6587 0 -1 1077944320 5897 0 0 0 11 1 0 0 20 0 20 0 418990566 28904845312 7492 33554432000 4194304 4196468 140736338357808 140736338340352 140460674150135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
/proc/7507/statm: 7056847 7492 3146 1 0 7019032 0
[pid=7507/tid=7508] ppid=7505 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/7507/task/7508/stat : 7508 (java) R 7505 7505 6587 0 -1 4202560 3811 0 0 0 8 0 0 0 20 0 20 0 418990567 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460678382048 140460674162070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7509] ppid=7505 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7507/task/7509/stat : 7509 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460626770704 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7510] ppid=7505 vsize=28227388 memory=140648930236032 CPUtime=0 cores=0-7
/proc/7507/task/7510/stat : 7510 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460625718160 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7511] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7511/stat : 7511 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460624665616 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7512] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7512/stat : 7512 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460623613072 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7513] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7513/stat : 7513 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460622559504 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7514] ppid=7505 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7507/task/7514/stat : 7514 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460621506960 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7515] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7515/stat : 7515 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460620454416 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7516] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7516/stat : 7516 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 7492 33554432000 4194304 4196468 140736338357808 140460619401872 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7517] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7517/stat : 7517 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990569 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459137686000 140460674161282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7518] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7518/stat : 7518 (java) S 7505 7505 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418990569 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459136632224 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7519] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7519/stat : 7519 (java) S 7505 7505 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418990570 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459135579632 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7520] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7520/stat : 7520 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459134528208 140460674168731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7521] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7521/stat : 7521 (java) S 7505 7505 6587 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459133474800 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7522] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7522/stat : 7522 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459132422256 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7523] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7523/stat : 7523 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459131369712 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7524] ppid=7505 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7507/task/7524/stat : 7524 (java) R 7505 7505 6587 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 20 0 418990572 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459130317168 140460653075112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7525] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7525/stat : 7525 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459129264864 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7526] ppid=7505 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7507/task/7526/stat : 7526 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990573 28904845312 7492 33554432000 4194304 4196468 140736338357808 140459128212400 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31424 KiB

[startup+0.209981 s]*
/proc/loadavg: 8.35 7.99 8.08 2/211 7526
/proc/meminfo: memFree=31243720/32770624 swapFree=67000536/67108860
[pid=7505] ppid=7502 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7505/stat : 7505 (xcsp3-exec) S 7502 7505 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418990566 115843072 364 33554432000 4194304 5098028 140736932496832 140736932494936 139906918404732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16957440 140736932500341 140736932500585 140736932500585 140736932503498 0
/proc/7505/statm: 28282 364 305 221 0 87 0
[pid=7507] ppid=7505 vsize=28227388 memory=41140 CPUtime=0.33 cores=0-7
/proc/7507/stat : 7507 (java) S 7505 7505 6587 0 -1 1077944320 9493 0 0 0 30 3 0 0 20 0 20 0 418990566 28904845312 10285 33554432000 4194304 4196468 140736338357808 140736338340352 140460674150135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
/proc/7507/statm: 7056847 10285 3286 1 0 7019032 0
[pid=7507/tid=7508] ppid=7505 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/7507/task/7508/stat : 7508 (java) S 7505 7505 6587 0 -1 1077944384 6664 0 0 0 17 2 0 0 20 0 20 0 418990567 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460678383840 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7509] ppid=7505 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/7507/task/7509/stat : 7509 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460626770704 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7510] ppid=7505 vsize=28227388 memory=140648930247835 CPUtime=0 cores=0-7
/proc/7507/task/7510/stat : 7510 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460625718160 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7511] ppid=7505 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7507/task/7511/stat : 7511 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460624665616 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7512] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7512/stat : 7512 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990567 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460623613072 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7513] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7513/stat : 7513 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460622559504 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7514] ppid=7505 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7507/task/7514/stat : 7514 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460621506960 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7515] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7515/stat : 7515 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460620454416 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7516] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7516/stat : 7516 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28904845312 10285 33554432000 4194304 4196468 140736338357808 140460619401872 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7517] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7517/stat : 7517 (java) S 7505 7505 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418990569 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459137686000 140460674161282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7518] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7518/stat : 7518 (java) S 7505 7505 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418990569 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459136632224 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7519] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7519/stat : 7519 (java) S 7505 7505 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418990570 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459135579632 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7520] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7520/stat : 7520 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459134528208 140460674168731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7521] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7521/stat : 7521 (java) R 7505 7505 6587 0 -1 4202560 427 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459133474800 140460674161282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7522] ppid=7505 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7507/task/7522/stat : 7522 (java) R 7505 7505 6587 0 -1 1077944384 132 0 0 0 1 0 0 0 20 0 20 0 418990572 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459132422256 140460674161282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7523] ppid=7505 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/7507/task/7523/stat : 7523 (java) S 7505 7505 6587 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 20 0 418990572 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459131369712 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7524] ppid=7505 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/7507/task/7524/stat : 7524 (java) R 7505 7505 6587 0 -1 4202560 742 0 0 0 8 0 0 0 20 0 20 0 418990572 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459130317168 140460652515872 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7525] ppid=7505 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7525/stat : 7525 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990572 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459129264864 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7526] ppid=7505 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7507/task/7526/stat : 7526 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990573 28904845312 10285 33554432000 4194304 4196468 140736338357808 140459128212400 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42596 KiB

[startup+0.309708 s]*
/proc/loadavg: 8.35 7.99 8.08 5/211 7526
/proc/meminfo: memFree=31236412/32770624 swapFree=67000536/67108860
[pid=7505] ppid=7502 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7505/stat : 7505 (xcsp3-exec) S 7502 7505 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418990566 115843072 364 33554432000 4194304 5098028 140736932496832 140736932494936 139906918404732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16957440 140736932500341 140736932500585 140736932500585 140736932503498 0
/proc/7505/statm: 28282 364 305 221 0 87 0
[pid=7507] ppid=7505 vsize=28231644 memory=49828 CPUtime=0.52 cores=0-7
/proc/7507/stat : 7507 (java) S 7505 7505 6587 0 -1 1077944320 10842 0 0 0 48 4 0 0 20 0 20 0 418990566 28909203456 12457 33554432000 4194304 4196468 140736338357808 140736338340352 140460674150135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
/proc/7507/statm: 7057911 12457 3338 1 0 7019032 0
[pid=7507/tid=7508] ppid=7505 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/7507/task/7508/stat : 7508 (java) R 7505 7505 6587 0 -1 4202560 7778 0 0 0 26 3 0 0 20 0 20 0 418990567 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460678381248 140460674172061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7509] ppid=7505 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7509/stat : 7509 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990567 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460626770704 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7510] ppid=7505 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7510/stat : 7510 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990567 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460625718160 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7511] ppid=7505 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7511/stat : 7511 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990567 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460624665616 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7512] ppid=7505 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7512/stat : 7512 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990567 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460623613072 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7513] ppid=7505 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7513/stat : 7513 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460622559504 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7514] ppid=7505 vsize=28231644 memory=140648770529967 CPUtime=0 cores=0-7
/proc/7507/task/7514/stat : 7514 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990568 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460621506960 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7515] ppid=7505 vsize=28231644 memory=140648770532272 CPUtime=0 cores=0-7
/proc/7507/task/7515/stat : 7515 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460620454416 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7516] ppid=7505 vsize=28231644 memory=140648770534576 CPUtime=0 cores=0-7
/proc/7507/task/7516/stat : 7516 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990568 28909203456 12457 33554432000 4194304 4196468 140736338357808 140460619401872 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7517] ppid=7505 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7517/stat : 7517 (java) S 7505 7505 6587 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418990569 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459137686000 140460674161282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7518] ppid=7505 vsize=28231644 memory=281297541083024 CPUtime=0 cores=0-7
/proc/7507/task/7518/stat : 7518 (java) S 7505 7505 6587 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418990569 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459136632224 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7519] ppid=7505 vsize=28231644 memory=281297541080720 CPUtime=0 cores=0-7
/proc/7507/task/7519/stat : 7519 (java) S 7505 7505 6587 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418990570 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459135579632 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7520] ppid=7505 vsize=28231644 memory=281297541087632 CPUtime=0 cores=0-7
/proc/7507/task/7520/stat : 7520 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990572 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459134528208 140460674168731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7521] ppid=7505 vsize=28231644 memory=281297541028912 CPUtime=0.01 cores=0-7
/proc/7507/task/7521/stat : 7521 (java) S 7505 7505 6587 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 20 0 418990572 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459133474800 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7522] ppid=7505 vsize=28231644 memory=281297541101456 CPUtime=0.02 cores=0-7
/proc/7507/task/7522/stat : 7522 (java) S 7505 7505 6587 0 -1 1077944384 142 0 0 0 2 0 0 0 20 0 20 0 418990572 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459132422256 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7523] ppid=7505 vsize=28231644 memory=281297541108368 CPUtime=0.04 cores=0-7
/proc/7507/task/7523/stat : 7523 (java) R 7505 7505 6587 0 -1 4202560 325 0 0 0 4 0 0 0 20 0 20 0 418990572 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459131350728 140460659276229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7524] ppid=7505 vsize=28231644 memory=281297541106064 CPUtime=0.13 cores=0-7
/proc/7507/task/7524/stat : 7524 (java) S 7505 7505 6587 0 -1 1077944384 840 0 0 0 13 0 0 0 20 0 20 0 418990572 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459130317168 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7525] ppid=7505 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7525/stat : 7525 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990572 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459129264864 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7526] ppid=7505 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7507/task/7526/stat : 7526 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990573 28909203456 12457 33554432000 4194304 4196468 140736338357808 140459128212400 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51284 KiB

[startup+0.701022 s]
/proc/loadavg: 8.35 7.99 8.08 5/211 7526
/proc/meminfo: memFree=31204840/32770624 swapFree=67000536/67108860
[pid=7505] ppid=7502 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7505/stat : 7505 (xcsp3-exec) S 7502 7505 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418990566 115843072 364 33554432000 4194304 5098028 140736932496832 140736932494936 139906918404732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16957440 140736932500341 140736932500585 140736932500585 140736932503498 0
/proc/7505/statm: 28282 364 305 221 0 87 0
[pid=7507] ppid=7505 vsize=28233768 memory=104260 CPUtime=1.97 cores=0-7
/proc/7507/stat : 7507 (java) S 7505 7505 6587 0 -1 1077944320 16734 0 0 0 191 6 0 0 20 0 20 0 418990566 28911378432 26065 33554432000 4194304 4196468 140736338357808 140736338340352 140460674150135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
/proc/7507/statm: 7058442 26065 3457 1 0 7019544 0
[pid=7507/tid=7508] ppid=7505 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/7507/task/7508/stat : 7508 (java) R 7505 7505 6587 0 -1 4202560 9217 0 0 0 64 3 0 0 20 0 20 0 418990567 28911378432 26065 33554432000 4194304 4196468 140736338357808 140460678384736 140460282754066 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7509] ppid=7505 vsize=28233768 memory=140648770741104 CPUtime=0 cores=0-7
/proc/7507/task/7509/stat : 7509 (java) S 7505 7505 6587 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418990567 28911378432 26065 33554432000 4194304 4196468 140736338357808 140460626770704 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7510] ppid=7505 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7510/stat : 7510 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418990567 28911378432 26065 33554432000 4194304 4196468 140736338357808 140460625718160 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7511] ppid=7505 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/7507/task/7511/stat : 7511 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418990567 28911378432 26065 33554432000 4194304 4196468 140736338357808 140460624665616 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0

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


[startup+3.75592 s]
# the end of solver process 7505 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=21.2606 s, system=0.314636 s

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

[startup+3.21019 s]
/proc/loadavg: 8.64 8.05 8.10 14/219 7590
/proc/meminfo: memFree=30967620/32770624 swapFree=67000536/67108860
[pid=7505] ppid=7502 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7505/stat : 7505 (xcsp3-exec) S 7502 7505 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418990566 115843072 364 33554432000 4194304 5098028 140736932496832 140736932494936 139906918404732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16957440 140736932500341 140736932500585 140736932500585 140736932503498 0
/proc/7505/statm: 28282 364 305 221 0 87 0
[pid=7507] ppid=7505 vsize=28768328 memory=345308 CPUtime=17.93 cores=0-7
/proc/7507/stat : 7507 (java) S 7505 7505 6587 0 -1 1077944320 25794 0 0 0 1769 24 0 0 20 0 28 0 418990566 29458767872 86327 33554432000 4194304 4196468 140736338357808 140736338340352 140460674150135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
/proc/7507/statm: 7192082 86327 3520 1 0 7153184 0
[pid=7507/tid=7508] ppid=7505 vsize=28768328 memory=3436 CPUtime=1.27 cores=0-7
/proc/7507/task/7508/stat : 7508 (java) S 7505 7505 6587 0 -1 1077944384 9585 0 0 0 122 5 0 0 20 0 28 0 418990567 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460678390912 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7509] ppid=7505 vsize=28768328 memory=7548 CPUtime=0.03 cores=0-7
/proc/7507/task/7509/stat : 7509 (java) S 7505 7505 6587 0 -1 1077944384 76 0 0 0 1 2 0 0 20 0 28 0 418990567 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460626770704 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7510] ppid=7505 vsize=28768328 memory=4481 CPUtime=0 cores=0-7
/proc/7507/task/7510/stat : 7510 (java) S 7505 7505 6587 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 418990567 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460625718160 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7511] ppid=7505 vsize=28768328 memory=4420 CPUtime=0.02 cores=0-7
/proc/7507/task/7511/stat : 7511 (java) S 7505 7505 6587 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 28 0 418990567 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460624665616 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7512] ppid=7505 vsize=28768328 memory=1456 CPUtime=0.02 cores=0-7
/proc/7507/task/7512/stat : 7512 (java) S 7505 7505 6587 0 -1 1077944384 71 0 0 0 1 1 0 0 20 0 28 0 418990567 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460623613072 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7513] ppid=7505 vsize=28768328 memory=279800 CPUtime=0.01 cores=0-7
/proc/7507/task/7513/stat : 7513 (java) S 7505 7505 6587 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 28 0 418990568 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460622559504 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7514] ppid=7505 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/7507/task/7514/stat : 7514 (java) S 7505 7505 6587 0 -1 1077944384 66 0 0 0 0 1 0 0 20 0 28 0 418990568 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460621506960 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7515] ppid=7505 vsize=28768328 memory=281297541444576 CPUtime=0.03 cores=0-7
/proc/7507/task/7515/stat : 7515 (java) S 7505 7505 6587 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 28 0 418990568 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460620454416 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7516] ppid=7505 vsize=28768328 memory=7311575680295506947 CPUtime=0.01 cores=0-7
/proc/7507/task/7516/stat : 7516 (java) S 7505 7505 6587 0 -1 1077944384 78 0 0 0 0 1 0 0 20 0 28 0 418990568 29458767872 86327 33554432000 4194304 4196468 140736338357808 140460619401872 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7517] ppid=7505 vsize=28768328 memory=-2026666227646604569 CPUtime=0 cores=0-7
/proc/7507/task/7517/stat : 7517 (java) S 7505 7505 6587 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 418990569 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459137686000 140460674161282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7518] ppid=7505 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7518/stat : 7518 (java) S 7505 7505 6587 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 418990569 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459136632288 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7519] ppid=7505 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7519/stat : 7519 (java) S 7505 7505 6587 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418990570 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459135579648 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7520] ppid=7505 vsize=28768328 memory=281297541466672 CPUtime=0 cores=0-7
/proc/7507/task/7520/stat : 7520 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418990572 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459134528208 140460674168731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7521] ppid=7505 vsize=28768328 memory=0 CPUtime=1.94 cores=0-7
/proc/7507/task/7521/stat : 7521 (java) R 7505 7505 6587 0 -1 4202560 3776 0 0 0 193 1 0 0 20 0 28 0 418990572 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459133456368 140460666439584 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7522] ppid=7505 vsize=28768328 memory=0 CPUtime=1.95 cores=0-7
/proc/7507/task/7522/stat : 7522 (java) R 7505 7505 6587 0 -1 4202560 2715 0 0 0 194 1 0 0 20 0 28 0 418990572 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459132422552 140460658497376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7523] ppid=7505 vsize=28768328 memory=0 CPUtime=1.97 cores=0-7
/proc/7507/task/7523/stat : 7523 (java) R 7505 7505 6587 0 -1 4202560 2379 0 0 0 197 0 0 0 20 0 28 0 418990572 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459131362904 140460660165696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7524] ppid=7505 vsize=28768328 memory=140648770960880 CPUtime=1.04 cores=0-7
/proc/7507/task/7524/stat : 7524 (java) R 7505 7505 6587 0 -1 1077944384 3775 0 0 0 104 0 0 0 20 0 28 0 418990572 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459130312208 140460674160341 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7525] ppid=7505 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/7507/task/7525/stat : 7525 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418990572 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459129264864 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7526] ppid=7505 vsize=28768328 memory=130344 CPUtime=0 cores=0-7
/proc/7507/task/7526/stat : 7526 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418990573 29458767872 86327 33554432000 4194304 4196468 140736338357808 140459128212400 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
Current children cumulated CPU time: 17.93 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 346764 KiB

[startup+3.60118 s]
/proc/loadavg: 8.64 8.05 8.10 14/219 7590
/proc/meminfo: memFree=30967620/32770624 swapFree=67000536/67108860
[pid=7505] ppid=7502 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7505/stat : 7505 (xcsp3-exec) S 7502 7505 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418990566 115843072 364 33554432000 4194304 5098028 140736932496832 140736932494936 139906918404732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16957440 140736932500341 140736932500585 140736932500585 140736932503498 0
/proc/7505/statm: 28282 364 305 221 0 87 0
[pid=7507] ppid=7505 vsize=28768328 memory=362592 CPUtime=21.04 cores=0-7
/proc/7507/stat : 7507 (java) S 7505 7505 6587 0 -1 1077944320 34385 0 0 0 2075 29 0 0 20 0 28 0 418990566 29458767872 90648 33554432000 4194304 4196468 140736338357808 140736338340352 140460674150135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
/proc/7507/statm: 7192082 90648 3522 1 0 7153184 0
[pid=7507/tid=7508] ppid=7505 vsize=28768328 memory=988 CPUtime=1.27 cores=0-7
/proc/7507/task/7508/stat : 7508 (java) S 7505 7505 6587 0 -1 1077944384 9585 0 0 0 122 5 0 0 20 0 28 0 418990567 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460678390912 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7509] ppid=7505 vsize=28768328 memory=2012 CPUtime=0.03 cores=0-7
/proc/7507/task/7509/stat : 7509 (java) S 7505 7505 6587 0 -1 1077944384 76 0 0 0 1 2 0 0 20 0 28 0 418990567 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460626770704 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7510] ppid=7505 vsize=28768328 memory=1240 CPUtime=0 cores=0-7
/proc/7507/task/7510/stat : 7510 (java) S 7505 7505 6587 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 418990567 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460625718160 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7511] ppid=7505 vsize=28768328 memory=580 CPUtime=0.02 cores=0-7
/proc/7507/task/7511/stat : 7511 (java) S 7505 7505 6587 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 28 0 418990567 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460624665616 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7512] ppid=7505 vsize=28768328 memory=1696 CPUtime=0.02 cores=0-7
/proc/7507/task/7512/stat : 7512 (java) S 7505 7505 6587 0 -1 1077944384 71 0 0 0 1 1 0 0 20 0 28 0 418990567 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460623613072 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7513] ppid=7505 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/7507/task/7513/stat : 7513 (java) S 7505 7505 6587 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 28 0 418990568 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460622559504 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7514] ppid=7505 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/7507/task/7514/stat : 7514 (java) S 7505 7505 6587 0 -1 1077944384 66 0 0 0 0 1 0 0 20 0 28 0 418990568 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460621506960 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7515] ppid=7505 vsize=28768328 memory=140651589010367 CPUtime=0.03 cores=0-7
/proc/7507/task/7515/stat : 7515 (java) S 7505 7505 6587 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 28 0 418990568 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460620454416 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7516] ppid=7505 vsize=28768328 memory=140651589010371 CPUtime=0.01 cores=0-7
/proc/7507/task/7516/stat : 7516 (java) S 7505 7505 6587 0 -1 1077944384 78 0 0 0 0 1 0 0 20 0 28 0 418990568 29458767872 90648 33554432000 4194304 4196468 140736338357808 140460619401872 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7517] ppid=7505 vsize=28768328 memory=140651589010403 CPUtime=0 cores=0-7
/proc/7507/task/7517/stat : 7517 (java) S 7505 7505 6587 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 28 0 418990569 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459137686000 140460674161282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7518] ppid=7505 vsize=28768328 memory=140651589011446 CPUtime=0 cores=0-7
/proc/7507/task/7518/stat : 7518 (java) S 7505 7505 6587 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 418990569 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459136632288 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7519] ppid=7505 vsize=28768328 memory=140651589011450 CPUtime=0 cores=0-7
/proc/7507/task/7519/stat : 7519 (java) S 7505 7505 6587 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418990570 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459135579648 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7520] ppid=7505 vsize=28768328 memory=149400437393398 CPUtime=0 cores=0-7
/proc/7507/task/7520/stat : 7520 (java) S 7505 7505 6587 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418990572 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459134528208 140460674168731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7521] ppid=7505 vsize=28768328 memory=140651589011594 CPUtime=2.16 cores=0-7
/proc/7507/task/7521/stat : 7521 (java) R 7505 7505 6587 0 -1 4202560 6431 0 0 0 214 2 0 0 20 0 28 0 418990572 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459133459464 140460666867287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7522] ppid=7505 vsize=28768328 memory=140651589011595 CPUtime=2.2 cores=0-7
/proc/7507/task/7522/stat : 7522 (java) D 7505 7505 6587 0 -1 4202560 4779 0 0 0 218 2 0 0 20 0 28 0 418990572 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459132403216 140460651897630 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7523] ppid=7505 vsize=28768328 memory=140651589011736 CPUtime=2.12 cores=0-7
/proc/7507/task/7523/stat : 7523 (java) D 7505 7505 6587 0 -1 4202560 3962 0 0 0 211 1 0 0 20 0 28 0 418990572 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459131355592 140460666867287 0 4 0 16800975 18446744071582151463 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7524] ppid=7505 vsize=28768328 memory=140651589011807 CPUtime=1.12 cores=0-7
/proc/7507/task/7524/stat : 7524 (java) D 7505 7505 6587 0 -1 4202560 5234 0 0 0 111 1 0 0 20 0 28 0 418990572 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459130313448 140460666867287 0 4 0 16800975 18446744071582151463 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7525] ppid=7505 vsize=28768328 memory=140651589011826 CPUtime=0 cores=0-7
/proc/7507/task/7525/stat : 7525 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418990572 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459129264864 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7526] ppid=7505 vsize=28768328 memory=149400437393398 CPUtime=0 cores=0-7
/proc/7507/task/7526/stat : 7526 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418990573 29458767872 90648 33554432000 4194304 4196468 140736338357808 140459128212400 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
Current children cumulated CPU time: 21.04 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 364048 KiB

[startup+3.70095 s]
/proc/loadavg: 8.64 8.05 8.10 14/219 7590
/proc/meminfo: memFree=30967620/32770624 swapFree=67000536/67108860
[pid=7505] ppid=7502 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7505/stat : 7505 (xcsp3-exec) S 7502 7505 6587 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418990566 115843072 364 33554432000 4194304 5098028 140736932496832 140736932494936 139906918404732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16957440 140736932500341 140736932500585 140736932500585 140736932503498 0
/proc/7505/statm: 28282 364 305 221 0 87 0
[pid=7507] ppid=7505 vsize=28769960 memory=369916 CPUtime=21.47 cores=0-7
/proc/7507/stat : 7507 (java) S 7505 7505 6587 0 -1 1077944320 36802 0 0 0 2117 30 0 0 20 0 19 0 418990566 29460439040 92479 33554432000 4194304 4196468 140736338357808 140736338340352 140460674150135 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
/proc/7507/statm: 7192490 92479 3523 1 0 7153592 0
[pid=7507/tid=7508] ppid=7505 vsize=28769960 memory=37224 CPUtime=1.27 cores=0-7
/proc/7507/task/7508/stat : 7508 (java) S 7505 7505 6587 0 -1 1077944384 9653 0 0 0 122 5 0 0 20 0 19 0 418990567 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460678392976 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7509] ppid=7505 vsize=28769960 memory=988 CPUtime=0.03 cores=0-7
/proc/7507/task/7509/stat : 7509 (java) S 7505 7505 6587 0 -1 1077944384 76 0 0 0 1 2 0 0 20 0 19 0 418990567 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460626770704 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7510] ppid=7505 vsize=28769960 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7510/stat : 7510 (java) S 7505 7505 6587 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 418990567 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460625718160 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7511] ppid=7505 vsize=28769960 memory=1864 CPUtime=0.02 cores=0-7
/proc/7507/task/7511/stat : 7511 (java) S 7505 7505 6587 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 19 0 418990567 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460624665616 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7512] ppid=7505 vsize=28769960 memory=127 CPUtime=0.02 cores=0-7
/proc/7507/task/7512/stat : 7512 (java) S 7505 7505 6587 0 -1 1077944384 71 0 0 0 1 1 0 0 20 0 19 0 418990567 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460623613072 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7513] ppid=7505 vsize=28769960 memory=3 CPUtime=0.01 cores=0-7
/proc/7507/task/7513/stat : 7513 (java) S 7505 7505 6587 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 19 0 418990568 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460622559504 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7514] ppid=7505 vsize=28769960 memory=55 CPUtime=0.01 cores=0-7
/proc/7507/task/7514/stat : 7514 (java) S 7505 7505 6587 0 -1 1077944384 66 0 0 0 0 1 0 0 20 0 19 0 418990568 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460621506960 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7515] ppid=7505 vsize=28769960 memory=13898 CPUtime=0.03 cores=0-7
/proc/7507/task/7515/stat : 7515 (java) S 7505 7505 6587 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 19 0 418990568 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460620454416 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7516] ppid=7505 vsize=28769960 memory=23402 CPUtime=0.01 cores=0-7
/proc/7507/task/7516/stat : 7516 (java) S 7505 7505 6587 0 -1 1077944384 78 0 0 0 0 1 0 0 20 0 19 0 418990568 29460439040 92479 33554432000 4194304 4196468 140736338357808 140460619401872 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7517] ppid=7505 vsize=28769960 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7517/stat : 7517 (java) S 7505 7505 6587 0 -1 1077944384 118 0 0 0 0 0 0 0 20 0 19 0 418990569 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459137686208 140460674161282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7518] ppid=7505 vsize=28769960 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7507/task/7518/stat : 7518 (java) S 7505 7505 6587 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 418990569 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459136632288 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7519] ppid=7505 vsize=28769960 memory=281297540877840 CPUtime=0 cores=0-7
/proc/7507/task/7519/stat : 7519 (java) S 7505 7505 6587 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 418990570 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459135579648 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7520] ppid=7505 vsize=28769960 memory=281297540877680 CPUtime=0 cores=0-7
/proc/7507/task/7520/stat : 7520 (java) S 7505 7505 6587 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 418990572 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459134527856 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7521] ppid=7505 vsize=28769960 memory=281297540877552 CPUtime=2.24 cores=0-7
/proc/7507/task/7521/stat : 7521 (java) R 7505 7505 6587 0 -1 4202560 7275 0 0 0 222 2 0 0 20 0 19 0 418990572 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459133460960 140460655694369 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7522] ppid=7505 vsize=28769960 memory=0 CPUtime=2.28 cores=0-7
/proc/7507/task/7522/stat : 7522 (java) R 7505 7505 6587 0 -1 4202560 5588 0 0 0 226 2 0 0 20 0 19 0 418990572 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459132408280 140460655694686 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7523] ppid=7505 vsize=28769960 memory=0 CPUtime=2.19 cores=0-7
/proc/7507/task/7523/stat : 7523 (java) S 7505 7505 6587 0 -1 1077944384 4559 0 0 0 218 1 0 0 20 0 19 0 418990572 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459131356208 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7524] ppid=7505 vsize=28769960 memory=0 CPUtime=1.12 cores=0-7
/proc/7507/task/7524/stat : 7524 (java) S 7505 7505 6587 0 -1 1077944384 5265 0 0 0 111 1 0 0 20 0 19 0 418990572 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459130317168 140460674161282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
[pid=7507/tid=7525] ppid=7505 vsize=28769960 memory=0 CPUtime=0 cores=0-7
/proc/7507/task/7525/stat : 7525 (java) S 7505 7505 6587 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418990572 29460439040 92479 33554432000 4194304 4196468 140736338357808 140459129264864 140460674160341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12050432 140736338363370 140736338363542 140736338363542 140736338366415 0
Current children cumulated CPU time: 21.47 s
Current children cumulated vsize: 28883088 KiB
Current children cumulated memory: 371372 KiB

Child status: 0
Real time (s): 3.75598
CPU time (s): 21.5753
CPU user time (s): 21.2606
CPU system time (s): 0.314636
CPU usage (%): 574.425
Max. virtual memory (cumulated for all children) (KiB): 28883088
Max. memory (cumulated for all children) (KiB): 371372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.2606
system time used= 0.314636
maximum resident set size= 373652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38436
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= 4439
involuntary context switches= 596


# summary of solver processes directly reported to runsolver:
#   pid: 7505
#   total CPU time (s): 21.5753
#   total CPU user time (s): 21.2606
#   total CPU system time (s): 0.314636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053851 second user time and 0.075167 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-14 05:12:05
IDJOB=4393958
IDBENCH=128043
IDSOLVER=2841
FILE ID=node146/4393958-1568430766
RUNJOBID= node146-1568429502-6614
PBS_JOBID= 21702307
Free space on /tmp= 59032 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.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-4393958-1568430766/watcher-4393958-1568430766 -o /tmp/evaluation-result-4393958-1568430766/solver-4393958-1568430766 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568429502-6614 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1820590402 HOME/instance-4393958-1568430766.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=1820590402

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        31272036 kB
MemAvailable:   31882460 kB
Buffers:          186340 kB
Cached:           689352 kB
SwapCached:         4724 kB
Active:           504988 kB
Inactive:         377284 kB
Active(anon):      23044 kB
Inactive(anon):    21912 kB
Active(file):     481944 kB
Inactive(file):   355372 kB
Unevictable:      110128 kB
Mlocked:          110128 kB
SwapTotal:      67108860 kB
SwapFree:       67000536 kB
Dirty:             26688 kB
Writeback:             0 kB
AnonPages:        122852 kB
Mapped:            42296 kB
Shmem:             29884 kB
Slab:             208364 kB
SReclaimable:     177884 kB
SUnreclaim:        30480 kB
KernelStack:        3712 kB
PageTables:         5656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 59004 MiB
End job on node146 at 2019-09-14 05:12:09