Trace number 4407118

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-09-24 parallelOPT54 24.3756 4.33738

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-4407118-1569351722.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407118-1569351722.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.19/1.31	c solve instance...
5.63/1.52	o -1000 
6.39/1.69	o -976 
7.91/1.80	o -964 
8.68/1.95	o -958 
8.68/1.97	o -957 
9.48/2.04	o -956 
9.48/2.05	o -954 
9.48/2.08	o -953 
9.48/2.09	o -951 
12.57/2.42	o -950 
12.57/2.43	o -947 
13.26/2.54	o 8 
13.26/2.54	o 14 
15.56/2.83	o 32 
15.56/2.85	o 36 
16.34/2.94	o 39 
16.34/2.98	o 51 
18.00/3.16	o 53 
18.00/3.18	o 54 
24.20/3.92	s OPTIMUM FOUND
24.20/3.92	v <instantiation>
24.20/3.92	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>
24.20/3.92	v 	<values>5 0 1 -1 -1 10 7 2 -1 -1 15 6 11 12 13 16 17 18 19 14 0 15 14 -1 -1 1 12 13 -1 -1 2 11 10 9 8 3 4 5 6 7 7 4 8 0 0 1 7 0 0 0 6 2 5 -1 -5 3 -1 6 7 5 </values>
24.20/3.92	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 (12393 MiB free)
  memory of node 1: 16384 MiB (12414 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407118-1569351722/watcher-4407118-1569351722 -o /var/tmp/evaluation-result-4407118-1569351722/solver-4407118-1569351722 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569348526-31504 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 442612599 HOME/instance-4407118-1569351722.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
solver pid=516, runsolver pid=513
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 7.92 8.19 8.25 2/214 542
/proc/meminfo: memFree=25385764/32770624 swapFree=66974432/67108860
[pid=516] ppid=513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/516/stat : 516 (xcsp3-exec) S 513 516 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511114052 115843072 362 33554432000 4194304 5098028 140722855805600 140722855803704 140429817639548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8278016 140722855809874 140722855810133 140722855810133 140722855813062 0
/proc/516/statm: 28282 362 304 221 0 87 0
[pid=518] ppid=516 vsize=28227396 memory=29676 CPUtime=0.12 cores=0-7
/proc/518/stat : 518 (java) S 516 516 31477 0 -1 1077944320 5851 0 0 0 10 2 0 0 20 0 20 0 511114052 28904853504 7419 33554432000 4194304 4196468 140727423802496 140727423785040 140447761546999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
/proc/518/statm: 7056849 7419 3118 1 0 7019032 0
[pid=518/tid=519] ppid=516 vsize=28227396 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/518/task/519/stat : 519 (java) R 516 516 31477 0 -1 4202560 3845 0 0 0 8 1 0 0 20 0 20 0 511114052 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447765773472 140447394692721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=520] ppid=516 vsize=28227396 memory=288230596118052887 CPUtime=0 cores=0-7
/proc/518/task/520/stat : 520 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447714167184 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=521] ppid=516 vsize=28227396 memory=140212193460000 CPUtime=0 cores=0-7
/proc/518/task/521/stat : 521 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447311583504 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=522] ppid=516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/522/stat : 522 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447310531216 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=523] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/523/stat : 523 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447309478416 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=524] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/524/stat : 524 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447308426128 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=527] ppid=516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/527/stat : 527 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447307373328 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=528] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/528/stat : 528 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447306321040 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=529] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/529/stat : 529 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447305268240 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=530] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/530/stat : 530 (java) S 516 516 31477 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 511114055 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447012087920 140447761558146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=533] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/533/stat : 533 (java) S 516 516 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511114055 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447011033888 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=534] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/534/stat : 534 (java) S 516 516 31477 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511114055 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447009981552 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=536] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/536/stat : 536 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447008929872 140447761565595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=537] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/537/stat : 537 (java) S 516 516 31477 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447007877744 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=538] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/538/stat : 538 (java) R 516 516 31477 0 -1 4202560 122 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447006824128 140447742899312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=539] ppid=516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/539/stat : 539 (java) R 516 516 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447005772656 140447761558146 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=540] ppid=516 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/518/task/540/stat : 540 (java) R 516 516 31477 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 20 0 511114058 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447004719856 140447761558934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=541] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/541/stat : 541 (java) S 516 516 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447003666784 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=542] ppid=516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/542/stat : 542 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 7419 33554432000 4194304 4196468 140727423802496 140447002614064 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31124 KiB

[startup+0.210755 s]*
/proc/loadavg: 7.92 8.19 8.25 2/214 542
/proc/meminfo: memFree=25373980/32770624 swapFree=66974432/67108860
[pid=516] ppid=513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/516/stat : 516 (xcsp3-exec) S 513 516 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511114052 115843072 362 33554432000 4194304 5098028 140722855805600 140722855803704 140429817639548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8278016 140722855809874 140722855810133 140722855810133 140722855813062 0
/proc/516/statm: 28282 362 304 221 0 87 0
[pid=518] ppid=516 vsize=28227396 memory=40488 CPUtime=0.34 cores=0-7
/proc/518/stat : 518 (java) S 516 516 31477 0 -1 1077944320 9365 0 0 0 30 4 0 0 20 0 20 0 511114052 28904853504 10122 33554432000 4194304 4196468 140727423802496 140727423785040 140447761546999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
/proc/518/statm: 7056849 10122 3299 1 0 7019032 0
[pid=518/tid=519] ppid=516 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/518/task/519/stat : 519 (java) R 516 516 31477 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 20 0 511114052 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447765781056 140447393600810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=520] ppid=516 vsize=28227396 memory=329 CPUtime=0 cores=0-7
/proc/518/task/520/stat : 520 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447714167184 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=521] ppid=516 vsize=28227396 memory=140212193943247 CPUtime=0 cores=0-7
/proc/518/task/521/stat : 521 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447311583504 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=522] ppid=516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/522/stat : 522 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447310531216 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=523] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/523/stat : 523 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447309478416 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=524] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/524/stat : 524 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447308426128 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=527] ppid=516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/527/stat : 527 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447307373328 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=528] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/528/stat : 528 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447306321040 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=529] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/529/stat : 529 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447305268240 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=530] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/530/stat : 530 (java) S 516 516 31477 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 511114055 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447012087920 140447761558146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=533] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/533/stat : 533 (java) S 516 516 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511114055 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447011033888 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=534] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/534/stat : 534 (java) S 516 516 31477 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511114055 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447009981552 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=536] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/536/stat : 536 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447008929872 140447761565595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=537] ppid=516 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/518/task/537/stat : 537 (java) S 516 516 31477 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 20 0 511114058 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447007877744 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=538] ppid=516 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/518/task/538/stat : 538 (java) S 516 516 31477 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 511114058 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447006824944 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=539] ppid=516 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/518/task/539/stat : 539 (java) S 516 516 31477 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 511114058 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447005772656 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=540] ppid=516 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/518/task/540/stat : 540 (java) R 516 516 31477 0 -1 4202560 790 0 0 0 8 0 0 0 20 0 20 0 511114058 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447004719856 140447740252021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=541] ppid=516 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/518/task/541/stat : 541 (java) S 516 516 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447003666784 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=542] ppid=516 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/542/stat : 542 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114058 28904853504 10122 33554432000 4194304 4196468 140727423802496 140447002614064 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41936 KiB

[startup+0.310612 s]*
/proc/loadavg: 7.92 8.19 8.25 4/214 542
/proc/meminfo: memFree=25366784/32770624 swapFree=66974432/67108860
[pid=516] ppid=513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/516/stat : 516 (xcsp3-exec) S 513 516 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511114052 115843072 362 33554432000 4194304 5098028 140722855805600 140722855803704 140429817639548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8278016 140722855809874 140722855810133 140722855810133 140722855813062 0
/proc/516/statm: 28282 362 304 221 0 87 0
[pid=518] ppid=516 vsize=28231652 memory=49684 CPUtime=0.52 cores=0-7
/proc/518/stat : 518 (java) S 516 516 31477 0 -1 1077944320 10757 0 0 0 48 4 0 0 20 0 20 0 511114052 28909211648 12421 33554432000 4194304 4196468 140727423802496 140727423785040 140447761546999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
/proc/518/statm: 7057913 12421 3337 1 0 7019032 0
[pid=518/tid=519] ppid=516 vsize=28231652 memory=1398720917958146503 CPUtime=0.29 cores=0-7
/proc/518/task/519/stat : 519 (java) R 516 516 31477 0 -1 4202560 7739 0 0 0 27 2 0 0 20 0 20 0 511114052 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447765780784 140447761568925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=520] ppid=516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/518/task/520/stat : 520 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447714167184 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=521] ppid=516 vsize=28231652 memory=140212190152371 CPUtime=0 cores=0-7
/proc/518/task/521/stat : 521 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447311583504 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=522] ppid=516 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/522/stat : 522 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447310531216 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=523] ppid=516 vsize=28231652 memory=2240 CPUtime=0 cores=0-7
/proc/518/task/523/stat : 523 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447309478416 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=524] ppid=516 vsize=28231652 memory=2241 CPUtime=0 cores=0-7
/proc/518/task/524/stat : 524 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447308426128 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=527] ppid=516 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/518/task/527/stat : 527 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447307373328 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=528] ppid=516 vsize=28231652 memory=280424186322464 CPUtime=0 cores=0-7
/proc/518/task/528/stat : 528 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447306321040 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=529] ppid=516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/518/task/529/stat : 529 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114053 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447305268240 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=530] ppid=516 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/518/task/530/stat : 530 (java) S 516 516 31477 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 511114055 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447012087920 140447761558146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=533] ppid=516 vsize=28231652 memory=307 CPUtime=0 cores=0-7
/proc/518/task/533/stat : 533 (java) S 516 516 31477 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511114055 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447011033888 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=534] ppid=516 vsize=28231652 memory=388 CPUtime=0 cores=0-7
/proc/518/task/534/stat : 534 (java) S 516 516 31477 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511114055 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447009981552 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=536] ppid=516 vsize=28231652 memory=273486 CPUtime=0 cores=0-7
/proc/518/task/536/stat : 536 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114058 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447008929872 140447761565595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=537] ppid=516 vsize=28231652 memory=1 CPUtime=0.01 cores=0-7
/proc/518/task/537/stat : 537 (java) S 516 516 31477 0 -1 1077944384 414 0 0 0 1 0 0 0 20 0 20 0 511114058 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447007877744 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=538] ppid=516 vsize=28231652 memory=45045 CPUtime=0.03 cores=0-7
/proc/518/task/538/stat : 538 (java) R 516 516 31477 0 -1 4202560 376 0 0 0 3 0 0 0 20 0 20 0 511114058 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447006824944 140447740793565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=539] ppid=516 vsize=28231652 memory=0 CPUtime=0.02 cores=0-7
/proc/518/task/539/stat : 539 (java) S 516 516 31477 0 -1 1077944384 48 0 0 0 2 0 0 0 20 0 20 0 511114058 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447005772656 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=540] ppid=516 vsize=28231652 memory=0 CPUtime=0.12 cores=0-7
/proc/518/task/540/stat : 540 (java) S 516 516 31477 0 -1 1077944384 964 0 0 0 12 0 0 0 20 0 20 0 511114058 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447004719856 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=541] ppid=516 vsize=28231652 memory=3616707371455231025 CPUtime=0 cores=0-7
/proc/518/task/541/stat : 541 (java) S 516 516 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511114058 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447003666784 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=542] ppid=516 vsize=28231652 memory=3472895575524712495 CPUtime=0 cores=0-7
/proc/518/task/542/stat : 542 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511114058 28909211648 12493 33554432000 4194304 4196468 140727423802496 140447002614064 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51132 KiB

[startup+0.701047 s]
/proc/loadavg: 7.92 8.19 8.25 5/214 542
/proc/meminfo: memFree=25334028/32770624 swapFree=66974432/67108860
[pid=516] ppid=513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/516/stat : 516 (xcsp3-exec) S 513 516 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511114052 115843072 362 33554432000 4194304 5098028 140722855805600 140722855803704 140429817639548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8278016 140722855809874 140722855810133 140722855810133 140722855813062 0
/proc/516/statm: 28282 362 304 221 0 87 0
[pid=518] ppid=516 vsize=28233776 memory=105888 CPUtime=1.95 cores=0-7
/proc/518/stat : 518 (java) S 516 516 31477 0 -1 1077944320 16470 0 0 0 188 7 0 0 20 0 20 0 511114052 28911386624 26472 33554432000 4194304 4196468 140727423802496 140727423785040 140447761546999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
/proc/518/statm: 7058444 26472 3462 1 0 7019544 0
[pid=518/tid=519] ppid=516 vsize=28233776 memory=280424186519984 CPUtime=0.67 cores=0-7
/proc/518/task/519/stat : 519 (java) R 516 516 31477 0 -1 4202560 9037 0 0 0 64 3 0 0 20 0 20 0 511114052 28911386624 26472 33554432000 4194304 4196468 140727423802496 140447765782400 140447761568346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=520] ppid=516 vsize=28233776 memory=140212093363072 CPUtime=0 cores=0-7
/proc/518/task/520/stat : 520 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28911386624 26472 33554432000 4194304 4196468 140727423802496 140447714167184 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=521] ppid=516 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/518/task/521/stat : 521 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28911386624 26472 33554432000 4194304 4196468 140727423802496 140447311583504 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=522] ppid=516 vsize=28233776 memory=2388 CPUtime=0 cores=0-7
/proc/518/task/522/stat : 522 (java) S 516 516 31477 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511114053 28911386624 26472 33554432000 4194304 4196468 140727423802496 140447310531216 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0

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

[pid=518/tid=541] ppid=516 vsize=28768336 memory=-6081100125891549016 CPUtime=0 cores=0-7
/proc/518/task/541/stat : 541 (java) S 516 516 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511114058 29458776064 63285 33554432000 4194304 4196468 140727423802496 140447003666784 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=542] ppid=516 vsize=28768336 memory=-6154581634397065563 CPUtime=0 cores=0-7
/proc/518/task/542/stat : 542 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511114058 29458776064 63285 33554432000 4194304 4196468 140727423802496 140447002614064 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 254588 KiB

[startup+3.11883 s]
/proc/loadavg: 8.24 8.26 8.27 11/222 712
/proc/meminfo: memFree=25030448/32770624 swapFree=66974432/67108860
[pid=516] ppid=513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/516/stat : 516 (xcsp3-exec) S 513 516 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511114052 115843072 362 33554432000 4194304 5098028 140722855805600 140722855803704 140429817639548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8278016 140722855809874 140722855810133 140722855810133 140722855813062 0
/proc/516/statm: 28282 362 304 221 0 87 0
[pid=518] ppid=516 vsize=28769364 memory=386092 CPUtime=18 cores=0-7
/proc/518/stat : 518 (java) S 516 516 31477 0 -1 1077944320 26609 0 0 0 1773 27 0 0 20 0 28 0 511114052 29459828736 96523 33554432000 4194304 4196468 140727423802496 140727423785040 140447761546999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
/proc/518/statm: 7192341 96523 3526 1 0 7153441 0
[pid=518/tid=519] ppid=516 vsize=28769364 memory=0 CPUtime=1.27 cores=0-7
/proc/518/task/519/stat : 519 (java) S 516 516 31477 0 -1 1077944384 9460 0 0 0 122 5 0 0 20 0 28 0 511114052 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447765787776 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=520] ppid=516 vsize=28769364 memory=1634 CPUtime=0.04 cores=0-7
/proc/518/task/520/stat : 520 (java) S 516 516 31477 0 -1 1077944384 91 0 0 0 3 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447714167184 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=521] ppid=516 vsize=28769364 memory=0 CPUtime=0.04 cores=0-7
/proc/518/task/521/stat : 521 (java) S 516 516 31477 0 -1 1077944384 95 0 0 0 3 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447311583504 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=522] ppid=516 vsize=28769364 memory=2241 CPUtime=0.03 cores=0-7
/proc/518/task/522/stat : 522 (java) S 516 516 31477 0 -1 1077944384 72 0 0 0 2 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447310531216 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=523] ppid=516 vsize=28769364 memory=2244 CPUtime=0.03 cores=0-7
/proc/518/task/523/stat : 523 (java) S 516 516 31477 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447309478416 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=524] ppid=516 vsize=28769364 memory=6947385649911455296 CPUtime=0.03 cores=0-7
/proc/518/task/524/stat : 524 (java) S 516 516 31477 0 -1 1077944384 77 0 0 0 2 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447308426128 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=527] ppid=516 vsize=28769364 memory=140212093321760 CPUtime=0.04 cores=0-7
/proc/518/task/527/stat : 527 (java) S 516 516 31477 0 -1 1077944384 97 0 0 0 3 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447307373328 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=528] ppid=516 vsize=28769364 memory=140212093101168 CPUtime=0.04 cores=0-7
/proc/518/task/528/stat : 528 (java) S 516 516 31477 0 -1 1077944384 76 0 0 0 3 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447306321040 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=529] ppid=516 vsize=28769364 memory=140212093079504 CPUtime=0.03 cores=0-7
/proc/518/task/529/stat : 529 (java) S 516 516 31477 0 -1 1077944384 56 0 0 0 2 1 0 0 20 0 28 0 511114053 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447305268240 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=530] ppid=516 vsize=28769364 memory=0 CPUtime=0.01 cores=0-7
/proc/518/task/530/stat : 530 (java) S 516 516 31477 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 28 0 511114055 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447012087920 140447761558146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=533] ppid=516 vsize=28769364 memory=-7025448733113094249 CPUtime=0 cores=0-7
/proc/518/task/533/stat : 533 (java) S 516 516 31477 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 511114055 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447011033952 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=534] ppid=516 vsize=28769364 memory=6944656591801717918 CPUtime=0 cores=0-7
/proc/518/task/534/stat : 534 (java) S 516 516 31477 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511114055 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447009981568 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=536] ppid=516 vsize=28769364 memory=4206468019014099040 CPUtime=0 cores=0-7
/proc/518/task/536/stat : 536 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511114058 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447008929872 140447761565595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=537] ppid=516 vsize=28769364 memory=3612 CPUtime=1.66 cores=0-7
/proc/518/task/537/stat : 537 (java) R 516 516 31477 0 -1 4202560 2555 0 0 0 166 0 0 0 20 0 28 0 511114058 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447007859312 140447741735597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=538] ppid=516 vsize=28769364 memory=53700 CPUtime=1.78 cores=0-7
/proc/518/task/538/stat : 538 (java) R 516 516 31477 0 -1 1077944384 3765 0 0 0 178 0 0 0 20 0 28 0 511114058 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447006825072 140447761557205 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=539] ppid=516 vsize=28769364 memory=992 CPUtime=1.65 cores=0-7
/proc/518/task/539/stat : 539 (java) R 516 516 31477 0 -1 4202560 2633 0 0 0 164 1 0 0 20 0 28 0 511114058 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447005760016 140447743068178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=540] ppid=516 vsize=28769364 memory=2044 CPUtime=0.88 cores=0-7
/proc/518/task/540/stat : 540 (java) S 516 516 31477 0 -1 1077944384 3304 0 0 0 87 1 0 0 20 0 28 0 511114058 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447004719856 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=541] ppid=516 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/518/task/541/stat : 541 (java) S 516 516 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511114058 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447003666784 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=542] ppid=516 vsize=28769364 memory=0 CPUtime=0 cores=0-7
/proc/518/task/542/stat : 542 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511114058 29459828736 96523 33554432000 4194304 4196468 140727423802496 140447002614064 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=705] ppid=516 vsize=28769364 memory=0 CPUtime=0.12 cores=0-7
/proc/518/task/705/stat : 705 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 511114350 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446988138904 140727424050944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=706] ppid=516 vsize=28769364 memory=0 CPUtime=0.09 cores=0-7
/proc/518/task/706/stat : 706 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 28 0 511114350 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446987089384 140447746076880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=707] ppid=516 vsize=28769364 memory=0 CPUtime=0.06 cores=0-7
/proc/518/task/707/stat : 707 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 6 0 0 0 20 0 28 0 511114350 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446984982280 140447401458734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=708] ppid=516 vsize=28769364 memory=1448 CPUtime=0.13 cores=0-7
/proc/518/task/708/stat : 708 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 13 0 0 0 20 0 28 0 511114350 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446982881328 140447401458493 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=709] ppid=516 vsize=28769364 memory=385048 CPUtime=0.09 cores=0-7
/proc/518/task/709/stat : 709 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 9 0 0 0 20 0 28 0 511114350 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446983929808 140447401458582 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=710] ppid=516 vsize=28769364 memory=0 CPUtime=0.13 cores=0-7
/proc/518/task/710/stat : 710 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 13 0 0 0 20 0 28 0 511114350 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446991306080 140447401458536 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=711] ppid=516 vsize=28769364 memory=0 CPUtime=0.1 cores=0-7
/proc/518/task/711/stat : 711 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 28 0 511114350 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446990246344 140447401458510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=712] ppid=516 vsize=28769364 memory=0 CPUtime=0.07 cores=0-7
/proc/518/task/712/stat : 712 (java) R 516 516 31477 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 28 0 511114352 29459828736 96523 33554432000 4194304 4196468 140727423802496 140446989194728 140447402815460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
Current children cumulated CPU time: 18 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 387540 KiB

[startup+4.07004 s]
# the end of solver process 516 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.0862 s, system=0.289408 s

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

[startup+3.20182 s]
/proc/loadavg: 8.24 8.26 8.27 11/222 712
/proc/meminfo: memFree=25030448/32770624 swapFree=66974432/67108860
[pid=516] ppid=513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/516/stat : 516 (xcsp3-exec) S 513 516 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511114052 115843072 362 33554432000 4194304 5098028 140722855805600 140722855803704 140429817639548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8278016 140722855809874 140722855810133 140722855810133 140722855813062 0
/proc/516/statm: 28282 362 304 221 0 87 0
[pid=518] ppid=516 vsize=28769364 memory=386124 CPUtime=18.61 cores=0-7
/proc/518/stat : 518 (java) S 516 516 31477 0 -1 1077944320 26879 0 0 0 1834 27 0 0 20 0 27 0 511114052 29459828736 96531 33554432000 4194304 4196468 140727423802496 140727423785040 140447761546999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
/proc/518/statm: 7192341 96531 3526 1 0 7153441 0
[pid=518/tid=519] ppid=516 vsize=28769364 memory=1764 CPUtime=1.27 cores=0-7
/proc/518/task/519/stat : 519 (java) S 516 516 31477 0 -1 1077944384 9460 0 0 0 122 5 0 0 20 0 27 0 511114052 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447765787776 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=520] ppid=516 vsize=28769364 memory=111636 CPUtime=0.04 cores=0-7
/proc/518/task/520/stat : 520 (java) S 516 516 31477 0 -1 1077944384 91 0 0 0 3 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447714167184 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=521] ppid=516 vsize=28769364 memory=804 CPUtime=0.04 cores=0-7
/proc/518/task/521/stat : 521 (java) S 516 516 31477 0 -1 1077944384 95 0 0 0 3 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447311583504 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=522] ppid=516 vsize=28769364 memory=280424186661440 CPUtime=0.03 cores=0-7
/proc/518/task/522/stat : 522 (java) S 516 516 31477 0 -1 1077944384 72 0 0 0 2 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447310531216 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=523] ppid=516 vsize=28769364 memory=280424186610096 CPUtime=0.03 cores=0-7
/proc/518/task/523/stat : 523 (java) S 516 516 31477 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447309478416 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=524] ppid=516 vsize=28769364 memory=3184238132169303776 CPUtime=0.03 cores=0-7
/proc/518/task/524/stat : 524 (java) S 516 516 31477 0 -1 1077944384 77 0 0 0 2 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447308426128 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=527] ppid=516 vsize=28769364 memory=-7457052372387209120 CPUtime=0.04 cores=0-7
/proc/518/task/527/stat : 527 (java) S 516 516 31477 0 -1 1077944384 97 0 0 0 3 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447307373328 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=528] ppid=516 vsize=28769364 memory=6944656592455360569 CPUtime=0.04 cores=0-7
/proc/518/task/528/stat : 528 (java) S 516 516 31477 0 -1 1077944384 76 0 0 0 3 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447306321040 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=529] ppid=516 vsize=28769364 memory=4569845204006 CPUtime=0.03 cores=0-7
/proc/518/task/529/stat : 529 (java) S 516 516 31477 0 -1 1077944384 56 0 0 0 2 1 0 0 20 0 27 0 511114053 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447305268240 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=530] ppid=516 vsize=28769364 memory=140212093375301 CPUtime=0.01 cores=0-7
/proc/518/task/530/stat : 530 (java) S 516 516 31477 0 -1 1077944384 211 0 0 0 1 0 0 0 20 0 27 0 511114055 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447012087920 140447761558146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=533] ppid=516 vsize=28769364 memory=280424186758784 CPUtime=0 cores=0-7
/proc/518/task/533/stat : 533 (java) S 516 516 31477 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 27 0 511114055 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447011033952 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=534] ppid=516 vsize=28769364 memory=280424186118384 CPUtime=0 cores=0-7
/proc/518/task/534/stat : 534 (java) S 516 516 31477 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 27 0 511114055 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447009981568 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=536] ppid=516 vsize=28769364 memory=280424186711776 CPUtime=0 cores=0-7
/proc/518/task/536/stat : 536 (java) S 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 511114058 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447008929872 140447761565595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=537] ppid=516 vsize=28769364 memory=13939 CPUtime=1.67 cores=0-7
/proc/518/task/537/stat : 537 (java) R 516 516 31477 0 -1 1077944384 2557 0 0 0 167 0 0 0 20 0 27 0 511114058 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447007877744 140447761558146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=538] ppid=516 vsize=28769364 memory=3338604 CPUtime=1.82 cores=0-7
/proc/518/task/538/stat : 538 (java) R 516 516 31477 0 -1 4202560 3768 0 0 0 182 0 0 0 20 0 27 0 511114058 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447006813424 140447761568346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=539] ppid=516 vsize=28769364 memory=0 CPUtime=1.67 cores=0-7
/proc/518/task/539/stat : 539 (java) R 516 516 31477 0 -1 4202560 2642 0 0 0 166 1 0 0 20 0 27 0 511114058 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447005772656 140447761568346 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=540] ppid=516 vsize=28769364 memory=0 CPUtime=0.89 cores=0-7
/proc/518/task/540/stat : 540 (java) S 516 516 31477 0 -1 1077944384 3305 0 0 0 88 1 0 0 20 0 27 0 511114058 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447004719856 140447761558146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=541] ppid=516 vsize=28769364 memory=1408 CPUtime=0 cores=0-7
/proc/518/task/541/stat : 541 (java) S 516 516 31477 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 511114058 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447003666784 140447761557205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
[pid=518/tid=542] ppid=516 vsize=28769364 memory=2436 CPUtime=0 cores=0-7
/proc/518/task/542/stat : 542 (java) R 516 516 31477 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 511114058 29459828736 96531 33554432000 4194304 4196468 140727423802496 140447002614064 140447761558146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22761472 140727423804374 140727423804550 140727423804550 140727423807439 0
Current children cumulated CPU time: 18.61 s
Current children cumulated vsize: 28882492 KiB
Current children cumulated memory: 387572 KiB

[startup+4.00094 s]*
/proc/loadavg: 8.24 8.26 8.27 1/196 728
/proc/meminfo: memFree=25394052/32770624 swapFree=66974432/67108860
[pid=516] ppid=513 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/516/stat : 516 (xcsp3-exec) S 513 516 31477 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511114052 115843072 362 33554432000 4194304 5098028 140722855805600 140722855803704 140429817639548 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8278016 140722855809874 140722855810133 140722855810133 140722855813062 0
/proc/516/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

[startup+4.20904 s]
/proc/loadavg: 8.24 8.26 8.27 1/192 728
/proc/meminfo: memFree=25397368/32770624 swapFree=66974432/67108860
Current cumulated CPU time of completed processes: 24.3756 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+4.30019 s]
/proc/loadavg: 8.24 8.26 8.27 1/192 728
/proc/meminfo: memFree=25397368/32770624 swapFree=66974432/67108860
Current cumulated CPU time of completed processes: 24.3756 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.33738
CPU time (s): 24.3756
CPU user time (s): 24.0862
CPU system time (s): 0.289408
CPU usage (%): 561.989
Max. virtual memory (cumulated for all children) (KiB): 28882492
Max. memory (cumulated for all children) (KiB): 387936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0862
system time used= 0.289408
maximum resident set size= 387556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27564
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= 4894
involuntary context switches= 656


# summary of solver processes directly reported to runsolver:
#   pid: 516
#   total CPU time (s): 24.3756
#   total CPU user time (s): 24.0862
#   total CPU system time (s): 0.289408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050921 second user time and 0.093554 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-24 21:01:19
IDJOB=4407118
IDBENCH=128043
IDSOLVER=2871
FILE ID=node117/4407118-1569351722
RUNJOBID= node117-1569348526-31504
PBS_JOBID= 21705082
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
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 /var/tmp/evaluation-result-4407118-1569351722/watcher-4407118-1569351722 -o /var/tmp/evaluation-result-4407118-1569351722/solver-4407118-1569351722 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node117-1569348526-31504 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 442612599 HOME/instance-4407118-1569351722.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=442612599

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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:        25403780 kB
MemAvailable:   31823160 kB
Buffers:          122184 kB
Cached:          6350652 kB
SwapCached:        27828 kB
Active:          3213312 kB
Inactive:        3292592 kB
Active(anon):       3180 kB
Inactive(anon):    81144 kB
Active(file):    3210132 kB
Inactive(file):  3211448 kB
Unevictable:      107788 kB
Mlocked:          107788 kB
SwapTotal:      67108860 kB
SwapFree:       66974432 kB
Dirty:             26428 kB
Writeback:             0 kB
AnonPages:        130960 kB
Mapped:            54928 kB
Shmem:             42768 kB
Slab:             454696 kB
SReclaimable:     426260 kB
SUnreclaim:        28436 kB
KernelStack:        3776 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node117 at 2019-09-24 21:01:23