Trace number 4394120

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-14OPT32 11.6612 3.25643

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-18-3-6-8.xml
MD5SUM5d7a010bf2d95efed7f70b0fa6bbffad
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark1.40566
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints73
Number of domains19
Minimum domain size4
Maximum domain size19
Distribution of domain sizes[{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":2},{"size":19,"count":36}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":18},{"degree":19,"count":17},{"degree":20,"count":1},{"degree":21,"count":18}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":36},{"arity":18,"count":18},{"arity":19,"count":18}]
Number of extensional constraints36
Number of intensional constraints19
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":19},{"type":"count","count":18}]
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-4394120-1568331520.xml"  -tl '2400s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4394120-1568331520.xml, -tl, 2400s, -p, 4]
0.14/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
2.46/0.93	c solve instance...
2.46/1.01	o -1000 
3.22/1.18	o -983 
7.56/2.23	o -980 
7.56/2.25	o -978 
8.74/2.52	o -975 
8.74/2.52	o -974 
9.53/2.73	o 6 
9.91/2.85	o 18 
10.30/2.97	o 21 
10.30/2.98	o 29 
11.13/3.11	o 32 
11.49/3.23	s OPTIMUM FOUND
11.49/3.23	v <instantiation>
11.49/3.23	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] 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] 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] </list>
11.49/3.23	v 	<values>6 0 1 9 3 4 12 -1 2 8 11 5 13 14 15 16 10 -1 0 15 14 11 10 9 1 -1 13 12 7 8 2 3 4 5 6 -1 3 -1 1 5 1 4 3 0 1 1 9 2 -2 2 1 3 -1 0 </values>
11.49/3.23	v </instantiation>

Verifier Data

OK	32

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 (5766 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-4394120-1568331520/watcher-4394120-1568331520 -o /tmp/evaluation-result-4394120-1568331520/solver-4394120-1568331520 -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 1138215649 HOME/instance-4394120-1568331520.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=27632, runsolver pid=27629

[startup+0.10689 s]*
/proc/loadavg: 8.06 8.40 7.60 6/233 27648
/proc/meminfo: memFree=15701788/32770624 swapFree=66959212/67108860
[pid=27632] ppid=27629 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (xcsp3-exec) S 27629 27632 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409092171 115843072 362 33554432000 4194304 5098028 140732803047712 140732803045816 139756713353852 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27373568 140732803056506 140732803056749 140732803056749 140732803059658 0
/proc/27632/statm: 28282 362 304 221 0 87 0
[pid=27634] ppid=27632 vsize=15144768 memory=30032 CPUtime=0.14 cores=1,3,5,7
/proc/27634/stat : 27634 (java) S 27632 27632 18186 0 -1 1077944320 5967 0 0 0 13 1 0 0 20 0 15 0 409092171 15508242432 7508 33554432000 4194304 4196468 140726472696112 140726472678656 140374829485815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
/proc/27634/statm: 3786192 7508 3180 1 0 3748377 0
[pid=27634/tid=27635] ppid=27632 vsize=15144768 memory=-6962121287837372198 CPUtime=0.1 cores=1,3,5,7
/proc/27634/task/27635/stat : 27635 (java) R 27632 27632 18186 0 -1 4202560 3844 0 0 0 9 1 0 0 20 0 15 0 409092172 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374833707088 140374813529445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27636] ppid=27632 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27636/stat : 27636 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374421592976 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27637] ppid=27632 vsize=15144768 memory=140235222488704 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27637/stat : 27637 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374420540176 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27638] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27638/stat : 27638 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374419487888 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27639] ppid=27632 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27639/stat : 27639 (java) S 27632 27632 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374418435088 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27640] ppid=27632 vsize=15144768 memory=140235222488704 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27640/stat : 27640 (java) S 27632 27632 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409092174 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374365321328 140374829496962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27641] ppid=27632 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27641/stat : 27641 (java) S 27632 27632 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409092174 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374364267296 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27642] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27642/stat : 27642 (java) S 27632 27632 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409092174 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374295176304 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27643] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27643/stat : 27643 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374294124624 140374829504411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27644] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27644/stat : 27644 (java) R 27632 27632 18186 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374293072592 140374829496021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27645] ppid=27632 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27645/stat : 27645 (java) S 27632 27632 18186 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374292019696 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27646] ppid=27632 vsize=15144768 memory=140235222488704 CPUtime=0.02 cores=1,3,5,7
/proc/27634/task/27646/stat : 27646 (java) S 27632 27632 18186 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 409092177 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374290965200 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27647] ppid=27632 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27647/stat : 27647 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374289914848 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27648] ppid=27632 vsize=15144768 memory=140235222488704 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27648/stat : 27648 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 7508 33554432000 4194304 4196468 140726472696112 140374288861616 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31480 KiB

[startup+0.21386 s]*
/proc/loadavg: 8.06 8.40 7.60 6/233 27648
/proc/meminfo: memFree=15689180/32770624 swapFree=66959212/67108860
[pid=27632] ppid=27629 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (xcsp3-exec) S 27629 27632 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409092171 115843072 362 33554432000 4194304 5098028 140732803047712 140732803045816 139756713353852 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27373568 140732803056506 140732803056749 140732803056749 140732803059658 0
/proc/27632/statm: 28282 362 304 221 0 87 0
[pid=27634] ppid=27632 vsize=15144768 memory=41096 CPUtime=0.35 cores=1,3,5,7
/proc/27634/stat : 27634 (java) S 27632 27632 18186 0 -1 1077944320 9484 0 0 0 32 3 0 0 20 0 15 0 409092171 15508242432 10274 33554432000 4194304 4196468 140726472696112 140726472678656 140374829485815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
/proc/27634/statm: 3786192 10274 3298 1 0 3748377 0
[pid=27634/tid=27635] ppid=27632 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/27634/task/27635/stat : 27635 (java) R 27632 27632 18186 0 -1 4202560 6649 0 0 0 18 2 0 0 20 0 15 0 409092172 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374833720800 140374829507645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27636] ppid=27632 vsize=15144768 memory=1965945 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27636/stat : 27636 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374421592976 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27637] ppid=27632 vsize=15144768 memory=4049212992127178400 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27637/stat : 27637 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374420540176 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27638] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27638/stat : 27638 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374419487888 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27639] ppid=27632 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27639/stat : 27639 (java) S 27632 27632 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409092172 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374418435088 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27640] ppid=27632 vsize=15144768 memory=140235222488704 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27640/stat : 27640 (java) S 27632 27632 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409092174 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374365321328 140374829496962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27641] ppid=27632 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27641/stat : 27641 (java) S 27632 27632 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409092174 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374364267296 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27642] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27642/stat : 27642 (java) S 27632 27632 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409092174 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374295176304 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27643] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27643/stat : 27643 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374294124624 140374829504411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27644] ppid=27632 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27634/task/27644/stat : 27644 (java) S 27632 27632 18186 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 409092177 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374293072496 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27645] ppid=27632 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27634/task/27645/stat : 27645 (java) S 27632 27632 18186 0 -1 1077944384 490 0 0 0 2 0 0 0 20 0 15 0 409092177 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374292019696 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27646] ppid=27632 vsize=15144768 memory=140235222488704 CPUtime=0.08 cores=1,3,5,7
/proc/27634/task/27646/stat : 27646 (java) R 27632 27632 18186 0 -1 4202560 696 0 0 0 8 0 0 0 20 0 15 0 409092177 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374290966592 140374807080544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27647] ppid=27632 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27647/stat : 27647 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374289914848 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27648] ppid=27632 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27648/stat : 27648 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092177 15508242432 10274 33554432000 4194304 4196468 140726472696112 140374288861616 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42544 KiB

[startup+0.315873 s]*
/proc/loadavg: 8.06 8.40 7.60 7/233 27648
/proc/meminfo: memFree=15682268/32770624 swapFree=66959212/67108860
[pid=27632] ppid=27629 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (xcsp3-exec) S 27629 27632 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409092171 115843072 362 33554432000 4194304 5098028 140732803047712 140732803045816 139756713353852 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27373568 140732803056506 140732803056749 140732803056749 140732803059658 0
/proc/27632/statm: 28282 362 304 221 0 87 0
[pid=27634] ppid=27632 vsize=15149024 memory=50060 CPUtime=0.53 cores=1,3,5,7
/proc/27634/stat : 27634 (java) S 27632 27632 18186 0 -1 1077944320 10892 0 0 0 50 3 0 0 20 0 15 0 409092171 15512600576 12515 33554432000 4194304 4196468 140726472696112 140726472678656 140374829485815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
/proc/27634/statm: 3787256 12515 3360 1 0 3748377 0
[pid=27634/tid=27635] ppid=27632 vsize=15149024 memory=6791534058613427641 CPUtime=0.31 cores=1,3,5,7
/proc/27634/task/27635/stat : 27635 (java) R 27632 27632 18186 0 -1 4202560 7886 0 0 0 28 3 0 0 20 0 15 0 409092172 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374833716928 140374813566302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27636] ppid=27632 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27636/stat : 27636 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374421592976 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27637] ppid=27632 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27637/stat : 27637 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374420540176 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27638] ppid=27632 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27638/stat : 27638 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374419487888 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27639] ppid=27632 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27639/stat : 27639 (java) S 27632 27632 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409092172 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374418435088 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27640] ppid=27632 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27640/stat : 27640 (java) S 27632 27632 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409092174 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374365321328 140374829496962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27641] ppid=27632 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27641/stat : 27641 (java) S 27632 27632 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409092174 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374364267296 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27642] ppid=27632 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27642/stat : 27642 (java) S 27632 27632 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409092174 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374295176304 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27643] ppid=27632 vsize=15149024 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27643/stat : 27643 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374294124624 140374829504411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27644] ppid=27632 vsize=15149024 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/27634/task/27644/stat : 27644 (java) S 27632 27632 18186 0 -1 1077944384 358 0 0 0 4 0 0 0 20 0 15 0 409092177 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374293072496 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27645] ppid=27632 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/27634/task/27645/stat : 27645 (java) S 27632 27632 18186 0 -1 1077944384 581 0 0 0 5 0 0 0 20 0 15 0 409092177 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374292019696 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27646] ppid=27632 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/27634/task/27646/stat : 27646 (java) S 27632 27632 18186 0 -1 1077944384 764 0 0 0 12 0 0 0 20 0 15 0 409092177 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374290967408 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27647] ppid=27632 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27647/stat : 27647 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374289914848 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27648] ppid=27632 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27648/stat : 27648 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092177 15512600576 12515 33554432000 4194304 4196468 140726472696112 140374288861616 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51508 KiB

[startup+0.703721 s]
/proc/loadavg: 8.06 8.40 7.60 9/233 27648
/proc/meminfo: memFree=15657804/32770624 swapFree=66959212/67108860
[pid=27632] ppid=27629 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (xcsp3-exec) S 27629 27632 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409092171 115843072 362 33554432000 4194304 5098028 140732803047712 140732803045816 139756713353852 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27373568 140732803056506 140732803056749 140732803056749 140732803059658 0
/proc/27632/statm: 28282 362 304 221 0 87 0
[pid=27634] ppid=27632 vsize=15151148 memory=98212 CPUtime=1.76 cores=1,3,5,7
/proc/27634/stat : 27634 (java) S 27632 27632 18186 0 -1 1077944320 15165 0 0 0 171 5 0 0 20 0 15 0 409092171 15514775552 24553 33554432000 4194304 4196468 140726472696112 140726472678656 140374829485815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
/proc/27634/statm: 3787787 24553 3445 1 0 3748889 0
[pid=27634/tid=27635] ppid=27632 vsize=15151148 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/27634/task/27635/stat : 27635 (java) R 27632 27632 18186 0 -1 4202560 9241 0 0 0 64 4 0 0 20 0 15 0 409092172 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374833709424 140374829497750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27636] ppid=27632 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27636/stat : 27636 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374421592976 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27637] ppid=27632 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27637/stat : 27637 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374420540176 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27638] ppid=27632 vsize=15151148 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27638/stat : 27638 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092172 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374419487888 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27639] ppid=27632 vsize=15151148 memory=38320 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27639/stat : 27639 (java) S 27632 27632 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409092172 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374418435088 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27640] ppid=27632 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27640/stat : 27640 (java) S 27632 27632 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409092174 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374365321328 140374829496962 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27641] ppid=27632 vsize=15151148 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27641/stat : 27641 (java) S 27632 27632 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409092174 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374364267296 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27642] ppid=27632 vsize=15151148 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27642/stat : 27642 (java) S 27632 27632 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409092174 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374295176304 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27643] ppid=27632 vsize=15151148 memory=580 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27643/stat : 27643 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374294124624 140374829504411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27644] ppid=27632 vsize=15151148 memory=1720 CPUtime=0.34 cores=1,3,5,7
/proc/27634/task/27644/stat : 27644 (java) R 27632 27632 18186 0 -1 4202560 1317 0 0 0 34 0 0 0 20 0 15 0 409092177 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374293071680 140374808924890 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27645] ppid=27632 vsize=15151148 memory=10604 CPUtime=0.36 cores=1,3,5,7
/proc/27634/task/27645/stat : 27645 (java) R 27632 27632 18186 0 -1 4202560 1551 0 0 0 36 0 0 0 20 0 15 0 409092177 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374292010080 140374807081248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27646] ppid=27632 vsize=15151148 memory=3360 CPUtime=0.36 cores=1,3,5,7
/proc/27634/task/27646/stat : 27646 (java) R 27632 27632 18186 0 -1 1077944384 1750 0 0 0 36 0 0 0 20 0 15 0 409092177 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374290967408 140374829496962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27647] ppid=27632 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27647/stat : 27647 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409092177 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374289914848 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27648] ppid=27632 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27648/stat : 27648 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409092177 15514775552 24553 33554432000 4194304 4196468 140726472696112 140374288861616 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 99660 KiB

[startup+1.50788 s]
/proc/loadavg: 8.06 8.40 7.60 12/237 27652
/proc/meminfo: memFree=15554548/32770624 swapFree=66959212/67108860
[pid=27632] ppid=27629 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (xcsp3-exec) S 27629 27632 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409092171 115843072 362 33554432000 4194304 5098028 140732803047712 140732803045816 139756713353852 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27373568 140732803056506 140732803056749 140732803056749 140732803059658 0
/proc/27632/statm: 28282 362 304 221 0 87 0
[pid=27634] ppid=27632 vsize=15420480 memory=210524 CPUtime=4.79 cores=1,3,5,7
/proc/27634/stat : 27634 (java) S 27632 27632 18186 0 -1 1077944320 18077 0 0 0 469 10 0 0 20 0 19 0 409092171 15790571520 52631 33554432000 4194304 4196468 140726472696112 140726472678656 140374829485815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
/proc/27634/statm: 3855120 52631 3479 1 0 3816222 0
[pid=27634/tid=27635] ppid=27632 vsize=15420480 memory=0 CPUtime=0.92 cores=1,3,5,7
/proc/27634/task/27635/stat : 27635 (java) S 27632 27632 18186 0 -1 1077944384 9418 0 0 0 86 6 0 0 20 0 19 0 409092172 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374833726592 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27636] ppid=27632 vsize=15420480 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27634/task/27636/stat : 27636 (java) S 27632 27632 18186 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 19 0 409092172 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374421592976 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27637] ppid=27632 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27637/stat : 27637 (java) S 27632 27632 18186 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 409092172 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374420540176 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27638] ppid=27632 vsize=15420480 memory=33 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27638/stat : 27638 (java) S 27632 27632 18186 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 409092172 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374419487888 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27639] ppid=27632 vsize=15420480 memory=-7816663703405220396 CPUtime=0.01 cores=1,3,5,7
/proc/27634/task/27639/stat : 27639 (java) S 27632 27632 18186 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 19 0 409092172 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374418435088 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27640] ppid=27632 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27640/stat : 27640 (java) S 27632 27632 18186 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 19 0 409092174 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374365321328 140374829496962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27641] ppid=27632 vsize=15420480 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27641/stat : 27641 (java) S 27632 27632 18186 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 409092174 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374364267296 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27642] ppid=27632 vsize=15420480 memory=4817 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27642/stat : 27642 (java) S 27632 27632 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409092174 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374295176304 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27643] ppid=27632 vsize=15420480 memory=288230596034167089 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27643/stat : 27643 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409092177 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374294124624 140374829504411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27644] ppid=27632 vsize=15420480 memory=14409319747683899 CPUtime=1 cores=1,3,5,7
/proc/27634/task/27644/stat : 27644 (java) R 27632 27632 18186 0 -1 4202560 1921 0 0 0 100 0 0 0 20 0 19 0 409092177 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374293058520 140374814410813 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27645] ppid=27632 vsize=15420480 memory=8836 CPUtime=0.94 cores=1,3,5,7
/proc/27634/task/27645/stat : 27645 (java) R 27632 27632 18186 0 -1 4202560 2191 0 0 0 94 0 0 0 20 0 19 0 409092177 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374292006200 140374809329392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27646] ppid=27632 vsize=15420480 memory=11044 CPUtime=0.62 cores=1,3,5,7
/proc/27634/task/27646/stat : 27646 (java) R 27632 27632 18186 0 -1 1077944384 2715 0 0 0 62 0 0 0 20 0 19 0 409092177 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374290967408 140374829496962 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27647] ppid=27632 vsize=15420480 memory=140235222488737 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27647/stat : 27647 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409092177 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374289914848 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27648] ppid=27632 vsize=15420480 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27648/stat : 27648 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409092177 15790571520 52631 33554432000 4194304 4196468 140726472696112 140374288861616 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 211972 KiB

[startup+3.11079 s]
/proc/loadavg: 8.30 8.44 7.62 11/237 27692
/proc/meminfo: memFree=15515836/32770624 swapFree=66959212/67108860
[pid=27632] ppid=27629 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (xcsp3-exec) S 27629 27632 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409092171 115843072 362 33554432000 4194304 5098028 140732803047712 140732803045816 139756713353852 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27373568 140732803056506 140732803056749 140732803056749 140732803059658 0
/proc/27632/statm: 28282 362 304 221 0 87 0
[pid=27634] ppid=27632 vsize=15487044 memory=215996 CPUtime=11.13 cores=1,3,5,7
/proc/27634/stat : 27634 (java) S 27632 27632 18186 0 -1 1077944320 19947 0 0 0 1102 11 0 0 20 0 19 0 409092171 15858733056 53999 33554432000 4194304 4196468 140726472696112 140726472678656 140374829485815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
/proc/27634/statm: 3871761 53999 3510 1 0 3832863 0
[pid=27634/tid=27635] ppid=27632 vsize=15487044 memory=56 CPUtime=0.92 cores=1,3,5,7
/proc/27634/task/27635/stat : 27635 (java) R 27632 27632 18186 0 -1 1077944384 9419 0 0 0 86 6 0 0 20 0 19 0 409092172 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374833726592 140374829496021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27636] ppid=27632 vsize=15487044 memory=280470223349696 CPUtime=0.01 cores=1,3,5,7
/proc/27634/task/27636/stat : 27636 (java) S 27632 27632 18186 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 19 0 409092172 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374421592976 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27637] ppid=27632 vsize=15487044 memory=280470223393888 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27637/stat : 27637 (java) S 27632 27632 18186 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 409092172 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374420540176 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27638] ppid=27632 vsize=15487044 memory=288230591722422566 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27638/stat : 27638 (java) S 27632 27632 18186 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 409092172 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374419487888 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27639] ppid=27632 vsize=15487044 memory=14695184180971024 CPUtime=0.01 cores=1,3,5,7
/proc/27634/task/27639/stat : 27639 (java) S 27632 27632 18186 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 19 0 409092172 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374418435088 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27640] ppid=27632 vsize=15487044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27640/stat : 27640 (java) S 27632 27632 18186 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 19 0 409092174 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374365321328 140374829496962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27641] ppid=27632 vsize=15487044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27641/stat : 27641 (java) S 27632 27632 18186 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 409092174 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374364267296 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27642] ppid=27632 vsize=15487044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27642/stat : 27642 (java) S 27632 27632 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409092174 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374295176304 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27643] ppid=27632 vsize=15487044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27643/stat : 27643 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409092177 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374294124624 140374829504411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27644] ppid=27632 vsize=15487044 memory=0 CPUtime=1.74 cores=1,3,5,7
/proc/27634/task/27644/stat : 27644 (java) R 27632 27632 18186 0 -1 4202560 2504 0 0 0 174 0 0 0 20 0 19 0 409092177 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374293072792 140374808724288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27645] ppid=27632 vsize=15487044 memory=0 CPUtime=1.75 cores=1,3,5,7
/proc/27634/task/27645/stat : 27645 (java) R 27632 27632 18186 0 -1 4202560 2814 0 0 0 175 0 0 0 20 0 19 0 409092177 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374292019992 140374814367744 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27646] ppid=27632 vsize=15487044 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27634/task/27646/stat : 27646 (java) S 27632 27632 18186 0 -1 1077944384 2810 0 0 0 67 0 0 0 20 0 19 0 409092177 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374290967408 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27647] ppid=27632 vsize=15487044 memory=280470223501776 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27647/stat : 27647 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409092177 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374289914848 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27648] ppid=27632 vsize=15487044 memory=-3039135443232236825 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27648/stat : 27648 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409092177 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374288861616 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27689] ppid=27632 vsize=15487044 memory=-2605811476043407915 CPUtime=0.06 cores=1,3,5,7
/proc/27634/task/27689/stat : 27689 (java) S 27632 27632 18186 0 -1 1077944384 17 0 0 0 6 0 0 0 20 0 19 0 409092469 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374276743856 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27690] ppid=27632 vsize=15487044 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/27634/task/27690/stat : 27690 (java) S 27632 27632 18186 0 -1 1077944384 17 0 0 0 8 0 0 0 20 0 19 0 409092469 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374273586256 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27691] ppid=27632 vsize=15487044 memory=-2605811476043407915 CPUtime=0.12 cores=1,3,5,7
/proc/27634/task/27691/stat : 27691 (java) S 27632 27632 18186 0 -1 1077944384 17 0 0 0 12 0 0 0 20 0 19 0 409092470 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374277796816 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27692] ppid=27632 vsize=15487044 memory=-4051592751533505334 CPUtime=0.11 cores=1,3,5,7
/proc/27634/task/27692/stat : 27692 (java) S 27632 27632 18186 0 -1 1077944384 17 0 0 0 11 0 0 0 20 0 19 0 409092470 15858733056 53999 33554432000 4194304 4196468 140726472696112 140374272533840 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
Current children cumulated CPU time: 11.13 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 217444 KiB

[startup+3.25638 s]
# the end of solver process 27632 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.5422 s, system=0.119033 s

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

[startup+3.20187 s]
/proc/loadavg: 8.30 8.44 7.62 11/237 27692
/proc/meminfo: memFree=15515836/32770624 swapFree=66959212/67108860
[pid=27632] ppid=27629 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27632/stat : 27632 (xcsp3-exec) S 27629 27632 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 409092171 115843072 362 33554432000 4194304 5098028 140732803047712 140732803045816 139756713353852 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27373568 140732803056506 140732803056749 140732803056749 140732803059658 0
/proc/27632/statm: 28282 362 304 221 0 87 0
[pid=27634] ppid=27632 vsize=15487044 memory=216896 CPUtime=11.49 cores=1,3,5,7
/proc/27634/stat : 27634 (java) S 27632 27632 18186 0 -1 1077944320 20265 0 0 0 1138 11 0 0 20 0 19 0 409092171 15858733056 54224 33554432000 4194304 4196468 140726472696112 140726472678656 140374829485815 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
/proc/27634/statm: 3871761 54224 3511 1 0 3832863 0
[pid=27634/tid=27635] ppid=27632 vsize=15487044 memory=8546823402028195750 CPUtime=0.92 cores=1,3,5,7
/proc/27634/task/27635/stat : 27635 (java) S 27632 27632 18186 0 -1 1077944384 9419 0 0 0 86 6 0 0 20 0 19 0 409092172 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374833726592 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27636] ppid=27632 vsize=15487044 memory=-3284643825843719562 CPUtime=0.01 cores=1,3,5,7
/proc/27634/task/27636/stat : 27636 (java) S 27632 27632 18186 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 19 0 409092172 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374421592976 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27637] ppid=27632 vsize=15487044 memory=-3833726747341067623 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27637/stat : 27637 (java) S 27632 27632 18186 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 409092172 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374420540176 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27638] ppid=27632 vsize=15487044 memory=-2605811476043407915 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27638/stat : 27638 (java) S 27632 27632 18186 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 19 0 409092172 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374419487888 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27639] ppid=27632 vsize=15487044 memory=-6873162000112450758 CPUtime=0.01 cores=1,3,5,7
/proc/27634/task/27639/stat : 27639 (java) S 27632 27632 18186 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 19 0 409092172 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374418435088 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27640] ppid=27632 vsize=15487044 memory=-6948047529741492128 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27640/stat : 27640 (java) S 27632 27632 18186 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 19 0 409092174 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374365321328 140374829496962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27641] ppid=27632 vsize=15487044 memory=145 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27641/stat : 27641 (java) S 27632 27632 18186 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 409092174 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374364267296 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27642] ppid=27632 vsize=15487044 memory=301741386311532392 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27642/stat : 27642 (java) S 27632 27632 18186 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 409092174 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374295176304 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27643] ppid=27632 vsize=15487044 memory=14696279399595971 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27643/stat : 27643 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409092177 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374294124624 140374829504411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27644] ppid=27632 vsize=15487044 memory=0 CPUtime=1.83 cores=1,3,5,7
/proc/27634/task/27644/stat : 27644 (java) R 27632 27632 18186 0 -1 4202560 2520 0 0 0 183 0 0 0 20 0 19 0 409092177 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374293058560 140374814611681 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27645] ppid=27632 vsize=15487044 memory=0 CPUtime=1.82 cores=1,3,5,7
/proc/27634/task/27645/stat : 27645 (java) R 27632 27632 18186 0 -1 4202560 3049 0 0 0 182 0 0 0 20 0 19 0 409092177 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374292000712 140374809327238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27646] ppid=27632 vsize=15487044 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/27634/task/27646/stat : 27646 (java) S 27632 27632 18186 0 -1 1077944384 2810 0 0 0 67 0 0 0 20 0 19 0 409092177 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374290967408 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27647] ppid=27632 vsize=15487044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27647/stat : 27647 (java) S 27632 27632 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409092177 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374289914848 140374829496021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
[pid=27634/tid=27648] ppid=27632 vsize=15487044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27634/task/27648/stat : 27648 (java) S 27632 27632 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 409092177 15858733056 54224 33554432000 4194304 4196468 140726472696112 140374288861616 140374829496962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39079936 140726472700911 140726472701082 140726472701082 140726472703951 0
Current children cumulated CPU time: 11.49 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 218344 KiB

Child status: 0
Real time (s): 3.25643
CPU time (s): 11.6612
CPU user time (s): 11.5422
CPU system time (s): 0.119033
CPU usage (%): 358.097
Max. virtual memory (cumulated for all children) (KiB): 15600172
Max. memory (cumulated for all children) (KiB): 218344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5422
system time used= 0.119033
maximum resident set size= 217984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20857
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= 2178
involuntary context switches= 499


# summary of solver processes directly reported to runsolver:
#   pid: 27632
#   total CPU time (s): 11.6612
#   total CPU user time (s): 11.5422
#   total CPU system time (s): 0.119033

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052119 second user time and 0.072513 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 01:38:00
IDJOB=4394120
IDBENCH=128005
IDSOLVER=2842
FILE ID=node124/4394120-1568331520
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-18-3-6-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-4394120-1568331520/watcher-4394120-1568331520 -o /tmp/evaluation-result-4394120-1568331520/solver-4394120-1568331520 -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 1138215649 HOME/instance-4394120-1568331520.xml

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

MD5SUM BENCH= 5d7a010bf2d95efed7f70b0fa6bbffad
RANDOM SEED=1138215649

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:        15719300 kB
MemAvailable:   27599632 kB
Buffers:          160052 kB
Cached:         11883516 kB
SwapCached:        45868 kB
Active:          5203680 kB
Inactive:       11099948 kB
Active(anon):    4215488 kB
Inactive(anon):    85948 kB
Active(file):     988192 kB
Inactive(file): 11014000 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             26176 kB
Writeback:            20 kB
AnonPages:       4412156 kB
Mapped:            56248 kB
Shmem:             32744 kB
Slab:             335420 kB
SReclaimable:     306600 kB
SUnreclaim:        28820 kB
KernelStack:        4080 kB
PageTables:        13876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5447464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4280320 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:38:03