Trace number 4301639

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 seq (e747e1e)OPT4776 2.34352 1.04341

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-qap_c18.xml
MD5SUMae953de311e4ef2e73bebc6e6ca1406d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4776
Best CPU time to get the best result obtained on this benchmark0.378357
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints12
Number of domains2
Minimum domain size12
Maximum domain size51
Distribution of domain sizes[{"size":12,"count":12},{"size":51,"count":11}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":133},{"degree":2,"count":16},{"degree":3,"count":5},{"degree":4,"count":1},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity12
Distribution of constraint arities[{"arity":3,"count":11},{"arity":12,"count":1}]
Number of extensional constraints11
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":11},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301639-1532884319.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.17	c [HOME/instance-4301639-1532884319.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
0.74/0.46	c solve instance...
0.74/0.51	o 7088 
0.74/0.51	o 7054 
0.74/0.51	o 6977 
0.74/0.52	o 6421 
1.03/0.53	o 6369 
1.03/0.56	o 6291 
1.03/0.56	o 6193 
1.03/0.57	o 6025 
1.34/0.63	o 5663 
1.34/0.63	o 5238 
1.62/0.71	o 4776 
2.24/0.92	s OPTIMUM FOUND
2.24/0.92	v <instantiation>
2.24/0.92	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] d[0][1] d[0][2] d[0][3] d[0][4] d[1][5] d[2][6] d[2][7] d[5][8] d[7][9] d[8][10] d[9][11] </list>
2.24/0.92	v 	<values>6 4 11 1 0 2 8 10 9 5 7 3 5 37 30 9 10 33 18 61 0 12 12 </values>
2.24/0.92	v </instantiation>

Verifier Data

OK	4776

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301639-1532884319/watcher-4301639-1532884319 -o /tmp/evaluation-result-4301639-1532884319/solver-4301639-1532884319 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6815 --watchdog 312 HOME/xcsp3-exec -seed 297512943 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301639-1532884319.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=6988, runsolver pid=6985

[startup+0.100121 s]*
/proc/loadavg: 2.09 1.87 1.75 2/201 7004
/proc/meminfo: memFree=25592788/32770624 swapFree=67108688/67108860
[pid=6988] ppid=6985 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (xcsp3-exec) S 6985 6988 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105994738 115843072 364 33554432000 4194304 5098028 140726787466656 140726787464760 140521959314044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26038272 140726787474497 140726787474697 140726787474697 140726787477450 0
/proc/6988/statm: 28282 364 306 221 0 87 0
[pid=6990] ppid=6988 vsize=14082940 memory=28840 CPUtime=0.12 cores=0,2,4,6
/proc/6990/stat : 6990 (java) S 6988 6988 6529 0 -1 1077944320 5495 0 0 0 11 1 0 0 20 0 15 0 105994738 14420930560 7210 33554432000 4194304 4196468 140736979519312 140736979501856 139847067676407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
/proc/6990/statm: 3520735 7210 3056 1 0 3483012 0
[pid=6990/tid=6991] ppid=6988 vsize=14082940 memory=8514701219931451533 CPUtime=0.08 cores=0,2,4,6
/proc/6990/task/6991/stat : 6991 (java) R 6988 6988 6529 0 -1 4202560 3502 0 0 0 8 0 0 0 20 0 15 0 105994739 14420930560 7276 33554432000 4194304 4196468 140736979519312 139847071898480 139846702150840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6992] ppid=6988 vsize=14082940 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6992/stat : 6992 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14420930560 7276 33554432000 4194304 4196468 140736979519312 139847024228752 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6993] ppid=6988 vsize=14082940 memory=140173022709376 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6993/stat : 6993 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14420930560 7276 33554432000 4194304 4196468 140736979519312 139847023175952 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6994] ppid=6988 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6994/stat : 6994 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14420930560 7276 33554432000 4194304 4196468 140736979519312 139847022123664 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6995] ppid=6988 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6995/stat : 6995 (java) S 6988 6988 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994739 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846660581904 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6996] ppid=6988 vsize=14082940 memory=140173022709376 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6996/stat : 6996 (java) S 6988 6988 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994741 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846541597296 139847067687554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6997] ppid=6988 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6997/stat : 6997 (java) S 6988 6988 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994741 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846540543264 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6998] ppid=6988 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6998/stat : 6998 (java) S 6988 6988 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994741 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846539490928 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6999] ppid=6988 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6999/stat : 6999 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846538439248 139847067695003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7000] ppid=6988 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7000/stat : 7000 (java) S 6988 6988 6529 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 15 0 105994744 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846537386096 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7001] ppid=6988 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7001/stat : 7001 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846536333296 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7002] ppid=6988 vsize=14082940 memory=140173022709376 CPUtime=0.01 cores=0,2,4,6
/proc/6990/task/7002/stat : 7002 (java) R 6988 6988 6529 0 -1 4202560 349 0 0 0 1 0 0 0 20 0 15 0 105994744 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846535281008 139847047074923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7003] ppid=6988 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7003/stat : 7003 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846534228448 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7004] ppid=6988 vsize=14082940 memory=140173022709376 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7004/stat : 7004 (java) R 6988 6988 6529 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 105994744 14420930560 7276 33554432000 4194304 4196468 140736979519312 139846533176240 139847067697754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30296 KiB

[startup+0.210563 s]*
/proc/loadavg: 2.09 1.87 1.75 5/200 7007
/proc/meminfo: memFree=25578388/32770624 swapFree=67108688/67108860
[pid=6988] ppid=6985 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (xcsp3-exec) S 6985 6988 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105994738 115843072 364 33554432000 4194304 5098028 140726787466656 140726787464760 140521959314044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26038272 140726787474497 140726787474697 140726787474697 140726787477450 0
/proc/6988/statm: 28282 364 306 221 0 87 0
[pid=6990] ppid=6988 vsize=14082940 memory=40772 CPUtime=0.34 cores=0,2,4,6
/proc/6990/stat : 6990 (java) S 6988 6988 6529 0 -1 1077944320 8214 0 0 0 32 2 0 0 20 0 15 0 105994738 14420930560 10193 33554432000 4194304 4196468 140736979519312 140736979501856 139847067676407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
/proc/6990/statm: 3520735 10193 3188 1 0 3483012 0
[pid=6990/tid=6991] ppid=6988 vsize=14085056 memory=8390339637985935414 CPUtime=0.2 cores=0,2,4,6
/proc/6990/task/6991/stat : 6991 (java) R 6988 6988 6529 0 -1 4202560 5422 0 0 0 19 1 0 0 20 0 15 0 105994739 14423097344 10194 33554432000 4194304 4196468 140736979519312 139847071898552 139847069951687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6992] ppid=6988 vsize=14085056 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6992/stat : 6992 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14423097344 10194 33554432000 4194304 4196468 140736979519312 139847024228752 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6993] ppid=6988 vsize=14085056 memory=15111330427946648 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6993/stat : 6993 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14423097344 10194 33554432000 4194304 4196468 140736979519312 139847023175952 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6994] ppid=6988 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6994/stat : 6994 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14423097344 10194 33554432000 4194304 4196468 140736979519312 139847022123664 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6995] ppid=6988 vsize=14085056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6995/stat : 6995 (java) S 6988 6988 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994739 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846660581904 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6996] ppid=6988 vsize=14085056 memory=140173022709376 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6996/stat : 6996 (java) S 6988 6988 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105994741 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846541597296 139847067687554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6997] ppid=6988 vsize=14085056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6997/stat : 6997 (java) S 6988 6988 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994741 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846540543264 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6998] ppid=6988 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6998/stat : 6998 (java) S 6988 6988 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994741 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846539490928 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6999] ppid=6988 vsize=14085056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6999/stat : 6999 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846538439248 139847067695003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7000] ppid=6988 vsize=14085056 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6990/task/7000/stat : 7000 (java) S 6988 6988 6529 0 -1 1077944384 557 0 0 0 3 0 0 0 20 0 15 0 105994744 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846537386096 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7001] ppid=6988 vsize=14085056 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6990/task/7001/stat : 7001 (java) S 6988 6988 6529 0 -1 1077944384 120 0 0 0 1 0 0 0 20 0 15 0 105994744 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846536333296 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7002] ppid=6988 vsize=14085056 memory=140173022709376 CPUtime=0.08 cores=0,2,4,6
/proc/6990/task/7002/stat : 7002 (java) S 6988 6988 6529 0 -1 1077944384 818 0 0 0 8 0 0 0 20 0 15 0 105994744 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846535281008 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7003] ppid=6988 vsize=14085056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7003/stat : 7003 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14423097344 10194 33554432000 4194304 4196468 140736979519312 139846534228448 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7004] ppid=6988 vsize=14087196 memory=140173022709376 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7004/stat : 7004 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994744 14425288704 10197 33554432000 4194304 4196468 140736979519312 139846533176240 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42228 KiB

[startup+0.310159 s]*
/proc/loadavg: 2.09 1.87 1.75 4/199 7026
/proc/meminfo: memFree=25593388/32770624 swapFree=67108688/67108860
[pid=6988] ppid=6985 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (xcsp3-exec) S 6985 6988 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105994738 115843072 364 33554432000 4194304 5098028 140726787466656 140726787464760 140521959314044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26038272 140726787474497 140726787474697 140726787474697 140726787477450 0
/proc/6988/statm: 28282 364 306 221 0 87 0
[pid=6990] ppid=6988 vsize=14087196 memory=47992 CPUtime=0.52 cores=0,2,4,6
/proc/6990/stat : 6990 (java) S 6988 6988 6529 0 -1 1077944320 9192 0 0 0 50 2 0 0 20 0 15 0 105994738 14425288704 11998 33554432000 4194304 4196468 140736979519312 140736979501856 139847067676407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
/proc/6990/statm: 3521799 11998 3250 1 0 3483012 0
[pid=6990/tid=6991] ppid=6988 vsize=14087196 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/6990/task/6991/stat : 6991 (java) R 6988 6988 6529 0 -1 4202560 6129 0 0 0 28 1 0 0 20 0 15 0 105994739 14425288704 12063 33554432000 4194304 4196468 140736979519312 139847071906368 139847051756894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6992] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6992/stat : 6992 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14425288704 12063 33554432000 4194304 4196468 140736979519312 139847024228752 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6993] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6993/stat : 6993 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14425288704 12063 33554432000 4194304 4196468 140736979519312 139847023175952 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6994] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6994/stat : 6994 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14425288704 12063 33554432000 4194304 4196468 140736979519312 139847022123664 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6995] ppid=6988 vsize=14087196 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6995/stat : 6995 (java) S 6988 6988 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994739 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846660581904 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6996] ppid=6988 vsize=14087196 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6996/stat : 6996 (java) S 6988 6988 6529 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105994741 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846541597296 139847067687554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6997] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6997/stat : 6997 (java) S 6988 6988 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994741 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846540543264 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6998] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6998/stat : 6998 (java) S 6988 6988 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994741 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846539490928 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6999] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6999/stat : 6999 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846538439248 139847067695003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7000] ppid=6988 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6990/task/7000/stat : 7000 (java) S 6988 6988 6529 0 -1 1077944384 571 0 0 0 5 0 0 0 20 0 15 0 105994744 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846537386096 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7001] ppid=6988 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6990/task/7001/stat : 7001 (java) S 6988 6988 6529 0 -1 1077944384 223 0 0 0 4 0 0 0 20 0 15 0 105994744 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846536333296 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7002] ppid=6988 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6990/task/7002/stat : 7002 (java) S 6988 6988 6529 0 -1 1077944384 975 0 0 0 12 0 0 0 20 0 15 0 105994744 14425288704 12063 33554432000 4194304 4196468 140736979519312 139846535281008 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7003] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7003/stat : 7003 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14425288704 12071 33554432000 4194304 4196468 140736979519312 139846534228448 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7004] ppid=6988 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7004/stat : 7004 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994744 14425288704 12071 33554432000 4194304 4196468 140736979519312 139846533176240 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49448 KiB

[startup+0.701505 s]
/proc/loadavg: 2.09 1.87 1.75 6/219 7051
/proc/meminfo: memFree=25541692/32770624 swapFree=67108688/67108860
[pid=6988] ppid=6985 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (xcsp3-exec) S 6985 6988 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105994738 115843072 364 33554432000 4194304 5098028 140726787466656 140726787464760 140521959314044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26038272 140726787474497 140726787474697 140726787474697 140726787477450 0
/proc/6988/statm: 28282 364 306 221 0 87 0
[pid=6990] ppid=6988 vsize=14089320 memory=69780 CPUtime=1.62 cores=0,2,4,6
/proc/6990/stat : 6990 (java) S 6988 6988 6529 0 -1 1077944320 13043 0 0 0 158 4 0 0 20 0 15 0 105994738 14427463680 17445 33554432000 4194304 4196468 140736979519312 140736979501856 139847067676407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
/proc/6990/statm: 3522330 17445 3365 1 0 3483524 0
[pid=6990/tid=6991] ppid=6988 vsize=14089320 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/6990/task/6991/stat : 6991 (java) R 6988 6988 6529 0 -1 4202560 6798 0 0 0 66 2 0 0 20 0 15 0 105994739 14427463680 17445 33554432000 4194304 4196468 140736979519312 139847071911184 139846702222032 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6992] ppid=6988 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6992/stat : 6992 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17445 33554432000 4194304 4196468 140736979519312 139847024228752 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6993] ppid=6988 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6993/stat : 6993 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17445 33554432000 4194304 4196468 140736979519312 139847023175952 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6994] ppid=6988 vsize=14089320 memory=18264 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6994/stat : 6994 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17445 33554432000 4194304 4196468 140736979519312 139847022123664 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6995] ppid=6988 vsize=14089320 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6995/stat : 6995 (java) S 6988 6988 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846660581904 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6996] ppid=6988 vsize=14089320 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6996/stat : 6996 (java) S 6988 6988 6529 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105994741 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846541597296 139847067687554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6997] ppid=6988 vsize=14089320 memory=644 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6997/stat : 6997 (java) S 6988 6988 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994741 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846540543264 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6998] ppid=6988 vsize=14089320 memory=952 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6998/stat : 6998 (java) S 6988 6988 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994741 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846539490928 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6999] ppid=6988 vsize=14089320 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6999/stat : 6999 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846538439248 139847067695003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7000] ppid=6988 vsize=14089320 memory=2424 CPUtime=0.31 cores=0,2,4,6
/proc/6990/task/7000/stat : 7000 (java) R 6988 6988 6529 0 -1 4202560 1591 0 0 0 31 0 0 0 20 0 15 0 105994744 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846537376016 139847059965873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7001] ppid=6988 vsize=14089320 memory=1576 CPUtime=0.3 cores=0,2,4,6
/proc/6990/task/7001/stat : 7001 (java) R 6988 6988 6529 0 -1 4202560 1458 0 0 0 30 0 0 0 20 0 15 0 105994744 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846536319320 139847049223144 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7002] ppid=6988 vsize=14089320 memory=928 CPUtime=0.3 cores=0,2,4,6
/proc/6990/task/7002/stat : 7002 (java) S 6988 6988 6529 0 -1 1077944384 1884 0 0 0 30 0 0 0 20 0 15 0 105994744 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846535281008 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7003] ppid=6988 vsize=14089320 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7003/stat : 7003 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846534228448 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7004] ppid=6988 vsize=14089320 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7004/stat : 7004 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14427463680 17445 33554432000 4194304 4196468 140736979519312 139846533176240 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71236 KiB

[startup+1.04338 s]
# the end of solver process 6988 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.28368 s, system=0.059844 s

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

[startup+0.801532 s]
/proc/loadavg: 2.09 1.87 1.75 6/219 7051
/proc/meminfo: memFree=25541692/32770624 swapFree=67108688/67108860
[pid=6988] ppid=6985 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (xcsp3-exec) S 6985 6988 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105994738 115843072 364 33554432000 4194304 5098028 140726787466656 140726787464760 140521959314044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26038272 140726787474497 140726787474697 140726787474697 140726787477450 0
/proc/6988/statm: 28282 364 306 221 0 87 0
[pid=6990] ppid=6988 vsize=14089320 memory=70740 CPUtime=1.93 cores=0,2,4,6
/proc/6990/stat : 6990 (java) S 6988 6988 6529 0 -1 1077944320 13273 0 0 0 189 4 0 0 20 0 15 0 105994738 14427463680 17685 33554432000 4194304 4196468 140736979519312 140736979501856 139847067676407 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
/proc/6990/statm: 3522330 17685 3365 1 0 3483524 0
[pid=6990/tid=6991] ppid=6988 vsize=14089320 memory=840 CPUtime=0.78 cores=0,2,4,6
/proc/6990/task/6991/stat : 6991 (java) R 6988 6988 6529 0 -1 4202560 6798 0 0 0 76 2 0 0 20 0 15 0 105994739 14427463680 17685 33554432000 4194304 4196468 140736979519312 139847071915008 139846705269016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6992] ppid=6988 vsize=14089320 memory=30328 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6992/stat : 6992 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17685 33554432000 4194304 4196468 140736979519312 139847024228752 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6993] ppid=6988 vsize=14089320 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6993/stat : 6993 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17685 33554432000 4194304 4196468 140736979519312 139847023175952 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6994] ppid=6988 vsize=14089320 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6994/stat : 6994 (java) S 6988 6988 6529 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17685 33554432000 4194304 4196468 140736979519312 139847022123664 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6995] ppid=6988 vsize=14089320 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6995/stat : 6995 (java) S 6988 6988 6529 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105994739 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846660581904 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6996] ppid=6988 vsize=14089320 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6996/stat : 6996 (java) S 6988 6988 6529 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 105994741 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846541597296 139847067687554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6997] ppid=6988 vsize=14089320 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6997/stat : 6997 (java) S 6988 6988 6529 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105994741 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846540543264 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6998] ppid=6988 vsize=14089320 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6998/stat : 6998 (java) S 6988 6988 6529 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105994741 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846539490928 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=6999] ppid=6988 vsize=14089320 memory=792 CPUtime=0 cores=0,2,4,6
/proc/6990/task/6999/stat : 6999 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846538439248 139847067695003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7000] ppid=6988 vsize=14089320 memory=1228 CPUtime=0.42 cores=0,2,4,6
/proc/6990/task/7000/stat : 7000 (java) R 6988 6988 6529 0 -1 4202560 1735 0 0 0 41 1 0 0 20 0 15 0 105994744 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846537379024 139847052598160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7001] ppid=6988 vsize=14089320 memory=8556 CPUtime=0.4 cores=0,2,4,6
/proc/6990/task/7001/stat : 7001 (java) R 6988 6988 6529 0 -1 4202560 1541 0 0 0 40 0 0 0 20 0 15 0 105994744 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846536321936 139847052802713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7002] ppid=6988 vsize=14089320 memory=1444 CPUtime=0.3 cores=0,2,4,6
/proc/6990/task/7002/stat : 7002 (java) S 6988 6988 6529 0 -1 1077944384 1887 0 0 0 30 0 0 0 20 0 15 0 105994744 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846535281008 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7003] ppid=6988 vsize=14089320 memory=5668 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7003/stat : 7003 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846534228448 139847067686613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
[pid=6990/tid=7004] ppid=6988 vsize=14089320 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6990/task/7004/stat : 7004 (java) S 6988 6988 6529 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105994744 14427463680 17685 33554432000 4194304 4196468 140736979519312 139846533176240 139847067687554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25182208 140736979526796 140736979526966 140736979526966 140736979529679 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 72196 KiB

[startup+1.00077 s]*
/proc/loadavg: 2.09 1.87 1.75 5/206 7051
/proc/meminfo: memFree=25530660/32770624 swapFree=67108688/67108860
[pid=6988] ppid=6985 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6988/stat : 6988 (xcsp3-exec) S 6985 6988 6529 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105994738 115843072 364 33554432000 4194304 5098028 140726787466656 140726787464760 140521959314044 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26038272 140726787474497 140726787474697 140726787474697 140726787477450 0
/proc/6988/statm: 28282 364 306 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 1.04341
CPU time (s): 2.34352
CPU user time (s): 2.28368
CPU system time (s): 0.059844
CPU usage (%): 224.602
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 76080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.28368
system time used= 0.059844
maximum resident set size= 77464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14874
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= 1530
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 6988
#   total CPU time (s): 2.34352
#   total CPU user time (s): 2.28368
#   total CPU system time (s): 0.059844

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023772 second user time and 0.062673 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 19:11:59
IDJOB=4301639
IDBENCH=141257
IDSOLVER=2772
FILE ID=node106/4301639-1532884319
RUNJOBID= node106-1532884072-6815
PBS_JOBID= 21022522
Free space on /tmp= 54704 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-qap_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301639-1532884319/watcher-4301639-1532884319 -o /tmp/evaluation-result-4301639-1532884319/solver-4301639-1532884319 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532884072-6815 --watchdog 312  HOME/xcsp3-exec -seed 297512943 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301639-1532884319.xml

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

MD5SUM BENCH= ae953de311e4ef2e73bebc6e6ca1406d
RANDOM SEED=297512943

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        25421524 kB
MemAvailable:   31743184 kB
Buffers:          243688 kB
Cached:          6311072 kB
SwapCached:            0 kB
Active:          2580340 kB
Inactive:        4220028 kB
Active(anon):     192556 kB
Inactive(anon):    80476 kB
Active(file):    2387784 kB
Inactive(file):  4139552 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             21728 kB
Writeback:             0 kB
AnonPages:        141132 kB
Mapped:            56060 kB
Shmem:             25056 kB
Slab:             248028 kB
SReclaimable:     220320 kB
SUnreclaim:        27708 kB
KernelStack:        3728 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1411872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54684 MiB
End job on node106 at 2018-07-29 19:12:00