Trace number 4290193

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 NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1897.03 540.326

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-12-13_c18.xml
MD5SUMc64ae1eb34294e2d276677e97ca01970
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints25
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":156}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":156}]
Minimum constraint arity12
Maximum constraint arity13
Distribution of constraint arities[{"arity":12,"count":13},{"arity":13,"count":12}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25}]
Optimization problemNO
Type of objective

Solver Data

1896.89/540.08	Jul 22, 2018 2:28:48 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1896.89/540.08	INFO: Runtime exception
1896.89/540.08	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1896.89/540.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1896.89/540.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1896.89/540.08		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1896.89/540.08		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1896.89/540.08		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1896.89/540.08		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1896.89/540.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1896.89/540.08		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1896.89/540.08		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1896.89/540.08		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1896.89/540.08		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1896.89/540.08		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 22 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 26 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 27 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 31 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 32 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 36 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 37 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1896.89/540.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1896.89/540.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1896.89/540.08		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1896.89/540.08		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1896.89/540.08		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1896.89/540.08		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1896.89/540.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1896.89/540.08		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1896.89/540.08		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1896.89/540.08		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1896.89/540.08		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1896.89/540.08		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 46 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 47 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 51 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 52 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 56 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 57 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 61 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 62 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 66 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 67 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 71 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 72 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 76 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 77 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1896.89/540.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
1896.89/540.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
1896.89/540.08		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
1896.89/540.08		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1896.89/540.08		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1896.89/540.08		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1896.89/540.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1896.89/540.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1896.89/540.08		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1896.89/540.08		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1896.89/540.08		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1896.89/540.08		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1896.89/540.08		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1896.89/540.08		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 86 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 87 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 91 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 92 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 96 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 97 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 101 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 102 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 106 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 107 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 111 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 112 more
1896.89/540.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		... 116 more
1896.89/540.08	Caused by: java.lang.reflect.InvocationTargetException
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		... 117 more
1896.89/540.08	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1896.89/540.08		at java.lang.Class$MethodArray.<init>(Class.java:2726)
1896.89/540.08		at java.lang.Class.getMethod0(Class.java:3017)
1896.89/540.08		at java.lang.Class.getMethod(Class.java:1784)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08		at java.lang.reflect.Method.invoke(Method.java:498)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1896.89/540.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1896.89/540.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1896.89/540.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1896.89/540.08	
1896.98/540.28	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1896.98/540.28	c This is free software under the dual EPL/GNU LGPL licenses.
1896.98/540.28	c See www.sat4j.org for details.
1896.98/540.28	c That software uses the Rhino library from the Mozilla project.
1896.98/540.28	c version 2.3.6-SNAPSHOT
1896.98/540.28	c java.runtime.name	Java(TM) SE Runtime Environment
1896.98/540.28	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1896.98/540.28	c java.vm.version	25.131-b11
1896.98/540.28	c java.vm.vendor	Oracle Corporation
1896.98/540.28	c sun.arch.data.model	64
1896.98/540.28	c java.version		1.8.0_131
1896.98/540.28	c os.name		Linux
1896.98/540.28	c os.version		3.10.0-514.16.1.el7.x86_64
1896.98/540.28	c os.arch		amd64
1896.98/540.28	c Free memory 		499604488
1896.98/540.28	c Max memory 		7247757312
1896.98/540.28	c Total memory 		504889344
1896.98/540.28	c Number of processors 	4
1896.98/540.28	c c --- Begin Solver configuration ---
1896.98/540.28	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1896.98/540.28	c Learn all clauses as in MiniSAT
1896.98/540.28	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1896.98/540.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1896.98/540.28	c No reason simplification
1896.98/540.28	c Glucose 2.1 dynamic restart strategy
1896.98/540.28	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1896.98/540.28	c timeout=2147483s
1896.98/540.28	c DB Simplification allowed=false
1896.98/540.28	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1896.98/540.28	c --- End Solver configuration ---
1896.98/540.28	c starts		: 0
1896.98/540.28	c conflicts		: 0
1896.98/540.28	c decisions		: 0
1896.98/540.28	c propagations		: 0
1896.98/540.28	c inspects		: 0
1896.98/540.28	c shortcuts		: 0
1896.98/540.28	c learnt literals	: 0
1896.98/540.28	c learnt binary clauses	: 0
1896.98/540.28	c learnt ternary clauses	: 0
1896.98/540.28	c learnt constraints	: 0
1896.98/540.28	c ignored constraints	: 0
1896.98/540.28	c root simplifications	: 0
1896.98/540.28	c removed literals (reason simplification)	: 0
1896.98/540.28	c reason swapping (by a shorter reason)	: 0
1896.98/540.28	c Calls to reduceDB	: 0
1896.98/540.28	c Number of update (reduction) of LBD	: 0
1896.98/540.28	c Imported unit clauses	: 0
1896.98/540.28	c number of reductions to clauses (during analyze)	: 0
1896.98/540.28	c number of learned constraints concerned by reduction	: 0
1896.98/540.28	c number of learning phase by resolution	: 0
1896.98/540.28	c number of learning phase by cutting planes	: 0
1896.98/540.28	c number of rounding to 1 operations	: 0
1896.98/540.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1896.98/540.28	c number of reductions of the coefficients by power 2 	: 0
1896.98/540.28	c number of right shift for reduction by power 2 	: 0
1896.98/540.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
1896.98/540.28	c number of ending skipping 	: 0
1896.98/540.28	c number of internal skipping 	: 0
1896.98/540.28	c number of derivation steps 	: 0
1896.98/540.28	c number of skipped derivation steps 	: 0
1896.98/540.28	c number of remaining unassigned 	: 0
1896.98/540.28	c number of remaining assigned 	: 0
1896.98/540.28	c speed (assignments/second)	: 0.0
1896.98/540.28	c non guided choices	: 0
1896.98/540.28	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 (5082 MiB free)
  memory of node 1: 16384 MiB (13872 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290193-1532218788/watcher-4290193-1532218788 -o /tmp/evaluation-result-4290193-1532218788/solver-4290193-1532218788 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31983 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290193-1532218788.xml 

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

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

solver pid=1021, runsolver pid=1018

[startup+0.106645 s]*
/proc/loadavg: 4.74 4.27 3.14 5/219 1036
/proc/meminfo: memFree=19393564/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659012 memory=30112 CPUtime=0.12 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 6584 0 0 0 11 1 0 0 20 0 15 0 39442014 10914828288 7528 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664753 7528 2841 1 0 2627263 0
[pid=1021/tid=1023] ppid=1018 vsize=10659012 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1018 1021 29334 0 -1 4202560 4430 0 0 0 8 1 0 0 20 0 15 0 39442015 10914828288 7528 33554432000 4194304 4196468 140723721870656 139922673096560 139922668913821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659012 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 7528 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659012 memory=3761544528984405664 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 7528 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 7528 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 7528 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659012 memory=140302067824256 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1018 1021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39442017 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921704577776 139922668903042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39442018 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921703524000 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39442018 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921702470896 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442020 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1018 1021 29334 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39442020 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921700366576 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1018 1021 29334 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39442020 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921699314032 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10659012 memory=140302067824256 CPUtime=0.02 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) R 1018 1021 29334 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 39442020 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921698260976 139922668913242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442021 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10659012 memory=140302067824256 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) R 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442021 10914828288 7528 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30112 KiB

[startup+0.215434 s]*
/proc/loadavg: 4.74 4.27 3.14 6/219 1036
/proc/meminfo: memFree=19381780/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659012 memory=41808 CPUtime=0.32 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 8086 0 0 0 30 2 0 0 20 0 15 0 39442014 10914828288 10452 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664753 10452 3007 1 0 2627263 0
[pid=1021/tid=1023] ppid=1018 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1018 1021 29334 0 -1 4202560 5004 0 0 0 18 2 0 0 20 0 15 0 39442015 10914828288 10452 33554432000 4194304 4196468 140723721870656 139922673128512 139922652935525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659012 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 10452 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659012 memory=3761544528984405664 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 10452 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 10452 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 10452 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659012 memory=140302067824256 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1018 1021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39442017 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921704577776 139922668903042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39442018 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921703524000 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39442018 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921702470896 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442020 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) R 1018 1021 29334 0 -1 1077944384 610 0 0 0 2 0 0 0 20 0 15 0 39442020 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921700366576 139922668903042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1018 1021 29334 0 -1 1077944384 394 0 0 0 2 0 0 0 20 0 15 0 39442020 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921699314032 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10659012 memory=140302067824256 CPUtime=0.07 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) R 1018 1021 29334 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 15 0 39442020 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921698260976 139922647606182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442021 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10659012 memory=140302067824256 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442021 10914828288 10452 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41808 KiB

[startup+0.310699 s]*
/proc/loadavg: 4.74 4.27 3.14 6/219 1036
/proc/meminfo: memFree=19368688/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659044 memory=54928 CPUtime=0.51 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 8823 0 0 0 48 3 0 0 20 0 15 0 39442014 10914861056 13732 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664761 13732 3032 1 0 2627271 0
[pid=1021/tid=1023] ppid=1018 vsize=10659012 memory=1398720917958146503 CPUtime=0.28 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1018 1021 29334 0 -1 4202560 5534 0 0 0 26 2 0 0 20 0 15 0 39442015 10914828288 13732 33554432000 4194304 4196468 140723721870656 139922673104176 139922652972382 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659012 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 13732 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659012 memory=18476 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 13732 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659012 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 13732 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39442016 10914828288 13732 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1018 1021 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39442017 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921704577776 139922668903042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39442018 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921703524000 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39442018 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921702470896 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442020 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10659012 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1018 1021 29334 0 -1 1077944384 746 0 0 0 4 0 0 0 20 0 15 0 39442020 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921700366576 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10659012 memory=140301951918639 CPUtime=0.05 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1018 1021 29334 0 -1 1077944384 482 0 0 0 5 0 0 0 20 0 15 0 39442020 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921699314032 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10659012 memory=140301951927759 CPUtime=0.11 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) R 1018 1021 29334 0 -1 4202560 783 0 0 0 11 0 0 0 20 0 15 0 39442020 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921698260976 139922652972382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10659012 memory=140302067825273 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442021 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10659012 memory=140301951925551 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442021 10914828288 13732 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659044 KiB
Current children cumulated memory: 54928 KiB

[startup+0.701687 s]
/proc/loadavg: 4.74 4.27 3.14 8/219 1036
/proc/meminfo: memFree=19306324/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659088 memory=205316 CPUtime=1.55 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 11327 0 0 0 149 6 0 0 20 0 15 0 39442014 10914906112 51329 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664772 51329 3118 1 0 2627263 0
[pid=1021/tid=1023] ppid=1018 vsize=10659088 memory=13996 CPUtime=0.65 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1018 1021 29334 0 -1 4202560 5888 0 0 0 61 4 0 0 20 0 15 0 39442015 10914906112 51329 33554432000 4194304 4196468 140723721870656 139922673126344 139922269677572 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659088 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442016 10914906112 51329 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659088 memory=4 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 39442016 10914906112 51329 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 39442016 10914906112 51329 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39442016 10914906112 51329 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1018 1021 29334 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39442017 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921704577776 139922668903042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921703524000 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921702470896 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10659088 memory=32 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442020 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10659088 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) R 1018 1021 29334 0 -1 4202560 1510 0 0 0 32 0 0 0 20 0 15 0 39442020 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921700355568 139922652798137 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10659088 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) R 1018 1021 29334 0 -1 4202560 1398 0 0 0 30 0 0 0 20 0 15 0 39442020 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921699304624 139922654572593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10659088 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1018 1021 29334 0 -1 1077944384 1029 0 0 0 21 0 0 0 20 0 15 0 39442020 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921698260976 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442021 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1018 1021 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39442021 10914906112 51329 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 205316 KiB

[startup+1.50164 s]
/proc/loadavg: 4.74 4.27 3.14 8/219 1036
/proc/meminfo: memFree=19184028/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659088 memory=430208 CPUtime=3.54 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 17526 0 0 0 340 14 0 0 20 0 15 0 39442014 10914906112 107552 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664772 107552 3140 1 0 2627263 0
[pid=1021/tid=1023] ppid=1018 vsize=10659088 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) R 1018 1021 29334 0 -1 4202560 6009 0 0 0 134 5 0 0 20 0 15 0 39442015 10914906112 107552 33554432000 4194304 4196468 140723721870656 139922673127280 139922650838695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659088 memory=280603903912816 CPUtime=0.03 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 15 0 39442016 10914906112 107552 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659088 memory=280603903912880 CPUtime=0.05 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 230 0 0 0 4 1 0 0 20 0 15 0 39442016 10914906112 107552 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659088 memory=280603903912944 CPUtime=0.03 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 15 0 39442016 10914906112 107552 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659088 memory=280603903913008 CPUtime=0.06 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 89 0 0 0 4 2 0 0 20 0 15 0 39442016 10914906112 107552 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659088 memory=280603903913072 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1018 1021 29334 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39442017 10914906112 107552 33554432000 4194304 4196468 140723721870656 139921704577776 139922668903042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0

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


[startup+537.602 s]
/proc/loadavg: 7.58 6.89 4.89 9/220 1137
/proc/meminfo: memFree=10976280/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659088 memory=8359124 CPUtime=1890.39 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 538338 0 0 0 188268 771 0 0 20 0 15 0 39442014 10914906112 2089781 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664772 2089781 3173 1 0 2627263 0
[pid=1021/tid=1023] ppid=1018 vsize=10659088 memory=6935650355406524496 CPUtime=42.29 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) S 1018 1021 29334 0 -1 1077944384 18940 0 0 0 4214 15 0 0 20 0 15 0 39442015 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922673131248 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659088 memory=8112282956445269571 CPUtime=451.71 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) R 1018 1021 29334 0 -1 4202560 95865 0 0 0 44994 177 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922594965920 139922653591769 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659088 memory=8328620 CPUtime=452.12 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) R 1018 1021 29334 0 -1 4202560 100878 0 0 0 45029 183 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922593913688 139922653592528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659088 memory=2340 CPUtime=451 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) R 1018 1021 29334 0 -1 4202560 112430 0 0 0 44907 193 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922592860632 139922653592528 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659088 memory=1424 CPUtime=451.14 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) R 1018 1021 29334 0 -1 4202560 93071 0 0 0 44926 188 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922591808088 139922653881439 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659088 memory=10940 CPUtime=37.59 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1018 1021 29334 0 -1 1077944384 89298 0 0 0 3754 5 0 0 20 0 15 0 39442017 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921704576320 139922668902101 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921703524064 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10659088 memory=14000 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921702470912 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10659088 memory=2396 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10659088 memory=1292 CPUtime=1.84 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1018 1021 29334 0 -1 1077944384 11685 0 0 0 183 1 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921700366576 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10659088 memory=8359100 CPUtime=2.04 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1018 1021 29334 0 -1 1077944384 10553 0 0 0 202 2 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921699314032 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10659088 memory=8359100 CPUtime=0.33 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1018 1021 29334 0 -1 1077944384 2686 0 0 0 33 0 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921698260976 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10659088 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442021 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10659088 memory=14000 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1018 1021 29334 0 -1 1077944384 1517 0 0 0 12 12 0 0 20 0 15 0 39442021 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 1890.39 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8359124 KiB

[startup+539.201 s]
/proc/loadavg: 7.69 6.93 4.92 6/220 1137
/proc/meminfo: memFree=10976404/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659088 memory=8359124 CPUtime=1896.07 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 539134 0 0 0 188836 771 0 0 20 0 15 0 39442014 10914906112 2089781 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664772 2089781 3173 1 0 2627263 0
[pid=1021/tid=1023] ppid=1018 vsize=10659088 memory=1228 CPUtime=42.29 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) S 1018 1021 29334 0 -1 1077944384 18940 0 0 0 4214 15 0 0 20 0 15 0 39442015 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922673131248 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659088 memory=1704 CPUtime=453.08 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 96186 0 0 0 45131 177 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659088 memory=1948 CPUtime=453.49 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 101125 0 0 0 45166 183 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659088 memory=10412 CPUtime=452.35 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 112485 0 0 0 45042 193 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659088 memory=15872 CPUtime=452.51 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 93243 0 0 0 45063 188 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659088 memory=18476 CPUtime=37.82 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) R 1018 1021 29334 0 -1 4202560 89298 0 0 0 3777 5 0 0 20 0 15 0 39442017 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921704576320 139922653349528 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10659088 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921703524064 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10659088 memory=8644 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921702470912 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10659088 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10659088 memory=288230583166042426 CPUtime=1.84 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1018 1021 29334 0 -1 1077944384 11685 0 0 0 183 1 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921700366624 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10659088 memory=16101455257929063 CPUtime=2.04 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1018 1021 29334 0 -1 1077944384 10554 0 0 0 202 2 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921699313792 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10659088 memory=288230583166042426 CPUtime=0.33 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1018 1021 29334 0 -1 1077944384 2686 0 0 0 33 0 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921698261024 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10659088 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442021 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10659088 memory=1424 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1018 1021 29334 0 -1 1077944384 1517 0 0 0 12 12 0 0 20 0 15 0 39442021 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 1896.07 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8359124 KiB

[startup+540.001 s]*
/proc/loadavg: 7.69 6.93 4.92 6/220 1137
/proc/meminfo: memFree=10976404/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10659088 memory=8359124 CPUtime=1896.89 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 539134 0 0 0 188917 772 0 0 20 0 15 0 39442014 10914906112 2089781 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2664772 2089781 3173 1 0 2627263 0
[pid=1021/tid=1023] ppid=1018 vsize=10659088 memory=1398720917958146503 CPUtime=42.29 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) S 1018 1021 29334 0 -1 1077944384 18940 0 0 0 4214 15 0 0 20 0 15 0 39442015 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922673131248 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10659088 memory=590816475916233244 CPUtime=453.08 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 96186 0 0 0 45131 177 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10659088 memory=288293255362403883 CPUtime=453.49 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 101125 0 0 0 45166 183 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10659088 memory=3905807465585049889 CPUtime=452.35 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 112485 0 0 0 45042 193 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10659088 memory=6083326705522856025 CPUtime=452.51 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 93243 0 0 0 45063 188 0 0 20 0 15 0 39442016 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10659088 memory=2324508702711300192 CPUtime=38.63 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) R 1018 1021 29334 0 -1 4202560 89298 0 0 0 3858 5 0 0 20 0 15 0 39442017 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921704576208 139922653349526 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10659088 memory=140302067823073 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921703524064 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10659088 memory=280603903656176 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 39442018 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921702470912 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10659088 memory=280603903656176 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10659088 memory=280603903656176 CPUtime=1.84 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1018 1021 29334 0 -1 1077944384 11685 0 0 0 183 1 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921700366624 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10659088 memory=1398720917958146503 CPUtime=2.04 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1018 1021 29334 0 -1 1077944384 10554 0 0 0 202 2 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921699313792 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10659088 memory=5404 CPUtime=0.33 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1018 1021 29334 0 -1 1077944384 2686 0 0 0 33 0 0 0 20 0 15 0 39442020 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921698261024 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39442021 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10659088 memory=4616 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1018 1021 29334 0 -1 1077944384 1517 0 0 0 12 12 0 0 20 0 15 0 39442021 10914906112 2089781 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 1896.89 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8359124 KiB

[startup+540.201 s]
/proc/loadavg: 7.69 6.93 4.92 6/220 1137
/proc/meminfo: memFree=10976404/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=10794416 memory=8360044 CPUtime=1896.98 cores=1,3,5,7
/proc/1021/stat : 1021 (java) S 1018 1021 29334 0 -1 1077944320 539876 0 0 0 188926 772 0 0 20 0 16 0 39442014 11053481984 2090011 33554432000 4194304 4196468 140723721870656 140723721853200 139922668891895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
/proc/1021/statm: 2698604 2090011 3217 1 0 2661057 0
[pid=1021/tid=1023] ppid=1018 vsize=10794416 memory=10940 CPUtime=42.32 cores=1,3,5,7
/proc/1021/task/1023/stat : 1023 (java) S 1018 1021 29334 0 -1 1077944384 19368 0 0 0 4217 15 0 0 20 0 16 0 39442015 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139922673132576 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1024] ppid=1018 vsize=10794416 memory=1200 CPUtime=453.08 cores=1,3,5,7
/proc/1021/task/1024/stat : 1024 (java) S 1018 1021 29334 0 -1 1077944384 96186 0 0 0 45131 177 0 0 20 0 16 0 39442016 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139922594966032 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1025] ppid=1018 vsize=10794416 memory=15620 CPUtime=453.49 cores=1,3,5,7
/proc/1021/task/1025/stat : 1025 (java) S 1018 1021 29334 0 -1 1077944384 101125 0 0 0 45166 183 0 0 20 0 16 0 39442016 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139922593913488 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1026] ppid=1018 vsize=10794416 memory=4629546024076873078 CPUtime=452.35 cores=1,3,5,7
/proc/1021/task/1026/stat : 1026 (java) S 1018 1021 29334 0 -1 1077944384 112485 0 0 0 45042 193 0 0 20 0 16 0 39442016 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139922592860432 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1027] ppid=1018 vsize=10794416 memory=-8412652152092201843 CPUtime=452.51 cores=1,3,5,7
/proc/1021/task/1027/stat : 1027 (java) S 1018 1021 29334 0 -1 1077944384 93243 0 0 0 45063 188 0 0 20 0 16 0 39442016 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139922591807888 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1028] ppid=1018 vsize=10794416 memory=2912 CPUtime=38.68 cores=1,3,5,7
/proc/1021/task/1028/stat : 1028 (java) S 1018 1021 29334 0 -1 1077944384 89301 0 0 0 3863 5 0 0 20 0 16 0 39442017 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921704577776 139922668903042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1029] ppid=1018 vsize=10794416 memory=2900 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1029/stat : 1029 (java) S 1018 1021 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39442018 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921703524064 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1030] ppid=1018 vsize=10794416 memory=7522245396629252459 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1030/stat : 1030 (java) S 1018 1021 29334 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 39442018 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921702470912 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1031] ppid=1018 vsize=10794416 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1031/stat : 1031 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39442020 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921701419472 139922668910491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1032] ppid=1018 vsize=10794416 memory=1408 CPUtime=1.84 cores=1,3,5,7
/proc/1021/task/1032/stat : 1032 (java) S 1018 1021 29334 0 -1 1077944384 11685 0 0 0 183 1 0 0 20 0 16 0 39442020 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921700366576 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1033] ppid=1018 vsize=10794416 memory=3164 CPUtime=2.04 cores=1,3,5,7
/proc/1021/task/1033/stat : 1033 (java) S 1018 1021 29334 0 -1 1077944384 10598 0 0 0 202 2 0 0 20 0 16 0 39442020 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921699314032 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1034] ppid=1018 vsize=10794416 memory=8359124 CPUtime=0.34 cores=1,3,5,7
/proc/1021/task/1034/stat : 1034 (java) S 1018 1021 29334 0 -1 1077944384 2902 0 0 0 34 0 0 0 20 0 16 0 39442020 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921698260976 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1035] ppid=1018 vsize=10794416 memory=956 CPUtime=0 cores=1,3,5,7
/proc/1021/task/1035/stat : 1035 (java) S 1018 1021 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39442021 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921697208672 139922668902101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
[pid=1021/tid=1036] ppid=1018 vsize=10794416 memory=1408 CPUtime=0.24 cores=1,3,5,7
/proc/1021/task/1036/stat : 1036 (java) S 1018 1021 29334 0 -1 1077944384 1517 0 0 0 12 12 0 0 20 0 16 0 39442021 11053481984 2090011 33554432000 4194304 4196468 140723721870656 139921696156720 139922668903042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31182848 140723721872497 140723721872649 140723721872649 140723721875407 0
Current children cumulated CPU time: 1896.98 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8360044 KiB

[startup+540.301 s]*
/proc/loadavg: 7.69 6.93 4.92 6/207 1139
/proc/meminfo: memFree=14129016/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 540.326
CPU time (s): 1897.03
CPU user time (s): 1889.27
CPU system time (s): 7.76157
CPU usage (%): 351.09
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8360044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1889.27
system time used= 7.76157
maximum resident set size= 8360348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 539931
page faults= 0
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30882
involuntary context switches= 41956


# summary of solver processes directly reported to runsolver:
#   pid: 1021
#   total CPU time (s): 1897.03
#   total CPU user time (s): 1889.27
#   total CPU system time (s): 7.76157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.12574 second user time and 5.60896 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 02:19:48
IDJOB=4290193
IDBENCH=141446
IDSOLVER=2742
FILE ID=node134/4290193-1532218788
RUNJOBID= node134-1532209961-31983
PBS_JOBID= 21018933
Free space on /tmp= 55988 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-12-13_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290193-1532218788/watcher-4290193-1532218788 -o /tmp/evaluation-result-4290193-1532218788/solver-4290193-1532218788 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31983 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290193-1532218788.xml

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

MD5SUM BENCH= c64ae1eb34294e2d276677e97ca01970
RANDOM SEED=2034471309

node134.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.68
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.68
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.68
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.68
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:        19410468 kB
MemAvailable:   23716532 kB
Buffers:          135724 kB
Cached:          4437124 kB
SwapCached:            0 kB
Active:          9548624 kB
Inactive:        3330264 kB
Active(anon):    8253876 kB
Inactive(anon):    71716 kB
Active(file):    1294748 kB
Inactive(file):  3258548 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7156 kB
Writeback:             0 kB
AnonPages:       8347952 kB
Mapped:            46904 kB
Shmem:             17056 kB
Slab:             164324 kB
SReclaimable:     137204 kB
SUnreclaim:        27120 kB
KernelStack:        3856 kB
PageTables:        21528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8644492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8171520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55984 MiB
End job on node134 at 2018-07-22 02:28:49