Trace number 4297480

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 4.0.7b par (e747e1e)SAT (TO)42 20055.1 2520.09

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15b_c18.xml
MD5SUMb017fe45b316a2eca4ba7804b3adba5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark20055.1
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints163
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":36},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":15}]
Minimum variable degree2
Maximum variable degree47
Distribution of variable degrees[{"degree":2,"count":47},{"degree":46,"count":10},{"degree":47,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":131},{"arity":16,"count":32}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"count","count":32}]
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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297480-1532715650.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297480-1532715650.xml, -tl, 20160s, -p, 8]
0.32/0.22	c 8 solvers in parallel
0.32/0.28	c parse instance...
2.66/1.07	c solve instance...
3.81/1.27	o 82 
4.50/1.31	o 80 
4.50/1.31	o 72 
4.50/1.33	o 71 
4.50/1.37	o 69 
4.50/1.37	o 58 
4.50/1.38	o 53 
4.50/1.38	o 52 
4.50/1.39	o 51 
31.38/4.99	o 47 
54.42/7.89	o 44 
55.21/7.96	o 43 
697.33/88.54	o 42 
20054.46/2520.06	s SATISFIABLE
20054.46/2520.06	v <instantiation>
20054.46/2520.06	v 	<list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] v[14] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] np[10] np[11] np[12] np[13] np[14] np[15] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] nf[10] nf[11] nf[12] nf[13] nf[14] nf[15] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11] pp[12] pp[13] pp[14] </list>
20054.46/2520.06	v 	<values>-16 5 -15 15 15 -15 5 16 -5 3 15 3 15 -3 8 0 0 1 0 1 0 0 0 0 0 0 0 0 0 2 1 0 0 2 0 2 0 0 1 0 0 0 0 0 0 4 1 5 0 9 0 0 10 0 0 6 0 0 0 0 12 0 </values>
20054.46/2520.06	v </instantiation>
20054.46/2520.06	c Unexpected resolution interruption!

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297480-1532715650/watcher-4297480-1532715650 -o /tmp/evaluation-result-4297480-1532715650/solver-4297480-1532715650 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1532704894-21363 --watchdog 2580 HOME/xcsp3-exec -seed 221250538 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297480-1532715650.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=1759, runsolver pid=1756

[startup+0.100216 s]*
/proc/loadavg: 1.78 1.83 3.14 2/199 1780
/proc/meminfo: memFree=28319516/32770624 swapFree=67108860/67108860
[pid=1759] ppid=1756 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1759/stat : 1759 (xcsp3-exec) S 1756 1759 21336 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89128213 115843072 364 33554432000 4194304 5098028 140731631187184 140731631185288 140470753378940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7815168 140731631191094 140731631191296 140731631191296 140731631194058 0
/proc/1759/statm: 28282 364 306 221 0 87 0
[pid=1761] ppid=1759 vsize=26104152 memory=26676 CPUtime=0.11 cores=0-7
/proc/1761/stat : 1761 (java) S 1759 1759 21336 0 -1 1077944320 5622 0 0 0 10 1 0 0 20 0 20 0 89128214 26730651648 6669 33554432000 4194304 4196468 140736226374944 140736226357488 139719646752503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
/proc/1761/statm: 6526038 6669 2995 1 0 6488315 0
[pid=1761/tid=1762] ppid=1759 vsize=26104152 memory=6935054825532540783 CPUtime=0.08 cores=0-7
/proc/1761/task/1762/stat : 1762 (java) R 1759 1759 21336 0 -1 4202560 3652 0 0 0 8 0 0 0 20 0 20 0 89128214 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719650968632 139719630832990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1763] ppid=1759 vsize=26104152 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1761/task/1763/stat : 1763 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719599373328 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1764] ppid=1759 vsize=26104152 memory=139882965436032 CPUtime=0 cores=0-7
/proc/1761/task/1764/stat : 1764 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719598320784 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1765] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1765/stat : 1765 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719597267728 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1766] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1766/stat : 1766 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719596215184 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1767] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1767/stat : 1767 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719595162128 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1768] ppid=1759 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1761/task/1768/stat : 1768 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719594109584 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1769] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1769/stat : 1769 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719593056528 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1770] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1770/stat : 1770 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 6735 33554432000 4194304 4196468 140736226374944 139719592003984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1771] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1771/stat : 1771 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128216 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718388923120 139719646763650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1772] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1772/stat : 1772 (java) S 1759 1759 21336 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89128217 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718387869344 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1773] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1773/stat : 1773 (java) S 1759 1759 21336 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89128217 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718386816240 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1774] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1774/stat : 1774 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128219 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718385764816 139719646771099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1775] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1775/stat : 1775 (java) S 1759 1759 21336 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 89128219 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718384711920 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1776] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1776/stat : 1776 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89128219 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718383659376 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1777] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1777/stat : 1777 (java) S 1759 1759 21336 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 89128219 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718382606320 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1778] ppid=1759 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1761/task/1778/stat : 1778 (java) R 1759 1759 21336 0 -1 4202560 247 0 0 0 1 0 0 0 20 0 20 0 89128219 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718381553776 139719638774420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1779] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1779/stat : 1779 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89128220 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718380501984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1780] ppid=1759 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1761/task/1780/stat : 1780 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128220 26730651648 6735 33554432000 4194304 4196468 140736226374944 139718379449520 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28132 KiB

[startup+0.210177 s]*
/proc/loadavg: 1.78 1.83 3.14 2/199 1780
/proc/meminfo: memFree=28306848/32770624 swapFree=67108860/67108860
[pid=1759] ppid=1756 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1759/stat : 1759 (xcsp3-exec) S 1756 1759 21336 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89128213 115843072 364 33554432000 4194304 5098028 140731631187184 140731631185288 140470753378940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7815168 140731631191094 140731631191296 140731631191296 140731631194058 0
/proc/1759/statm: 28282 364 306 221 0 87 0
[pid=1761] ppid=1759 vsize=26104152 memory=39192 CPUtime=0.32 cores=0-7
/proc/1761/stat : 1761 (java) S 1759 1759 21336 0 -1 1077944320 8446 0 0 0 30 2 0 0 20 0 20 0 89128214 26730651648 9798 33554432000 4194304 4196468 140736226374944 140736226357488 139719646752503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
/proc/1761/statm: 6526038 9798 3177 1 0 6488315 0
[pid=1761/tid=1762] ppid=1759 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1761/task/1762/stat : 1762 (java) R 1759 1759 21336 0 -1 4202560 5542 0 0 0 18 1 0 0 20 0 20 0 89128214 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719650987200 139719262487349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1763] ppid=1759 vsize=26104152 memory=339 CPUtime=0 cores=0-7
/proc/1761/task/1763/stat : 1763 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719599373328 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1764] ppid=1759 vsize=26104152 memory=288370259117147776 CPUtime=0 cores=0-7
/proc/1761/task/1764/stat : 1764 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719598320784 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1765] ppid=1759 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1761/task/1765/stat : 1765 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719597267728 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1766] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1766/stat : 1766 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719596215184 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1767] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1767/stat : 1767 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719595162128 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1768] ppid=1759 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1761/task/1768/stat : 1768 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719594109584 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1769] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1769/stat : 1769 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719593056528 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1770] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1770/stat : 1770 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89128215 26730651648 9798 33554432000 4194304 4196468 140736226374944 139719592003984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1771] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1771/stat : 1771 (java) S 1759 1759 21336 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89128216 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718388923120 139719646763650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1772] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1772/stat : 1772 (java) S 1759 1759 21336 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89128217 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718387869344 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1773] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1773/stat : 1773 (java) S 1759 1759 21336 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89128217 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718386816240 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1774] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1774/stat : 1774 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128219 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718385764816 139719646771099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1775] ppid=1759 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1761/task/1775/stat : 1775 (java) S 1759 1759 21336 0 -1 1077944384 458 0 0 0 1 0 0 0 20 0 20 0 89128219 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718384711920 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1776] ppid=1759 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1761/task/1776/stat : 1776 (java) S 1759 1759 21336 0 -1 1077944384 104 0 0 0 1 0 0 0 20 0 20 0 89128219 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718383659376 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1777] ppid=1759 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/1761/task/1777/stat : 1777 (java) S 1759 1759 21336 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 20 0 89128219 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718382606320 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1778] ppid=1759 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/1761/task/1778/stat : 1778 (java) R 1759 1759 21336 0 -1 4202560 791 0 0 0 7 0 0 0 20 0 20 0 89128219 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718381553664 139719638989630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1779] ppid=1759 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1779/stat : 1779 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89128220 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718380501984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1780] ppid=1759 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1761/task/1780/stat : 1780 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128220 26730651648 9798 33554432000 4194304 4196468 140736226374944 139718379449520 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40648 KiB

[startup+0.310132 s]*
/proc/loadavg: 1.78 1.83 3.14 4/199 1780
/proc/meminfo: memFree=28301628/32770624 swapFree=67108860/67108860
[pid=1759] ppid=1756 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1759/stat : 1759 (xcsp3-exec) S 1756 1759 21336 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89128213 115843072 364 33554432000 4194304 5098028 140731631187184 140731631185288 140470753378940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7815168 140731631191094 140731631191296 140731631191296 140731631194058 0
/proc/1759/statm: 28282 364 306 221 0 87 0
[pid=1761] ppid=1759 vsize=26108408 memory=46244 CPUtime=0.51 cores=0-7
/proc/1761/stat : 1761 (java) S 1759 1759 21336 0 -1 1077944320 9273 0 0 0 47 4 0 0 20 0 20 0 89128214 26735009792 11561 33554432000 4194304 4196468 140736226374944 140736226357488 139719646752503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
/proc/1761/statm: 6527102 11561 3240 1 0 6488315 0
[pid=1761/tid=1762] ppid=1759 vsize=26108408 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/1761/task/1762/stat : 1762 (java) R 1759 1759 21336 0 -1 4202560 6195 0 0 0 27 2 0 0 20 0 20 0 89128214 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719650986288 139719646764438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1763] ppid=1759 vsize=26108408 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1761/task/1763/stat : 1763 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719599373328 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1764] ppid=1759 vsize=26108408 memory=1416 CPUtime=0 cores=0-7
/proc/1761/task/1764/stat : 1764 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719598320784 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1765] ppid=1759 vsize=26108408 memory=4612 CPUtime=0 cores=0-7
/proc/1761/task/1765/stat : 1765 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719597267728 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1766] ppid=1759 vsize=26108408 memory=8496 CPUtime=0 cores=0-7
/proc/1761/task/1766/stat : 1766 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719596215184 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1767] ppid=1759 vsize=26108408 memory=1624 CPUtime=0 cores=0-7
/proc/1761/task/1767/stat : 1767 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719595162128 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1768] ppid=1759 vsize=26108408 memory=1200 CPUtime=0 cores=0-7
/proc/1761/task/1768/stat : 1768 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719594109584 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1769] ppid=1759 vsize=26108408 memory=15872 CPUtime=0 cores=0-7
/proc/1761/task/1769/stat : 1769 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719593056528 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1770] ppid=1759 vsize=26108408 memory=15720 CPUtime=0 cores=0-7
/proc/1761/task/1770/stat : 1770 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89128215 26735009792 11647 33554432000 4194304 4196468 140736226374944 139719592003984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1771] ppid=1759 vsize=26108408 memory=4052 CPUtime=0 cores=0-7
/proc/1761/task/1771/stat : 1771 (java) S 1759 1759 21336 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 89128216 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718388923120 139719646763650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1772] ppid=1759 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1772/stat : 1772 (java) S 1759 1759 21336 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 89128217 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718387869344 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1773] ppid=1759 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1773/stat : 1773 (java) S 1759 1759 21336 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 89128217 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718386816240 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1774] ppid=1759 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1774/stat : 1774 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128219 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718385764816 139719646771099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1775] ppid=1759 vsize=26108408 memory=0 CPUtime=0.02 cores=0-7
/proc/1761/task/1775/stat : 1775 (java) S 1759 1759 21336 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 20 0 89128219 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718384711920 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1776] ppid=1759 vsize=26108408 memory=139882857072047 CPUtime=0.02 cores=0-7
/proc/1761/task/1776/stat : 1776 (java) S 1759 1759 21336 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 20 0 89128219 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718383659376 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1777] ppid=1759 vsize=26108408 memory=0 CPUtime=0.03 cores=0-7
/proc/1761/task/1777/stat : 1777 (java) R 1759 1759 21336 0 -1 4202560 336 0 0 0 3 0 0 0 20 0 20 0 89128219 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718382606320 139719628273363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1778] ppid=1759 vsize=26108408 memory=279765714134944 CPUtime=0.12 cores=0-7
/proc/1761/task/1778/stat : 1778 (java) S 1759 1759 21336 0 -1 1077944384 887 0 0 0 12 0 0 0 20 0 20 0 89128219 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718381553776 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1779] ppid=1759 vsize=26108408 memory=139882857100148 CPUtime=0 cores=0-7
/proc/1761/task/1779/stat : 1779 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 89128220 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718380501984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1780] ppid=1759 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/1761/task/1780/stat : 1780 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 89128220 26735009792 11647 33554432000 4194304 4196468 140736226374944 139718379449520 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47700 KiB

[startup+0.700985 s]
/proc/loadavg: 1.78 1.83 3.14 4/199 1780
/proc/meminfo: memFree=28286680/32770624 swapFree=67108860/67108860
[pid=1759] ppid=1756 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1759/stat : 1759 (xcsp3-exec) S 1756 1759 21336 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89128213 115843072 364 33554432000 4194304 5098028 140731631187184 140731631185288 140470753378940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7815168 140731631191094 140731631191296 140731631191296 140731631194058 0
/proc/1759/statm: 28282 364 306 221 0 87 0
[pid=1761] ppid=1759 vsize=26110532 memory=83640 CPUtime=1.58 cores=0-7
/proc/1761/stat : 1761 (java) S 1759 1759 21336 0 -1 1077944320 13109 0 0 0 153 5 0 0 20 0 20 0 89128214 26737184768 20910 33554432000 4194304 4196468 140736226374944 140736226357488 139719646752503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
/proc/1761/statm: 6527633 20910 3359 1 0 6488827 0
[pid=1761/tid=1762] ppid=1759 vsize=26110532 memory=279765714550448 CPUtime=0.66 cores=0-7
/proc/1761/task/1762/stat : 1762 (java) R 1759 1759 21336 0 -1 4202560 7241 0 0 0 63 3 0 0 20 0 20 0 89128214 26737184768 20910 33554432000 4194304 4196468 140736226374944 139719650988720 139719265949568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1763] ppid=1759 vsize=26110532 memory=139882857276272 CPUtime=0 cores=0-7
/proc/1761/task/1763/stat : 1763 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26737184768 20910 33554432000 4194304 4196468 140736226374944 139719599373328 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1764] ppid=1759 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1764/stat : 1764 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26737184768 20910 33554432000 4194304 4196468 140736226374944 139719598320784 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1765] ppid=1759 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1765/stat : 1765 (java) S 1759 1759 21336 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 89128215 26737184768 20910 33554432000 4194304 4196468 140736226374944 139719597267728 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0

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

[pid=1761/tid=1895] ppid=1759 vsize=26711656 memory=1416 CPUtime=2394.95 cores=0-7
/proc/1761/task/1895/stat : 1895 (java) R 1759 1759 21336 0 -1 4202560 9682 0 0 0 239492 3 0 0 20 0 28 0 89137068 27352735744 170223 33554432000 4194304 4196468 140736226374944 139718298591744 139719269071202 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
Current children cumulated CPU time: 19913.4 s
Current children cumulated vsize: 26824784 KiB
Current children cumulated memory: 682348 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 8.19 8.33 7.99 9/209 1952
/proc/meminfo: memFree=27666888/32770624 swapFree=67108860/67108860
[pid=1759] ppid=1756 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1759/stat : 1759 (xcsp3-exec) S 1756 1759 21336 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89128213 115843072 364 33554432000 4194304 5098028 140731631187184 140731631185288 140470753378940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7815168 140731631191094 140731631191296 140731631191296 140731631194058 0
/proc/1759/statm: 28282 364 306 221 0 87 0
[pid=1761] ppid=1759 vsize=26711656 memory=676788 CPUtime=20054.5 cores=0-7
/proc/1761/stat : 1761 (java) S 1759 1759 21336 0 -1 1077944320 694026 0 0 0 2004883 563 0 0 20 0 28 0 89128214 27352735744 169197 33554432000 4194304 4196468 140736226374944 140736226357488 139719646752503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
/proc/1761/statm: 6677914 169197 3451 1 0 6639108 0
[pid=1761/tid=1762] ppid=1759 vsize=26711656 memory=677300 CPUtime=1.05 cores=0-7
/proc/1761/task/1762/stat : 1762 (java) S 1759 1759 21336 0 -1 1077944384 9451 0 0 0 99 6 0 0 20 0 28 0 89128214 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719650993280 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1763] ppid=1759 vsize=26711656 memory=677300 CPUtime=5.84 cores=0-7
/proc/1761/task/1763/stat : 1763 (java) S 1759 1759 21336 0 -1 1077944384 24078 0 0 0 549 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719599373328 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1764] ppid=1759 vsize=26711656 memory=677300 CPUtime=5.78 cores=0-7
/proc/1761/task/1764/stat : 1764 (java) S 1759 1759 21336 0 -1 1077944384 25182 0 0 0 543 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719598320784 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1765] ppid=1759 vsize=26711656 memory=1456 CPUtime=5.79 cores=0-7
/proc/1761/task/1765/stat : 1765 (java) S 1759 1759 21336 0 -1 1077944384 25720 0 0 0 545 34 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719597267728 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1766] ppid=1759 vsize=26711656 memory=677812 CPUtime=5.84 cores=0-7
/proc/1761/task/1766/stat : 1766 (java) S 1759 1759 21336 0 -1 1077944384 25306 0 0 0 549 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719596215184 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1767] ppid=1759 vsize=26711656 memory=678840 CPUtime=5.81 cores=0-7
/proc/1761/task/1767/stat : 1767 (java) S 1759 1759 21336 0 -1 1077944384 24406 0 0 0 546 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719595162128 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1768] ppid=1759 vsize=26711656 memory=1456 CPUtime=5.8 cores=0-7
/proc/1761/task/1768/stat : 1768 (java) S 1759 1759 21336 0 -1 1077944384 22950 0 0 0 547 33 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719594109584 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1769] ppid=1759 vsize=26711656 memory=678840 CPUtime=5.84 cores=0-7
/proc/1761/task/1769/stat : 1769 (java) S 1759 1759 21336 0 -1 1077944384 25072 0 0 0 547 37 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719593056528 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1770] ppid=1759 vsize=26711656 memory=677300 CPUtime=5.82 cores=0-7
/proc/1761/task/1770/stat : 1770 (java) S 1759 1759 21336 0 -1 1077944384 26471 0 0 0 545 37 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719592003984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1771] ppid=1759 vsize=26711656 memory=1456 CPUtime=2.78 cores=0-7
/proc/1761/task/1771/stat : 1771 (java) S 1759 1759 21336 0 -1 1077944384 76364 0 0 0 227 51 0 0 20 0 28 0 89128216 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718388923120 139719646763650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1772] ppid=1759 vsize=26711656 memory=157 CPUtime=0 cores=0-7
/proc/1761/task/1772/stat : 1772 (java) S 1759 1759 21336 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 89128217 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718387869408 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1773] ppid=1759 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1773/stat : 1773 (java) S 1759 1759 21336 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 89128217 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718386816256 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1774] ppid=1759 vsize=26711656 memory=1456 CPUtime=0 cores=0-7
/proc/1761/task/1774/stat : 1774 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718385764816 139719646771099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1775] ppid=1759 vsize=26711656 memory=678328 CPUtime=1.56 cores=0-7
/proc/1761/task/1775/stat : 1775 (java) S 1759 1759 21336 0 -1 1077944384 11998 0 0 0 154 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718384711920 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1776] ppid=1759 vsize=26711656 memory=4028 CPUtime=1.69 cores=0-7
/proc/1761/task/1776/stat : 1776 (java) S 1759 1759 21336 0 -1 1077944384 12051 0 0 0 167 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718383659376 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1777] ppid=1759 vsize=26711656 memory=25912 CPUtime=1.57 cores=0-7
/proc/1761/task/1777/stat : 1777 (java) S 1759 1759 21336 0 -1 1077944384 11040 0 0 0 155 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718382606320 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1778] ppid=1759 vsize=26711656 memory=1236 CPUtime=0.84 cores=0-7
/proc/1761/task/1778/stat : 1778 (java) S 1759 1759 21336 0 -1 1077944384 8081 0 0 0 82 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718381553776 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1779] ppid=1759 vsize=26711656 memory=960 CPUtime=0 cores=0-7
/proc/1761/task/1779/stat : 1779 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89128220 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718380501984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1780] ppid=1759 vsize=26711656 memory=677812 CPUtime=0.35 cores=0-7
/proc/1761/task/1780/stat : 1780 (java) S 1759 1759 21336 0 -1 1077944384 4199 0 0 0 21 14 0 0 20 0 28 0 89128220 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718379449520 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1887] ppid=1759 vsize=26711656 memory=1456 CPUtime=2410.35 cores=0-7
/proc/1761/task/1887/stat : 1887 (java) R 1759 1759 21336 0 -1 4202560 11712 0 0 0 241031 4 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718295428792 139719269357065 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1889] ppid=1759 vsize=26711656 memory=1456 CPUtime=2412.47 cores=0-7
/proc/1761/task/1889/stat : 1889 (java) R 1759 1759 21336 0 -1 4202560 9902 0 0 0 241244 3 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718292272040 139719269365618 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1890] ppid=1759 vsize=26711656 memory=1456 CPUtime=2411.72 cores=0-7
/proc/1761/task/1890/stat : 1890 (java) R 1759 1759 21336 0 -1 4202560 14373 0 0 0 241166 6 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718299639632 139719269357104 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1891] ppid=1759 vsize=26711656 memory=279765714873072 CPUtime=2417.94 cores=0-7
/proc/1761/task/1891/stat : 1891 (java) R 1759 1759 21336 0 -1 4202560 88674 0 0 0 241765 29 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718297537456 139719270758080 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1892] ppid=1759 vsize=26711656 memory=25900 CPUtime=2416.1 cores=0-7
/proc/1761/task/1892/stat : 1892 (java) R 1759 1759 21336 0 -1 4202560 38117 0 0 0 241595 15 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718296481376 139719269749046 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1893] ppid=1759 vsize=26711656 memory=4028 CPUtime=2417.25 cores=0-7
/proc/1761/task/1893/stat : 1893 (java) R 1759 1759 21336 0 -1 4202560 158924 0 0 0 241567 158 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718374952720 139719263385013 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1894] ppid=1759 vsize=26711656 memory=25912 CPUtime=2409.67 cores=0-7
/proc/1761/task/1894/stat : 1894 (java) R 1759 1759 21336 0 -1 4202560 14061 0 0 0 240964 3 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718294376840 139719269357347 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1895] ppid=1759 vsize=26711656 memory=1296 CPUtime=2412.49 cores=0-7
/proc/1761/task/1895/stat : 1895 (java) R 1759 1759 21336 0 -1 4202560 9686 0 0 0 241246 3 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718298588000 139719265910886 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
Current children cumulated CPU time: 20054.5 s
Current children cumulated vsize: 26824784 KiB
Current children cumulated memory: 678244 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.04 s]
# the end of solver process 1759 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002442 s, system=0 s

[startup+2520.09 s]
# the end of solver process 1761 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20049.5 s, system=5.63903 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2520 s]
/proc/loadavg: 8.19 8.33 7.99 9/209 1952
/proc/meminfo: memFree=27666888/32770624 swapFree=67108860/67108860
[pid=1759] ppid=1756 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1759/stat : 1759 (xcsp3-exec) S 1756 1759 21336 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 89128213 115843072 364 33554432000 4194304 5098028 140731631187184 140731631185288 140470753378940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 7815168 140731631191094 140731631191296 140731631191296 140731631194058 0
/proc/1759/statm: 28282 364 306 221 0 87 0
[pid=1761] ppid=1759 vsize=26711656 memory=676788 CPUtime=20054.5 cores=0-7
/proc/1761/stat : 1761 (java) S 1759 1759 21336 0 -1 1077944320 694026 0 0 0 2004883 563 0 0 20 0 28 0 89128214 27352735744 169197 33554432000 4194304 4196468 140736226374944 140736226357488 139719646752503 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
/proc/1761/statm: 6677914 169197 3451 1 0 6639108 0
[pid=1761/tid=1762] ppid=1759 vsize=26711656 memory=677300 CPUtime=1.05 cores=0-7
/proc/1761/task/1762/stat : 1762 (java) S 1759 1759 21336 0 -1 1077944384 9451 0 0 0 99 6 0 0 20 0 28 0 89128214 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719650993280 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1763] ppid=1759 vsize=26711656 memory=677300 CPUtime=5.84 cores=0-7
/proc/1761/task/1763/stat : 1763 (java) S 1759 1759 21336 0 -1 1077944384 24078 0 0 0 549 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719599373328 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1764] ppid=1759 vsize=26711656 memory=677300 CPUtime=5.78 cores=0-7
/proc/1761/task/1764/stat : 1764 (java) S 1759 1759 21336 0 -1 1077944384 25182 0 0 0 543 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719598320784 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1765] ppid=1759 vsize=26711656 memory=1456 CPUtime=5.79 cores=0-7
/proc/1761/task/1765/stat : 1765 (java) S 1759 1759 21336 0 -1 1077944384 25720 0 0 0 545 34 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719597267728 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1766] ppid=1759 vsize=26711656 memory=677812 CPUtime=5.84 cores=0-7
/proc/1761/task/1766/stat : 1766 (java) S 1759 1759 21336 0 -1 1077944384 25306 0 0 0 549 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719596215184 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1767] ppid=1759 vsize=26711656 memory=678840 CPUtime=5.81 cores=0-7
/proc/1761/task/1767/stat : 1767 (java) S 1759 1759 21336 0 -1 1077944384 24406 0 0 0 546 35 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719595162128 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1768] ppid=1759 vsize=26711656 memory=1456 CPUtime=5.8 cores=0-7
/proc/1761/task/1768/stat : 1768 (java) S 1759 1759 21336 0 -1 1077944384 22950 0 0 0 547 33 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719594109584 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1769] ppid=1759 vsize=26711656 memory=678840 CPUtime=5.84 cores=0-7
/proc/1761/task/1769/stat : 1769 (java) S 1759 1759 21336 0 -1 1077944384 25072 0 0 0 547 37 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719593056528 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1770] ppid=1759 vsize=26711656 memory=677300 CPUtime=5.82 cores=0-7
/proc/1761/task/1770/stat : 1770 (java) S 1759 1759 21336 0 -1 1077944384 26471 0 0 0 545 37 0 0 20 0 28 0 89128215 27352735744 169197 33554432000 4194304 4196468 140736226374944 139719592003984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1771] ppid=1759 vsize=26711656 memory=1456 CPUtime=2.78 cores=0-7
/proc/1761/task/1771/stat : 1771 (java) S 1759 1759 21336 0 -1 1077944384 76364 0 0 0 227 51 0 0 20 0 28 0 89128216 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718388923120 139719646763650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1772] ppid=1759 vsize=26711656 memory=157 CPUtime=0 cores=0-7
/proc/1761/task/1772/stat : 1772 (java) S 1759 1759 21336 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 89128217 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718387869408 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1773] ppid=1759 vsize=26711656 memory=0 CPUtime=0 cores=0-7
/proc/1761/task/1773/stat : 1773 (java) S 1759 1759 21336 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 89128217 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718386816256 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1774] ppid=1759 vsize=26711656 memory=1456 CPUtime=0 cores=0-7
/proc/1761/task/1774/stat : 1774 (java) S 1759 1759 21336 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718385764816 139719646771099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1775] ppid=1759 vsize=26711656 memory=678328 CPUtime=1.56 cores=0-7
/proc/1761/task/1775/stat : 1775 (java) S 1759 1759 21336 0 -1 1077944384 11998 0 0 0 154 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718384711920 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1776] ppid=1759 vsize=26711656 memory=4028 CPUtime=1.69 cores=0-7
/proc/1761/task/1776/stat : 1776 (java) S 1759 1759 21336 0 -1 1077944384 12051 0 0 0 167 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718383659376 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1777] ppid=1759 vsize=26711656 memory=25912 CPUtime=1.57 cores=0-7
/proc/1761/task/1777/stat : 1777 (java) S 1759 1759 21336 0 -1 1077944384 11040 0 0 0 155 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718382606320 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1778] ppid=1759 vsize=26711656 memory=1236 CPUtime=0.84 cores=0-7
/proc/1761/task/1778/stat : 1778 (java) S 1759 1759 21336 0 -1 1077944384 8081 0 0 0 82 2 0 0 20 0 28 0 89128219 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718381553776 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 28 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1779] ppid=1759 vsize=26711656 memory=960 CPUtime=0 cores=0-7
/proc/1761/task/1779/stat : 1779 (java) S 1759 1759 21336 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 89128220 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718380501984 139719646762709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1780] ppid=1759 vsize=26711656 memory=677812 CPUtime=0.35 cores=0-7
/proc/1761/task/1780/stat : 1780 (java) S 1759 1759 21336 0 -1 1077944384 4199 0 0 0 21 14 0 0 20 0 28 0 89128220 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718379449520 139719646763650 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1887] ppid=1759 vsize=26711656 memory=1456 CPUtime=2410.35 cores=0-7
/proc/1761/task/1887/stat : 1887 (java) R 1759 1759 21336 0 -1 4202560 11712 0 0 0 241031 4 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718295428792 139719269357065 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1889] ppid=1759 vsize=26711656 memory=1456 CPUtime=2412.47 cores=0-7
/proc/1761/task/1889/stat : 1889 (java) R 1759 1759 21336 0 -1 4202560 9902 0 0 0 241244 3 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718292272040 139719269365618 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1890] ppid=1759 vsize=26711656 memory=1456 CPUtime=2411.72 cores=0-7
/proc/1761/task/1890/stat : 1890 (java) R 1759 1759 21336 0 -1 4202560 14373 0 0 0 241166 6 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718299639632 139719269357104 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1891] ppid=1759 vsize=26711656 memory=279765714873072 CPUtime=2417.94 cores=0-7
/proc/1761/task/1891/stat : 1891 (java) R 1759 1759 21336 0 -1 4202560 88674 0 0 0 241765 29 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718297537456 139719270758080 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1892] ppid=1759 vsize=26711656 memory=25900 CPUtime=2416.1 cores=0-7
/proc/1761/task/1892/stat : 1892 (java) R 1759 1759 21336 0 -1 4202560 38117 0 0 0 241595 15 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718296481376 139719269749046 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1893] ppid=1759 vsize=26711656 memory=4028 CPUtime=2417.25 cores=0-7
/proc/1761/task/1893/stat : 1893 (java) R 1759 1759 21336 0 -1 4202560 158924 0 0 0 241567 158 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718374952720 139719263385013 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1894] ppid=1759 vsize=26711656 memory=25912 CPUtime=2409.67 cores=0-7
/proc/1761/task/1894/stat : 1894 (java) R 1759 1759 21336 0 -1 4202560 14061 0 0 0 240964 3 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718294376840 139719269357347 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
[pid=1761/tid=1895] ppid=1759 vsize=26711656 memory=1296 CPUtime=2412.49 cores=0-7
/proc/1761/task/1895/stat : 1895 (java) R 1759 1759 21336 0 -1 4202560 9686 0 0 0 241246 3 0 0 20 0 28 0 89137068 27352735744 169197 33554432000 4194304 4196468 140736226374944 139718298588000 139719265910886 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 30236672 140736226378881 140736226379053 140736226379053 140736226381775 0
Current children cumulated CPU time: 20054.5 s
Current children cumulated vsize: 26824784 KiB
Current children cumulated memory: 678244 KiB

Child status: 143
Real time (s): 2520.09
CPU time (s): 20055.1
CPU user time (s): 20049.5
CPU system time (s): 5.63903
CPU usage (%): 795.81
Max. virtual memory (cumulated for all children) (KiB): 26824784
Max. memory (cumulated for all children) (KiB): 3476212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20049.5
system time used= 5.63903
maximum resident set size= 3478908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694995
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 251471
involuntary context switches= 216432


# summary of solver processes directly reported to runsolver:
#   pid: 1759,1761
#   total CPU time (s): 20055.1
#   total CPU user time (s): 20049.5
#   total CPU system time (s): 5.63903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9978 second user time and 28.3906 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-27 20:20:50
IDJOB=4297480
IDBENCH=141324
IDSOLVER=2760
FILE ID=node151/4297480-1532715650
RUNJOBID= node151-1532704894-21363
PBS_JOBID= 21022308
Free space on /tmp= 54928 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15b_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297480-1532715650/watcher-4297480-1532715650 -o /tmp/evaluation-result-4297480-1532715650/solver-4297480-1532715650 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1532704894-21363 --watchdog 2580  HOME/xcsp3-exec -seed 221250538 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297480-1532715650.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b017fe45b316a2eca4ba7804b3adba5f
RANDOM SEED=221250538

node151.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.87
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.87
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.87
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.87
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:        28334824 kB
MemAvailable:   31966636 kB
Buffers:          157496 kB
Cached:          3743912 kB
SwapCached:            0 kB
Active:          1427604 kB
Inactive:        2529780 kB
Active(anon):       4904 kB
Inactive(anon):    78204 kB
Active(file):    1422700 kB
Inactive(file):  2451576 kB
Unevictable:        7796 kB
Mlocked:            7796 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21680 kB
Writeback:             0 kB
AnonPages:         66848 kB
Mapped:            41396 kB
Shmem:             25224 kB
Slab:             174488 kB
SReclaimable:     146744 kB
SUnreclaim:        27744 kB
KernelStack:        3440 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54904 MiB
End job on node151 at 2018-07-27 21:02:50