Trace number 4394130

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-14OPT20 24.5697 6.53105

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-8.xml
MD5SUMcc4f118531160cfe6c95c1294546deff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark13.7083
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size4
Maximum domain size21
Distribution of domain sizes[{"size":4,"count":7},{"size":5,"count":7},{"size":6,"count":6},{"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394130-1568331445.xml"  -tl '2400s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4394130-1568331445.xml, -tl, 2400s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.79/1.04	c solve instance...
3.08/1.12	o -1000 
5.00/1.62	o -10 
5.00/1.63	o 2 
5.39/1.79	o 7 
8.16/2.43	o 16 
8.16/2.44	o 20 
24.46/6.52	s OPTIMUM FOUND
24.46/6.52	v <instantiation>
24.46/6.52	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.46/6.52	v 	<values>1 2 3 8 -1 0 -1 12 7 -1 5 -1 13 14 19 10 15 16 17 18 0 1 2 3 -1 15 -1 5 4 -1 14 -1 6 7 8 13 12 11 10 9 -5 0 -2 5 0 1 0 3 2 0 -2 0 -4 2 4 3 6 3 2 2 </values>
24.46/6.52	v </instantiation>

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394130-1568331445/watcher-4394130-1568331445 -o /tmp/evaluation-result-4394130-1568331445/solver-4394130-1568331445 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18218 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 583993360 HOME/instance-4394130-1568331445.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27379, runsolver pid=27376

[startup+0.104772 s]*
/proc/loadavg: 8.56 8.51 7.56 7/233 27395
/proc/meminfo: memFree=16253516/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0
[pid=27381] ppid=27379 vsize=15144768 memory=30120 CPUtime=0.14 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27379 27379 18186 0 -1 1077944320 6010 0 0 0 13 1 0 0 20 0 15 0 409084721 15508242432 7530 33554432000 4194304 4196468 140735146909408 140735146891952 139770846146295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
/proc/27381/statm: 3786192 7530 3181 1 0 3748377 0
[pid=27381/tid=27382] ppid=27379 vsize=15144768 memory=-6962121287837372198 CPUtime=0.1 cores=1,3,5,7
/proc/27381/task/27382/stat : 27382 (java) R 27379 27379 18186 0 -1 4202560 3867 0 0 0 9 1 0 0 20 0 15 0 409084721 15508242432 7530 33554432000 4194304 4196468 140735146909408 139770850377296 139770838383422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27383] ppid=27379 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 7530 33554432000 4194304 4196468 140735146909408 139770798766608 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27384] ppid=27379 vsize=15144768 memory=140106950035072 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 7530 33554432000 4194304 4196468 140735146909408 139770797714064 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27385] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 7530 33554432000 4194304 4196468 140735146909408 139770796661008 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27386] ppid=27379 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27379 27379 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 7530 33554432000 4194304 4196468 140735146909408 139770795608464 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27387] ppid=27379 vsize=15144768 memory=140106950035072 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27379 27379 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409084724 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769786915568 139770846157442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27388] ppid=27379 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27379 27379 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409084724 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769785861792 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27389] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27379 27379 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409084724 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769784808688 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27390] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769783757264 139770846164891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27391] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27379 27379 18186 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769782704368 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27392] ppid=27379 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27379 27379 18186 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769781651824 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27393] ppid=27379 vsize=15144768 memory=140106950035072 CPUtime=0.02 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) R 27379 27379 18186 0 -1 4202560 377 0 0 0 2 0 0 0 20 0 15 0 409084727 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769780597168 139770846167642 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27394] ppid=27379 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769336912224 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27395] ppid=27379 vsize=15144768 memory=140106950035072 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 7530 33554432000 4194304 4196468 140735146909408 139769335860272 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31568 KiB

[startup+0.210758 s]*
/proc/loadavg: 8.56 8.51 7.56 7/233 27395
/proc/meminfo: memFree=16238972/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0
[pid=27381] ppid=27379 vsize=15144768 memory=40868 CPUtime=0.35 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27379 27379 18186 0 -1 1077944320 9461 0 0 0 32 3 0 0 20 0 15 0 409084721 15508242432 10217 33554432000 4194304 4196468 140735146909408 140735146891952 139770846146295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
/proc/27381/statm: 3786192 10217 3304 1 0 3748377 0
[pid=27381/tid=27382] ppid=27379 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/27381/task/27382/stat : 27382 (java) R 27379 27379 18186 0 -1 4202560 6664 0 0 0 18 2 0 0 20 0 15 0 409084721 15508242432 10217 33554432000 4194304 4196468 140735146909408 139770850384112 139770846158230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27383] ppid=27379 vsize=15144768 memory=1965945 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 10217 33554432000 4194304 4196468 140735146909408 139770798766608 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27384] ppid=27379 vsize=15144768 memory=4049212863854724768 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 10217 33554432000 4194304 4196468 140735146909408 139770797714064 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27385] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 10217 33554432000 4194304 4196468 140735146909408 139770796661008 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27386] ppid=27379 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27379 27379 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409084722 15508242432 10217 33554432000 4194304 4196468 140735146909408 139770795608464 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27387] ppid=27379 vsize=15144768 memory=140106950035072 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27379 27379 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409084724 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769786915568 139770846157442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27388] ppid=27379 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27379 27379 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409084724 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769785861792 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27389] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27379 27379 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409084724 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769784808688 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27390] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769783757264 139770846164891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27391] ppid=27379 vsize=15144768 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27379 27379 18186 0 -1 1077944384 329 0 0 0 1 0 0 0 20 0 15 0 409084727 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769782704368 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27392] ppid=27379 vsize=15144768 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27379 27379 18186 0 -1 1077944384 395 0 0 0 3 0 0 0 20 0 15 0 409084727 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769781651824 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27393] ppid=27379 vsize=15144768 memory=140106950035072 CPUtime=0.08 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) R 27379 27379 18186 0 -1 4202560 767 0 0 0 8 0 0 0 20 0 15 0 409084727 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769780598768 139770825103874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27394] ppid=27379 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769336912224 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27395] ppid=27379 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084727 15508242432 10217 33554432000 4194304 4196468 140735146909408 139769335860272 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42316 KiB

[startup+0.317706 s]*
/proc/loadavg: 8.56 8.51 7.56 7/233 27395
/proc/meminfo: memFree=16229880/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0
[pid=27381] ppid=27379 vsize=15149024 memory=50392 CPUtime=0.54 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27379 27379 18186 0 -1 1077944320 10966 0 0 0 50 4 0 0 20 0 15 0 409084721 15512600576 12598 33554432000 4194304 4196468 140735146909408 140735146891952 139770846146295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
/proc/27381/statm: 3787256 12598 3354 1 0 3748377 0
[pid=27381/tid=27382] ppid=27379 vsize=15149024 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/27381/task/27382/stat : 27382 (java) R 27379 27379 18186 0 -1 4202560 7902 0 0 0 27 3 0 0 20 0 15 0 409084721 15512600576 12598 33554432000 4194304 4196468 140735146909408 139770850375360 139770830226782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27383] ppid=27379 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15512600576 12598 33554432000 4194304 4196468 140735146909408 139770798766608 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27384] ppid=27379 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15512600576 12598 33554432000 4194304 4196468 140735146909408 139770797714064 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27385] ppid=27379 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15512600576 12598 33554432000 4194304 4196468 140735146909408 139770796661008 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27386] ppid=27379 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27379 27379 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409084722 15512600576 12598 33554432000 4194304 4196468 140735146909408 139770795608464 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27387] ppid=27379 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27379 27379 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409084724 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769786915568 139770846157442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27388] ppid=27379 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27379 27379 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409084724 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769785861792 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27389] ppid=27379 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27379 27379 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409084724 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769784808688 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27390] ppid=27379 vsize=15149024 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769783757264 139770846164891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27391] ppid=27379 vsize=15149024 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27379 27379 18186 0 -1 1077944384 462 0 0 0 4 0 0 0 20 0 15 0 409084727 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769782704368 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27392] ppid=27379 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27379 27379 18186 0 -1 1077944384 419 0 0 0 5 0 0 0 20 0 15 0 409084727 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769781651824 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27393] ppid=27379 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) S 27379 27379 18186 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 15 0 409084727 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769780598768 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27394] ppid=27379 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769336912224 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27395] ppid=27379 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084727 15512600576 12598 33554432000 4194304 4196468 140735146909408 139769335860272 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51840 KiB

[startup+0.701707 s]
/proc/loadavg: 8.56 8.51 7.56 9/233 27395
/proc/meminfo: memFree=16201760/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0
[pid=27381] ppid=27379 vsize=15151148 memory=99888 CPUtime=1.7 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27379 27379 18186 0 -1 1077944320 15109 0 0 0 164 6 0 0 20 0 15 0 409084721 15514775552 24972 33554432000 4194304 4196468 140735146909408 140735146891952 139770846146295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
/proc/27381/statm: 3787787 24972 3449 1 0 3748889 0
[pid=27381/tid=27382] ppid=27379 vsize=15151148 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/27381/task/27382/stat : 27382 (java) R 27379 27379 18186 0 -1 4202560 9177 0 0 0 63 4 0 0 20 0 15 0 409084721 15514775552 24972 33554432000 4194304 4196468 140735146909408 139770850384320 139770846158230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27383] ppid=27379 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15514775552 24972 33554432000 4194304 4196468 140735146909408 139770798766608 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27384] ppid=27379 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15514775552 24972 33554432000 4194304 4196468 140735146909408 139770797714064 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27385] ppid=27379 vsize=15151148 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084722 15514775552 24972 33554432000 4194304 4196468 140735146909408 139770796661008 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27386] ppid=27379 vsize=15151148 memory=38320 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27379 27379 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409084722 15514775552 24972 33554432000 4194304 4196468 140735146909408 139770795608464 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27387] ppid=27379 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27379 27379 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409084724 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769786915568 139770846157442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27388] ppid=27379 vsize=15151148 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27379 27379 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409084724 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769785861792 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27389] ppid=27379 vsize=15151148 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27379 27379 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409084724 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769784808688 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27390] ppid=27379 vsize=15151148 memory=580 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769783757264 139770846164891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27391] ppid=27379 vsize=15151148 memory=1720 CPUtime=0.33 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) R 27379 27379 18186 0 -1 4202560 1348 0 0 0 33 0 0 0 20 0 15 0 409084727 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769782693168 139770830892112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27392] ppid=27379 vsize=15151148 memory=10604 CPUtime=0.32 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) R 27379 27379 18186 0 -1 4202560 1348 0 0 0 32 0 0 0 20 0 15 0 409084727 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769781652120 139770827325949 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27393] ppid=27379 vsize=15151148 memory=3360 CPUtime=0.35 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) S 27379 27379 18186 0 -1 1077944384 1930 0 0 0 35 0 0 0 20 0 15 0 409084727 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769780598768 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27394] ppid=27379 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409084727 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769336912224 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27395] ppid=27379 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27379 27379 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409084727 15514775552 24972 33554432000 4194304 4196468 140735146909408 139769335860272 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 101336 KiB

[startup+1.50171 s]
/proc/loadavg: 8.52 8.50 7.56 8/233 27395
/proc/meminfo: memFree=16065672/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0

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

/proc/27381/task/27424/stat : 27424 (java) R 27379 27379 18186 0 -1 4202560 17 0 0 0 59 0 0 0 20 0 19 0 409084965 15790571520 52635 33554432000 4194304 4196468 140735146909408 139769321632184 139770472618684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 10.99 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 211988 KiB

[startup+6.3017 s]
/proc/loadavg: 8.47 8.49 7.56 9/237 27424
/proc/meminfo: memFree=15992092/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0
[pid=27381] ppid=27379 vsize=15420480 memory=211720 CPUtime=23.67 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27379 27379 18186 0 -1 1077944320 22560 0 0 0 2354 13 0 0 20 0 19 0 409084721 15790571520 52930 33554432000 4194304 4196468 140735146909408 140735146891952 139770846146295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
/proc/27381/statm: 3855120 52930 3513 1 0 3816222 0
[pid=27381/tid=27382] ppid=27379 vsize=15420480 memory=0 CPUtime=1 cores=1,3,5,7
/proc/27381/task/27382/stat : 27382 (java) S 27379 27379 18186 0 -1 1077944384 9477 0 0 0 95 5 0 0 20 0 19 0 409084721 15790571520 52930 33554432000 4194304 4196468 140735146909408 139770850387072 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27383] ppid=27379 vsize=15420480 memory=164 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27379 27379 18186 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52930 33554432000 4194304 4196468 140735146909408 139770798766608 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27384] ppid=27379 vsize=15420480 memory=7976406965554101975 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27379 27379 18186 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52930 33554432000 4194304 4196468 140735146909408 139770797714064 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27385] ppid=27379 vsize=15420480 memory=-7022074515825631275 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27379 27379 18186 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52930 33554432000 4194304 4196468 140735146909408 139770796661008 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27386] ppid=27379 vsize=15420480 memory=211720 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27379 27379 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52930 33554432000 4194304 4196468 140735146909408 139770795608464 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27387] ppid=27379 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27379 27379 18186 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769786915568 139770846157442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27388] ppid=27379 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27379 27379 18186 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769785861792 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27389] ppid=27379 vsize=15420480 memory=211720 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27379 27379 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769784808688 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27390] ppid=27379 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769783757264 139770846164891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27391] ppid=27379 vsize=15420480 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27379 27379 18186 0 -1 1077944384 4072 0 0 0 162 1 0 0 20 0 19 0 409084727 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769782704368 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27392] ppid=27379 vsize=15420480 memory=2276 CPUtime=1.79 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27379 27379 18186 0 -1 1077944384 2610 0 0 0 179 0 0 0 20 0 19 0 409084727 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769781651824 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27393] ppid=27379 vsize=15420480 memory=288230377007612191 CPUtime=0.78 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) S 27379 27379 18186 0 -1 1077944384 3165 0 0 0 78 0 0 0 20 0 19 0 409084727 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769780598768 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27394] ppid=27379 vsize=15420480 memory=288291056406234283 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769336912224 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27395] ppid=27379 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27379 27379 18186 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769335860272 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27421] ppid=27379 vsize=15420480 memory=2372 CPUtime=3.75 cores=1,3,5,7
/proc/27381/task/27421/stat : 27421 (java) R 27379 27379 18186 0 -1 4202560 68 0 0 0 375 0 0 0 20 0 19 0 409084965 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769323736440 139770472618593 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27422] ppid=27379 vsize=15420480 memory=0 CPUtime=3.62 cores=1,3,5,7
/proc/27381/task/27422/stat : 27422 (java) R 27379 27379 18186 0 -1 4202560 167 0 0 0 361 1 0 0 20 0 19 0 409084965 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769324792280 139770472505769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27423] ppid=27379 vsize=15420480 memory=-3040564339240289162 CPUtime=3.45 cores=1,3,5,7
/proc/27381/task/27423/stat : 27423 (java) R 27379 27379 18186 0 -1 4202560 429 0 0 0 345 0 0 0 20 0 19 0 409084965 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769320579072 139770472619017 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27424] ppid=27379 vsize=15420480 memory=6656426216303648864 CPUtime=3.71 cores=1,3,5,7
/proc/27381/task/27424/stat : 27424 (java) R 27379 27379 18186 0 -1 4202560 305 0 0 0 371 0 0 0 20 0 19 0 409084965 15790571520 52930 33554432000 4194304 4196468 140735146909408 139769321632280 139770472618684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 23.67 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 213168 KiB

[startup+6.53101 s]
# the end of solver process 27379 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.4273 s, system=0.142381 s

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

[startup+6.40171 s]
/proc/loadavg: 8.47 8.49 7.56 9/237 27424
/proc/meminfo: memFree=15992092/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0
[pid=27381] ppid=27379 vsize=15420480 memory=211724 CPUtime=24.07 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27379 27379 18186 0 -1 1077944320 22638 0 0 0 2394 13 0 0 20 0 19 0 409084721 15790571520 52931 33554432000 4194304 4196468 140735146909408 140735146891952 139770846146295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
/proc/27381/statm: 3855120 52931 3513 1 0 3816222 0
[pid=27381/tid=27382] ppid=27379 vsize=15420480 memory=288283364035920582 CPUtime=1 cores=1,3,5,7
/proc/27381/task/27382/stat : 27382 (java) S 27379 27379 18186 0 -1 1077944384 9477 0 0 0 95 5 0 0 20 0 19 0 409084721 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770850387072 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27383] ppid=27379 vsize=15420480 memory=3012652 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27379 27379 18186 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770798766608 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27384] ppid=27379 vsize=15420480 memory=280213599013856 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27379 27379 18186 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770797714064 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27385] ppid=27379 vsize=15420480 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27379 27379 18186 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770796661008 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27386] ppid=27379 vsize=15420480 memory=15818902244428187 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27379 27379 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770795608464 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27387] ppid=27379 vsize=15420480 memory=5964 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27379 27379 18186 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769786915568 139770846157442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27388] ppid=27379 vsize=15420480 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27379 27379 18186 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769785861792 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27389] ppid=27379 vsize=15420480 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27379 27379 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769784808688 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27390] ppid=27379 vsize=15420480 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769783757264 139770846164891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27391] ppid=27379 vsize=15420480 memory=984 CPUtime=1.64 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27379 27379 18186 0 -1 1077944384 4150 0 0 0 163 1 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769782704368 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27392] ppid=27379 vsize=15420480 memory=14004 CPUtime=1.79 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27379 27379 18186 0 -1 1077944384 2610 0 0 0 179 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769781651824 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27393] ppid=27379 vsize=15420480 memory=38320 CPUtime=0.78 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) S 27379 27379 18186 0 -1 1077944384 3165 0 0 0 78 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769780598768 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27394] ppid=27379 vsize=15420480 memory=988 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769336912224 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27395] ppid=27379 vsize=15420480 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27379 27379 18186 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769335860272 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27421] ppid=27379 vsize=15420480 memory=1436 CPUtime=3.85 cores=1,3,5,7
/proc/27381/task/27421/stat : 27421 (java) R 27379 27379 18186 0 -1 4202560 68 0 0 0 385 0 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769323736440 139770472618852 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27422] ppid=27379 vsize=15420480 memory=580 CPUtime=3.72 cores=1,3,5,7
/proc/27381/task/27422/stat : 27422 (java) R 27379 27379 18186 0 -1 4202560 167 0 0 0 371 1 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769324790472 139770472618984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27423] ppid=27379 vsize=15420480 memory=1720 CPUtime=3.55 cores=1,3,5,7
/proc/27381/task/27423/stat : 27423 (java) R 27379 27379 18186 0 -1 4202560 429 0 0 0 355 0 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769320579072 139770472618962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27424] ppid=27379 vsize=15420480 memory=10604 CPUtime=3.81 cores=1,3,5,7
/proc/27381/task/27424/stat : 27424 (java) R 27379 27379 18186 0 -1 4202560 305 0 0 0 381 0 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769321632280 139770472620536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 24.07 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 213172 KiB

[startup+6.50171 s]
/proc/loadavg: 8.47 8.49 7.56 9/237 27424
/proc/meminfo: memFree=15992092/32770624 swapFree=66959212/67108860
[pid=27379] ppid=27376 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27379/stat : 27379 (xcsp3-exec) S 27376 27379 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409084721 115843072 362 33554432000 4194304 5098028 140724401581392 140724401579496 140486986625660 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31399936 140724401582971 140724401583213 140724401583213 140724401586122 0
/proc/27379/statm: 28282 362 304 221 0 87 0
[pid=27381] ppid=27379 vsize=15420480 memory=211724 CPUtime=24.46 cores=1,3,5,7
/proc/27381/stat : 27381 (java) S 27379 27379 18186 0 -1 1077944320 22639 0 0 0 2433 13 0 0 20 0 19 0 409084721 15790571520 52931 33554432000 4194304 4196468 140735146909408 140735146891952 139770846146295 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
/proc/27381/statm: 3855120 52931 3513 1 0 3816222 0
[pid=27381/tid=27382] ppid=27379 vsize=15420480 memory=0 CPUtime=1 cores=1,3,5,7
/proc/27381/task/27382/stat : 27382 (java) S 27379 27379 18186 0 -1 1077944384 9477 0 0 0 95 5 0 0 20 0 19 0 409084721 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770850387072 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27383] ppid=27379 vsize=15420480 memory=280213598782336 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27383/stat : 27383 (java) S 27379 27379 18186 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770798766608 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27384] ppid=27379 vsize=15420480 memory=9126232286719478932 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27384/stat : 27384 (java) S 27379 27379 18186 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770797714064 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27385] ppid=27379 vsize=15420480 memory=6944656592452807326 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27385/stat : 27385 (java) S 27379 27379 18186 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770796661008 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27386] ppid=27379 vsize=15420480 memory=211720 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27386/stat : 27386 (java) S 27379 27379 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 409084722 15790571520 52931 33554432000 4194304 4196468 140735146909408 139770795608464 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27387] ppid=27379 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27387/stat : 27387 (java) S 27379 27379 18186 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769786915568 139770846157442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27388] ppid=27379 vsize=15420480 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27388/stat : 27388 (java) S 27379 27379 18186 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769785861792 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27389] ppid=27379 vsize=15420480 memory=211720 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27389/stat : 27389 (java) S 27379 27379 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409084724 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769784808688 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27390] ppid=27379 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27390/stat : 27390 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769783757264 139770846164891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27391] ppid=27379 vsize=15420480 memory=2372 CPUtime=1.64 cores=1,3,5,7
/proc/27381/task/27391/stat : 27391 (java) S 27379 27379 18186 0 -1 1077944384 4150 0 0 0 163 1 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769782704368 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 24 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27392] ppid=27379 vsize=15420480 memory=0 CPUtime=1.79 cores=1,3,5,7
/proc/27381/task/27392/stat : 27392 (java) S 27379 27379 18186 0 -1 1077944384 2610 0 0 0 179 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769781651824 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27393] ppid=27379 vsize=15420480 memory=-3040564339240289162 CPUtime=0.78 cores=1,3,5,7
/proc/27381/task/27393/stat : 27393 (java) S 27379 27379 18186 0 -1 1077944384 3165 0 0 0 78 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769780598768 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 27 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27394] ppid=27379 vsize=15420480 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27394/stat : 27394 (java) S 27379 27379 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769336912224 139770846156501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27395] ppid=27379 vsize=15420480 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27381/task/27395/stat : 27395 (java) S 27379 27379 18186 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 19 0 409084727 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769335860272 139770846157442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27421] ppid=27379 vsize=15420480 memory=776 CPUtime=3.95 cores=1,3,5,7
/proc/27381/task/27421/stat : 27421 (java) R 27379 27379 18186 0 -1 4202560 68 0 0 0 395 0 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769323736440 139770472527055 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27422] ppid=27379 vsize=15420480 memory=20036 CPUtime=3.82 cores=1,3,5,7
/proc/27381/task/27422/stat : 27422 (java) R 27379 27379 18186 0 -1 4202560 168 0 0 0 381 1 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769324790472 139770472618852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27423] ppid=27379 vsize=15420480 memory=7380668963402968427 CPUtime=3.65 cores=1,3,5,7
/proc/27381/task/27423/stat : 27423 (java) R 27379 27379 18186 0 -1 4202560 429 0 0 0 365 0 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769320579072 139770473884924 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
[pid=27381/tid=27424] ppid=27379 vsize=15420480 memory=8099281270386221677 CPUtime=3.91 cores=1,3,5,7
/proc/27381/task/27424/stat : 27424 (java) R 27379 27379 18186 0 -1 4202560 305 0 0 0 391 0 0 0 20 0 19 0 409084965 15790571520 52931 33554432000 4194304 4196468 140735146909408 139769321632280 139770472505069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16969728 140735146910703 140735146910874 140735146910874 140735146913743 0
Current children cumulated CPU time: 24.46 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 213172 KiB

Child status: 0
Real time (s): 6.53105
CPU time (s): 24.5697
CPU user time (s): 24.4273
CPU system time (s): 0.142381
CPU usage (%): 376.198
Max. virtual memory (cumulated for all children) (KiB): 15533608
Max. memory (cumulated for all children) (KiB): 213172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.4273
system time used= 0.142381
maximum resident set size= 211964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2645
involuntary context switches= 878


# summary of solver processes directly reported to runsolver:
#   pid: 27379
#   total CPU time (s): 24.5697
#   total CPU user time (s): 24.4273
#   total CPU system time (s): 0.142381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057149 second user time and 0.122273 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 01:36:45
IDJOB=4394130
IDBENCH=127982
IDSOLVER=2842
FILE ID=node124/4394130-1568331445
RUNJOBID= node124-1568329129-18218
PBS_JOBID= 21701157
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-8.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394130-1568331445/watcher-4394130-1568331445 -o /tmp/evaluation-result-4394130-1568331445/solver-4394130-1568331445 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18218 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 583993360 HOME/instance-4394130-1568331445.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=583993360

node124.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.47
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.47
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.47
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.47
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:        16273048 kB
MemAvailable:   28153312 kB
Buffers:          159928 kB
Cached:         11883732 kB
SwapCached:        45868 kB
Active:          4650832 kB
Inactive:       11099832 kB
Active(anon):    3662548 kB
Inactive(anon):    85948 kB
Active(file):     988284 kB
Inactive(file): 11013884 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:       3804184 kB
Mapped:            56196 kB
Shmem:             32744 kB
Slab:             335576 kB
SReclaimable:     306556 kB
SUnreclaim:        29020 kB
KernelStack:        4064 kB
PageTables:        12740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5446468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3672064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 01:36:52