Trace number 4290197

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? 2213.35 615.05

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-16-17_c18.xml
MD5SUM23da8342a2898ede5001de7625d13c59
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark368.785
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints33
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":272}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":272}]
Minimum constraint arity16
Maximum constraint arity17
Distribution of constraint arities[{"arity":16,"count":17},{"arity":17,"count":16}]
Number of extensional constraints33
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":33}]
Optimization problemNO
Type of objective

Solver Data

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

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

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

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=926, runsolver pid=923

[startup+0.100168 s]*
/proc/loadavg: 2.26 2.12 1.97 3/221 941
/proc/meminfo: memFree=27549736/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10659012 memory=31336 CPUtime=0.12 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 6394 0 0 0 11 1 0 0 20 0 15 0 39384240 10914828288 7834 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2664753 7834 2822 1 0 2627263 0
[pid=926/tid=928] ppid=923 vsize=10659012 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) R 923 926 29334 0 -1 4202560 4232 0 0 0 8 1 0 0 20 0 15 0 39384240 10914828288 7834 33554432000 4194304 4196468 140722432045248 139683370318128 139683350177118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10659012 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 7834 33554432000 4194304 4196468 140722432045248 139683292170640 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10659012 memory=3761544195183937184 CPUtime=0 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 7834 33554432000 4194304 4196468 140722432045248 139683291117840 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 7834 33554432000 4194304 4196468 140722432045248 139683290065552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) S 923 926 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 7834 33554432000 4194304 4196468 140722432045248 139683289012752 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10659012 memory=139968267355776 CPUtime=0 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384243 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682400684656 139683366107778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384243 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682399630624 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384243 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682398578288 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384245 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) S 923 926 29334 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 39384246 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682396473456 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) S 923 926 29334 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39384246 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682395420656 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10659012 memory=139968267355776 CPUtime=0.02 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) S 923 926 29334 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 39384246 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682394368368 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384246 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10659012 memory=139968267355776 CPUtime=0 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384246 10914828288 7834 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31336 KiB

[startup+0.210902 s]*
/proc/loadavg: 2.26 2.12 1.97 4/221 941
/proc/meminfo: memFree=27535708/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10659012 memory=41804 CPUtime=0.33 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 7610 0 0 0 31 2 0 0 20 0 15 0 39384240 10914828288 10451 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2664753 10451 2991 1 0 2627263 0
[pid=926/tid=928] ppid=923 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) R 923 926 29334 0 -1 4202560 4580 0 0 0 19 1 0 0 20 0 15 0 39384240 10914828288 10451 33554432000 4194304 4196468 140722432045248 139683370330880 139683350177118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10659012 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 10451 33554432000 4194304 4196468 140722432045248 139683292170640 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10659012 memory=3761544195183937184 CPUtime=0 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 10451 33554432000 4194304 4196468 140722432045248 139683291117840 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 10451 33554432000 4194304 4196468 140722432045248 139683290065552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) S 923 926 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384241 10914828288 10451 33554432000 4194304 4196468 140722432045248 139683289012752 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10659012 memory=139968267355776 CPUtime=0 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384243 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682400684656 139683366107778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384243 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682399630624 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384243 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682398578288 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384245 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) S 923 926 29334 0 -1 1077944384 593 0 0 0 2 0 0 0 20 0 15 0 39384246 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682396473456 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) S 923 926 29334 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 15 0 39384246 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682395420656 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10659012 memory=139968267355776 CPUtime=0.08 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) R 923 926 29334 0 -1 4202560 704 0 0 0 8 0 0 0 20 0 15 0 39384246 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682394368368 139683344723093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384246 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10659012 memory=139968267355776 CPUtime=0 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384246 10914828288 10451 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41804 KiB

[startup+0.310755 s]*
/proc/loadavg: 2.26 2.12 1.97 4/221 941
/proc/meminfo: memFree=27528548/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10659088 memory=49184 CPUtime=0.5 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 8505 0 0 0 47 3 0 0 20 0 15 0 39384240 10914906112 12296 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2664772 12296 3041 1 0 2627263 0
[pid=926/tid=928] ppid=923 vsize=10659088 memory=1398720917958146503 CPUtime=0.3 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) R 923 926 29334 0 -1 4202560 5259 0 0 0 28 2 0 0 20 0 15 0 39384240 10914906112 12362 33554432000 4194304 4196468 140722432045248 139683370333296 139682956570368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 12362 33554432000 4194304 4196468 140722432045248 139683292170640 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 12362 33554432000 4194304 4196468 140722432045248 139683291117840 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10659088 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 12362 33554432000 4194304 4196468 140722432045248 139683290065552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10659088 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) S 923 926 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 12362 33554432000 4194304 4196468 140722432045248 139683289012752 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10659088 memory=10412 CPUtime=0 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682400684656 139683366107778 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10659088 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682399630624 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10659088 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682398578288 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10659088 memory=2808 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384245 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) R 923 926 29334 0 -1 4202560 690 0 0 0 4 0 0 0 20 0 15 0 39384246 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682396454568 139683346796928 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) R 923 926 29334 0 -1 1077944384 523 0 0 0 4 0 0 0 20 0 15 0 39384246 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682395420656 139683366107778 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10659088 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) R 923 926 29334 0 -1 4202560 739 0 0 0 11 0 0 0 20 0 15 0 39384246 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682394368368 139683344629901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384246 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384246 10914906112 12362 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49184 KiB

[startup+0.701135 s]
/proc/loadavg: 2.26 2.12 1.97 5/221 941
/proc/meminfo: memFree=27474936/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10659088 memory=190928 CPUtime=1.73 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 11320 0 0 0 166 7 0 0 20 0 15 0 39384240 10914906112 47732 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2664772 47732 3119 1 0 2627263 0
[pid=926/tid=928] ppid=923 vsize=10659088 memory=4096 CPUtime=0.66 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) R 923 926 29334 0 -1 4202560 5476 0 0 0 63 3 0 0 20 0 15 0 39384240 10914906112 47732 33554432000 4194304 4196468 140722432045248 139683370334832 139682959762952 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10659088 memory=13996 CPUtime=0 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) S 923 926 29334 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 47732 33554432000 4194304 4196468 140722432045248 139683292170640 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10659088 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) S 923 926 29334 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 47732 33554432000 4194304 4196468 140722432045248 139683291117840 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10659088 memory=279936304722952 CPUtime=0 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) S 923 926 29334 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 47732 33554432000 4194304 4196468 140722432045248 139683290065552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10659088 memory=128165582211818 CPUtime=0 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) S 923 926 29334 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 39384241 10914906112 47732 33554432000 4194304 4196468 140722432045248 139683289012752 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10659088 memory=128277251361514 CPUtime=0 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682400684656 139683366107778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10659088 memory=128281546328810 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682399630624 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10659088 memory=139538655611626 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682398578288 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10659088 memory=139542950578922 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384245 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10659088 memory=140646757172993 CPUtime=0.38 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) R 923 926 29334 0 -1 4202560 1876 0 0 0 38 0 0 0 20 0 15 0 39384246 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682396466648 139683350007331 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10659088 memory=279936305386880 CPUtime=0.37 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) R 923 926 29334 0 -1 4202560 1448 0 0 0 37 0 0 0 20 0 15 0 39384246 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682395409920 139683351222070 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10659088 memory=6154151267050 CPUtime=0.24 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) R 923 926 29334 0 -1 4202560 1016 0 0 0 24 0 0 0 20 0 15 0 39384246 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682394362256 139683344801312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10659088 memory=6154151267050 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384246 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10659088 memory=6154151267050 CPUtime=0 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384246 10914906112 47732 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 190928 KiB

[startup+1.50078 s]
/proc/loadavg: 2.26 2.12 1.97 5/221 941
/proc/meminfo: memFree=27369824/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10661720 memory=317724 CPUtime=4.09 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 19192 0 0 0 397 12 0 0 20 0 15 0 39384240 10917601280 79431 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2665430 79431 3139 1 0 2627921 0
[pid=926/tid=928] ppid=923 vsize=10661720 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) R 923 926 29334 0 -1 4202560 5509 0 0 0 136 4 0 0 20 0 15 0 39384240 10917601280 79431 33554432000 4194304 4196468 140722432045248 139683370329488 139683346935969 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10661720 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) S 923 926 29334 0 -1 1077944384 155 0 0 0 5 2 0 0 20 0 15 0 39384241 10917601280 79431 33554432000 4194304 4196468 140722432045248 139683292170640 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10661720 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) S 923 926 29334 0 -1 1077944384 107 0 0 0 3 1 0 0 20 0 15 0 39384241 10917601280 79431 33554432000 4194304 4196468 140722432045248 139683291117840 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10661720 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) S 923 926 29334 0 -1 1077944384 27 0 0 0 2 1 0 0 20 0 15 0 39384241 10917601280 79431 33554432000 4194304 4196468 140722432045248 139683290065552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10661720 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) S 923 926 29334 0 -1 1077944384 106 0 0 0 3 1 0 0 20 0 15 0 39384241 10917601280 79431 33554432000 4194304 4196468 140722432045248 139683289012752 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10661720 memory=0 CPUtime=0 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39384243 10917601280 79431 33554432000 4194304 4196468 140722432045248 139682400684656 139683366107778 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0

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

/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 282402 0 0 0 219369 794 0 0 20 0 15 0 39384240 10914906112 2065558 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2664772 2065558 3172 1 0 2627263 0
[pid=926/tid=928] ppid=923 vsize=10659088 memory=8262232 CPUtime=45.94 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) S 923 926 29334 0 -1 1077944384 15457 0 0 0 4584 10 0 0 20 0 15 0 39384240 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683370335744 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10659088 memory=8262232 CPUtime=533.52 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) R 923 926 29334 0 -1 4202560 32401 0 0 0 53170 182 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683292170760 139683351093038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10659088 memory=8262232 CPUtime=532.59 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) R 923 926 29334 0 -1 4202560 35112 0 0 0 53082 177 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683291117960 139683350797288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10659088 memory=1408 CPUtime=530.05 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) R 923 926 29334 0 -1 4202560 48432 0 0 0 52798 207 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683290065672 139683350797322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10659088 memory=1008 CPUtime=531.11 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) R 923 926 29334 0 -1 4202560 28144 0 0 0 52909 202 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683289012872 139683350797264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10659088 memory=5404 CPUtime=24.14 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 100116 0 0 0 2408 6 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682400683200 139683366106837 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682399630688 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10659088 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682398578304 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384245 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10659088 memory=6947385649911455296 CPUtime=1.62 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) S 923 926 29334 0 -1 1077944384 7196 0 0 0 162 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682396473552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10659088 memory=796 CPUtime=1.86 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) S 923 926 29334 0 -1 1077944384 11066 0 0 0 185 1 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682395420704 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10659088 memory=4616 CPUtime=0.31 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) S 923 926 29334 0 -1 1077944384 1862 0 0 0 31 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682394368128 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10659088 memory=8262224 CPUtime=0.4 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1211 0 0 0 21 19 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 2201.63 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8262232 KiB

[startup+612.801 s]
/proc/loadavg: 5.35 4.49 3.26 6/219 1043
/proc/meminfo: memFree=14261204/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10659088 memory=8262232 CPUtime=2208.01 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 282517 0 0 0 220007 794 0 0 20 0 15 0 39384240 10914906112 2065558 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2664772 2065558 3172 1 0 2627263 0
[pid=926/tid=928] ppid=923 vsize=10659088 memory=8262232 CPUtime=45.94 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) S 923 926 29334 0 -1 1077944384 15457 0 0 0 4584 10 0 0 20 0 15 0 39384240 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683370335744 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10659088 memory=1008 CPUtime=535.12 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) R 923 926 29334 0 -1 4202560 32439 0 0 0 53330 182 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683292170760 139683350797298 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10659088 memory=5404 CPUtime=534.19 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) R 923 926 29334 0 -1 4202560 35132 0 0 0 53242 177 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683291117960 139683350797267 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10659088 memory=8262232 CPUtime=531.63 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) R 923 926 29334 0 -1 4202560 48470 0 0 0 52956 207 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683290065672 139683350797322 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10659088 memory=10412 CPUtime=532.71 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) R 923 926 29334 0 -1 4202560 28163 0 0 0 53069 202 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683289012872 139683350797322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10659088 memory=15872 CPUtime=24.14 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 100116 0 0 0 2408 6 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682400683200 139683366106837 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10659088 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682399630688 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10659088 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682398578304 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10659088 memory=139968153284440 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384245 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10659088 memory=7367995975065948240 CPUtime=1.62 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) S 923 926 29334 0 -1 1077944384 7196 0 0 0 162 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682396473552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10659088 memory=7307493295123683691 CPUtime=1.86 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) S 923 926 29334 0 -1 1077944384 11066 0 0 0 185 1 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682395420704 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10659088 memory=7595719255998677098 CPUtime=0.31 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) S 923 926 29334 0 -1 1077944384 1862 0 0 0 31 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682394368128 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10659088 memory=6009316314409559140 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10659088 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1211 0 0 0 21 19 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 2208.01 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8262232 KiB

[startup+614.401 s]
/proc/loadavg: 5.35 4.49 3.26 3/219 1043
/proc/meminfo: memFree=14255188/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10659088 memory=8262232 CPUtime=2212.83 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 282859 0 0 0 220489 794 0 0 20 0 15 0 39384240 10914906112 2065558 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2664772 2065558 3172 1 0 2627263 0
[pid=926/tid=928] ppid=923 vsize=10659088 memory=13996 CPUtime=45.94 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) S 923 926 29334 0 -1 1077944384 15457 0 0 0 4584 10 0 0 20 0 15 0 39384240 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683370335744 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10659088 memory=0 CPUtime=536.2 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) S 923 926 29334 0 -1 1077944384 32539 0 0 0 53438 182 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683292170640 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10659088 memory=6655300316396806240 CPUtime=535.27 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) S 923 926 29334 0 -1 1077944384 35203 0 0 0 53350 177 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683291117840 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10659088 memory=3472468246391739502 CPUtime=532.7 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) S 923 926 29334 0 -1 1077944384 48559 0 0 0 53063 207 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683290065552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10659088 memory=6655300316396806240 CPUtime=533.8 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) S 923 926 29334 0 -1 1077944384 28245 0 0 0 53178 202 0 0 20 0 15 0 39384241 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139683289012752 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10659088 memory=644 CPUtime=24.65 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) R 923 926 29334 0 -1 4202560 100116 0 0 0 2459 6 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682400683088 139683351093035 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10659088 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682399630688 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10659088 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 39384243 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682398578304 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10659088 memory=6947385649911455296 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384245 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10659088 memory=1008 CPUtime=1.62 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) S 923 926 29334 0 -1 1077944384 7196 0 0 0 162 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682396473552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10659088 memory=5404 CPUtime=1.86 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) S 923 926 29334 0 -1 1077944384 11066 0 0 0 185 1 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682395420704 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10659088 memory=8262080 CPUtime=0.31 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) S 923 926 29334 0 -1 1077944384 1862 0 0 0 31 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682394368128 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10659088 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10659088 memory=13996 CPUtime=0.4 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1211 0 0 0 21 19 0 0 20 0 15 0 39384246 10914906112 2065558 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 2212.83 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8262232 KiB

[startup+614.806 s]
/proc/loadavg: 5.35 4.49 3.26 3/219 1043
/proc/meminfo: memFree=14255188/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10662316 memory=8263100 CPUtime=2213.27 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 284269 0 0 0 220532 795 0 0 20 0 16 0 39384240 10918211584 2065775 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2665579 2065775 3216 1 0 2628032 0
[pid=926/tid=928] ppid=923 vsize=10662316 memory=4420 CPUtime=45.96 cores=0,2,4,6
/proc/926/task/928/stat : 928 (java) R 923 926 29334 0 -1 1077944384 15888 0 0 0 4586 10 0 0 20 0 16 0 39384240 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139683370337440 139683366106837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=929] ppid=923 vsize=10662316 memory=6628 CPUtime=536.2 cores=0,2,4,6
/proc/926/task/929/stat : 929 (java) S 923 926 29334 0 -1 1077944384 32539 0 0 0 53438 182 0 0 20 0 16 0 39384241 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139683292170640 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=930] ppid=923 vsize=10662316 memory=1424 CPUtime=535.27 cores=0,2,4,6
/proc/926/task/930/stat : 930 (java) S 923 926 29334 0 -1 1077944384 35203 0 0 0 53350 177 0 0 20 0 16 0 39384241 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139683291117840 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=931] ppid=923 vsize=10662316 memory=10940 CPUtime=532.7 cores=0,2,4,6
/proc/926/task/931/stat : 931 (java) S 923 926 29334 0 -1 1077944384 48559 0 0 0 53063 207 0 0 20 0 16 0 39384241 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139683290065552 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=932] ppid=923 vsize=10662316 memory=1200 CPUtime=533.8 cores=0,2,4,6
/proc/926/task/932/stat : 932 (java) S 923 926 29334 0 -1 1077944384 28245 0 0 0 53178 202 0 0 20 0 16 0 39384241 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139683289012752 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=933] ppid=923 vsize=10662316 memory=6947385649911455296 CPUtime=25.02 cores=0,2,4,6
/proc/926/task/933/stat : 933 (java) S 923 926 29334 0 -1 1077944384 100116 0 0 0 2496 6 0 0 20 0 16 0 39384243 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682400684656 139683366107778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=934] ppid=923 vsize=10662316 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/926/task/934/stat : 934 (java) S 923 926 29334 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 39384243 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682399630688 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=935] ppid=923 vsize=10662316 memory=8636 CPUtime=0 cores=0,2,4,6
/proc/926/task/935/stat : 935 (java) S 923 926 29334 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 16 0 39384243 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682398578304 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=936] ppid=923 vsize=10662316 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39384245 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682397526608 139683366115227 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=937] ppid=923 vsize=10662316 memory=54 CPUtime=1.63 cores=0,2,4,6
/proc/926/task/937/stat : 937 (java) R 923 926 29334 0 -1 4202560 7768 0 0 0 163 0 0 0 20 0 16 0 39384246 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682396458400 139683347619157 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=938] ppid=923 vsize=10662316 memory=288230591722435893 CPUtime=1.86 cores=0,2,4,6
/proc/926/task/938/stat : 938 (java) S 923 926 29334 0 -1 1077944384 11120 0 0 0 185 1 0 0 20 0 16 0 39384246 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682395420656 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=939] ppid=923 vsize=10662316 memory=288288887414418283 CPUtime=0.33 cores=0,2,4,6
/proc/926/task/939/stat : 939 (java) S 923 926 29334 0 -1 1077944384 2215 0 0 0 33 0 0 0 20 0 16 0 39384246 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682394368368 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=940] ppid=923 vsize=10662316 memory=-2331055268852096867 CPUtime=0 cores=0,2,4,6
/proc/926/task/940/stat : 940 (java) S 923 926 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39384246 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682393315808 139683366106837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
[pid=926/tid=941] ppid=923 vsize=10662316 memory=2196 CPUtime=0.4 cores=0,2,4,6
/proc/926/task/941/stat : 941 (java) S 923 926 29334 0 -1 1077944384 1211 0 0 0 21 19 0 0 20 0 16 0 39384246 10918211584 2065775 33554432000 4194304 4196468 140722432045248 139682392263600 139683366107778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
Current children cumulated CPU time: 2213.27 s
Current children cumulated vsize: 10662316 KiB
Current children cumulated memory: 8263100 KiB

[startup+615.001 s]*
/proc/loadavg: 5.35 4.49 3.26 2/220 1045
/proc/meminfo: memFree=14254940/32770624 swapFree=67108860/67108860
[pid=926] ppid=923 vsize=10794416 memory=8263204 CPUtime=2213.29 cores=0,2,4,6
/proc/926/stat : 926 (java) S 923 926 29334 0 -1 1077944320 284743 0 0 0 220534 795 0 0 20 0 16 0 39384240 11053481984 2065801 33554432000 4194304 4196468 140722432045248 140722432027792 139683366096631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13893632 140722432054385 140722432054537 140722432054537 140722432057295 0
/proc/926/statm: 2698604 2065801 3217 1 0 2661057 0
[pid=926/tid=936] ppid=923 vsize=0 memory=1398720917958146503 CPUtime=0 cores=0,2,4,6
/proc/926/task/936/stat : 936 (java) R 923 926 29334 0 -1 4203588 26 0 0 0 0 0 0 0 20 0 2 0 39384245 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 2213.29 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8263204 KiB

Child status: 0
Real time (s): 615.05
CPU time (s): 2213.35
CPU user time (s): 2205.35
CPU system time (s): 7.99698
CPU usage (%): 359.864
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8263204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2205.35
system time used= 7.99699
maximum resident set size= 8263556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284794
page faults= 0
swaps= 0
block input operations= 0
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42279
involuntary context switches= 27087


# summary of solver processes directly reported to runsolver:
#   pid: 926
#   total CPU time (s): 2213.35
#   total CPU user time (s): 2205.35
#   total CPU system time (s): 7.99698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.6573 second user time and 6.1936 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 02:10:10
IDJOB=4290197
IDBENCH=141435
IDSOLVER=2742
FILE ID=node134/4290197-1532218210
RUNJOBID= node134-1532209961-31982
PBS_JOBID= 21018933
Free space on /tmp= 55992 MiB

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

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

MD5SUM BENCH= 23da8342a2898ede5001de7625d13c59
RANDOM SEED=1315902034

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:        27567392 kB
MemAvailable:   31867480 kB
Buffers:          135200 kB
Cached:          4431604 kB
SwapCached:            0 kB
Active:          1407628 kB
Inactive:        3329268 kB
Active(anon):     117860 kB
Inactive(anon):    71716 kB
Active(file):    1289768 kB
Inactive(file):  3257552 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4204 kB
Writeback:             0 kB
AnonPages:        176780 kB
Mapped:            46624 kB
Shmem:             17056 kB
Slab:             164440 kB
SReclaimable:     137204 kB
SUnreclaim:        27236 kB
KernelStack:        3680 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1174300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 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:20:26