Trace number 4293013

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
Concrete 3.8 2018-06-13? (TO) 2520.05 2445.53

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark2519.9
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
19.66/7.50	c 02:07:54.069 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25512. 'extension(10, x[1][8]=[0‥10]) :: init: true :: relation: MDD 1561651614, 25 edges, 5 vertices, 36 tuples
19.66/7.50	c 02:07:54.074 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25513. 'extension(10, x[1][8]=[0‥10]) :: init: true :: relation: MDD 1167607380, 11 edges, 3 vertices, 10 tuples
19.66/7.50	c 02:07:54.079 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25561. 'extension(10, x[1][10]=[0‥10]) :: init: true :: relation: MDD 674935302, 25 edges, 5 vertices, 36 tuples
19.66/7.50	c 02:07:54.080 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25562. 'extension(10, x[1][10]=[0‥10]) :: init: true :: relation: MDD 1366342658, 11 edges, 3 vertices, 10 tuples
19.66/7.51	c 02:07:54.082 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25610. 'extension(10, x[1][37]=[0‥10]) :: init: true :: relation: MDD 1735608827, 25 edges, 5 vertices, 36 tuples
19.66/7.51	c 02:07:54.083 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25611. 'extension(10, x[1][37]=[0‥10]) :: init: true :: relation: MDD 1114834984, 11 edges, 3 vertices, 10 tuples
19.66/7.51	c 02:07:54.084 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25659. 'extension(10, x[1][40]=[0‥10]) :: init: true :: relation: MDD 1236833317, 25 edges, 5 vertices, 36 tuples
19.66/7.51	c 02:07:54.085 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25660. 'extension(10, x[1][40]=[0‥10]) :: init: true :: relation: MDD 1860402343, 11 edges, 3 vertices, 10 tuples
19.66/7.51	c 02:07:54.086 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25708. 'extension(10, x[1][58]=[0‥10]) :: init: true :: relation: MDD 2062667890, 25 edges, 5 vertices, 36 tuples
19.66/7.51	c 02:07:54.087 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25709. 'extension(10, x[1][58]=[0‥10]) :: init: true :: relation: MDD 1152029154, 11 edges, 3 vertices, 10 tuples
19.66/7.51	c 02:07:54.089 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25806. 'extension(x[0][4]=[0‥10], 10) :: init: true :: relation: MDD 1527317172, 25 edges, 5 vertices, 36 tuples
19.66/7.51	c 02:07:54.090 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25807. 'extension(10, x[2][4]=[0‥10]) :: init: true :: relation: MDD 1527317172, 25 edges, 5 vertices, 36 tuples
19.66/7.52	c 02:07:54.093 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25859. 'extension(x[0][54]=[0‥10], 10) :: init: true :: relation: MDD 355900787, 25 edges, 5 vertices, 36 tuples
19.66/7.52	c 02:07:54.094 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25912. 'extension(10, x[2][59]=[0‥10]) :: init: true :: relation: MDD 1313359405, 25 edges, 5 vertices, 36 tuples
19.66/7.52	c 02:07:54.095 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25915. 'extension(10, 10) :: init: true :: relation: MDD 1313359405, 25 edges, 5 vertices, 36 tuples
19.66/7.52	c 02:07:54.095 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25916. 'extension(10, 10) :: init: true :: relation: MDD 731802107, 11 edges, 3 vertices, 10 tuples
19.66/7.52	c 02:07:54.098 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25965. 'extension(x[1][19]=[0‥10], 10) :: init: true :: relation: MDD 983253408, 25 edges, 5 vertices, 36 tuples
19.66/7.52	c 02:07:54.099 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 25966. 'extension(10, x[3][19]=[0‥10]) :: init: true :: relation: MDD 983253408, 25 edges, 5 vertices, 36 tuples
19.66/7.53	c 02:07:54.102 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26020. 'extension(x[1][47]=[0‥10], 10) :: init: true :: relation: MDD 23568923, 25 edges, 5 vertices, 36 tuples
19.66/7.53	c 02:07:54.103 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26075. 'extension(10, x[3][54]=[0‥10]) :: init: true :: relation: MDD 355900787, 25 edges, 5 vertices, 36 tuples
19.66/7.53	c 02:07:54.104 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26078. 'extension(10, 10) :: init: true :: relation: MDD 355900787, 25 edges, 5 vertices, 36 tuples
19.66/7.53	c 02:07:54.107 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26130. 'extension(x[2][2]=[0‥10], 10) :: init: true :: relation: MDD 127252077, 25 edges, 5 vertices, 36 tuples
19.66/7.53	c 02:07:54.108 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26131. 'extension(10, x[4][2]=[0‥10]) :: init: true :: relation: MDD 127252077, 25 edges, 5 vertices, 36 tuples
19.66/7.53	c 02:07:54.110 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26186. 'extension(x[2][14]=[0‥10], 10) :: init: true :: relation: MDD 1452493025, 25 edges, 5 vertices, 36 tuples
19.66/7.53	c 02:07:54.111 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26187. 'extension(10, x[4][14]=[0‥10]) :: init: true :: relation: MDD 1452493025, 25 edges, 5 vertices, 36 tuples
19.66/7.54	c 02:07:54.113 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26242. 'extension(x[2][41]=[0‥10], 10) :: init: true :: relation: MDD 1243470467, 25 edges, 5 vertices, 36 tuples
19.66/7.54	c 02:07:54.113 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26243. 'extension(10, x[4][41]=[0‥10]) :: init: true :: relation: MDD 1243470467, 25 edges, 5 vertices, 36 tuples
19.66/7.54	c 02:07:54.116 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26299. 'extension(x[2][42]=[0‥10], 10) :: init: true :: relation: MDD 1382159617, 25 edges, 5 vertices, 36 tuples
19.66/7.54	c 02:07:54.116 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26300. 'extension(10, x[4][42]=[0‥10]) :: init: true :: relation: MDD 1382159617, 25 edges, 5 vertices, 36 tuples
19.66/7.54	c 02:07:54.119 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26356. 'extension(x[2][44]=[0‥10], 10) :: init: true :: relation: MDD 283747838, 25 edges, 5 vertices, 36 tuples
19.66/7.54	c 02:07:54.120 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26413. 'extension(10, x[4][47]=[0‥10]) :: init: true :: relation: MDD 23568923, 25 edges, 5 vertices, 36 tuples
19.66/7.55	c 02:07:54.121 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26416. 'extension(10, 10) :: init: true :: relation: MDD 23568923, 25 edges, 5 vertices, 36 tuples
19.66/7.55	c 02:07:54.123 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26470. 'extension(x[2][56]=[0‥10], 10) :: init: true :: relation: MDD 776919575, 25 edges, 5 vertices, 36 tuples
19.66/7.55	c 02:07:54.125 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26526. 'extension(x[3][43]=[0‥10], 10) :: init: true :: relation: MDD 1522549999, 25 edges, 5 vertices, 36 tuples
19.66/7.55	c 02:07:54.126 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26584. 'extension(10, x[5][44]=[0‥10]) :: init: true :: relation: MDD 283747838, 25 edges, 5 vertices, 36 tuples
19.66/7.55	c 02:07:54.127 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26587. 'extension(10, 10) :: init: true :: relation: MDD 283747838, 25 edges, 5 vertices, 36 tuples
19.66/7.55	c 02:07:54.129 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26642. 'extension(x[3][52]=[0‥10], 10) :: init: true :: relation: MDD 974168055, 25 edges, 5 vertices, 36 tuples
19.66/7.55	c 02:07:54.130 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26699. 'extension(10, x[5][56]=[0‥10]) :: init: true :: relation: MDD 776919575, 25 edges, 5 vertices, 36 tuples
19.66/7.56	c 02:07:54.131 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26702. 'extension(10, 10) :: init: true :: relation: MDD 776919575, 25 edges, 5 vertices, 36 tuples
19.66/7.56	c 02:07:54.134 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26756. 'extension(10, wk[4][0]=[0‥1]) :: init: true :: relation: MDD 678538385, 11 edges, 3 vertices, 10 tuples
19.66/7.56	c 02:07:54.134 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26757. 'extension(x[4][4]=[0‥10], 10) :: init: true :: relation: MDD 1527317172, 25 edges, 5 vertices, 36 tuples
19.66/7.56	c 02:07:54.134 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26758. 'extension(10, x[6][4]=[0‥10]) :: init: true :: relation: MDD 1527317172, 25 edges, 5 vertices, 36 tuples
19.66/7.56	c 02:07:54.137 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26815. 'extension(10, wk[18][0]=[0‥1]) :: init: true :: relation: MDD 1379222018, 11 edges, 3 vertices, 10 tuples
19.66/7.56	c 02:07:54.137 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26816. 'extension(x[4][18]=[0‥10], 10) :: init: true :: relation: MDD 1319217746, 25 edges, 5 vertices, 36 tuples
19.66/7.56	c 02:07:54.138 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26817. 'extension(10, x[6][18]=[0‥10]) :: init: true :: relation: MDD 1319217746, 25 edges, 5 vertices, 36 tuples
19.66/7.56	c 02:07:54.140 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26874. 'extension(10, wk[28][0]=[0‥1]) :: init: true :: relation: MDD 1923626523, 11 edges, 3 vertices, 10 tuples
19.66/7.56	c 02:07:54.140 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26875. 'extension(x[4][28]=[0‥10], 10) :: init: true :: relation: MDD 1534340040, 25 edges, 5 vertices, 36 tuples
19.66/7.56	c 02:07:54.140 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26876. 'extension(10, x[6][28]=[0‥10]) :: init: true :: relation: MDD 1534340040, 25 edges, 5 vertices, 36 tuples
19.66/7.57	c 02:07:54.144 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26933. 'extension(10, wk[29][0]=[0‥1]) :: init: true :: relation: MDD 751628596, 11 edges, 3 vertices, 10 tuples
19.66/7.57	c 02:07:54.144 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26934. 'extension(x[4][29]=[0‥10], 10) :: init: true :: relation: MDD 150306380, 25 edges, 5 vertices, 36 tuples
19.66/7.57	c 02:07:54.145 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26935. 'extension(10, x[6][29]=[0‥10]) :: init: true :: relation: MDD 150306380, 25 edges, 5 vertices, 36 tuples
19.66/7.58	c 02:07:54.147 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26992. 'extension(10, wk[43][0]=[0‥1]) :: init: true :: relation: MDD 1329362952, 11 edges, 3 vertices, 10 tuples
19.66/7.58	c 02:07:54.147 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26993. 'extension(10, x[6][43]=[0‥10]) :: init: true :: relation: MDD 1522549999, 25 edges, 5 vertices, 36 tuples
19.66/7.58	c 02:07:54.148 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 26996. 'extension(10, 10) :: init: true :: relation: MDD 1522549999, 25 edges, 5 vertices, 36 tuples
19.66/7.58	c 02:07:54.150 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27052. 'extension(10, wk[52][0]=[0‥1]) :: init: true :: relation: MDD 39642165, 11 edges, 3 vertices, 10 tuples
19.66/7.58	c 02:07:54.150 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27053. 'extension(10, x[6][52]=[0‥10]) :: init: true :: relation: MDD 974168055, 25 edges, 5 vertices, 36 tuples
19.66/7.58	c 02:07:54.151 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27056. 'extension(10, 10) :: init: true :: relation: MDD 974168055, 25 edges, 5 vertices, 36 tuples
19.66/7.58	c 02:07:54.154 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27111. 'extension(10, wk[25][0]=[0‥1]) :: init: true :: relation: MDD 1002380301, 11 edges, 3 vertices, 10 tuples
19.66/7.59	c 02:07:54.154 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27112. 'extension(x[5][25]=[0‥10], 10) :: init: true :: relation: MDD 1795135446, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.155 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27170. 'extension(10, wk[36][0]=[0‥1]) :: init: true :: relation: MDD 1789791855, 11 edges, 3 vertices, 10 tuples
19.66/7.59	c 02:07:54.155 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27171. 'extension(x[5][36]=[0‥10], 10) :: init: true :: relation: MDD 1991010480, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.157 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27229. 'extension(x[6][0]=[0‥10], 10) :: init: true :: relation: MDD 22249027, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.157 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27230. 'extension(10, x[8][0]=[0‥10]) :: init: true :: relation: MDD 22249027, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.159 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27287. 'extension(x[6][15]=[0‥10], 10) :: init: true :: relation: MDD 1303427612, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.160 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27345. 'extension(x[6][24]=[0‥10], 10) :: init: true :: relation: MDD 784882213, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.161 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27346. 'extension(10, x[8][24]=[0‥10]) :: init: true :: relation: MDD 784882213, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.162 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27403. 'extension(10, x[8][25]=[0‥10]) :: init: true :: relation: MDD 1795135446, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.163 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27406. 'extension(10, 10) :: init: true :: relation: MDD 1795135446, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.165 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27461. 'extension(10, x[8][36]=[0‥10]) :: init: true :: relation: MDD 1991010480, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.166 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27464. 'extension(10, 10) :: init: true :: relation: MDD 1991010480, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.168 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27519. 'extension(x[7][7]=[0‥10], 10) :: init: true :: relation: MDD 391479787, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.169 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27520. 'extension(10, x[9][7]=[0‥10]) :: init: true :: relation: MDD 391479787, 25 edges, 5 vertices, 36 tuples
19.66/7.59	c 02:07:54.170 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27577. 'extension(10, x[9][15]=[0‥10]) :: init: true :: relation: MDD 1303427612, 25 edges, 5 vertices, 36 tuples
19.66/7.60	c 02:07:54.171 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27580. 'extension(10, 10) :: init: true :: relation: MDD 1303427612, 25 edges, 5 vertices, 36 tuples
20.01/7.60	c 02:07:54.173 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27635. 'extension(x[7][50]=[0‥10], 10) :: init: true :: relation: MDD 1172390062, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.173 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27636. 'extension(10, x[9][50]=[0‥10]) :: init: true :: relation: MDD 1172390062, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.176 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27693. 'extension(x[8][16]=[0‥10], 10) :: init: true :: relation: MDD 165875610, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.177 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27751. 'extension(x[8][32]=[0‥10], 10) :: init: true :: relation: MDD 302905744, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.177 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27752. 'extension(10, x[10][32]=[0‥10]) :: init: true :: relation: MDD 302905744, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.179 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27809. 'extension(x[8][38]=[0‥10], 10) :: init: true :: relation: MDD 1502710927, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.180 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27810. 'extension(10, x[10][38]=[0‥10]) :: init: true :: relation: MDD 1502710927, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.181 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27867. 'extension(x[8][40]=[0‥10], 10) :: init: true :: relation: MDD 1236833317, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.182 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27868. 'extension(10, x[10][40]=[0‥10]) :: init: true :: relation: MDD 1236833317, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.185 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27927. 'extension(x[9][5]=[0‥10], 10) :: init: true :: relation: MDD 272406527, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.186 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27928. 'extension(10, x[11][5]=[0‥10]) :: init: true :: relation: MDD 272406527, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.187 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27985. 'extension(x[9][9]=[0‥10], 10) :: init: true :: relation: MDD 1594847431, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.188 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 27986. 'extension(10, x[11][9]=[0‥10]) :: init: true :: relation: MDD 1594847431, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.189 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28043. 'extension(10, x[11][16]=[0‥10]) :: init: true :: relation: MDD 165875610, 25 edges, 5 vertices, 36 tuples
20.01/7.61	c 02:07:54.190 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28046. 'extension(10, 10) :: init: true :: relation: MDD 165875610, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.192 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28101. 'extension(x[9][23]=[0‥10], 10) :: init: true :: relation: MDD 1794607688, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.192 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28102. 'extension(10, x[11][23]=[0‥10]) :: init: true :: relation: MDD 1794607688, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.194 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28159. 'extension(x[9][27]=[0‥10], 10) :: init: true :: relation: MDD 587346608, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.194 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28160. 'extension(10, x[11][27]=[0‥10]) :: init: true :: relation: MDD 587346608, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.196 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28217. 'extension(x[9][45]=[0‥10], 10) :: init: true :: relation: MDD 1010040056, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.196 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28218. 'extension(10, x[11][45]=[0‥10]) :: init: true :: relation: MDD 1010040056, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.199 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28277. 'extension(x[10][3]=[0‥10], 10) :: init: true :: relation: MDD 1903728000, 25 edges, 5 vertices, 36 tuples
20.01/7.62	c 02:07:54.200 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28335. 'extension(x[10][35]=[0‥10], 10) :: init: true :: relation: MDD 1300016164, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.201 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28393. 'extension(10, wk[3][1]=[0‥1]) :: init: true :: relation: MDD 1227612217, 11 edges, 3 vertices, 10 tuples
20.01/7.63	c 02:07:54.202 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28394. 'extension(10, x[13][3]=[0‥10]) :: init: true :: relation: MDD 1903728000, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.202 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28397. 'extension(10, 10) :: init: true :: relation: MDD 1903728000, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.204 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28452. 'extension(10, wk[13][1]=[0‥1]) :: init: true :: relation: MDD 1119955774, 11 edges, 3 vertices, 10 tuples
20.01/7.63	c 02:07:54.204 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28453. 'extension(x[11][13]=[0‥10], 10) :: init: true :: relation: MDD 2016400644, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.205 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28454. 'extension(10, x[13][13]=[0‥10]) :: init: true :: relation: MDD 2016400644, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.206 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28511. 'extension(10, wk[33][1]=[0‥1]) :: init: true :: relation: MDD 293669143, 11 edges, 3 vertices, 10 tuples
20.01/7.63	c 02:07:54.206 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28512. 'extension(x[11][33]=[0‥10], 10) :: init: true :: relation: MDD 416242770, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.207 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28513. 'extension(10, x[13][33]=[0‥10]) :: init: true :: relation: MDD 416242770, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.209 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28570. 'extension(10, wk[35][1]=[0‥1]) :: init: true :: relation: MDD 518261596, 11 edges, 3 vertices, 10 tuples
20.01/7.63	c 02:07:54.209 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28571. 'extension(10, x[13][35]=[0‥10]) :: init: true :: relation: MDD 1300016164, 25 edges, 5 vertices, 36 tuples
20.01/7.63	c 02:07:54.209 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28574. 'extension(10, 10) :: init: true :: relation: MDD 1300016164, 25 edges, 5 vertices, 36 tuples
20.01/7.64	c 02:07:54.212 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28629. 'extension(10, wk[6][1]=[0‥1]) :: init: true :: relation: MDD 705400860, 11 edges, 3 vertices, 10 tuples
20.01/7.64	c 02:07:54.212 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28630. 'extension(x[12][6]=[0‥10], 10) :: init: true :: relation: MDD 1644606631, 25 edges, 5 vertices, 36 tuples
20.01/7.64	c 02:07:54.212 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28631. 'extension(10, x[14][6]=[0‥10]) :: init: true :: relation: MDD 1644606631, 25 edges, 5 vertices, 36 tuples
20.01/7.64	c 02:07:54.214 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28688. 'extension(10, wk[9][1]=[0‥1]) :: init: true :: relation: MDD 1821711066, 11 edges, 3 vertices, 10 tuples
20.01/7.64	c 02:07:54.214 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28689. 'extension(x[12][9]=[0‥10], 10) :: init: true :: relation: MDD 1594847431, 25 edges, 5 vertices, 36 tuples
20.01/7.64	c 02:07:54.215 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28690. 'extension(10, x[14][9]=[0‥10]) :: init: true :: relation: MDD 1594847431, 25 edges, 5 vertices, 36 tuples
20.01/7.64	c 02:07:54.217 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28747. 'extension(10, wk[10][1]=[0‥1]) :: init: true :: relation: MDD 914175168, 11 edges, 3 vertices, 10 tuples
20.01/7.64	c 02:07:54.217 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28748. 'extension(x[12][10]=[0‥10], 10) :: init: true :: relation: MDD 674935302, 25 edges, 5 vertices, 36 tuples
20.01/7.64	c 02:07:54.218 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28749. 'extension(10, x[14][10]=[0‥10]) :: init: true :: relation: MDD 674935302, 25 edges, 5 vertices, 36 tuples
20.01/7.64	c 02:07:54.220 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28806. 'extension(10, wk[39][1]=[0‥1]) :: init: true :: relation: MDD 556223230, 11 edges, 3 vertices, 10 tuples
20.01/7.64	c 02:07:54.220 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28807. 'extension(x[12][39]=[0‥10], 10) :: init: true :: relation: MDD 1907982059, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.222 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28865. 'extension(x[13][24]=[0‥10], 10) :: init: true :: relation: MDD 784882213, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.222 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28866. 'extension(10, x[15][24]=[0‥10]) :: init: true :: relation: MDD 784882213, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.224 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28923. 'extension(x[13][34]=[0‥10], 10) :: init: true :: relation: MDD 1114375302, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.225 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28924. 'extension(10, x[15][34]=[0‥10]) :: init: true :: relation: MDD 1114375302, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.226 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28981. 'extension(10, x[15][39]=[0‥10]) :: init: true :: relation: MDD 1907982059, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.227 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 28984. 'extension(10, 10) :: init: true :: relation: MDD 1907982059, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.229 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29039. 'extension(x[13][45]=[0‥10], 10) :: init: true :: relation: MDD 1010040056, 25 edges, 5 vertices, 36 tuples
20.01/7.65	c 02:07:54.229 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29040. 'extension(10, x[15][45]=[0‥10]) :: init: true :: relation: MDD 1010040056, 25 edges, 5 vertices, 36 tuples
20.01/7.66	c 02:07:54.232 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29099. 'extension(x[13][55]=[0‥10], 10) :: init: true :: relation: MDD 685438214, 25 edges, 5 vertices, 36 tuples
20.01/7.66	c 02:07:54.232 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29100. 'extension(10, x[15][55]=[0‥10]) :: init: true :: relation: MDD 685438214, 25 edges, 5 vertices, 36 tuples
20.01/7.66	c 02:07:54.235 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29157. 'extension(x[14][18]=[0‥10], 10) :: init: true :: relation: MDD 1319217746, 25 edges, 5 vertices, 36 tuples
20.01/7.66	c 02:07:54.239 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29158. 'extension(10, x[16][18]=[0‥10]) :: init: true :: relation: MDD 1319217746, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.242 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29215. 'extension(x[14][27]=[0‥10], 10) :: init: true :: relation: MDD 587346608, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.242 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29216. 'extension(10, x[16][27]=[0‥10]) :: init: true :: relation: MDD 587346608, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.244 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29273. 'extension(x[14][48]=[0‥10], 10) :: init: true :: relation: MDD 71364493, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.246 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29333. 'extension(x[15][2]=[0‥10], 10) :: init: true :: relation: MDD 127252077, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.246 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29334. 'extension(10, x[17][2]=[0‥10]) :: init: true :: relation: MDD 127252077, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.248 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29391. 'extension(x[15][17]=[0‥10], 10) :: init: true :: relation: MDD 789948772, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.249 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29449. 'extension(x[15][38]=[0‥10], 10) :: init: true :: relation: MDD 1502710927, 25 edges, 5 vertices, 36 tuples
20.01/7.67	c 02:07:54.250 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29450. 'extension(10, x[17][38]=[0‥10]) :: init: true :: relation: MDD 1502710927, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.252 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29507. 'extension(10, x[17][48]=[0‥10]) :: init: true :: relation: MDD 71364493, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.252 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29510. 'extension(10, 10) :: init: true :: relation: MDD 71364493, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.254 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29567. 'extension(x[15][50]=[0‥10], 10) :: init: true :: relation: MDD 1172390062, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.255 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29568. 'extension(10, x[17][50]=[0‥10]) :: init: true :: relation: MDD 1172390062, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.258 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29625. 'extension(x[16][5]=[0‥10], 10) :: init: true :: relation: MDD 272406527, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.258 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29626. 'extension(10, x[18][5]=[0‥10]) :: init: true :: relation: MDD 272406527, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.260 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29683. 'extension(10, x[18][17]=[0‥10]) :: init: true :: relation: MDD 789948772, 25 edges, 5 vertices, 36 tuples
20.01/7.68	c 02:07:54.261 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29686. 'extension(10, 10) :: init: true :: relation: MDD 789948772, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.263 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29741. 'extension(x[16][19]=[0‥10], 10) :: init: true :: relation: MDD 983253408, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.263 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29742. 'extension(10, x[18][19]=[0‥10]) :: init: true :: relation: MDD 983253408, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.265 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29799. 'extension(x[16][28]=[0‥10], 10) :: init: true :: relation: MDD 1534340040, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.265 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29800. 'extension(10, x[18][28]=[0‥10]) :: init: true :: relation: MDD 1534340040, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.268 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29857. 'extension(x[16][33]=[0‥10], 10) :: init: true :: relation: MDD 416242770, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.268 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29858. 'extension(10, x[18][33]=[0‥10]) :: init: true :: relation: MDD 416242770, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.270 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29915. 'extension(x[16][55]=[0‥10], 10) :: init: true :: relation: MDD 685438214, 25 edges, 5 vertices, 36 tuples
20.01/7.69	c 02:07:54.271 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29916. 'extension(10, x[18][55]=[0‥10]) :: init: true :: relation: MDD 685438214, 25 edges, 5 vertices, 36 tuples
20.34/7.70	c 02:07:54.273 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29973. 'extension(x[17][42]=[0‥10], 10) :: init: true :: relation: MDD 1382159617, 25 edges, 5 vertices, 36 tuples
20.34/7.70	c 02:07:54.274 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 29974. 'extension(10, x[19][42]=[0‥10]) :: init: true :: relation: MDD 1382159617, 25 edges, 5 vertices, 36 tuples
20.34/7.70	c 02:07:54.277 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30033. 'extension(x[17][46]=[0‥10], 10) :: init: true :: relation: MDD 1879644274, 25 edges, 5 vertices, 36 tuples
20.34/7.70	c 02:07:54.277 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30093. 'extension(x[17][53]=[0‥10], 10) :: init: true :: relation: MDD 1180773372, 25 edges, 5 vertices, 36 tuples
20.34/7.70	c 02:07:54.279 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30151. 'extension(10, wk[26][2]=[0‥1]) :: init: true :: relation: MDD 1391249801, 11 edges, 3 vertices, 10 tuples
20.34/7.70	c 02:07:54.279 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30152. 'extension(x[18][26]=[0‥10], 10) :: init: true :: relation: MDD 1411675719, 25 edges, 5 vertices, 36 tuples
20.34/7.70	c 02:07:54.280 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30210. 'extension(10, wk[46][2]=[0‥1]) :: init: true :: relation: MDD 88094983, 11 edges, 3 vertices, 10 tuples
20.34/7.70	c 02:07:54.280 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30211. 'extension(10, x[20][46]=[0‥10]) :: init: true :: relation: MDD 1879644274, 25 edges, 5 vertices, 36 tuples
20.34/7.70	c 02:07:54.281 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30214. 'extension(10, 10) :: init: true :: relation: MDD 1879644274, 25 edges, 5 vertices, 36 tuples
20.34/7.71	c 02:07:54.283 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30271. 'extension(10, wk[49][2]=[0‥1]) :: init: true :: relation: MDD 1646207916, 11 edges, 3 vertices, 10 tuples
20.34/7.71	c 02:07:54.283 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30272. 'extension(x[18][49]=[0‥10], 10) :: init: true :: relation: MDD 1821310436, 25 edges, 5 vertices, 36 tuples
20.34/7.71	c 02:07:54.284 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30332. 'extension(10, wk[51][2]=[0‥1]) :: init: true :: relation: MDD 2014729464, 11 edges, 3 vertices, 10 tuples
20.34/7.71	c 02:07:54.284 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30333. 'extension(x[18][51]=[0‥10], 10) :: init: true :: relation: MDD 88286953, 25 edges, 5 vertices, 36 tuples
20.34/7.71	c 02:07:54.285 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30391. 'extension(10, wk[53][2]=[0‥1]) :: init: true :: relation: MDD 124666386, 11 edges, 3 vertices, 10 tuples
20.34/7.71	c 02:07:54.285 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30392. 'extension(10, x[20][53]=[0‥10]) :: init: true :: relation: MDD 1180773372, 25 edges, 5 vertices, 36 tuples
20.34/7.71	c 02:07:54.286 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30395. 'extension(10, 10) :: init: true :: relation: MDD 1180773372, 25 edges, 5 vertices, 36 tuples
20.34/7.71	c 02:07:54.288 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30450. 'extension(10, wk[26][2]=[0‥1]) :: init: true :: relation: MDD 1392027380, 11 edges, 3 vertices, 10 tuples
20.34/7.71	c 02:07:54.288 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30451. 'extension(10, x[21][26]=[0‥10]) :: init: true :: relation: MDD 1411675719, 25 edges, 5 vertices, 36 tuples
20.34/7.71	c 02:07:54.289 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30454. 'extension(10, 10) :: init: true :: relation: MDD 1411675719, 25 edges, 5 vertices, 36 tuples
20.34/7.71	c 02:07:54.291 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30509. 'extension(10, wk[29][2]=[0‥1]) :: init: true :: relation: MDD 302687243, 11 edges, 3 vertices, 10 tuples
20.34/7.72	c 02:07:54.291 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30510. 'extension(x[19][29]=[0‥10], 10) :: init: true :: relation: MDD 150306380, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.291 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30511. 'extension(10, x[21][29]=[0‥10]) :: init: true :: relation: MDD 150306380, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.293 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30568. 'extension(10, wk[49][2]=[0‥1]) :: init: true :: relation: MDD 1375111241, 11 edges, 3 vertices, 10 tuples
20.34/7.72	c 02:07:54.294 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30569. 'extension(10, x[21][49]=[0‥10]) :: init: true :: relation: MDD 1821310436, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.294 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30572. 'extension(10, 10) :: init: true :: relation: MDD 1821310436, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.296 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30629. 'extension(10, wk[51][2]=[0‥1]) :: init: true :: relation: MDD 1318424328, 11 edges, 3 vertices, 10 tuples
20.34/7.72	c 02:07:54.297 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30630. 'extension(10, x[21][51]=[0‥10]) :: init: true :: relation: MDD 88286953, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.297 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30633. 'extension(10, 10) :: init: true :: relation: MDD 88286953, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.299 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30688. 'extension(x[20][22]=[0‥10], 10) :: init: true :: relation: MDD 516459169, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.300 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30689. 'extension(10, x[22][22]=[0‥10]) :: init: true :: relation: MDD 516459169, 25 edges, 5 vertices, 36 tuples
20.34/7.72	c 02:07:54.301 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30746. 'extension(x[20][32]=[0‥10], 10) :: init: true :: relation: MDD 302905744, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.301 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30747. 'extension(10, x[22][32]=[0‥10]) :: init: true :: relation: MDD 302905744, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.304 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30804. 'extension(x[21][7]=[0‥10], 10) :: init: true :: relation: MDD 391479787, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.304 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30805. 'extension(10, x[23][7]=[0‥10]) :: init: true :: relation: MDD 391479787, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.306 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30862. 'extension(x[21][20]=[0‥10], 10) :: init: true :: relation: MDD 1099892020, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.307 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30920. 'extension(x[21][23]=[0‥10], 10) :: init: true :: relation: MDD 1794607688, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.307 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30921. 'extension(10, x[23][23]=[0‥10]) :: init: true :: relation: MDD 1794607688, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.310 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30978. 'extension(x[22][8]=[0‥10], 10) :: init: true :: relation: MDD 1561651614, 25 edges, 5 vertices, 36 tuples
20.34/7.73	c 02:07:54.310 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 30979. 'extension(10, x[24][8]=[0‥10]) :: init: true :: relation: MDD 1561651614, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.312 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31035. 'extension(10, x[24][20]=[0‥10]) :: init: true :: relation: MDD 1099892020, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.312 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31038. 'extension(10, 10) :: init: true :: relation: MDD 1099892020, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.313 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31092. 'extension(x[22][21]=[0‥10], 10) :: init: true :: relation: MDD 715504968, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.314 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31149. 'extension(x[22][31]=[0‥10], 10) :: init: true :: relation: MDD 598551831, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.315 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31206. 'extension(x[22][41]=[0‥10], 10) :: init: true :: relation: MDD 1243470467, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.315 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31207. 'extension(10, x[24][41]=[0‥10]) :: init: true :: relation: MDD 1243470467, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.318 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31264. 'extension(x[23][0]=[0‥10], 10) :: init: true :: relation: MDD 22249027, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.318 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31265. 'extension(10, x[25][0]=[0‥10]) :: init: true :: relation: MDD 22249027, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.320 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31320. 'extension(x[23][11]=[0‥10], 10) :: init: true :: relation: MDD 1961138094, 25 edges, 5 vertices, 36 tuples
20.34/7.74	c 02:07:54.321 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31376. 'extension(10, x[25][21]=[0‥10]) :: init: true :: relation: MDD 715504968, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.321 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31379. 'extension(10, 10) :: init: true :: relation: MDD 715504968, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.323 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31432. 'extension(x[23][30]=[0‥10], 10) :: init: true :: relation: MDD 512934838, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.323 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31488. 'extension(10, x[25][31]=[0‥10]) :: init: true :: relation: MDD 598551831, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.324 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31491. 'extension(10, 10) :: init: true :: relation: MDD 598551831, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.325 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31544. 'extension(x[23][37]=[0‥10], 10) :: init: true :: relation: MDD 1735608827, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.326 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31545. 'extension(10, x[25][37]=[0‥10]) :: init: true :: relation: MDD 1735608827, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.328 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31600. 'extension(x[23][57]=[0‥10], 10) :: init: true :: relation: MDD 2040477002, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.329 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31656. 'extension(x[24][1]=[0‥10], 10) :: init: true :: relation: MDD 2003287374, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.330 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31711. 'extension(10, x[26][11]=[0‥10]) :: init: true :: relation: MDD 1961138094, 25 edges, 5 vertices, 36 tuples
20.34/7.75	c 02:07:54.330 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31714. 'extension(10, 10) :: init: true :: relation: MDD 1961138094, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.331 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31766. 'extension(x[24][12]=[0‥10], 10) :: init: true :: relation: MDD 1904839162, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.332 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31821. 'extension(x[24][14]=[0‥10], 10) :: init: true :: relation: MDD 1452493025, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.333 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31822. 'extension(10, x[26][14]=[0‥10]) :: init: true :: relation: MDD 1452493025, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.334 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31876. 'extension(10, x[26][30]=[0‥10]) :: init: true :: relation: MDD 512934838, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.335 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31879. 'extension(10, 10) :: init: true :: relation: MDD 512934838, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.336 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31931. 'extension(x[24][34]=[0‥10], 10) :: init: true :: relation: MDD 1114375302, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.336 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31932. 'extension(10, x[26][34]=[0‥10]) :: init: true :: relation: MDD 1114375302, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.338 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31986. 'extension(10, x[26][57]=[0‥10]) :: init: true :: relation: MDD 2040477002, 25 edges, 5 vertices, 36 tuples
20.34/7.76	c 02:07:54.339 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 31989. 'extension(10, 10) :: init: true :: relation: MDD 2040477002, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.341 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32041. 'extension(10, wk[1][3]=[0‥1]) :: init: true :: relation: MDD 509632753, 11 edges, 3 vertices, 10 tuples
20.34/7.77	c 02:07:54.341 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32042. 'extension(10, x[27][1]=[0‥10]) :: init: true :: relation: MDD 2003287374, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.342 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32044. 'extension(10, 10) :: init: true :: relation: MDD 2003287374, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.343 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32095. 'extension(10, wk[12][3]=[0‥1]) :: init: true :: relation: MDD 540315736, 11 edges, 3 vertices, 10 tuples
20.34/7.77	c 02:07:54.343 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32096. 'extension(10, x[27][12]=[0‥10]) :: init: true :: relation: MDD 1904839162, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.343 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32098. 'extension(10, 10) :: init: true :: relation: MDD 1904839162, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.345 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32149. 'extension(10, wk[22][3]=[0‥1]) :: init: true :: relation: MDD 881280045, 11 edges, 3 vertices, 10 tuples
20.34/7.77	c 02:07:54.345 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32150. 'extension(x[25][22]=[0‥10], 10) :: init: true :: relation: MDD 516459169, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.345 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32151. 'extension(10, x[27][22]=[0‥10]) :: init: true :: relation: MDD 516459169, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.347 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32203. 'extension(10, wk[58][3]=[0‥1]) :: init: true :: relation: MDD 1651267227, 11 edges, 3 vertices, 10 tuples
20.34/7.77	c 02:07:54.347 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32204. 'extension(x[25][58]=[0‥10], 10) :: init: true :: relation: MDD 2062667890, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.348 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32205. 'extension(10, x[27][58]=[0‥10]) :: init: true :: relation: MDD 2062667890, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.350 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32257. 'extension(10, wk[6][3]=[0‥1]) :: init: true :: relation: MDD 2089317615, 11 edges, 3 vertices, 10 tuples
20.34/7.77	c 02:07:54.350 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32258. 'extension(x[26][6]=[0‥10], 10) :: init: true :: relation: MDD 1644606631, 25 edges, 5 vertices, 36 tuples
20.34/7.77	c 02:07:54.350 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32259. 'extension(10, x[26][6]=[0‥10]) :: init: true :: relation: MDD 52513709, 11 edges, 3 vertices, 10 tuples
20.34/7.78	c 02:07:54.352 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32307. 'extension(10, wk[13][3]=[0‥1]) :: init: true :: relation: MDD 875010954, 11 edges, 3 vertices, 10 tuples
20.34/7.78	c 02:07:54.352 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32308. 'extension(x[26][13]=[0‥10], 10) :: init: true :: relation: MDD 2016400644, 25 edges, 5 vertices, 36 tuples
20.34/7.78	c 02:07:54.352 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32309. 'extension(10, x[26][13]=[0‥10]) :: init: true :: relation: MDD 602063306, 11 edges, 3 vertices, 10 tuples
20.34/7.79	c 02:07:54.370 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32478. 'extension(x[1][8]=[0‥10]) :: init: true :: relation: Empty MDD
20.34/7.79	c 02:07:54.370 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32480. 'extension(x[1][8]=[0‥10]) :: init: true :: relation: Empty MDD
20.34/7.79	c 02:07:54.371 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32486. 'extension(x[1][10]=[0‥10]) :: init: true :: relation: Empty MDD
20.34/7.79	c 02:07:54.371 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32488. 'extension(x[1][10]=[0‥10]) :: init: true :: relation: Empty MDD
20.34/7.80	c 02:07:54.371 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32494. 'extension(x[1][37]=[0‥10]) :: init: true :: relation: Empty MDD
20.34/7.80	c 02:07:54.371 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32496. 'extension(x[1][37]=[0‥10]) :: init: true :: relation: Empty MDD
20.34/7.80	c 02:07:54.372 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32502. 'extension(x[1][40]=[0‥10]) :: init: true :: relation: Empty MDD
20.34/7.80	c 02:07:54.372 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32504. 'extension(x[1][40]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.81	c 02:07:54.388 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32510. 'extension(x[1][58]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.81	c 02:07:54.389 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32512. 'extension(x[1][58]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.81	c 02:07:54.389 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32518. 'extension(x[0][4]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.81	c 02:07:54.389 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32520. 'extension(x[2][4]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.81	c 02:07:54.390 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32532. 'extension(x[0][54]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.81	c 02:07:54.390 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32536. 'extension(x[2][59]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.391 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32546. 'extension(x[1][19]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.391 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32548. 'extension(x[3][19]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.391 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32562. 'extension(x[1][47]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.392 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32566. 'extension(x[3][54]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.392 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32580. 'extension(x[2][2]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.392 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32582. 'extension(x[4][2]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.393 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32596. 'extension(x[2][14]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.393 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32598. 'extension(x[4][14]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.394 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32612. 'extension(x[2][41]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.394 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32614. 'extension(x[4][41]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.395 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32630. 'extension(x[2][42]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.395 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32632. 'extension(x[4][42]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.396 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32648. 'extension(x[2][44]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.396 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32654. 'extension(x[4][47]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.397 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32670. 'extension(x[2][56]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.397 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32676. 'extension(x[3][43]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.397 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32682. 'extension(x[5][44]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.398 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32698. 'extension(x[3][52]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.398 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32704. 'extension(x[5][56]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.399 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32718. 'extension(wk[4][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.399 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32720. 'extension(x[4][4]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.399 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32722. 'extension(x[6][4]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.400 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32736. 'extension(wk[18][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.400 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32738. 'extension(x[4][18]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.400 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32740. 'extension(x[6][18]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.82	c 02:07:54.401 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32754. 'extension(wk[28][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.401 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32756. 'extension(x[4][28]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.401 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32758. 'extension(x[6][28]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.402 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32772. 'extension(wk[29][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.402 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32774. 'extension(x[4][29]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.402 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32776. 'extension(x[6][29]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.403 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32790. 'extension(wk[43][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.403 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32792. 'extension(x[6][43]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.403 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32808. 'extension(wk[52][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.404 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32810. 'extension(x[6][52]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.404 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32824. 'extension(wk[25][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.404 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32826. 'extension(x[5][25]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.405 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32832. 'extension(wk[36][0]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.405 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32834. 'extension(x[5][36]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.405 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32840. 'extension(x[6][0]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.405 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32842. 'extension(x[8][0]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.406 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32856. 'extension(x[6][15]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.406 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32862. 'extension(x[6][24]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.406 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32864. 'extension(x[8][24]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.407 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32878. 'extension(x[8][25]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.407 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32892. 'extension(x[8][36]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.408 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32906. 'extension(x[7][7]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.408 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32908. 'extension(x[9][7]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.409 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32922. 'extension(x[9][15]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.409 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32936. 'extension(x[7][50]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.409 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32938. 'extension(x[9][50]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.410 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32952. 'extension(x[8][16]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.410 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32958. 'extension(x[8][32]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.83	c 02:07:54.410 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32960. 'extension(x[10][32]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.411 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32974. 'extension(x[8][38]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.411 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32976. 'extension(x[10][38]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.412 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32990. 'extension(x[8][40]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.412 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 32992. 'extension(x[10][40]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.413 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33008. 'extension(x[9][5]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.413 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33010. 'extension(x[11][5]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.413 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33024. 'extension(x[9][9]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.413 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33026. 'extension(x[11][9]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.414 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33040. 'extension(x[11][16]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.415 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33054. 'extension(x[9][23]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.415 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33056. 'extension(x[11][23]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.415 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33070. 'extension(x[9][27]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.416 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33072. 'extension(x[11][27]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.416 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33086. 'extension(x[9][45]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.417 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33088. 'extension(x[11][45]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.417 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33104. 'extension(x[10][3]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.417 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33110. 'extension(x[10][35]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.418 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33116. 'extension(wk[3][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.418 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33118. 'extension(x[13][3]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.418 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33132. 'extension(wk[13][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.419 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33134. 'extension(x[11][13]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.419 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33136. 'extension(x[13][13]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.419 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33150. 'extension(wk[33][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.419 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33152. 'extension(x[11][33]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.420 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33154. 'extension(x[13][33]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.420 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33168. 'extension(wk[35][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.420 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33170. 'extension(x[13][35]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.421 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33184. 'extension(wk[6][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.84	c 02:07:54.421 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33186. 'extension(x[12][6]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.421 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33188. 'extension(x[14][6]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.422 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33202. 'extension(wk[9][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.422 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33204. 'extension(x[12][9]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.422 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33206. 'extension(x[14][9]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.423 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33220. 'extension(wk[10][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.423 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33222. 'extension(x[12][10]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.423 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33224. 'extension(x[14][10]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.423 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33238. 'extension(wk[39][1]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.424 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33240. 'extension(x[12][39]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.424 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33246. 'extension(x[13][24]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.424 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33248. 'extension(x[15][24]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.425 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33262. 'extension(x[13][34]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.425 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33264. 'extension(x[15][34]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.425 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33278. 'extension(x[15][39]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.426 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33292. 'extension(x[13][45]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.426 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33294. 'extension(x[15][45]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.427 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33310. 'extension(x[13][55]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.427 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33312. 'extension(x[15][55]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.427 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33326. 'extension(x[14][18]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.428 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33328. 'extension(x[16][18]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.428 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33342. 'extension(x[14][27]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.428 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33344. 'extension(x[16][27]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.429 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33358. 'extension(x[14][48]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.429 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33364. 'extension(x[15][2]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.429 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33366. 'extension(x[17][2]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.430 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33380. 'extension(x[15][17]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.430 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33386. 'extension(x[15][38]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.430 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33388. 'extension(x[17][38]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.85	c 02:07:54.431 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33402. 'extension(x[17][48]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.432 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33418. 'extension(x[15][50]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.432 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33420. 'extension(x[17][50]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.432 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33434. 'extension(x[16][5]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.432 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33436. 'extension(x[18][5]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.433 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33450. 'extension(x[18][17]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.434 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33464. 'extension(x[16][19]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.434 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33466. 'extension(x[18][19]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.434 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33480. 'extension(x[16][28]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.434 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33482. 'extension(x[18][28]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.435 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33496. 'extension(x[16][33]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.435 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33498. 'extension(x[18][33]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.436 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33512. 'extension(x[16][55]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.436 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33514. 'extension(x[18][55]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.436 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33528. 'extension(x[17][42]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.437 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33530. 'extension(x[19][42]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.437 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33546. 'extension(x[17][46]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.438 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33552. 'extension(x[17][53]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.438 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33558. 'extension(wk[26][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.438 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33560. 'extension(x[18][26]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.86	c 02:07:54.438 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33566. 'extension(wk[46][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.439 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33568. 'extension(x[20][46]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.439 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33584. 'extension(wk[49][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.439 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33586. 'extension(x[18][49]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.440 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33592. 'extension(wk[51][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.440 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33594. 'extension(x[18][51]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.440 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33600. 'extension(wk[53][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.440 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33602. 'extension(x[20][53]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.441 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33616. 'extension(wk[26][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.441 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33618. 'extension(x[21][26]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.442 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33632. 'extension(wk[29][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.442 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33634. 'extension(x[19][29]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.442 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33636. 'extension(x[21][29]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.442 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33650. 'extension(wk[49][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.443 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33652. 'extension(x[21][49]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.443 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33668. 'extension(wk[51][2]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.443 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33670. 'extension(x[21][51]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.444 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33684. 'extension(x[20][22]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.444 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33686. 'extension(x[22][22]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.445 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33700. 'extension(x[20][32]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.445 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33702. 'extension(x[22][32]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.445 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33716. 'extension(x[21][7]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.445 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33718. 'extension(x[23][7]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.446 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33732. 'extension(x[21][20]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.446 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33738. 'extension(x[21][23]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.446 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33740. 'extension(x[23][23]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.447 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33754. 'extension(x[22][8]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.447 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33756. 'extension(x[24][8]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.448 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33770. 'extension(x[24][20]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.448 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33784. 'extension(x[22][21]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.449 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33790. 'extension(x[22][31]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.449 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33796. 'extension(x[22][41]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.449 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33798. 'extension(x[24][41]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.450 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33814. 'extension(x[23][0]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.450 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33816. 'extension(x[25][0]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.451 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33830. 'extension(x[23][11]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.87	c 02:07:54.451 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33836. 'extension(x[25][21]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.451 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33850. 'extension(x[23][30]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.452 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33856. 'extension(x[25][31]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.452 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33870. 'extension(x[23][37]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.452 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33872. 'extension(x[25][37]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.453 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33886. 'extension(x[23][57]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.453 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33892. 'extension(x[24][1]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.453 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33898. 'extension(x[26][11]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.454 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33912. 'extension(x[24][12]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.454 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33918. 'extension(x[24][14]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.454 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33920. 'extension(x[26][14]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.455 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33934. 'extension(x[26][30]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.455 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33948. 'extension(x[24][34]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.455 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33950. 'extension(x[26][34]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.456 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33964. 'extension(x[26][57]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.456 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33978. 'extension(wk[1][3]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.456 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33980. 'extension(x[27][1]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.457 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33992. 'extension(wk[12][3]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.457 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 33994. 'extension(x[27][12]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.457 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34006. 'extension(wk[22][3]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.457 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34008. 'extension(x[25][22]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.458 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34010. 'extension(x[27][22]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.458 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34022. 'extension(wk[58][3]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.458 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34024. 'extension(x[25][58]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.458 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34026. 'extension(x[27][58]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.459 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34038. 'extension(wk[6][3]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.459 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34040. 'extension(x[26][6]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.459 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34042. 'extension(x[26][6]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.459 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34048. 'extension(wk[13][3]=[0‥1]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.459 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34050. 'extension(x[26][13]=[0‥10]) :: init: true :: relation: Empty MDD
20.60/7.88	c 02:07:54.459 [main] WARN  cspom.compiler.ReduceRelations - Relation is empty for constraint 34052. 'extension(x[26][13]=[0‥10]) :: init: true :: relation: Empty MDD
2520.00/2445.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2445.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2445.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2445.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2445.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2445.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2445.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2445.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2445.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2445.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2445.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2445.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2445.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:102)
2520.00/2445.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2445.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:102)
2520.00/2445.51		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:108)
2520.00/2445.51		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2445.51		at scala.Option.map(Option.scala:146)
2520.00/2445.51		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2445.51		at concrete.MAC.mac(MAC.scala:203)
2520.00/2445.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2445.51		at scala.util.Try$.apply(Try.scala:209)
2520.00/2445.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2445.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2445.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2445.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2445.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2445.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2445.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2445.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2445.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2445.51		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2445.51		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2445.51		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2445.51		at concrete.ProblemState.map(ProblemState.scala:221)
2520.00/2445.51		at concrete.ProblemState.map(ProblemState.scala:204)
2520.00/2445.51		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2445.51		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2445.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2445.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2445.51		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2445.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2445.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2445.51		at scala.util.Success.map(Try.scala:209)
2520.00/2445.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2445.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2445.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2445.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2445.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2445.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2445.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2445.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2445.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2445.51		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2445.51		at scala.App.main(App.scala:76)
2520.00/2445.51		at scala.App.main$(App.scala:74)
2520.00/2445.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2445.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2445.51	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293013-1532304466/watcher-4293013-1532304466 -o /tmp/evaluation-result-4293013-1532304466/solver-4293013-1532304466 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532297047-7324 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1902053236 HOME/instance-4293013-1532304466.xml 

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

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

solver pid=8637, runsolver pid=8634

[startup+0.100089 s]*
/proc/loadavg: 1.82 1.45 1.37 3/206 8694
/proc/meminfo: memFree=17252072/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 4325 13079 0 0 1 1 5 2 20 0 6 0 48009772 10212057088 4137 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2493178 4203 1934 1 0 2481616 0
[pid=8637/tid=8690] ppid=8634 vsize=9972712 memory=-8960601696899481541 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 2159 13079 0 0 0 0 5 2 20 0 6 0 48009781 10212057088 4203 33554432000 4194304 4196468 140729555115968 139816412287568 139816440472733 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=9972712 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 6 0 48009782 10212057088 4203 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=9972712 memory=140457119434368 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 6 0 48009782 10212057088 4203 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 6 0 48009782 10212057088 4203 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 2 13079 0 0 0 0 5 2 20 0 6 0 48009782 10212057088 4203 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209978 s]*
/proc/loadavg: 1.82 1.45 1.37 3/215 8703
/proc/meminfo: memFree=17230992/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=10818904 memory=41916 CPUtime=0.25 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 7655 13079 0 0 17 1 5 2 20 0 15 0 48009772 11078557696 10479 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2704726 10479 2985 1 0 2667149 0
[pid=8637/tid=8690] ppid=8634 vsize=10818904 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 4376 13079 0 0 11 0 5 2 20 0 15 0 48009781 11078557696 10677 33554432000 4194304 4196468 140729555115968 139816412272352 139816420726635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10818904 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11078557696 10677 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10818904 memory=140457119443259 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11078557696 10677 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11078557696 10677 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 2 13079 0 0 0 0 5 2 20 0 15 0 48009782 11078557696 10677 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10818904 memory=140457119434368 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 2 13079 0 0 0 0 5 2 20 0 15 0 48009783 11078557696 10677 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 13 13079 0 0 0 0 5 2 20 0 15 0 48009784 11078557696 10677 33554432000 4194304 4196468 140729555115968 139815882319520 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009784 11078557696 10677 33554432000 4194304 4196468 140729555115968 139815278339312 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10818904 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11078557696 10677 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) S 8634 8637 7293 0 -1 1077944384 539 13079 0 0 1 0 5 2 20 0 15 0 48009787 11078557696 10743 33554432000 4194304 4196468 140729555115968 139815965989104 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) S 8634 8637 7293 0 -1 1077944384 67 13079 0 0 1 0 5 2 20 0 15 0 48009787 11078557696 10743 33554432000 4194304 4196468 140729555115968 139815964936560 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10818904 memory=140457119434368 CPUtime=0.1 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 611 13079 0 0 3 0 5 2 20 0 15 0 48009787 11078557696 10743 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10818904 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11078557696 10743 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10818904 memory=140457119434368 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009787 11078557696 10743 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41916 KiB

[startup+0.310188 s]*
/proc/loadavg: 1.82 1.45 1.37 3/215 8703
/proc/meminfo: memFree=17219176/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=10819352 memory=53676 CPUtime=0.37 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 10417 13079 0 0 28 2 5 2 20 0 15 0 48009772 11079016448 13419 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2704838 13419 3104 1 0 2667149 0
[pid=8637/tid=8690] ppid=8634 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 6966 13079 0 0 20 1 5 2 20 0 15 0 48009781 11079016448 13419 33554432000 4194304 4196468 140729555115968 139816412262816 139816440464656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 13419 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 13419 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 13419 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 2 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 13419 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 2 13079 0 0 0 0 5 2 20 0 15 0 48009783 11079016448 13419 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 13 13079 0 0 0 0 5 2 20 0 15 0 48009784 11079016448 13419 33554432000 4194304 4196468 140729555115968 139815882319520 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009784 11079016448 13419 33554432000 4194304 4196468 140729555115968 139815278339312 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11079016448 13419 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) S 8634 8637 7293 0 -1 1077944384 541 13079 0 0 1 0 5 2 20 0 15 0 48009787 11079016448 13419 33554432000 4194304 4196468 140729555115968 139815965989104 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) S 8634 8637 7293 0 -1 1077944384 71 13079 0 0 1 0 5 2 20 0 15 0 48009787 11079016448 13419 33554432000 4194304 4196468 140729555115968 139815964936560 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10819352 memory=140457119434368 CPUtime=0.12 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 617 13079 0 0 5 0 5 2 20 0 15 0 48009787 11079016448 13419 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11079016448 13419 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10819352 memory=140457119434368 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009787 11079016448 13419 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53676 KiB

[startup+0.700739 s]
/proc/loadavg: 1.82 1.45 1.37 3/215 8703
/proc/meminfo: memFree=17208052/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=10819352 memory=86288 CPUtime=0.98 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 16744 13079 0 0 87 4 5 2 20 0 15 0 48009772 11079016448 21572 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2704838 21572 3237 1 0 2667149 0
[pid=8637/tid=8690] ppid=8634 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 12241 13079 0 0 56 3 5 2 20 0 15 0 48009781 11079016448 21572 33554432000 4194304 4196468 140729555115968 139816412273808 139816424531294 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 21572 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 21572 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10819352 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 21572 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 2 13079 0 0 0 0 5 2 20 0 15 0 48009782 11079016448 21572 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 5 13079 0 0 0 0 5 2 20 0 15 0 48009783 11079016448 21572 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10819352 memory=140456973447888 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 13 13079 0 0 0 0 5 2 20 0 15 0 48009784 11079016448 21572 33554432000 4194304 4196468 140729555115968 139815882319520 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10819352 memory=140458315481699 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009784 11079016448 21572 33554432000 4194304 4196468 140729555115968 139815278339312 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10819352 memory=8392 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11079016448 21572 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10819352 memory=7234564758908855872 CPUtime=0.17 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) S 8634 8637 7293 0 -1 1077944384 1142 13079 0 0 10 0 5 2 20 0 15 0 48009787 11079016448 21572 33554432000 4194304 4196468 140729555115968 139815965989104 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10819352 memory=7597685182856913236 CPUtime=0.14 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) S 8634 8637 7293 0 -1 1077944384 430 13079 0 0 7 0 5 2 20 0 15 0 48009787 11079016448 21572 33554432000 4194304 4196468 140729555115968 139815964936560 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10819352 memory=5787219346483269989 CPUtime=0.2 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 706 13079 0 0 13 0 5 2 20 0 15 0 48009787 11079016448 21572 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10819352 memory=4128 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11079016448 21572 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10819352 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009787 11079016448 21572 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86288 KiB

[startup+1.50167 s]
/proc/loadavg: 1.82 1.45 1.37 4/215 8703
/proc/meminfo: memFree=17163528/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=10828108 memory=170936 CPUtime=3.11 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 23718 13079 0 0 297 7 5 2 20 0 15 0 48009772 11087982592 42734 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2707027 42734 3454 1 0 2668685 0
[pid=8637/tid=8690] ppid=8634 vsize=10828108 memory=12813 CPUtime=1.45 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 15079 13079 0 0 134 4 5 2 20 0 15 0 48009781 11087982592 42734 33554432000 4194304 4196468 140729555115968 139816412277936 139816037395200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10828108 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11087982592 42734 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11087982592 42734 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10828108 memory=135 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009782 11087982592 42734 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10828108 memory=86288 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 2 13079 0 0 0 0 5 2 20 0 15 0 48009782 11087982592 42734 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10828108 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 12 13079 0 0 0 0 5 2 20 0 15 0 48009783 11087982592 42734 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10828108 memory=280913946837488 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 13 13079 0 0 0 0 5 2 20 0 15 0 48009784 11087982592 42734 33554432000 4194304 4196468 140729555115968 139815882319520 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10828108 memory=280913946888288 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009784 11087982592 42734 33554432000 4194304 4196468 140729555115968 139815278339312 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10828108 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11087982592 42734 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10828108 memory=4638778398332698720 CPUtime=0.63 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) R 8634 8637 7293 0 -1 4202560 2686 13079 0 0 56 0 5 2 20 0 15 0 48009787 11087982592 42734 33554432000 4194304 4196468 140729555115968 139815965975128 139816425565969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10828108 memory=280913947171712 CPUtime=0.6 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) R 8634 8637 7293 0 -1 4202560 1910 13079 0 0 53 0 5 2 20 0 15 0 48009787 11087982592 42734 33554432000 4194304 4196468 140729555115968 139815964926944 139816421972198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10828108 memory=-7531822216213012384 CPUtime=0.58 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 1811 13079 0 0 51 0 5 2 20 0 15 0 48009787 11087982592 42734 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10828108 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11087982592 42734 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10828108 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1 13079 0 0 0 0 5 2 20 0 15 0 48009787 11087982592 42734 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10828108 KiB

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

/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 111708 13079 0 0 235888 51 5 2 20 0 15 0 48009781 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816412285088 139816053037108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10852704 memory=966188 CPUtime=13.68 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 24838 13079 0 0 1304 57 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10852704 memory=966188 CPUtime=13.69 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 28308 13079 0 0 1305 57 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10852704 memory=966188 CPUtime=13.74 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 27538 13079 0 0 1310 57 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10852704 memory=966188 CPUtime=13.74 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 22585 13079 0 0 1310 57 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10852704 memory=966188 CPUtime=7.47 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 23706 13079 0 0 698 42 5 2 20 0 15 0 48009783 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10852704 memory=280913946934656 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 21 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815882319584 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10852704 memory=6944656575208382560 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 6 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815278339328 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10852704 memory=966188 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10852704 memory=4128 CPUtime=13.91 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) S 8634 8637 7293 0 -1 1077944384 85976 13079 0 0 1376 8 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815965989104 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10852704 memory=15968 CPUtime=13.67 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) S 8634 8637 7293 0 -1 1077944384 87139 13079 0 0 1350 10 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815964936560 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10852704 memory=9916 CPUtime=5.34 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 95744 13079 0 0 515 12 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10852704 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10852704 memory=1952 CPUtime=1.36 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1562 13079 0 0 64 65 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 2455.55 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 966188 KiB

[startup+2442.3 s]
/proc/loadavg: 1.35 1.41 1.41 3/215 8909
/proc/meminfo: memFree=15993040/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=10852704 memory=966188 CPUtime=2516.74 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 512365 13079 0 0 251285 382 5 2 20 0 15 0 48009772 11113168896 241547 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2713176 241547 3539 1 0 2674829 0
[pid=8637/tid=8690] ppid=8634 vsize=10852704 memory=966188 CPUtime=2418.81 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 112217 13079 0 0 241823 51 5 2 20 0 15 0 48009781 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816412285376 139816037175848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.08 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 24946 13079 0 0 1343 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.1 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 28465 13079 0 0 1345 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.13 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 27726 13079 0 0 1349 57 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.15 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 22602 13079 0 0 1350 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10852704 memory=966188 CPUtime=7.68 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 23755 13079 0 0 718 43 5 2 20 0 15 0 48009783 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10852704 memory=966188 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 21 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815882319584 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10852704 memory=966188 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 6 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815278339328 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10852704 memory=966188 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10852704 memory=0 CPUtime=13.91 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) S 8634 8637 7293 0 -1 1077944384 85976 13079 0 0 1376 8 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815965989104 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10852704 memory=2257 CPUtime=13.67 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) S 8634 8637 7293 0 -1 1077944384 87139 13079 0 0 1350 10 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815964936560 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10852704 memory=5408 CPUtime=5.34 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 95744 13079 0 0 515 12 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10852704 memory=966188 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10852704 memory=1228 CPUtime=1.4 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1568 13079 0 0 66 67 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 2516.74 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 966188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2445.5 s]
/proc/loadavg: 1.40 1.42 1.41 3/215 8909
/proc/meminfo: memFree=15993040/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=10852704 memory=966188 CPUtime=2520 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 512407 13079 0 0 251610 383 5 2 20 0 15 0 48009772 11113168896 241547 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2713176 241547 3539 1 0 2674829 0
[pid=8637/tid=8690] ppid=8634 vsize=10852704 memory=8112282956445269571 CPUtime=2421.98 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 112250 13079 0 0 242140 51 5 2 20 0 15 0 48009781 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816412285152 139816043823319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.1 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 24946 13079 0 0 1345 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.11 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 28467 13079 0 0 1346 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.15 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 27726 13079 0 0 1351 57 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.17 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 22602 13079 0 0 1352 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10852704 memory=966188 CPUtime=7.69 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 23756 13079 0 0 719 43 5 2 20 0 15 0 48009783 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10852704 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 21 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815882319584 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10852704 memory=966188 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 6 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815278339328 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10852704 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10852704 memory=5408 CPUtime=13.91 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) S 8634 8637 7293 0 -1 1077944384 85978 13079 0 0 1376 8 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815965989104 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10852704 memory=966188 CPUtime=13.67 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) S 8634 8637 7293 0 -1 1077944384 87141 13079 0 0 1350 10 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815964936560 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10852704 memory=16436 CPUtime=5.34 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 95746 13079 0 0 515 12 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10852704 memory=9720 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10852704 memory=4128 CPUtime=1.4 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1568 13079 0 0 66 67 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 966188 KiB

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

[startup+2445.53 s]
# the end of solver process 8637 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.18 s, system=3.87097 s

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

[startup+2445.5 s]
/proc/loadavg: 1.40 1.42 1.41 3/215 8909
/proc/meminfo: memFree=15993040/32770624 swapFree=67108860/67108860
[pid=8637] ppid=8634 vsize=10852704 memory=966188 CPUtime=2520 cores=0,2,4,6
/proc/8637/stat : 8637 (java) S 8634 8637 7293 0 -1 1077944320 512407 13079 0 0 251610 383 5 2 20 0 15 0 48009772 11113168896 241547 33554432000 4194304 4196468 140729555115968 140729555098512 139816440450807 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
/proc/8637/statm: 2713176 241547 3539 1 0 2674829 0
[pid=8637/tid=8690] ppid=8634 vsize=10852704 memory=8112282956445269571 CPUtime=2421.98 cores=0,2,4,6
/proc/8637/task/8690/stat : 8690 (java) R 8634 8637 7293 0 -1 4202560 112250 13079 0 0 242140 51 5 2 20 0 15 0 48009781 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816412285152 139816043823319 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8691] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.1 cores=0,2,4,6
/proc/8637/task/8691/stat : 8691 (java) S 8634 8637 7293 0 -1 1077944384 24946 13079 0 0 1345 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816444693008 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8692] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.11 cores=0,2,4,6
/proc/8637/task/8692/stat : 8692 (java) S 8634 8637 7293 0 -1 1077944384 28467 13079 0 0 1346 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816359512720 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8693] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.15 cores=0,2,4,6
/proc/8637/task/8693/stat : 8693 (java) S 8634 8637 7293 0 -1 1077944384 27726 13079 0 0 1351 57 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816358459664 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8694] ppid=8634 vsize=10852704 memory=966188 CPUtime=14.17 cores=0,2,4,6
/proc/8637/task/8694/stat : 8694 (java) S 8634 8637 7293 0 -1 1077944384 22602 13079 0 0 1352 58 5 2 20 0 15 0 48009782 11113168896 241547 33554432000 4194304 4196468 140729555115968 139816357407120 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8695] ppid=8634 vsize=10852704 memory=966188 CPUtime=7.69 cores=0,2,4,6
/proc/8637/task/8695/stat : 8695 (java) S 8634 8637 7293 0 -1 1077944384 23756 13079 0 0 719 43 5 2 20 0 15 0 48009783 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815967042288 139816440461954 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8696] ppid=8634 vsize=10852704 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8696/stat : 8696 (java) S 8634 8637 7293 0 -1 1077944384 21 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815882319584 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8697] ppid=8634 vsize=10852704 memory=966188 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8697/stat : 8697 (java) S 8634 8637 7293 0 -1 1077944384 6 13079 0 0 0 0 5 2 20 0 15 0 48009784 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815278339328 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8698] ppid=8634 vsize=10852704 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8698/stat : 8698 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814970939856 139816440469403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8699] ppid=8634 vsize=10852704 memory=5408 CPUtime=13.91 cores=0,2,4,6
/proc/8637/task/8699/stat : 8699 (java) S 8634 8637 7293 0 -1 1077944384 85978 13079 0 0 1376 8 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815965989104 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8700] ppid=8634 vsize=10852704 memory=966188 CPUtime=13.67 cores=0,2,4,6
/proc/8637/task/8700/stat : 8700 (java) S 8634 8637 7293 0 -1 1077944384 87141 13079 0 0 1350 10 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815964936560 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8701] ppid=8634 vsize=10852704 memory=16436 CPUtime=5.34 cores=0,2,4,6
/proc/8637/task/8701/stat : 8701 (java) S 8634 8637 7293 0 -1 1077944384 95746 13079 0 0 515 12 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815963883504 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8702] ppid=8634 vsize=10852704 memory=9720 CPUtime=0.07 cores=0,2,4,6
/proc/8637/task/8702/stat : 8702 (java) S 8634 8637 7293 0 -1 1077944384 3 13079 0 0 0 0 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139814937381216 139816440461013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
[pid=8637/tid=8703] ppid=8634 vsize=10852704 memory=4128 CPUtime=1.4 cores=0,2,4,6
/proc/8637/task/8703/stat : 8703 (java) S 8634 8637 7293 0 -1 1077944384 1568 13079 0 0 66 67 5 2 20 0 15 0 48009787 11113168896 241547 33554432000 4194304 4196468 140729555115968 139815962831920 139816440461954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38277120 140729555122798 140729555125596 140729555125596 140729555128271 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10852704 KiB
Current children cumulated memory: 966188 KiB

Child status: 143
Real time (s): 2445.53
CPU time (s): 2520.05
CPU user time (s): 2516.18
CPU system time (s): 3.87097
CPU usage (%): 103.047
Max. virtual memory (cumulated for all children) (KiB): 10853292
Max. memory (cumulated for all children) (KiB): 2138788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.18
system time used= 3.87097
maximum resident set size= 2139872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 527014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216517
involuntary context switches= 6249


# summary of solver processes directly reported to runsolver:
#   pid: 8637
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.18
#   total CPU system time (s): 3.87097

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5703 second user time and 23.6173 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-23 02:07:46
IDJOB=4293013
IDBENCH=141061
IDSOLVER=2750
FILE ID=node139/4293013-1532304466
RUNJOBID= node139-1532297047-7324
PBS_JOBID= 21018992
Free space on /tmp= 45856 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293013-1532304466/watcher-4293013-1532304466 -o /tmp/evaluation-result-4293013-1532304466/solver-4293013-1532304466 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532297047-7324 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1902053236 HOME/instance-4293013-1532304466.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1902053236

node139.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.80
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.80
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.80
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.80
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:        17258636 kB
MemAvailable:   30847120 kB
Buffers:          175376 kB
Cached:         13462308 kB
SwapCached:            0 kB
Active:          2372312 kB
Inactive:       12411200 kB
Active(anon):    1101472 kB
Inactive(anon):    64084 kB
Active(file):    1270840 kB
Inactive(file): 12347116 kB
Unevictable:        7284 kB
Mlocked:            7284 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26936 kB
Writeback:             0 kB
AnonPages:       1152980 kB
Mapped:            49512 kB
Shmem:             17036 kB
Slab:             426224 kB
SReclaimable:     398988 kB
SUnreclaim:        27236 kB
KernelStack:        3488 kB
PageTables:         7396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2158760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    921600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45828 MiB
End job on node139 at 2018-07-23 02:48:32