Trace number 4394208

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14OPT7 25.0639 6.73795

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark9.6335
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

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-4394208-1568352000.xml"  -tl '2400s' -p 4
0.11/0.19	c Choco e747e1e
0.11/0.19	c [HOME/instance-4394208-1568352000.xml, -tl, 2400s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
2.28/0.92	c solve instance...
2.28/0.95	o 0 
2.28/0.96	o 1 
2.28/0.97	o 4 
2.28/0.97	o 5 
2.64/1.03	o 6 
3.37/1.29	o 7 
24.93/6.73	s OPTIMUM FOUND
24.93/6.73	v <instantiation>
24.93/6.73	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw </list>
24.93/6.73	v 	<values>0 2 0 2 2 0 0 2 0 0 0 2 0 0 0 2 0 2 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 0 1 7 7 </values>
24.93/6.73	v </instantiation>

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394208-1568352000/watcher-4394208-1568352000 -o /tmp/evaluation-result-4394208-1568352000/solver-4394208-1568352000 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568351942-22941 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1748591267 HOME/instance-4394208-1568352000.xml 

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

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


[startup+0.100093 s]*
/proc/loadavg: 1.58 1.15 1.15 9/239 23394
/proc/meminfo: memFree=30217964/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0
[pid=23369] ppid=23366 vsize=15144768 memory=28504 CPUtime=0.11 cores=0,2,4,6
/proc/23369/stat : 23369 (java) S 23366 23366 22910 0 -1 1077944320 5626 0 0 0 10 1 0 0 20 0 15 0 411122766 15508242432 7126 33554432000 4194304 4196468 140730085340880 140730085323424 140020171026167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
/proc/23369/statm: 3786192 7126 3120 1 0 3748377 0
[pid=23369/tid=23371] ppid=23366 vsize=15144768 memory=-2915664431881770398 CPUtime=0.07 cores=0,2,4,6
/proc/23369/task/23371/stat : 23371 (java) R 23366 23366 22910 0 -1 4202560 3544 0 0 0 7 0 0 0 20 0 15 0 411122767 15508242432 7126 33554432000 4194304 4196468 140730085340880 140020175259648 140020171038102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23375] ppid=23366 vsize=15144768 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23375/stat : 23375 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 7126 33554432000 4194304 4196468 140730085340880 140020099066896 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23376] ppid=23366 vsize=15144768 memory=140016632686208 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23376/stat : 23376 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 7126 33554432000 4194304 4196468 140730085340880 140020098014352 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23377] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23377/stat : 23377 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 7126 33554432000 4194304 4196468 140730085340880 140020096961296 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23378] ppid=23366 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23378/stat : 23378 (java) S 23366 23366 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 7126 33554432000 4194304 4196468 140730085340880 140020095908752 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23382] ppid=23366 vsize=15144768 memory=140016632686208 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23382/stat : 23382 (java) S 23366 23366 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122769 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019639531760 140020171037314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23383] ppid=23366 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23383/stat : 23383 (java) S 23366 23366 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411122769 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019638477984 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23384] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23384/stat : 23384 (java) S 23366 23366 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411122769 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019637424880 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23389] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23389/stat : 23389 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019636373456 140020171044763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23390] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23390/stat : 23390 (java) R 23366 23366 22910 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 411122772 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019635321584 140020171037314 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23391] ppid=23366 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23391/stat : 23391 (java) S 23366 23366 22910 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 411122772 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019634269040 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23392] ppid=23366 vsize=15144768 memory=140016632686208 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23392/stat : 23392 (java) R 23366 23366 22910 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 15 0 411122772 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019633215984 140730085395769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23393] ppid=23366 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23393/stat : 23393 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019632163680 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23394] ppid=23366 vsize=15144768 memory=140016632686208 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23394/stat : 23394 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122773 15508242432 7192 33554432000 4194304 4196468 140730085340880 140019631110704 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 29956 KiB

[startup+0.210988 s]*
/proc/loadavg: 1.58 1.15 1.15 11/239 23398
/proc/meminfo: memFree=30202464/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0
[pid=23369] ppid=23366 vsize=15144768 memory=41144 CPUtime=0.33 cores=0,2,4,6
/proc/23369/stat : 23369 (java) S 23366 23366 22910 0 -1 1077944320 9423 0 0 0 30 3 0 0 20 0 15 0 411122766 15508242432 10286 33554432000 4194304 4196468 140730085340880 140730085323424 140020171026167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
/proc/23369/statm: 3786192 10286 3316 1 0 3748377 0
[pid=23369/tid=23371] ppid=23366 vsize=15144768 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/23369/task/23371/stat : 23371 (java) R 23366 23366 22910 0 -1 4202560 6566 0 0 0 17 2 0 0 20 0 15 0 411122767 15508242432 10286 33554432000 4194304 4196468 140730085340880 140020175256816 140020171048093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23375] ppid=23366 vsize=15144768 memory=544 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23375/stat : 23375 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 10286 33554432000 4194304 4196468 140730085340880 140020099066896 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23376] ppid=23366 vsize=15144768 memory=140016632709322 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23376/stat : 23376 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 10286 33554432000 4194304 4196468 140730085340880 140020098014352 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23377] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23377/stat : 23377 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 10286 33554432000 4194304 4196468 140730085340880 140020096961296 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23378] ppid=23366 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23378/stat : 23378 (java) S 23366 23366 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122767 15508242432 10286 33554432000 4194304 4196468 140730085340880 140020095908752 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23382] ppid=23366 vsize=15144768 memory=140016632686208 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23382/stat : 23382 (java) S 23366 23366 22910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411122769 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019639531760 140020171037314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23383] ppid=23366 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23383/stat : 23383 (java) S 23366 23366 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411122769 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019638477984 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23384] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23384/stat : 23384 (java) S 23366 23366 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411122769 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019637424880 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23389] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23389/stat : 23389 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019636373456 140020171044763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23390] ppid=23366 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23369/task/23390/stat : 23390 (java) S 23366 23366 22910 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 15 0 411122772 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019635321584 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23391] ppid=23366 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23369/task/23391/stat : 23391 (java) S 23366 23366 22910 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 15 0 411122772 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019634269040 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23392] ppid=23366 vsize=15144768 memory=140016632686208 CPUtime=0.07 cores=0,2,4,6
/proc/23369/task/23392/stat : 23392 (java) R 23366 23366 22910 0 -1 4202560 798 0 0 0 7 0 0 0 20 0 15 0 411122772 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019633211840 140020150327938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23393] ppid=23366 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23393/stat : 23393 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019632163680 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23394] ppid=23366 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23394/stat : 23394 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122773 15508242432 10286 33554432000 4194304 4196468 140730085340880 140019631110704 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42596 KiB

[startup+0.311401 s]*
/proc/loadavg: 1.58 1.15 1.15 5/239 23398
/proc/meminfo: memFree=30197600/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0
[pid=23369] ppid=23366 vsize=15149024 memory=49256 CPUtime=0.51 cores=0,2,4,6
/proc/23369/stat : 23369 (java) S 23366 23366 22910 0 -1 1077944320 10767 0 0 0 47 4 0 0 20 0 15 0 411122766 15512600576 12314 33554432000 4194304 4196468 140730085340880 140730085323424 140020171026167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
/proc/23369/statm: 3787256 12314 3347 1 0 3748377 0
[pid=23369/tid=23371] ppid=23366 vsize=15149024 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/23369/task/23371/stat : 23371 (java) R 23366 23366 22910 0 -1 4202560 7765 0 0 0 26 3 0 0 20 0 15 0 411122767 15512600576 12314 33554432000 4194304 4196468 140730085340880 140020175257280 140020155106654 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23375] ppid=23366 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23375/stat : 23375 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15512600576 12314 33554432000 4194304 4196468 140730085340880 140020099066896 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23376] ppid=23366 vsize=15149024 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23376/stat : 23376 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15512600576 12314 33554432000 4194304 4196468 140730085340880 140020098014352 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23377] ppid=23366 vsize=15149024 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23377/stat : 23377 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15512600576 12314 33554432000 4194304 4196468 140730085340880 140020096961296 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23378] ppid=23366 vsize=15149024 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23378/stat : 23378 (java) S 23366 23366 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122767 15512600576 12314 33554432000 4194304 4196468 140730085340880 140020095908752 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23382] ppid=23366 vsize=15149024 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23382/stat : 23382 (java) S 23366 23366 22910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411122769 15512600576 12314 33554432000 4194304 4196468 140730085340880 140019639531760 140020171037314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23383] ppid=23366 vsize=15149024 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23383/stat : 23383 (java) S 23366 23366 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411122769 15512600576 12314 33554432000 4194304 4196468 140730085340880 140019638477984 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23384] ppid=23366 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23384/stat : 23384 (java) S 23366 23366 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411122769 15512600576 12345 33554432000 4194304 4196468 140730085340880 140019637424880 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23389] ppid=23366 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23389/stat : 23389 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15512600576 12345 33554432000 4194304 4196468 140730085340880 140019636373456 140020171044763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23390] ppid=23366 vsize=15149024 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/23369/task/23390/stat : 23390 (java) R 23366 23366 22910 0 -1 4202560 578 0 0 0 4 0 0 0 20 0 15 0 411122772 15512600576 12345 33554432000 4194304 4196468 140730085340880 140019635321584 140020151189898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23391] ppid=23366 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23369/task/23391/stat : 23391 (java) R 23366 23366 22910 0 -1 1077944384 235 0 0 0 4 0 0 0 20 0 15 0 411122772 15512600576 12345 33554432000 4194304 4196468 140730085340880 140019634269040 140020171037314 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23392] ppid=23366 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23369/task/23392/stat : 23392 (java) S 23366 23366 22910 0 -1 1077944384 886 0 0 0 12 0 0 0 20 0 15 0 411122772 15512600576 12345 33554432000 4194304 4196468 140730085340880 140019633215984 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23393] ppid=23366 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23393/stat : 23393 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15512600576 12345 33554432000 4194304 4196468 140730085340880 140019632163680 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23394] ppid=23366 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23394/stat : 23394 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122773 15512600576 12345 33554432000 4194304 4196468 140730085340880 140019631110704 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 50708 KiB

[startup+0.705509 s]
/proc/loadavg: 1.58 1.15 1.15 12/239 23398
/proc/meminfo: memFree=30184812/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0
[pid=23369] ppid=23366 vsize=15151148 memory=85964 CPUtime=1.59 cores=0,2,4,6
/proc/23369/stat : 23369 (java) S 23366 23366 22910 0 -1 1077944320 15277 0 0 0 153 6 0 0 20 0 15 0 411122766 15514775552 21491 33554432000 4194304 4196468 140730085340880 140730085323424 140020171026167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
/proc/23369/statm: 3787787 21491 3452 1 0 3748889 0
[pid=23369/tid=23371] ppid=23366 vsize=15151148 memory=293052469 CPUtime=0.67 cores=0,2,4,6
/proc/23369/task/23371/stat : 23371 (java) R 23366 23366 22910 0 -1 4202560 9331 0 0 0 63 4 0 0 20 0 15 0 411122767 15514775552 21491 33554432000 4194304 4196468 140730085340880 140020175264112 140019778455738 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23375] ppid=23366 vsize=15151148 memory=2372 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23375/stat : 23375 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15514775552 21491 33554432000 4194304 4196468 140730085340880 140020099066896 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23376] ppid=23366 vsize=15151148 memory=180 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23376/stat : 23376 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15514775552 21491 33554432000 4194304 4196468 140730085340880 140020098014352 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23377] ppid=23366 vsize=15151148 memory=11861 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23377/stat : 23377 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122767 15514775552 21491 33554432000 4194304 4196468 140730085340880 140020096961296 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23378] ppid=23366 vsize=15151148 memory=24688 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23378/stat : 23378 (java) S 23366 23366 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122767 15514775552 21491 33554432000 4194304 4196468 140730085340880 140020095908752 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23382] ppid=23366 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23382/stat : 23382 (java) S 23366 23366 22910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411122769 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019639531760 140020171037314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23383] ppid=23366 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23383/stat : 23383 (java) S 23366 23366 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411122769 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019638477984 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23384] ppid=23366 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23384/stat : 23384 (java) S 23366 23366 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411122769 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019637424880 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23389] ppid=23366 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23389/stat : 23389 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019636373456 140020171044763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23390] ppid=23366 vsize=15151148 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/23369/task/23390/stat : 23390 (java) R 23366 23366 22910 0 -1 4202560 1556 0 0 0 26 0 0 0 20 0 15 0 411122772 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019635307608 140020154582883 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23391] ppid=23366 vsize=15151148 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/23369/task/23391/stat : 23391 (java) R 23366 23366 22910 0 -1 4202560 943 0 0 0 24 0 0 0 20 0 15 0 411122772 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019634255136 140020152570165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23392] ppid=23366 vsize=15151148 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/23369/task/23392/stat : 23392 (java) R 23366 23366 22910 0 -1 4202560 2140 0 0 0 40 0 0 0 20 0 15 0 411122772 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019633215984 140020150375312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23393] ppid=23366 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23393/stat : 23393 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122772 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019632163680 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23394] ppid=23366 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23394/stat : 23394 (java) S 23366 23366 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122773 15514775552 21491 33554432000 4194304 4196468 140730085340880 140019631110704 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 87416 KiB

[startup+1.50689 s]
/proc/loadavg: 1.58 1.15 1.15 12/243 23418
/proc/meminfo: memFree=30055648/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0

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

/proc/23369/task/23426/stat : 23426 (java) R 23366 23366 22910 0 -1 4202560 227 0 0 0 421 0 0 0 20 0 19 0 411122896 15857680384 52873 33554432000 4194304 4196468 140730085340880 140019626189320 140019782445246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 23.36 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 212944 KiB

[startup+6.7379 s]
# the end of solver process 23366 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=24.9418 s, system=0.122183 s

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

[startup+6.40151 s]
/proc/loadavg: 2.09 1.27 1.19 9/243 23426
/proc/meminfo: memFree=30013640/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0
[pid=23369] ppid=23366 vsize=15486016 memory=211524 CPUtime=23.76 cores=0,2,4,6
/proc/23369/stat : 23369 (java) S 23366 23366 22910 0 -1 1077944320 32302 0 0 0 2365 11 0 0 20 0 19 0 411122766 15857680384 52881 33554432000 4194304 4196468 140730085340880 140730085323424 140020171026167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
/proc/23369/statm: 3871504 52881 3514 1 0 3832606 0
[pid=23369/tid=23371] ppid=23366 vsize=15486016 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/23369/task/23371/stat : 23371 (java) S 23366 23366 22910 0 -1 1077944384 9434 0 0 0 85 5 0 0 20 0 19 0 411122767 15857680384 52881 33554432000 4194304 4196468 140730085340880 140020175266944 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23375] ppid=23366 vsize=15486016 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23375/stat : 23375 (java) S 23366 23366 22910 0 -1 1077944384 56 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 52881 33554432000 4194304 4196468 140730085340880 140020099066896 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23376] ppid=23366 vsize=15486016 memory=1948 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23376/stat : 23376 (java) S 23366 23366 22910 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 52881 33554432000 4194304 4196468 140730085340880 140020098014352 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23377] ppid=23366 vsize=15486016 memory=1336 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23377/stat : 23377 (java) S 23366 23366 22910 0 -1 1077944384 898 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 52881 33554432000 4194304 4196468 140730085340880 140020096961296 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23378] ppid=23366 vsize=15486016 memory=744 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23378/stat : 23378 (java) S 23366 23366 22910 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 52881 33554432000 4194304 4196468 140730085340880 140020095908752 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23382] ppid=23366 vsize=15486016 memory=1052 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23382/stat : 23382 (java) S 23366 23366 22910 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 19 0 411122769 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019639531760 140020171037314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23383] ppid=23366 vsize=15486016 memory=776 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23383/stat : 23383 (java) S 23366 23366 22910 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 411122769 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019638478048 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23384] ppid=23366 vsize=15486016 memory=3940 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23384/stat : 23384 (java) S 23366 23366 22910 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 411122769 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019637424880 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23389] ppid=23366 vsize=15486016 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23389/stat : 23389 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122772 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019636373456 140020171044763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23390] ppid=23366 vsize=15486016 memory=2273 CPUtime=1.86 cores=0,2,4,6
/proc/23369/task/23390/stat : 23390 (java) S 23366 23366 22910 0 -1 1077944384 7244 0 0 0 185 1 0 0 20 0 19 0 411122772 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019635321584 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23391] ppid=23366 vsize=15486016 memory=2244 CPUtime=1.82 cores=0,2,4,6
/proc/23369/task/23391/stat : 23391 (java) R 23366 23366 22910 0 -1 4202560 6059 0 0 0 182 0 0 0 20 0 19 0 411122772 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019634269336 140020156735904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23392] ppid=23366 vsize=15486016 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/23369/task/23392/stat : 23392 (java) S 23366 23366 22910 0 -1 1077944384 4413 0 0 0 75 0 0 0 20 0 19 0 411122772 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019633215984 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23393] ppid=23366 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23393/stat : 23393 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122772 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019632163680 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23394] ppid=23366 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23394/stat : 23394 (java) S 23366 23366 22910 0 -1 1077944384 503 0 0 0 0 0 0 0 20 0 19 0 411122773 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019631110704 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23423] ppid=23366 vsize=15486016 memory=0 CPUtime=4.56 cores=0,2,4,6
/proc/23369/task/23423/stat : 23423 (java) R 23366 23366 22910 0 -1 4202560 80 0 0 0 456 0 0 0 20 0 19 0 411122896 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019553426832 140019782431817 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23424] ppid=23366 vsize=15486016 memory=280032941654968 CPUtime=4.25 cores=0,2,4,6
/proc/23369/task/23424/stat : 23424 (java) R 23366 23366 22910 0 -1 4202560 325 0 0 0 425 0 0 0 20 0 19 0 411122896 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019548174896 140019783773609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23425] ppid=23366 vsize=15486016 memory=0 CPUtime=4.45 cores=0,2,4,6
/proc/23369/task/23425/stat : 23425 (java) R 23366 23366 22910 0 -1 4202560 454 0 0 0 445 0 0 0 20 0 19 0 411122896 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019552374504 140019782217516 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23426] ppid=23366 vsize=15486016 memory=0 CPUtime=4.31 cores=0,2,4,6
/proc/23369/task/23426/stat : 23426 (java) R 23366 23366 22910 0 -1 4202560 227 0 0 0 431 0 0 0 20 0 19 0 411122896 15857680384 52881 33554432000 4194304 4196468 140730085340880 140019626189320 140019783252168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 23.76 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 212976 KiB

[startup+6.6015 s]
/proc/loadavg: 2.09 1.27 1.19 9/243 23426
/proc/meminfo: memFree=30013640/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0
[pid=23369] ppid=23366 vsize=15486016 memory=214104 CPUtime=24.53 cores=0,2,4,6
/proc/23369/stat : 23369 (java) S 23366 23366 22910 0 -1 1077944320 32586 0 0 0 2442 11 0 0 20 0 19 0 411122766 15857680384 53526 33554432000 4194304 4196468 140730085340880 140730085323424 140020171026167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
/proc/23369/statm: 3871504 53526 3514 1 0 3832606 0
[pid=23369/tid=23371] ppid=23366 vsize=15486016 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/23369/task/23371/stat : 23371 (java) S 23366 23366 22910 0 -1 1077944384 9434 0 0 0 85 5 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020175266944 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23375] ppid=23366 vsize=15486016 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23369/task/23375/stat : 23375 (java) S 23366 23366 22910 0 -1 1077944384 59 0 0 0 2 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020099066896 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23376] ppid=23366 vsize=15486016 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23376/stat : 23376 (java) S 23366 23366 22910 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020098014352 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23377] ppid=23366 vsize=15486016 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23377/stat : 23377 (java) S 23366 23366 22910 0 -1 1077944384 900 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020096961296 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23378] ppid=23366 vsize=15486016 memory=140016471245120 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23378/stat : 23378 (java) S 23366 23366 22910 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020095908752 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23382] ppid=23366 vsize=15486016 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23382/stat : 23382 (java) S 23366 23366 22910 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 19 0 411122769 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019639531760 140020171037314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23383] ppid=23366 vsize=15486016 memory=222116 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23383/stat : 23383 (java) S 23366 23366 22910 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 411122769 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019638478048 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23384] ppid=23366 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23384/stat : 23384 (java) S 23366 23366 22910 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 411122769 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019637424880 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23389] ppid=23366 vsize=15486016 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23389/stat : 23389 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019636373456 140020171044763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23390] ppid=23366 vsize=15486016 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/23369/task/23390/stat : 23390 (java) S 23366 23366 22910 0 -1 1077944384 7244 0 0 0 185 1 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019635321584 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23391] ppid=23366 vsize=15486016 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/23369/task/23391/stat : 23391 (java) S 23366 23366 22910 0 -1 1077944384 6332 0 0 0 186 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019634269040 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23392] ppid=23366 vsize=15486016 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/23369/task/23392/stat : 23392 (java) S 23366 23366 22910 0 -1 1077944384 4413 0 0 0 75 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019633215984 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23393] ppid=23366 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23393/stat : 23393 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019632163680 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23394] ppid=23366 vsize=15486016 memory=7301856090349791568 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23394/stat : 23394 (java) S 23366 23366 22910 0 -1 1077944384 503 0 0 0 0 0 0 0 20 0 19 0 411122773 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019631110704 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23423] ppid=23366 vsize=15486016 memory=6153395269823648336 CPUtime=4.75 cores=0,2,4,6
/proc/23369/task/23423/stat : 23423 (java) R 23366 23366 22910 0 -1 4202560 80 0 0 0 475 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019553426792 140019782216758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23424] ppid=23366 vsize=15486016 memory=3484 CPUtime=4.42 cores=0,2,4,6
/proc/23369/task/23424/stat : 23424 (java) R 23366 23366 22910 0 -1 4202560 325 0 0 0 442 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019548172528 140019783251211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23425] ppid=23366 vsize=15486016 memory=1336 CPUtime=4.61 cores=0,2,4,6
/proc/23369/task/23425/stat : 23425 (java) R 23366 23366 22910 0 -1 4202560 454 0 0 0 461 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019552377568 140019783301161 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23426] ppid=23366 vsize=15486016 memory=744 CPUtime=4.49 cores=0,2,4,6
/proc/23369/task/23426/stat : 23426 (java) R 23366 23366 22910 0 -1 4202560 228 0 0 0 449 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019626189280 140019782215905 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 24.53 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 215556 KiB

[startup+6.70151 s]
/proc/loadavg: 2.09 1.27 1.19 9/243 23426
/proc/meminfo: memFree=30013640/32770624 swapFree=67009020/67108860
[pid=23366] ppid=23359 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23366/stat : 23366 (xcsp3-exec) S 23359 23366 22910 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 411122766 115843072 363 33554432000 4194304 5098028 140724255734240 140724255732344 140521566040700 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22503424 140724255736698 140724255736941 140724255736941 140724255739850 0
/proc/23366/statm: 28282 363 304 221 0 87 0
[pid=23369] ppid=23366 vsize=15486016 memory=214104 CPUtime=24.93 cores=0,2,4,6
/proc/23369/stat : 23369 (java) S 23366 23366 22910 0 -1 1077944320 32587 0 0 0 2482 11 0 0 20 0 19 0 411122766 15857680384 53526 33554432000 4194304 4196468 140730085340880 140730085323424 140020171026167 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
/proc/23369/statm: 3871504 53526 3514 1 0 3832606 0
[pid=23369/tid=23371] ppid=23366 vsize=15486016 memory=211492 CPUtime=0.9 cores=0,2,4,6
/proc/23369/task/23371/stat : 23371 (java) S 23366 23366 22910 0 -1 1077944384 9434 0 0 0 85 5 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020175266944 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23375] ppid=23366 vsize=15486016 memory=206688 CPUtime=0.02 cores=0,2,4,6
/proc/23369/task/23375/stat : 23375 (java) S 23366 23366 22910 0 -1 1077944384 59 0 0 0 2 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020099066896 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23376] ppid=23366 vsize=15486016 memory=214496 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23376/stat : 23376 (java) S 23366 23366 22910 0 -1 1077944384 202 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020098014352 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23377] ppid=23366 vsize=15486016 memory=11841 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23377/stat : 23377 (java) S 23366 23366 22910 0 -1 1077944384 900 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020096961296 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23378] ppid=23366 vsize=15486016 memory=11557 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23378/stat : 23378 (java) S 23366 23366 22910 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 19 0 411122767 15857680384 53526 33554432000 4194304 4196468 140730085340880 140020095908752 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23382] ppid=23366 vsize=15486016 memory=16460 CPUtime=0.01 cores=0,2,4,6
/proc/23369/task/23382/stat : 23382 (java) S 23366 23366 22910 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 19 0 411122769 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019639531760 140020171037314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23383] ppid=23366 vsize=15486016 memory=984 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23383/stat : 23383 (java) S 23366 23366 22910 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 411122769 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019638478048 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23384] ppid=23366 vsize=15486016 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23384/stat : 23384 (java) S 23366 23366 22910 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 19 0 411122769 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019637424880 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23389] ppid=23366 vsize=15486016 memory=222116 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23389/stat : 23389 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019636373456 140020171044763 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23390] ppid=23366 vsize=15486016 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/23369/task/23390/stat : 23390 (java) S 23366 23366 22910 0 -1 1077944384 7244 0 0 0 185 1 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019635321584 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23391] ppid=23366 vsize=15486016 memory=3 CPUtime=1.86 cores=0,2,4,6
/proc/23369/task/23391/stat : 23391 (java) S 23366 23366 22910 0 -1 1077944384 6332 0 0 0 186 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019634269040 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23392] ppid=23366 vsize=15486016 memory=214496 CPUtime=0.75 cores=0,2,4,6
/proc/23369/task/23392/stat : 23392 (java) S 23366 23366 22910 0 -1 1077944384 4413 0 0 0 75 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019633215984 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23393] ppid=23366 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23393/stat : 23393 (java) S 23366 23366 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122772 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019632163680 140020171036373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23394] ppid=23366 vsize=15486016 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23369/task/23394/stat : 23394 (java) S 23366 23366 22910 0 -1 1077944384 503 0 0 0 0 0 0 0 20 0 19 0 411122773 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019631110704 140020171037314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23423] ppid=23366 vsize=15486016 memory=280032942588832 CPUtime=4.85 cores=0,2,4,6
/proc/23369/task/23423/stat : 23423 (java) R 23366 23366 22910 0 -1 4202560 80 0 0 0 485 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019553426792 140019782216784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23424] ppid=23366 vsize=15486016 memory=240372139734694 CPUtime=4.52 cores=0,2,4,6
/proc/23369/task/23424/stat : 23424 (java) R 23366 23366 22910 0 -1 4202560 325 0 0 0 452 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019548172528 140019782216734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23425] ppid=23366 vsize=15486016 memory=240372139734695 CPUtime=4.71 cores=0,2,4,6
/proc/23369/task/23425/stat : 23425 (java) R 23366 23366 22910 0 -1 4202560 455 0 0 0 471 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019552377568 140019783250993 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
[pid=23369/tid=23426] ppid=23366 vsize=15486016 memory=240372139734696 CPUtime=4.59 cores=0,2,4,6
/proc/23369/task/23426/stat : 23426 (java) R 23366 23366 22910 0 -1 4202560 228 0 0 0 459 0 0 0 20 0 19 0 411122896 15857680384 53526 33554432000 4194304 4196468 140730085340880 140019626189168 140019782216921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32976896 140730085348335 140730085348506 140730085348506 140730085351375 0
Current children cumulated CPU time: 24.93 s
Current children cumulated vsize: 15599144 KiB
Current children cumulated memory: 215556 KiB

Child status: 0
Real time (s): 6.73795
CPU time (s): 25.0639
CPU user time (s): 24.9418
CPU system time (s): 0.122183
CPU usage (%): 371.982
Max. virtual memory (cumulated for all children) (KiB): 15599144
Max. memory (cumulated for all children) (KiB): 223568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.9418
system time used= 0.122183
maximum resident set size= 222120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33498
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= 2944
involuntary context switches= 854


# summary of solver processes directly reported to runsolver:
#   pid: 23366
#   total CPU time (s): 25.0639
#   total CPU user time (s): 24.9418
#   total CPU system time (s): 0.122183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082928 second user time and 0.101068 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 07:19:11
IDJOB=4394208
IDBENCH=141494
IDSOLVER=2842
FILE ID=node132/4394208-1568352000
RUNJOBID= node132-1568351942-22941
PBS_JOBID= 21701180
Free space on /tmp= 60280 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394208-1568352000/watcher-4394208-1568352000 -o /tmp/evaluation-result-4394208-1568352000/solver-4394208-1568352000 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568351942-22941 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1748591267 HOME/instance-4394208-1568352000.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1748591267

node132.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.95
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.95
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.95
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.95
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:        30233572 kB
MemAvailable:   31712568 kB
Buffers:          131064 kB
Cached:          1618044 kB
SwapCached:         8352 kB
Active:           592336 kB
Inactive:        1362920 kB
Active(anon):     205028 kB
Inactive(anon):    28068 kB
Active(file):     387308 kB
Inactive(file):  1334852 kB
Unevictable:      109180 kB
Mlocked:          109180 kB
SwapTotal:      67108860 kB
SwapFree:       67009020 kB
Dirty:             26184 kB
Writeback:             0 kB
AnonPages:        325224 kB
Mapped:            43416 kB
Shmem:             18880 kB
Slab:             175200 kB
SReclaimable:     145340 kB
SUnreclaim:        29860 kB
KernelStack:        4192 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1615116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60252 MiB
End job on node132 at 2019-09-13 07:19:18