Trace number 4294006

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-SuperNG 2018-06-13? 1759.88 1168.55

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-14-4-rom_c18.xml
MD5SUM52d67a2c2b92da49d73f7cfe8dcb2e5e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark2519.99
Satisfiable
(Un)Satisfiability was proved
Number of variables532
Number of constraints112
Number of domains5
Minimum domain size2
Maximum domain size132304
Distribution of domain sizes[{"size":2,"count":28},{"size":15,"count":196},{"size":27,"count":196},{"size":132304,"count":112}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":140},{"degree":2,"count":196},{"degree":8,"count":196}]
Minimum constraint arity17
Maximum constraint arity18
Distribution of constraint arities[{"arity":17,"count":28},{"arity":18,"count":84}]
Number of extensional constraints112
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running
1759.70/1168.49	Exception in thread "main" java.lang.StackOverflowError
1759.70/1168.49		at mdd.TSSet.contains(TSSet.scala:30)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:18)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.49		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.49		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.49		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.49		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.70/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.70/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.70/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.70/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.50		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.50		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.50		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.50		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.51		at scala.runtime.java8.JFunction0$mcI$sp.apply(JFunction0$mcI$sp.java:12)
1759.82/1168.51		at mdd.TSSet.onceOrElse(TSSet.scala:22)
1759.82/1168.51		at mdd.BDD.traverse$1(BDD.scala:83)
1759.82/1168.51		at mdd.BDD.$anonfun$identify$1(BDD.scala:75)
1759.82/1168.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 (4030 MiB free)
  memory of node 1: 16384 MiB (9691 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294006-1532414850/watcher-4294006-1532414850 -o /tmp/evaluation-result-4294006-1532414850/solver-4294006-1532414850 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2108277928 -superng HOME/instance-4294006-1532414850.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100114 s]*
/proc/loadavg: 2.27 3.28 2.77 2/210 13317
/proc/meminfo: memFree=14043024/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 4430 12931 0 0 1 0 5 3 20 0 6 0 59048382 10212057088 4269 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2493178 4269 1934 1 0 2481616 0
[pid=13260/tid=13313] ppid=13257 vsize=9972712 memory=4628411388058700198 CPUtime=0.09 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 2251 12931 0 0 1 0 5 3 20 0 6 0 59048391 10212057088 4269 33554432000 4194304 4196468 140729306651616 139699863380560 139699876666736 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=9972712 memory=5793855708315326905 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 6 0 59048392 10212057088 4269 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=9972712 memory=140457305433728 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 6 0 59048392 10212057088 4269 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 6 0 59048392 10212057088 4269 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 6 0 59048392 10212057088 4335 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210166 s]*
/proc/loadavg: 2.27 3.28 2.77 4/219 13326
/proc/meminfo: memFree=14018424/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10818856 memory=44584 CPUtime=0.26 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 8578 12931 0 0 17 1 5 3 20 0 15 0 59048382 11078508544 11146 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2704714 11146 2919 1 0 2667149 0
[pid=13260/tid=13313] ppid=13257 vsize=10818856 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 5293 12931 0 0 10 1 5 3 20 0 15 0 59048391 11078508544 11212 33554432000 4194304 4196468 140729306651616 139699863341456 139699871819506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10818856 memory=4211974183510224266 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11078508544 11212 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10818856 memory=140457305433728 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11078508544 11212 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11078508544 11212 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048392 11078508544 11212 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048393 11078508544 11212 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 33 12931 0 0 0 0 5 3 20 0 15 0 59048394 11078508544 11278 33554432000 4194304 4196468 140729306651616 139699349992992 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048394 11078508544 11278 33554432000 4194304 4196468 140729306651616 139699247113584 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11078508544 11278 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10818856 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) S 13257 13260 12709 0 -1 1077944384 519 12931 0 0 1 0 5 3 20 0 15 0 59048397 11078508544 11278 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) S 13257 13260 12709 0 -1 1077944384 55 12931 0 0 0 0 5 3 20 0 15 0 59048397 11078508544 11278 33554432000 4194304 4196468 140729306651616 139699315382512 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10818856 memory=140457305433728 CPUtime=0.11 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) S 13257 13260 12709 0 -1 1077944384 563 12931 0 0 3 0 5 3 20 0 15 0 59048397 11078508544 11278 33554432000 4194304 4196468 140729306651616 139699213555824 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11078508544 11278 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10818856 memory=140457305433728 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048397 11078508544 11278 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 44584 KiB

[startup+0.31047 s]*
/proc/loadavg: 2.27 3.28 2.77 3/219 13326
/proc/meminfo: memFree=14008500/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10819352 memory=55652 CPUtime=0.4 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 10557 12931 0 0 30 2 5 3 20 0 15 0 59048382 11079016448 13913 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2704838 13913 3050 1 0 2667149 0
[pid=13260/tid=13313] ppid=13257 vsize=10819352 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 7174 12931 0 0 19 2 5 3 20 0 15 0 59048391 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699863355808 139699876709363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10819352 memory=140457305433727 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048393 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 33 12931 0 0 0 0 5 3 20 0 15 0 59048394 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699349992992 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10819352 memory=140457305433728 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048394 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699247113584 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11079016448 13913 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) S 13257 13260 12709 0 -1 1077944384 519 12931 0 0 2 0 5 3 20 0 15 0 59048397 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) S 13257 13260 12709 0 -1 1077944384 56 12931 0 0 1 0 5 3 20 0 15 0 59048397 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699315382512 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10819352 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) S 13257 13260 12709 0 -1 1077944384 570 12931 0 0 5 0 5 3 20 0 15 0 59048397 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699213555824 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11079016448 13913 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048397 11079016448 13913 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55652 KiB

[startup+0.70075 s]
/proc/loadavg: 2.27 3.28 2.77 3/219 13326
/proc/meminfo: memFree=13998948/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10819352 memory=88788 CPUtime=1 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 16841 12931 0 0 88 4 5 3 20 0 15 0 59048382 11079016448 22197 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2704838 22197 3238 1 0 2667149 0
[pid=13260/tid=13313] ppid=13257 vsize=10819352 memory=18604 CPUtime=0.67 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 12519 12931 0 0 56 3 5 3 20 0 15 0 59048391 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699863364624 139699873107343 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048392 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10819352 memory=140457174934016 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 5 12931 0 0 0 0 5 3 20 0 15 0 59048393 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10819352 memory=140458315482133 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 33 12931 0 0 0 0 5 3 20 0 15 0 59048394 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699349992992 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10819352 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048394 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699247113584 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10819352 memory=7305218370954682711 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11079016448 22197 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10819352 memory=7452169109558027630 CPUtime=0.15 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) S 13257 13260 12709 0 -1 1077944384 749 12931 0 0 7 0 5 3 20 0 15 0 59048397 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10819352 memory=6935653654008516688 CPUtime=0.18 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) S 13257 13260 12709 0 -1 1077944384 698 12931 0 0 10 0 5 3 20 0 15 0 59048397 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699315382512 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10819352 memory=5450909908396308010 CPUtime=0.21 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) S 13257 13260 12709 0 -1 1077944384 633 12931 0 0 13 0 5 3 20 0 15 0 59048397 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699213555824 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10819352 memory=1404238533774450294 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11079016448 22197 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1 12931 0 0 0 0 5 3 20 0 15 0 59048397 11079016448 22197 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88788 KiB

[startup+1.50771 s]
/proc/loadavg: 2.27 3.28 2.77 3/219 13326
/proc/meminfo: memFree=13952272/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10828108 memory=463024 CPUtime=2.74 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 23427 12931 0 0 230 36 5 3 20 0 15 0 59048382 11087982592 115756 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2707027 115756 3467 1 0 2668685 0
[pid=13260/tid=13313] ppid=13257 vsize=10828108 memory=314600 CPUtime=1.33 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 15237 12931 0 0 117 8 5 3 20 0 15 0 59048391 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699863377472 139699465322896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10828108 memory=-3117775541953849953 CPUtime=0.17 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 498 12931 0 0 4 5 5 3 20 0 15 0 59048392 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10828108 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 247 12931 0 0 5 7 5 3 20 0 15 0 59048392 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10828108 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 308 12931 0 0 4 7 5 3 20 0 15 0 59048392 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10828108 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 140 12931 0 0 5 6 5 3 20 0 15 0 59048392 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10828108 memory=197657549138469 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 100 12931 0 0 0 0 5 3 20 0 15 0 59048393 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10828108 memory=318075 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 55 12931 0 0 0 0 5 3 20 0 15 0 59048394 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699349993056 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10828108 memory=4638778406923096400 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 5 12931 0 0 0 0 5 3 20 0 15 0 59048394 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699247113600 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10828108 memory=6935649255776346176 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11087982592 115756 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10828108 memory=280914349261040 CPUtime=0.42 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) R 13257 13260 12709 0 -1 1077944384 1945 12931 0 0 34 0 5 3 20 0 15 0 59048397 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10828108 memory=6935649255759570240 CPUtime=0.37 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) R 13257 13260 12709 0 -1 4202560 1116 12931 0 0 29 0 5 3 20 0 15 0 59048397 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699315374464 139699872892675 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10828108 memory=-6940148762136437604 CPUtime=0.36 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) R 13257 13260 12709 0 -1 4202560 1576 12931 0 0 28 0 5 3 20 0 15 0 59048397 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699213555824 139699876840008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10828108 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11087982592 115756 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10828108 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11087982592 115756 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 10828108 KiB

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

[pid=13260/tid=13325] ppid=13257 vsize=10844512 memory=18488 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11104780288 2064577 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10844512 memory=1792 CPUtime=0.88 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1462 12931 0 0 32 48 5 3 20 0 15 0 59048397 11104780288 2064577 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 1757.05 s
Current children cumulated vsize: 10844512 KiB
Current children cumulated memory: 8258308 KiB

[startup+1167.2 s]
/proc/loadavg: 1.38 1.54 1.98 5/218 13387
/proc/meminfo: memFree=6222840/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10846560 memory=8260620 CPUtime=1758.33 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 677087 12931 0 0 174360 1465 5 3 20 0 15 0 59048382 11106877440 2065155 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2711640 2065155 3523 1 0 2673293 0
[pid=13260/tid=13313] ppid=13257 vsize=10846560 memory=1296 CPUtime=965.6 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 124447 12931 0 0 96517 35 5 3 20 0 15 0 59048391 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699863372808 139699469447415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10846560 memory=2448 CPUtime=194.36 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 89586 12931 0 0 19082 346 5 3 20 0 15 0 59048392 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10846560 memory=1728 CPUtime=194.64 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 98404 12931 0 0 19116 340 5 3 20 0 15 0 59048392 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10846560 memory=5524 CPUtime=195.29 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 89646 12931 0 0 19180 341 5 3 20 0 15 0 59048392 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10846560 memory=1444 CPUtime=194.59 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 94450 12931 0 0 19105 346 5 3 20 0 15 0 59048392 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10846560 memory=1200 CPUtime=4.73 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 103702 12931 0 0 451 14 5 3 20 0 15 0 59048393 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10846560 memory=1008 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 73 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699349993120 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10846560 memory=8258308 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 8 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699247113600 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10846560 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10846560 memory=1008 CPUtime=3.59 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) S 13257 13260 12709 0 -1 1077944384 17387 12931 0 0 349 2 5 3 20 0 15 0 59048397 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10846560 memory=11968 CPUtime=3.69 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) S 13257 13260 12709 0 -1 1077944384 20380 12931 0 0 359 2 5 3 20 0 15 0 59048397 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699315382512 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10846560 memory=1696 CPUtime=1.55 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) S 13257 13260 12709 0 -1 1077944384 35345 12931 0 0 142 5 5 3 20 0 15 0 59048397 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699213555824 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10846560 memory=8384 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10846560 memory=4616 CPUtime=0.88 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1462 12931 0 0 32 48 5 3 20 0 15 0 59048397 11106877440 2065155 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 1758.33 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 8260620 KiB

[startup+1168 s]*
/proc/loadavg: 1.38 1.54 1.98 3/218 13387
/proc/meminfo: memFree=6222444/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10846560 memory=8260900 CPUtime=1759.21 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 677278 12931 0 0 174448 1465 5 3 20 0 15 0 59048382 11106877440 2065225 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2711640 2065225 3523 1 0 2673293 0
[pid=13260/tid=13313] ppid=13257 vsize=10846560 memory=6791534058613427641 CPUtime=966.41 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 124557 12931 0 0 96598 35 5 3 20 0 15 0 59048391 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699863375744 139699474695478 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10846560 memory=-7003737579269690708 CPUtime=194.36 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 89586 12931 0 0 19082 346 5 3 20 0 15 0 59048392 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10846560 memory=4616 CPUtime=194.64 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 98404 12931 0 0 19116 340 5 3 20 0 15 0 59048392 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10846560 memory=15868 CPUtime=195.29 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 89646 12931 0 0 19180 341 5 3 20 0 15 0 59048392 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10846560 memory=4012 CPUtime=194.59 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 94450 12931 0 0 19105 346 5 3 20 0 15 0 59048392 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10846560 memory=8258308 CPUtime=4.73 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 103702 12931 0 0 451 14 5 3 20 0 15 0 59048393 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10846560 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 73 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699349993120 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10846560 memory=2340 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 8 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699247113600 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10846560 memory=1572 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10846560 memory=928 CPUtime=3.63 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) S 13257 13260 12709 0 -1 1077944384 17442 12931 0 0 353 2 5 3 20 0 15 0 59048397 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10846560 memory=2244 CPUtime=3.73 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) S 13257 13260 12709 0 -1 1077944384 20389 12931 0 0 363 2 5 3 20 0 15 0 59048397 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699315382512 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10846560 memory=4132 CPUtime=1.56 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) S 13257 13260 12709 0 -1 1077944384 35362 12931 0 0 143 5 5 3 20 0 15 0 59048397 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699213555824 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10846560 memory=3200 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10846560 memory=8258308 CPUtime=0.88 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1462 12931 0 0 32 48 5 3 20 0 15 0 59048397 11106877440 2065225 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 1759.21 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 8260900 KiB

[startup+1168.4 s]
/proc/loadavg: 1.38 1.54 1.98 3/218 13387
/proc/meminfo: memFree=6222444/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10846560 memory=8289036 CPUtime=1759.7 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 677782 12931 0 0 174496 1466 5 3 20 0 15 0 59048382 11106877440 2072259 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2711640 2072259 3523 1 0 2673293 0
[pid=13260/tid=13313] ppid=13257 vsize=10846560 memory=4112 CPUtime=966.79 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 4202560 124991 12931 0 0 96636 35 5 3 20 0 15 0 59048391 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699859417400 139699474697880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10846560 memory=1796 CPUtime=194.36 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 89586 12931 0 0 19082 346 5 3 20 0 15 0 59048392 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10846560 memory=6791534058613427641 CPUtime=194.64 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 98404 12931 0 0 19116 340 5 3 20 0 15 0 59048392 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10846560 memory=1200 CPUtime=195.29 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 89646 12931 0 0 19180 341 5 3 20 0 15 0 59048392 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10846560 memory=1008 CPUtime=194.59 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 94450 12931 0 0 19105 346 5 3 20 0 15 0 59048392 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10846560 memory=11968 CPUtime=4.73 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 103702 12931 0 0 451 14 5 3 20 0 15 0 59048393 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10846560 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 73 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699349993120 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10846560 memory=4132 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 8 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699247113600 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10846560 memory=2196 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10846560 memory=7528 CPUtime=3.66 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) S 13257 13260 12709 0 -1 1077944384 17473 12931 0 0 356 2 5 3 20 0 15 0 59048397 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10846560 memory=6791534058613427641 CPUtime=3.77 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) S 13257 13260 12709 0 -1 1077944384 20417 12931 0 0 367 2 5 3 20 0 15 0 59048397 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699315382512 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10846560 memory=3848 CPUtime=1.56 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) S 13257 13260 12709 0 -1 1077944384 35373 12931 0 0 143 5 5 3 20 0 15 0 59048397 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699213555824 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10846560 memory=2296 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10846560 memory=2600 CPUtime=0.88 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1462 12931 0 0 32 48 5 3 20 0 15 0 59048397 11106877440 2072259 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 1759.7 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 8289036 KiB

[startup+1168.51 s]
/proc/loadavg: 1.38 1.54 1.98 3/218 13387
/proc/meminfo: memFree=6222444/32770624 swapFree=67108860/67108860
[pid=13260] ppid=13257 vsize=10846560 memory=8293576 CPUtime=1759.82 cores=1,3,5,7
/proc/13260/stat : 13260 (java) S 13257 13260 12709 0 -1 1077944320 677921 12931 0 0 174508 1466 5 3 20 0 15 0 59048382 11106877440 2073394 33554432000 4194304 4196468 140729306651616 140729306634160 139699891543799 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
/proc/13260/statm: 2711640 2073394 3524 1 0 2673293 0
[pid=13260/tid=13313] ppid=13257 vsize=10846560 memory=8258308 CPUtime=966.9 cores=1,3,5,7
/proc/13260/task/13313/stat : 13313 (java) R 13257 13260 12709 0 -1 1077944384 125096 12931 0 0 96647 35 5 3 20 0 15 0 59048391 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699863383632 139699891554005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13314] ppid=13257 vsize=10846560 memory=8260620 CPUtime=194.36 cores=1,3,5,7
/proc/13260/task/13314/stat : 13314 (java) S 13257 13260 12709 0 -1 1077944384 89586 12931 0 0 19082 346 5 3 20 0 15 0 59048392 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699895786128 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13315] ppid=13257 vsize=10846560 memory=8258308 CPUtime=194.64 cores=1,3,5,7
/proc/13260/task/13315/stat : 13315 (java) S 13257 13260 12709 0 -1 1077944384 98404 12931 0 0 19116 340 5 3 20 0 15 0 59048392 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699465218576 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13316] ppid=13257 vsize=10846560 memory=8258308 CPUtime=195.29 cores=1,3,5,7
/proc/13260/task/13316/stat : 13316 (java) S 13257 13260 12709 0 -1 1077944384 89646 12931 0 0 19180 341 5 3 20 0 15 0 59048392 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699464165776 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13317] ppid=13257 vsize=10846560 memory=8258312 CPUtime=194.59 cores=1,3,5,7
/proc/13260/task/13317/stat : 13317 (java) S 13257 13260 12709 0 -1 1077944384 94450 12931 0 0 19105 346 5 3 20 0 15 0 59048392 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699463112976 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13318] ppid=13257 vsize=10846560 memory=8258304 CPUtime=4.73 cores=1,3,5,7
/proc/13260/task/13318/stat : 13318 (java) S 13257 13260 12709 0 -1 1077944384 103702 12931 0 0 451 14 5 3 20 0 15 0 59048393 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699351047024 139699891554946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13319] ppid=13257 vsize=10846560 memory=8258300 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13319/stat : 13319 (java) S 13257 13260 12709 0 -1 1077944384 73 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699349993120 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13320] ppid=13257 vsize=10846560 memory=8258304 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13320/stat : 13320 (java) S 13257 13260 12709 0 -1 1077944384 8 12931 0 0 0 0 5 3 20 0 15 0 59048394 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699247113600 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13321] ppid=13257 vsize=10846560 memory=8278796 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13321/stat : 13321 (java) S 13257 13260 12709 0 -1 1077944384 2 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139698643134800 139699891562395 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13322] ppid=13257 vsize=10846560 memory=8258308 CPUtime=3.67 cores=1,3,5,7
/proc/13260/task/13322/stat : 13322 (java) S 13257 13260 12709 0 -1 1077944384 17477 12931 0 0 357 2 5 3 20 0 15 0 59048397 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699316435312 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13323] ppid=13257 vsize=10846560 memory=3828 CPUtime=3.77 cores=1,3,5,7
/proc/13260/task/13323/stat : 13323 (java) R 13257 13260 12709 0 -1 4202560 20419 12931 0 0 367 2 5 3 20 0 15 0 59048397 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699315382512 139699876455138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13324] ppid=13257 vsize=10846560 memory=8258308 CPUtime=1.57 cores=1,3,5,7
/proc/13260/task/13324/stat : 13324 (java) R 13257 13260 12709 0 -1 1077944384 35401 12931 0 0 144 5 5 3 20 0 15 0 59048397 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699213551552 139699891554005 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13325] ppid=13257 vsize=10846560 memory=3828 CPUtime=0.08 cores=1,3,5,7
/proc/13260/task/13325/stat : 13325 (java) S 13257 13260 12709 0 -1 1077944384 3 12931 0 0 0 0 5 3 20 0 15 0 59048397 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139698173372640 139699891554005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
[pid=13260/tid=13326] ppid=13257 vsize=10846560 memory=18652 CPUtime=0.88 cores=1,3,5,7
/proc/13260/task/13326/stat : 13326 (java) S 13257 13260 12709 0 -1 1077944384 1462 12931 0 0 32 48 5 3 20 0 15 0 59048397 11106877440 2073394 33554432000 4194304 4196468 140729306651616 139699212504240 139699891554946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38289408 140729306654891 140729306658140 140729306658140 140729306660815 0
Current children cumulated CPU time: 1759.82 s
Current children cumulated vsize: 10846560 KiB
Current children cumulated memory: 8293576 KiB

Child status: 1
Real time (s): 1168.55
CPU time (s): 1759.88
CPU user time (s): 1745.15
CPU system time (s): 14.735
CPU usage (%): 150.604
Max. virtual memory (cumulated for all children) (KiB): 10846560
Max. memory (cumulated for all children) (KiB): 8420724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1745.15
system time used= 14.735
maximum resident set size= 8420724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 690921
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46103
involuntary context switches= 9437


# summary of solver processes directly reported to runsolver:
#   pid: 13260
#   total CPU time (s): 1759.88
#   total CPU user time (s): 1745.15
#   total CPU system time (s): 14.735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58113 second user time and 11.01 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 08:47:32
IDJOB=4294006
IDBENCH=141312
IDSOLVER=2751
FILE ID=node135/4294006-1532414850
RUNJOBID= node135-1532413601-12741
PBS_JOBID= 21021575
Free space on /tmp= 48272 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-14-4-rom_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294006-1532414850/watcher-4294006-1532414850 -o /tmp/evaluation-result-4294006-1532414850/solver-4294006-1532414850 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532413601-12741 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2108277928 -superng HOME/instance-4294006-1532414850.xml

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

MD5SUM BENCH= 52d67a2c2b92da49d73f7cfe8dcb2e5e
RANDOM SEED=2108277928

node135.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.50
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.50
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.50
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.50
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:        14051400 kB
MemAvailable:   29186768 kB
Buffers:          199952 kB
Cached:         14987092 kB
SwapCached:            0 kB
Active:          5260156 kB
Inactive:       12725628 kB
Active(anon):    2748680 kB
Inactive(anon):    69860 kB
Active(file):    2511476 kB
Inactive(file): 12655768 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            118344 kB
Writeback:             0 kB
AnonPages:       2805908 kB
Mapped:            51268 kB
Shmem:             17056 kB
Slab:             424760 kB
SReclaimable:     396584 kB
SUnreclaim:        28176 kB
KernelStack:        3568 kB
PageTables:        11312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3766592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2580480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48248 MiB
End job on node135 at 2018-07-24 09:07:01