Trace number 4406161

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-24OPT4948 10.3471 6.54629

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15a.xml
MD5SUM2cf522cde643a9876c78ef6348327f24
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4948
Best CPU time to get the best result obtained on this benchmark6.43245
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":19},{"degree":3,"count":7},{"degree":4,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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-4406161-1569400114.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4406161-1569400114.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.29	c parse instance...
0.72/0.49	c solve instance...
1.03/0.56	o 9711 
1.03/0.57	o 9707 
1.03/0.57	o 9370 
1.03/0.57	o 9122 
1.03/0.57	o 9107 
1.03/0.58	o 9106 
1.03/0.58	o 8949 
1.03/0.58	o 8427 
1.03/0.58	o 7776 
1.03/0.58	o 7682 
1.03/0.58	o 6903 
1.03/0.58	o 6725 
1.35/0.62	o 6693 
1.97/0.87	o 6669 
2.61/1.01	o 6651 
2.61/1.01	o 6588 
2.61/1.02	o 6150 
3.49/1.32	o 6120 
3.80/1.49	o 5952 
3.80/1.49	o 5914 
3.80/1.49	o 5874 
4.10/1.55	o 5871 
4.10/1.59	o 5798 
4.70/1.71	o 5788 
5.82/2.44	o 5479 
5.82/2.44	o 5341 
6.11/2.64	o 5316 
6.11/2.69	o 5306 
6.21/2.73	o 5191 
6.21/2.73	o 5183 
6.51/2.98	o 4968 
8.06/4.33	o 4948 
10.29/6.54	s OPTIMUM FOUND
10.29/6.54	v <instantiation>
10.29/6.54	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[0][3] d[1][4] d[2][5] d[2][6] d[3][7] d[6][8] d[7][9] d[7][10] d[8][11] d[9][12] d[10][13] d[12][14] </list>
10.29/6.54	v 	<values>4 9 7 12 11 10 13 1 3 5 6 14 2 0 8 14 1 2 13 39 12 4 20 38 3 1 50 5 4 </values>
10.29/6.54	v </instantiation>

Verifier Data

OK	4948

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406161-1569400114/watcher-4406161-1569400114 -o /var/tmp/evaluation-result-4406161-1569400114/solver-4406161-1569400114 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1563985591 HOME/instance-4406161-1569400114.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
solver pid=27197, runsolver pid=27194
Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 1.97 1.90 1.73 4/229 27213
/proc/meminfo: memFree=25145652/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0
[pid=27199] ppid=27197 vsize=15144776 memory=26948 CPUtime=0.13 cores=0,2,4,6
/proc/27199/stat : 27199 (java) S 27197 27197 26090 0 -1 1077944320 5743 0 0 0 11 2 0 0 20 0 15 0 516260012 15508250624 6737 33554432000 4194304 4196468 140736032617024 140736032599568 140310977380087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
/proc/27199/statm: 3786194 6737 3150 1 0 3748377 0
[pid=27199/tid=27200] ppid=27197 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/27199/task/27200/stat : 27200 (java) R 27197 27197 26090 0 -1 4202560 3602 0 0 0 8 1 0 0 20 0 15 0 516260012 15508250624 6737 33554432000 4194304 4196468 140736032617024 140310981614456 140310969617214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27201] ppid=27197 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 6737 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15144776 memory=140716204078720 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 6737 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 6737 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 6803 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15144776 memory=140716204078720 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260014 15508250624 6803 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15508250624 6803 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15508250624 6803 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15508250624 6803 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) R 27197 27197 26090 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 15 0 516260017 15508250624 6869 33554432000 4194304 4196468 140736032617024 140310441650256 140310957793392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) R 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260017 15508250624 6869 33554432000 4194304 4196468 140736032617024 140310440597616 140310977391234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15144776 memory=140716204078720 CPUtime=0.02 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) R 27197 27197 26090 0 -1 4202560 381 0 0 0 2 0 0 0 20 0 15 0 516260017 15508250624 6869 33554432000 4194304 4196468 140736032617024 140310439545072 140310956080288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15508250624 6869 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15144776 memory=140716204078720 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260018 15508250624 6869 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28400 KiB

[startup+0.210853 s]*
/proc/loadavg: 1.97 1.90 1.73 4/229 27213
/proc/meminfo: memFree=25132360/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0
[pid=27199] ppid=27197 vsize=15144776 memory=39472 CPUtime=0.35 cores=0,2,4,6
/proc/27199/stat : 27199 (java) S 27197 27197 26090 0 -1 1077944320 9592 0 0 0 31 4 0 0 20 0 15 0 516260012 15508250624 9868 33554432000 4194304 4196468 140736032617024 140736032599568 140310977380087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
/proc/27199/statm: 3786194 9868 3324 1 0 3748377 0
[pid=27199/tid=27200] ppid=27197 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/27199/task/27200/stat : 27200 (java) R 27197 27197 26090 0 -1 4202560 6629 0 0 0 17 2 0 0 20 0 15 0 516260012 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310981614016 140310614720237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27201] ppid=27197 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15144776 memory=140716207912329 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15144776 memory=140716204078720 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516260014 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) S 27197 27197 26090 0 -1 1077944384 528 0 0 0 2 0 0 0 20 0 15 0 516260017 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310441650160 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) R 27197 27197 26090 0 -1 1077944384 153 0 0 0 2 0 0 0 20 0 15 0 516260017 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310440597616 140310977391234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15144776 memory=140716204078720 CPUtime=0.08 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) R 27197 27197 26090 0 -1 4202560 973 0 0 0 8 0 0 0 20 0 15 0 516260017 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310439545072 140310960556453 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260018 15508250624 9868 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 40924 KiB

[startup+0.311722 s]*
/proc/loadavg: 1.97 1.90 1.73 5/229 27213
/proc/meminfo: memFree=25126504/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0
[pid=27199] ppid=27197 vsize=15149032 memory=48932 CPUtime=0.53 cores=0,2,4,6
/proc/27199/stat : 27199 (java) S 27197 27197 26090 0 -1 1077944320 11073 0 0 0 49 4 0 0 20 0 15 0 516260012 15512608768 12233 33554432000 4194304 4196468 140736032617024 140736032599568 140310977380087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
/proc/27199/statm: 3787258 12233 3358 1 0 3748377 0
[pid=27199/tid=27200] ppid=27197 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/27199/task/27200/stat : 27200 (java) R 27197 27197 26090 0 -1 4202560 7764 0 0 0 27 3 0 0 20 0 15 0 516260012 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310981613392 140310977402013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27201] ppid=27197 vsize=15149032 memory=13961 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15149032 memory=3844132 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516260014 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) R 27197 27197 26090 0 -1 4202560 624 0 0 0 4 0 0 0 20 0 15 0 516260017 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310441640272 140310960766549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) S 27197 27197 26090 0 -1 1077944384 177 0 0 0 4 0 0 0 20 0 15 0 516260017 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310440597616 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) S 27197 27197 26090 0 -1 1077944384 1201 0 0 0 13 0 0 0 20 0 15 0 516260017 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310439545072 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260018 15512608768 12233 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50384 KiB

[startup+0.700777 s]
/proc/loadavg: 1.97 1.90 1.73 5/229 27213
/proc/meminfo: memFree=25108068/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0
[pid=27199] ppid=27197 vsize=15151156 memory=76852 CPUtime=1.64 cores=0,2,4,6
/proc/27199/stat : 27199 (java) S 27197 27197 26090 0 -1 1077944320 16908 0 0 0 158 6 0 0 20 0 15 0 516260012 15514783744 19213 33554432000 4194304 4196468 140736032617024 140736032599568 140310977380087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
/proc/27199/statm: 3787789 19213 3457 1 0 3748889 0
[pid=27199/tid=27200] ppid=27197 vsize=15151156 memory=36124 CPUtime=0.68 cores=0,2,4,6
/proc/27199/task/27200/stat : 27200 (java) R 27197 27197 26090 0 -1 4202560 9087 0 0 0 64 4 0 0 20 0 15 0 516260012 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310981612728 140310618549726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27201] ppid=27197 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15151156 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15151156 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516260014 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15151156 memory=2676 CPUtime=0.32 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) R 27197 27197 26090 0 -1 4202560 1733 0 0 0 32 0 0 0 20 0 15 0 516260017 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310441631176 140310960848257 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15151156 memory=1764 CPUtime=0.28 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) R 27197 27197 26090 0 -1 4202560 2398 0 0 0 28 0 0 0 20 0 15 0 516260017 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310440583640 140310958924305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15151156 memory=111632 CPUtime=0.33 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) S 27197 27197 26090 0 -1 1077944384 2381 0 0 0 33 0 0 0 20 0 15 0 516260017 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310439545072 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15151156 memory=796 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15151156 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260018 15514783744 19213 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 78304 KiB

[startup+1.50081 s]
/proc/loadavg: 1.97 1.90 1.73 5/229 27213
/proc/meminfo: memFree=25084260/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0

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

/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15151156 memory=12040 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15151156 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15151156 memory=65940 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 516260014 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15151156 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15151156 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15151156 memory=776 CPUtime=1.58 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) S 27197 27197 26090 0 -1 1077944384 6600 0 0 0 157 1 0 0 20 0 15 0 516260017 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310441650160 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15151156 memory=6791534058613427641 CPUtime=1.67 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) S 27197 27197 26090 0 -1 1077944384 6391 0 0 0 166 1 0 0 20 0 15 0 516260017 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310440597616 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15151156 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) S 27197 27197 26090 0 -1 1077944384 3105 0 0 0 42 1 0 0 20 0 15 0 516260017 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310439545072 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15151156 memory=-6367068978017021070 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 516260018 15514783744 25000 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 6.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 101452 KiB

[startup+6.3008 s]
/proc/loadavg: 1.97 1.90 1.73 3/229 27214
/proc/meminfo: memFree=25064988/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0
[pid=27199] ppid=27197 vsize=15151156 memory=109868 CPUtime=10.09 cores=0,2,4,6
/proc/27199/stat : 27199 (java) S 27197 27197 26090 0 -1 1077944320 30205 0 0 0 1000 9 0 0 20 0 15 0 516260012 15514783744 27467 33554432000 4194304 4196468 140736032617024 140736032599568 140310977380087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
/proc/27199/statm: 3787789 27467 3482 1 0 3748889 0
[pid=27199/tid=27200] ppid=27197 vsize=15151156 memory=164 CPUtime=6.28 cores=0,2,4,6
/proc/27199/task/27200/stat : 27200 (java) R 27197 27197 26090 0 -1 4202560 10708 0 0 0 623 5 0 0 20 0 15 0 516260012 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310981616336 140310619030135 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27201] ppid=27197 vsize=15151156 memory=170 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15151156 memory=56 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15151156 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15151156 memory=-8773164308154395822 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 516260014 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15151156 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15151156 memory=281432161394864 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15151156 memory=13841 CPUtime=1.64 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) S 27197 27197 26090 0 -1 1077944384 6661 0 0 0 163 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310441650160 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15151156 memory=23625 CPUtime=1.7 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) S 27197 27197 26090 0 -1 1077944384 7145 0 0 0 169 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310440597616 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15151156 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) S 27197 27197 26090 0 -1 1077944384 3446 0 0 0 43 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310439545072 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 637 0 0 0 0 0 0 0 20 0 15 0 516260018 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111320 KiB

[startup+6.54623 s]
# the end of solver process 27197 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.2504 s, system=0.096705 s

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

[startup+6.40093 s]
/proc/loadavg: 1.97 1.90 1.73 3/229 27214
/proc/meminfo: memFree=25064988/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0
[pid=27199] ppid=27197 vsize=15151156 memory=109868 CPUtime=10.19 cores=0,2,4,6
/proc/27199/stat : 27199 (java) S 27197 27197 26090 0 -1 1077944320 30205 0 0 0 1010 9 0 0 20 0 15 0 516260012 15514783744 27467 33554432000 4194304 4196468 140736032617024 140736032599568 140310977380087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
/proc/27199/statm: 3787789 27467 3482 1 0 3748889 0
[pid=27199/tid=27200] ppid=27197 vsize=15151156 memory=140716080989152 CPUtime=6.38 cores=0,2,4,6
/proc/27199/task/27200/stat : 27200 (java) R 27197 27197 26090 0 -1 4202560 10708 0 0 0 633 5 0 0 20 0 15 0 516260012 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310981616336 140310619349109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27201] ppid=27197 vsize=15151156 memory=281432161932944 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15151156 memory=281432161737184 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15151156 memory=281432161596344 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 516260014 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15151156 memory=100040 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15151156 memory=0 CPUtime=1.64 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) S 27197 27197 26090 0 -1 1077944384 6661 0 0 0 163 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310441650160 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15151156 memory=0 CPUtime=1.7 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) S 27197 27197 26090 0 -1 1077944384 7145 0 0 0 169 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310440597616 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15151156 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) S 27197 27197 26090 0 -1 1077944384 3446 0 0 0 43 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310439545072 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 637 0 0 0 0 0 0 0 20 0 15 0 516260018 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111320 KiB

[startup+6.50075 s]
/proc/loadavg: 1.97 1.90 1.73 3/229 27214
/proc/meminfo: memFree=25064988/32770624 swapFree=67002128/67108860
[pid=27197] ppid=27194 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/27197/stat : 27197 (xcsp3-exec) S 27194 27197 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516260011 115843072 363 33554432000 4194304 5098028 140729715089776 140729715087880 140416600625788 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15073280 140729715094358 140729715094617 140729715094617 140729715097542 0
/proc/27197/statm: 28282 363 304 221 0 87 0
[pid=27199] ppid=27197 vsize=15151156 memory=109868 CPUtime=10.29 cores=0,2,4,6
/proc/27199/stat : 27199 (java) S 27197 27197 26090 0 -1 1077944320 30435 0 0 0 1020 9 0 0 20 0 15 0 516260012 15514783744 27467 33554432000 4194304 4196468 140736032617024 140736032599568 140310977380087 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
/proc/27199/statm: 3787789 27467 3482 1 0 3748889 0
[pid=27199/tid=27200] ppid=27197 vsize=15151156 memory=0 CPUtime=6.48 cores=0,2,4,6
/proc/27199/task/27200/stat : 27200 (java) R 27197 27197 26090 0 -1 4202560 10712 0 0 0 643 5 0 0 20 0 15 0 516260012 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310981616336 140310619348965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27201] ppid=27197 vsize=15151156 memory=109868 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27201/stat : 27201 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310569740560 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27202] ppid=27197 vsize=15151156 memory=164 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27202/stat : 27202 (java) S 27197 27197 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310568688016 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27203] ppid=27197 vsize=15151156 memory=170 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27203/stat : 27203 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310567635472 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27204] ppid=27197 vsize=15151156 memory=281432161394864 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27204/stat : 27204 (java) S 27197 27197 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516260013 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310566582928 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27205] ppid=27197 vsize=15151156 memory=13841 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27205/stat : 27205 (java) S 27197 27197 26090 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 516260014 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310445861360 140310977391234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27206] ppid=27197 vsize=15151156 memory=23625 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27206/stat : 27206 (java) S 27197 27197 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310444807584 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27207] ppid=27197 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27207/stat : 27207 (java) S 27197 27197 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516260015 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310443754992 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27208] ppid=27197 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27208/stat : 27208 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310442703568 140310977398683 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27209] ppid=27197 vsize=15151156 memory=0 CPUtime=1.65 cores=0,2,4,6
/proc/27199/task/27209/stat : 27209 (java) S 27197 27197 26090 0 -1 1077944384 6887 0 0 0 164 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310441650160 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27210] ppid=27197 vsize=15151156 memory=56 CPUtime=1.7 cores=0,2,4,6
/proc/27199/task/27210/stat : 27210 (java) S 27197 27197 26090 0 -1 1077944384 7145 0 0 0 169 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310440597616 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27211] ppid=27197 vsize=15151156 memory=6944656575208382560 CPUtime=0.44 cores=0,2,4,6
/proc/27199/task/27211/stat : 27211 (java) S 27197 27197 26090 0 -1 1077944384 3446 0 0 0 43 1 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310439545072 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27212] ppid=27197 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27212/stat : 27212 (java) S 27197 27197 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516260017 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310438492768 140310977390293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
[pid=27199/tid=27213] ppid=27197 vsize=15151156 memory=-8773164308154395822 CPUtime=0 cores=0,2,4,6
/proc/27199/task/27213/stat : 27213 (java) S 27197 27197 26090 0 -1 1077944384 637 0 0 0 0 0 0 0 20 0 15 0 516260018 15514783744 27467 33554432000 4194304 4196468 140736032617024 140310437440304 140310977391234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 19746816 140736032625627 140736032625802 140736032625802 140736032628687 0
Current children cumulated CPU time: 10.29 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111320 KiB

Child status: 0
Real time (s): 6.54629
CPU time (s): 10.3471
CPU user time (s): 10.2504
CPU system time (s): 0.096705
CPU usage (%): 158.061
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 111320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2504
system time used= 0.096705
maximum resident set size= 112216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31573
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= 2112
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 27197
#   total CPU time (s): 10.3471
#   total CPU user time (s): 10.2504
#   total CPU system time (s): 0.096705

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060231 second user time and 0.110559 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-25 10:27:49
IDJOB=4406161
IDBENCH=123088
IDSOLVER=2869
FILE ID=node136/4406161-1569400114
RUNJOBID= node136-1569396625-26121
PBS_JOBID= 21705684
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15a.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406161-1569400114/watcher-4406161-1569400114 -o /var/tmp/evaluation-result-4406161-1569400114/solver-4406161-1569400114 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1563985591 HOME/instance-4406161-1569400114.xml

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

MD5SUM BENCH= 2cf522cde643a9876c78ef6348327f24
RANDOM SEED=1563985591

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25163564 kB
MemAvailable:   30579340 kB
Buffers:          170984 kB
Cached:          5367056 kB
SwapCached:         3552 kB
Active:          4031040 kB
Inactive:        2775564 kB
Active(anon):    1265620 kB
Inactive(anon):    59696 kB
Active(file):    2765420 kB
Inactive(file):  2715868 kB
Unevictable:      108564 kB
Mlocked:          108564 kB
SwapTotal:      67108860 kB
SwapFree:       67002128 kB
Dirty:             25948 kB
Writeback:             0 kB
AnonPages:       1389328 kB
Mapped:            71332 kB
Shmem:             48264 kB
Slab:             392640 kB
SReclaimable:     362948 kB
SUnreclaim:        29692 kB
KernelStack:        4000 kB
PageTables:         8920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2001044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1316864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13436 MiB
End job on node136 at 2019-09-25 10:27:56