Trace number 4403815

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20OPT35 104.775 26.841

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-4.xml
MD5SUMe870fb3a9053f33a7d0d8e73b49cdad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark37.85
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":12},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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-4403815-1568991415.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403815-1568991415.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.40/1.38	c solve instance...
3.65/1.46	o -1000 
14.01/4.07	o -982 
18.76/5.28	o -981 
19.14/5.36	o -972 
19.54/5.49	o 6 
22.36/6.19	o 8 
22.71/6.21	o 10 
25.09/6.87	o 12 
25.48/6.91	o 17 
25.48/6.98	o 20 
33.03/8.83	o 23 
34.26/9.15	o 26 
35.01/9.34	o 31 
35.80/9.54	o 35 
104.64/26.83	s OPTIMUM FOUND
104.64/26.83	v <instantiation>
104.64/26.83	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] s[20] s[21] s[22] s[23] 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] p[20] p[21] p[22] p[23] 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] g[20] g[21] g[22] g[23] </list>
104.64/26.83	v 	<values>6 0 1 9 3 4 7 13 2 8 -1 5 18 12 -1 -1 -1 11 19 20 21 22 23 17 0 19 18 15 14 13 1 2 17 16 -1 12 4 3 -1 -1 -1 11 5 6 7 8 9 10 3 -5 7 -3 2 -1 -3 2 6 8 0 3 4 2 0 0 0 0 -3 9 -3 0 5 2 </values>
104.64/26.83	v </instantiation>

Verifier Data

OK	35

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403815-1568991415/watcher-4403815-1568991415 -o /var/tmp/evaluation-result-4403815-1568991415/solver-4403815-1568991415 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 573429365 HOME/instance-4403815-1568991415.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=9276, runsolver pid=9273

[startup+0.100059 s]*
/proc/loadavg: 7.89 8.33 7.97 8/233 9292
/proc/meminfo: memFree=15294988/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0
[pid=9278] ppid=9276 vsize=15144776 memory=29112 CPUtime=0.12 cores=0,2,4,6
/proc/9278/stat : 9278 (java) S 9276 9276 6055 0 -1 1077944320 5731 0 0 0 12 0 0 0 20 0 15 0 475404149 15508250624 7278 33554432000 4194304 4196468 140722932221424 140722932203968 140686328266487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
/proc/9278/statm: 3786194 7278 3137 1 0 3748377 0
[pid=9278/tid=9279] ppid=9276 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=0,2,4,6
/proc/9278/task/9279/stat : 9279 (java) R 9276 9276 6055 0 -1 4202560 3647 0 0 0 9 0 0 0 20 0 15 0 475404149 15508250624 7278 33554432000 4194304 4196468 140722932221424 140686332500064 140686308233478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9280] ppid=9276 vsize=15144776 memory=3472468322946364624 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9280/stat : 9280 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685920622992 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9281] ppid=9276 vsize=15144776 memory=140194051212928 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9281/stat : 9281 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685919570192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9282] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9282/stat : 9282 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685918517904 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9283] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9283/stat : 9283 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685917465104 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9284] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9284/stat : 9284 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404152 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685796797040 140686328277634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9285] ppid=9276 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9285/stat : 9285 (java) S 9276 9276 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404152 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685795743008 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9286] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9286/stat : 9286 (java) S 9276 9276 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404152 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685794690672 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9287] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9287/stat : 9287 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685793638992 140686328285083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9288] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9288/stat : 9288 (java) R 9276 9276 6055 0 -1 4202560 348 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685792566744 140686306099344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9289] ppid=9276 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9289/stat : 9289 (java) R 9276 9276 6055 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685791533040 140686328277634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9290] ppid=9276 vsize=15144776 memory=140194051212928 CPUtime=0.02 cores=0,2,4,6
/proc/9278/task/9290/stat : 9290 (java) R 9276 9276 6055 0 -1 4202560 329 0 0 0 2 0 0 0 20 0 15 0 475404155 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685790480752 140686320503614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9291] ppid=9276 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9291/stat : 9291 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685789428192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9292] ppid=9276 vsize=15144776 memory=140194051212928 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9292/stat : 9292 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 7278 33554432000 4194304 4196468 140722932221424 140685788375984 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30564 KiB

[startup+0.210779 s]*
/proc/loadavg: 7.89 8.33 7.97 7/233 9292
/proc/meminfo: memFree=15283696/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0
[pid=9278] ppid=9276 vsize=15144776 memory=40468 CPUtime=0.34 cores=0,2,4,6
/proc/9278/stat : 9278 (java) S 9276 9276 6055 0 -1 1077944320 9298 0 0 0 32 2 0 0 20 0 15 0 475404149 15508250624 10117 33554432000 4194304 4196468 140722932221424 140722932203968 140686328266487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
/proc/9278/statm: 3786194 10117 3297 1 0 3748377 0
[pid=9278/tid=9279] ppid=9276 vsize=15144776 memory=-8895323862916359523 CPUtime=0.19 cores=0,2,4,6
/proc/9278/task/9279/stat : 9279 (java) R 9276 9276 6055 0 -1 4202560 6559 0 0 0 18 1 0 0 20 0 15 0 475404149 15508250624 10117 33554432000 4194304 4196468 140722932221424 140686332499720 140686328278422 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9280] ppid=9276 vsize=15144776 memory=3472468322946364624 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9280/stat : 9280 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685920622992 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9281] ppid=9276 vsize=15144776 memory=140194051212928 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9281/stat : 9281 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685919570192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9282] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9282/stat : 9282 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685918517904 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9283] ppid=9276 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9283/stat : 9283 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685917465104 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9284] ppid=9276 vsize=15144776 memory=140194051212928 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9284/stat : 9284 (java) S 9276 9276 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475404152 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685796797040 140686328277634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9285] ppid=9276 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9285/stat : 9285 (java) S 9276 9276 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404152 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685795743008 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9286] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9286/stat : 9286 (java) S 9276 9276 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404152 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685794690672 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9287] ppid=9276 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9287/stat : 9287 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685793638992 140686328285083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9288] ppid=9276 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9278/task/9288/stat : 9288 (java) S 9276 9276 6055 0 -1 1077944384 401 0 0 0 2 0 0 0 20 0 15 0 475404155 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685792585840 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9289] ppid=9276 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9278/task/9289/stat : 9289 (java) S 9276 9276 6055 0 -1 1077944384 234 0 0 0 2 0 0 0 20 0 15 0 475404155 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685791533040 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9290] ppid=9276 vsize=15144776 memory=140194051212928 CPUtime=0.08 cores=0,2,4,6
/proc/9278/task/9290/stat : 9290 (java) R 9276 9276 6055 0 -1 4202560 794 0 0 0 8 0 0 0 20 0 15 0 475404155 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685790480752 140686306634858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9291] ppid=9276 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9291/stat : 9291 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685789428192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9292] ppid=9276 vsize=15144776 memory=140194051212928 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9292/stat : 9292 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404155 15508250624 10117 33554432000 4194304 4196468 140722932221424 140685788375984 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41920 KiB

[startup+0.310692 s]*
/proc/loadavg: 7.89 8.33 7.97 6/233 9292
/proc/meminfo: memFree=15275692/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0
[pid=9278] ppid=9276 vsize=15149032 memory=49200 CPUtime=0.52 cores=0,2,4,6
/proc/9278/stat : 9278 (java) S 9276 9276 6055 0 -1 1077944320 10640 0 0 0 48 4 0 0 20 0 15 0 475404149 15512608768 12300 33554432000 4194304 4196468 140722932221424 140722932203968 140686328266487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
/proc/9278/statm: 3787258 12300 3329 1 0 3748377 0
[pid=9278/tid=9279] ppid=9276 vsize=15149032 memory=-8094235084319000145 CPUtime=0.3 cores=0,2,4,6
/proc/9278/task/9279/stat : 9279 (java) R 9276 9276 6055 0 -1 4202560 7734 0 0 0 27 3 0 0 20 0 15 0 475404149 15512608768 12300 33554432000 4194304 4196468 140722932221424 140686332497600 140686320503614 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9280] ppid=9276 vsize=15149032 memory=3472468322946364624 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9280/stat : 9280 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404150 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685920622992 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9281] ppid=9276 vsize=15149032 memory=280387957881216 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9281/stat : 9281 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685919570192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9282] ppid=9276 vsize=15149032 memory=280387813368864 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9282/stat : 9282 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685918517904 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9283] ppid=9276 vsize=15149032 memory=140193906668303 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9283/stat : 9283 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685917465104 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9284] ppid=9276 vsize=15149032 memory=280387957888128 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9284/stat : 9284 (java) S 9276 9276 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475404152 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685796797040 140686328277634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9285] ppid=9276 vsize=15149032 memory=140193906672911 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9285/stat : 9285 (java) S 9276 9276 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404152 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685795743008 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9286] ppid=9276 vsize=15149032 memory=140193906681303 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9286/stat : 9286 (java) S 9276 9276 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404152 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685794690672 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9287] ppid=9276 vsize=15149032 memory=140193906686685 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9287/stat : 9287 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685793638992 140686328285083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9288] ppid=9276 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9288/stat : 9288 (java) S 9276 9276 6055 0 -1 1077944384 401 0 0 0 3 0 0 0 20 0 15 0 475404155 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685792585840 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9289] ppid=9276 vsize=15149032 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/9278/task/9289/stat : 9289 (java) S 9276 9276 6055 0 -1 1077944384 256 0 0 0 4 0 0 0 20 0 15 0 475404155 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685791533040 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9290] ppid=9276 vsize=15149032 memory=140194051212928 CPUtime=0.13 cores=0,2,4,6
/proc/9278/task/9290/stat : 9290 (java) S 9276 9276 6055 0 -1 1077944384 956 0 0 0 13 0 0 0 20 0 15 0 475404155 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685790480752 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9291] ppid=9276 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9291/stat : 9291 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685789428192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9292] ppid=9276 vsize=15149032 memory=140194051214380 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9292/stat : 9292 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404155 15512608768 12300 33554432000 4194304 4196468 140722932221424 140685788375984 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50652 KiB

[startup+0.701058 s]
/proc/loadavg: 7.89 8.33 7.97 10/233 9300
/proc/meminfo: memFree=15242052/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0
[pid=9278] ppid=9276 vsize=15151156 memory=111288 CPUtime=1.7 cores=0,2,4,6
/proc/9278/stat : 9278 (java) S 9276 9276 6055 0 -1 1077944320 15401 0 0 0 164 6 0 0 20 0 15 0 475404149 15514783744 27822 33554432000 4194304 4196468 140722932221424 140722932203968 140686328266487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
/proc/9278/statm: 3787789 27822 3442 1 0 3748889 0
[pid=9278/tid=9279] ppid=9276 vsize=15151156 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/9278/task/9279/stat : 9279 (java) R 9276 9276 6055 0 -1 1077944384 9077 0 0 0 64 4 0 0 20 0 15 0 475404149 15514783744 27822 33554432000 4194304 4196468 140722932221424 140686332502016 140686328276693 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9280] ppid=9276 vsize=15151156 memory=128 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9280/stat : 9280 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404150 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685920622992 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9281] ppid=9276 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9281/stat : 9281 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685919570192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9282] ppid=9276 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9282/stat : 9282 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685918517904 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9283] ppid=9276 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9283/stat : 9283 (java) S 9276 9276 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475404150 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685917465104 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9284] ppid=9276 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9284/stat : 9284 (java) S 9276 9276 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475404152 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685796797040 140686328277634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9285] ppid=9276 vsize=15151156 memory=756 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9285/stat : 9285 (java) S 9276 9276 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475404152 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685795743008 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9286] ppid=9276 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9286/stat : 9286 (java) S 9276 9276 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475404152 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685794690672 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9287] ppid=9276 vsize=15151156 memory=8100 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9287/stat : 9287 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685793638992 140686328285083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9288] ppid=9276 vsize=15151156 memory=1164 CPUtime=0.33 cores=0,2,4,6
/proc/9278/task/9288/stat : 9288 (java) R 9276 9276 6055 0 -1 4202560 1559 0 0 0 33 0 0 0 20 0 15 0 475404155 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685792585024 140686309445161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9289] ppid=9276 vsize=15151156 memory=9520 CPUtime=0.36 cores=0,2,4,6
/proc/9278/task/9289/stat : 9289 (java) R 9276 9276 6055 0 -1 4202560 1601 0 0 0 36 0 0 0 20 0 15 0 475404155 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685791521840 140686309789402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9290] ppid=9276 vsize=15151156 memory=14008 CPUtime=0.3 cores=0,2,4,6
/proc/9278/task/9290/stat : 9290 (java) S 9276 9276 6055 0 -1 1077944384 1854 0 0 0 30 0 0 0 20 0 15 0 475404155 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685790480752 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9291] ppid=9276 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9291/stat : 9291 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475404155 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685789428192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9292] ppid=9276 vsize=15151156 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9292/stat : 9292 (java) S 9276 9276 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475404155 15514783744 27822 33554432000 4194304 4196468 140722932221424 140685788375984 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 112740 KiB

[startup+1.50076 s]
/proc/loadavg: 7.89 8.33 7.97 9/233 9304
/proc/meminfo: memFree=15147540/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0

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

/proc/9278/task/9376/stat : 9376 (java) R 9276 9276 6055 0 -1 4202560 1202 0 0 0 1541 0 0 0 20 0 19 0 475405104 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685773901264 140685971914677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 99.46 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 314928 KiB

[startup+26.841 s]
# the end of solver process 9276 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=104.56 s, system=0.215027 s

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

[startup+25.6021 s]
/proc/loadavg: 8.54 8.45 8.02 9/237 9462
/proc/meminfo: memFree=15011936/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0
[pid=9278] ppid=9276 vsize=15487052 memory=313476 CPUtime=99.86 cores=0,2,4,6
/proc/9278/stat : 9278 (java) S 9276 9276 6055 0 -1 1077944320 60540 0 0 0 9966 20 0 0 20 0 19 0 475404149 15858741248 78369 33554432000 4194304 4196468 140722932221424 140722932203968 140686328266487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
/proc/9278/statm: 3871763 78369 3534 1 0 3832863 0
[pid=9278/tid=9279] ppid=9276 vsize=15487052 memory=984 CPUtime=1.33 cores=0,2,4,6
/proc/9278/task/9279/stat : 9279 (java) S 9276 9276 6055 0 -1 1077944384 10833 0 0 0 128 5 0 0 20 0 19 0 475404149 15858741248 78369 33554432000 4194304 4196468 140722932221424 140686332507264 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9280] ppid=9276 vsize=15487052 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9280/stat : 9280 (java) S 9276 9276 6055 0 -1 1077944384 443 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685920622992 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9281] ppid=9276 vsize=15487052 memory=680 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9281/stat : 9281 (java) S 9276 9276 6055 0 -1 1077944384 318 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685919570192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9282] ppid=9276 vsize=15487052 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9282/stat : 9282 (java) S 9276 9276 6055 0 -1 1077944384 183 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685918517904 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9283] ppid=9276 vsize=15487052 memory=303236 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9283/stat : 9283 (java) S 9276 9276 6055 0 -1 1077944384 179 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685917465104 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9284] ppid=9276 vsize=15487052 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9284/stat : 9284 (java) S 9276 9276 6055 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685796797040 140686328277634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9285] ppid=9276 vsize=15487052 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9285/stat : 9285 (java) S 9276 9276 6055 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685795743072 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9286] ppid=9276 vsize=15487052 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9286/stat : 9286 (java) S 9276 9276 6055 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685794690688 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9287] ppid=9276 vsize=15487052 memory=305284 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9287/stat : 9287 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404155 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685793638992 140686328285083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9288] ppid=9276 vsize=15487052 memory=8945 CPUtime=3.18 cores=0,2,4,6
/proc/9278/task/9288/stat : 9288 (java) S 9276 9276 6055 0 -1 1077944384 17506 0 0 0 317 1 0 0 20 0 19 0 475404155 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685792585840 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9289] ppid=9276 vsize=15487052 memory=4420 CPUtime=3.4 cores=0,2,4,6
/proc/9278/task/9289/stat : 9289 (java) S 9276 9276 6055 0 -1 1077944384 13880 0 0 0 339 1 0 0 20 0 19 0 475404155 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685791533040 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9290] ppid=9276 vsize=15487052 memory=6628 CPUtime=0.94 cores=0,2,4,6
/proc/9278/task/9290/stat : 9290 (java) S 9276 9276 6055 0 -1 1077944384 9044 0 0 0 92 2 0 0 20 0 19 0 475404155 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685790480752 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9291] ppid=9276 vsize=15487052 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9291/stat : 9291 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404155 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685789428192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9292] ppid=9276 vsize=15487052 memory=1494 CPUtime=0.01 cores=0,2,4,6
/proc/9278/task/9292/stat : 9292 (java) S 9276 9276 6055 0 -1 1077944384 481 0 0 0 0 1 0 0 20 0 19 0 475404155 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685788375984 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9373] ppid=9276 vsize=15487052 memory=140193907422848 CPUtime=15.52 cores=0,2,4,6
/proc/9278/task/9373/stat : 9373 (java) R 9276 9276 6055 0 -1 4202560 211 0 0 0 1552 0 0 0 20 0 19 0 475405104 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685774953512 140685971914677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9374] ppid=9276 vsize=15487052 memory=0 CPUtime=15.47 cores=0,2,4,6
/proc/9278/task/9374/stat : 9374 (java) R 9276 9276 6055 0 -1 4202560 1437 0 0 0 1547 0 0 0 20 0 19 0 475405104 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685776007472 140685971914919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9375] ppid=9276 vsize=15487052 memory=0 CPUtime=15.75 cores=0,2,4,6
/proc/9278/task/9375/stat : 9375 (java) R 9276 9276 6055 0 -1 4202560 1546 0 0 0 1575 0 0 0 20 0 19 0 475405104 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685771796768 140685971914831 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9376] ppid=9276 vsize=15487052 memory=0 CPUtime=15.51 cores=0,2,4,6
/proc/9278/task/9376/stat : 9376 (java) R 9276 9276 6055 0 -1 4202560 1202 0 0 0 1551 0 0 0 20 0 19 0 475405104 15858741248 78369 33554432000 4194304 4196468 140722932221424 140685773901264 140685971914937 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 99.86 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 314928 KiB

[startup+26.4011 s]
/proc/loadavg: 8.54 8.45 8.02 9/237 9462
/proc/meminfo: memFree=15010012/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0
[pid=9278] ppid=9276 vsize=15487052 memory=315524 CPUtime=103.04 cores=0,2,4,6
/proc/9278/stat : 9278 (java) S 9276 9276 6055 0 -1 1077944320 61236 0 0 0 10284 20 0 0 20 0 19 0 475404149 15858741248 78881 33554432000 4194304 4196468 140722932221424 140722932203968 140686328266487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
/proc/9278/statm: 3871763 78881 3534 1 0 3832863 0
[pid=9278/tid=9279] ppid=9276 vsize=15487052 memory=928 CPUtime=1.33 cores=0,2,4,6
/proc/9278/task/9279/stat : 9279 (java) S 9276 9276 6055 0 -1 1077944384 10833 0 0 0 128 5 0 0 20 0 19 0 475404149 15858741248 78881 33554432000 4194304 4196468 140722932221424 140686332507264 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9280] ppid=9276 vsize=15487052 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9280/stat : 9280 (java) S 9276 9276 6055 0 -1 1077944384 443 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685920622992 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9281] ppid=9276 vsize=15487052 memory=313476 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9281/stat : 9281 (java) S 9276 9276 6055 0 -1 1077944384 318 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685919570192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9282] ppid=9276 vsize=15487052 memory=7516885328965226578 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9282/stat : 9282 (java) S 9276 9276 6055 0 -1 1077944384 183 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685918517904 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9283] ppid=9276 vsize=15487052 memory=3470698966564955456 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9283/stat : 9283 (java) S 9276 9276 6055 0 -1 1077944384 179 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685917465104 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9284] ppid=9276 vsize=15487052 memory=7593720356759883859 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9284/stat : 9284 (java) S 9276 9276 6055 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685796797040 140686328277634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9285] ppid=9276 vsize=15487052 memory=1324 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9285/stat : 9285 (java) S 9276 9276 6055 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685795743072 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9286] ppid=9276 vsize=15487052 memory=780 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9286/stat : 9286 (java) S 9276 9276 6055 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685794690688 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9287] ppid=9276 vsize=15487052 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9287/stat : 9287 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685793638992 140686328285083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9288] ppid=9276 vsize=15487052 memory=1576 CPUtime=3.18 cores=0,2,4,6
/proc/9278/task/9288/stat : 9288 (java) S 9276 9276 6055 0 -1 1077944384 17506 0 0 0 317 1 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685792585840 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9289] ppid=9276 vsize=15487052 memory=1028 CPUtime=3.4 cores=0,2,4,6
/proc/9278/task/9289/stat : 9289 (java) S 9276 9276 6055 0 -1 1077944384 13880 0 0 0 339 1 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685791533040 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9290] ppid=9276 vsize=15487052 memory=1060 CPUtime=0.94 cores=0,2,4,6
/proc/9278/task/9290/stat : 9290 (java) S 9276 9276 6055 0 -1 1077944384 9044 0 0 0 92 2 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685790480752 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9291] ppid=9276 vsize=15487052 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9291/stat : 9291 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685789428192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9292] ppid=9276 vsize=15487052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9278/task/9292/stat : 9292 (java) S 9276 9276 6055 0 -1 1077944384 501 0 0 0 0 1 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685788375984 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9373] ppid=9276 vsize=15487052 memory=0 CPUtime=16.3 cores=0,2,4,6
/proc/9278/task/9373/stat : 9373 (java) R 9276 9276 6055 0 -1 4202560 241 0 0 0 1630 0 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685774953512 140685971914677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9374] ppid=9276 vsize=15487052 memory=280387813767072 CPUtime=16.28 cores=0,2,4,6
/proc/9278/task/9374/stat : 9374 (java) R 9276 9276 6055 0 -1 4202560 1854 0 0 0 1627 1 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685776007472 140685972022491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9375] ppid=9276 vsize=15487052 memory=3184238113982563184 CPUtime=16.55 cores=0,2,4,6
/proc/9278/task/9375/stat : 9375 (java) R 9276 9276 6055 0 -1 4202560 1648 0 0 0 1655 0 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685771796904 140685971914842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9376] ppid=9276 vsize=15487052 memory=804 CPUtime=16.31 cores=0,2,4,6
/proc/9278/task/9376/stat : 9376 (java) R 9276 9276 6055 0 -1 4202560 1324 0 0 0 1631 0 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685773901400 140685971914927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 103.04 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 316976 KiB

[startup+26.8011 s]
/proc/loadavg: 8.54 8.45 8.02 9/237 9462
/proc/meminfo: memFree=15010012/32770624 swapFree=66988744/67108860
[pid=9276] ppid=9273 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/9276/stat : 9276 (xcsp3-exec) S 9273 9276 6055 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475404149 115843072 363 33554432000 4194304 5098028 140725310411808 140725310409912 140649002381948 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 38592512 140725310419799 140725310420057 140725310420057 140725310422982 0
/proc/9276/statm: 28282 363 304 221 0 87 0
[pid=9278] ppid=9276 vsize=15487052 memory=315524 CPUtime=104.64 cores=0,2,4,6
/proc/9278/stat : 9278 (java) S 9276 9276 6055 0 -1 1077944320 61313 0 0 0 10444 20 0 0 20 0 19 0 475404149 15858741248 78881 33554432000 4194304 4196468 140722932221424 140722932203968 140686328266487 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
/proc/9278/statm: 3871763 78881 3534 1 0 3832863 0
[pid=9278/tid=9279] ppid=9276 vsize=15487052 memory=307332 CPUtime=1.33 cores=0,2,4,6
/proc/9278/task/9279/stat : 9279 (java) S 9276 9276 6055 0 -1 1077944384 10833 0 0 0 128 5 0 0 20 0 19 0 475404149 15858741248 78881 33554432000 4194304 4196468 140722932221424 140686332507264 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9280] ppid=9276 vsize=15487052 memory=1412 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9280/stat : 9280 (java) S 9276 9276 6055 0 -1 1077944384 443 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685920622992 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9281] ppid=9276 vsize=15487052 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9281/stat : 9281 (java) S 9276 9276 6055 0 -1 1077944384 318 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685919570192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9282] ppid=9276 vsize=15487052 memory=315524 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9282/stat : 9282 (java) S 9276 9276 6055 0 -1 1077944384 183 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685918517904 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9283] ppid=9276 vsize=15487052 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9278/task/9283/stat : 9283 (java) S 9276 9276 6055 0 -1 1077944384 179 0 0 0 2 1 0 0 20 0 19 0 475404150 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685917465104 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9284] ppid=9276 vsize=15487052 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9284/stat : 9284 (java) S 9276 9276 6055 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685796797040 140686328277634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9285] ppid=9276 vsize=15487052 memory=40315 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9285/stat : 9285 (java) S 9276 9276 6055 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685795743072 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9286] ppid=9276 vsize=15487052 memory=1398722017469774279 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9286/stat : 9286 (java) S 9276 9276 6055 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 19 0 475404152 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685794690688 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9287] ppid=9276 vsize=15487052 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9287/stat : 9287 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685793638992 140686328285083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9288] ppid=9276 vsize=15487052 memory=756 CPUtime=3.18 cores=0,2,4,6
/proc/9278/task/9288/stat : 9288 (java) S 9276 9276 6055 0 -1 1077944384 17506 0 0 0 317 1 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685792585840 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9289] ppid=9276 vsize=15487052 memory=1548 CPUtime=3.4 cores=0,2,4,6
/proc/9278/task/9289/stat : 9289 (java) S 9276 9276 6055 0 -1 1077944384 13880 0 0 0 339 1 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685791533040 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9290] ppid=9276 vsize=15487052 memory=8100 CPUtime=0.94 cores=0,2,4,6
/proc/9278/task/9290/stat : 9290 (java) S 9276 9276 6055 0 -1 1077944384 9044 0 0 0 92 2 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685790480752 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9291] ppid=9276 vsize=15487052 memory=257148 CPUtime=0 cores=0,2,4,6
/proc/9278/task/9291/stat : 9291 (java) S 9276 9276 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685789428192 140686328276693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9292] ppid=9276 vsize=15487052 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/9278/task/9292/stat : 9292 (java) S 9276 9276 6055 0 -1 1077944384 501 0 0 0 0 1 0 0 20 0 19 0 475404155 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685788375984 140686328277634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9373] ppid=9276 vsize=15487052 memory=14008 CPUtime=16.7 cores=0,2,4,6
/proc/9278/task/9373/stat : 9373 (java) R 9276 9276 6055 0 -1 4202560 241 0 0 0 1670 0 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685774953512 140685971914559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9374] ppid=9276 vsize=15487052 memory=2120 CPUtime=16.68 cores=0,2,4,6
/proc/9278/task/9374/stat : 9374 (java) R 9276 9276 6055 0 -1 4202560 1889 0 0 0 1667 1 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685776007472 140685972022752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9375] ppid=9276 vsize=15487052 memory=12028 CPUtime=16.95 cores=0,2,4,6
/proc/9278/task/9375/stat : 9375 (java) R 9276 9276 6055 0 -1 4202560 1648 0 0 0 1695 0 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685771796904 140685971914654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
[pid=9278/tid=9376] ppid=9276 vsize=15487052 memory=15680 CPUtime=16.71 cores=0,2,4,6
/proc/9278/task/9376/stat : 9376 (java) R 9276 9276 6055 0 -1 4202560 1366 0 0 0 1671 0 0 0 20 0 19 0 475405104 15858741248 78881 33554432000 4194304 4196468 140722932221424 140685773901400 140685971914762 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22003712 140722932229083 140722932229258 140722932229258 140722932232143 0
Current children cumulated CPU time: 104.64 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 316976 KiB

Child status: 0
Real time (s): 26.841
CPU time (s): 104.775
CPU user time (s): 104.56
CPU system time (s): 0.215027
CPU usage (%): 390.353
Max. virtual memory (cumulated for all children) (KiB): 15600180
Max. memory (cumulated for all children) (KiB): 316976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.56
system time used= 0.215027
maximum resident set size= 317984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63366
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= 4191
involuntary context switches= 2855


# summary of solver processes directly reported to runsolver:
#   pid: 9276
#   total CPU time (s): 104.775
#   total CPU user time (s): 104.56
#   total CPU system time (s): 0.215027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.214509 second user time and 0.318062 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 16:56:13
IDJOB=4403815
IDBENCH=128028
IDSOLVER=2863
FILE ID=node121/4403815-1568991415
RUNJOBID= node121-1568988421-6086
PBS_JOBID= 21704645
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.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 /var/tmp/evaluation-result-4403815-1568991415/watcher-4403815-1568991415 -o /var/tmp/evaluation-result-4403815-1568991415/solver-4403815-1568991415 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 573429365 HOME/instance-4403815-1568991415.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=573429365

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15310668 kB
MemAvailable:   31614640 kB
Buffers:          120528 kB
Cached:         16136600 kB
SwapCached:         5524 kB
Active:          8315312 kB
Inactive:        8194968 kB
Active(anon):     247004 kB
Inactive(anon):    44016 kB
Active(file):    8068308 kB
Inactive(file):  8150952 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988744 kB
Dirty:             27020 kB
Writeback:             0 kB
AnonPages:        367588 kB
Mapped:            60240 kB
Shmem:             29312 kB
Slab:             542572 kB
SReclaimable:     513172 kB
SUnreclaim:        29400 kB
KernelStack:        4064 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1650000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node121 at 2019-09-20 16:56:40