Trace number 4290196

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? 1974.23 553.989

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290196-1532218826/watcher-4290196-1532218826 -o /tmp/evaluation-result-4290196-1532218826/solver-4290196-1532218826 -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-4290196-1532218826.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=1106, runsolver pid=1103

[startup+0.100166 s]*
/proc/loadavg: 5.35 4.49 3.26 6/219 1122
/proc/meminfo: memFree=22355188/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10659012 memory=30544 CPUtime=0.13 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 6677 0 0 0 11 2 0 0 20 0 15 0 39445825 10914828288 7636 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2664753 7636 2818 1 0 2627263 0
[pid=1106/tid=1108] ppid=1103 vsize=10659012 memory=576460756329955604 CPUtime=0.09 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) R 1103 1106 29334 0 -1 4202560 4541 0 0 0 8 1 0 0 20 0 15 0 39445825 10914828288 7636 33554432000 4194304 4196468 140721093273664 140567587293008 140567567148382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 7636 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10659012 memory=209160 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 7636 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 7636 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 7636 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39445827 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566751819888 140567583079042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39445828 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566750765856 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39445828 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566749713520 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445830 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) S 1103 1106 29334 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 39445830 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566747609712 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445830 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566746556912 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10659012 memory=140582531901056 CPUtime=0.02 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) S 1103 1106 29334 0 -1 1077944384 335 0 0 0 2 0 0 0 20 0 15 0 39445830 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566745504624 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445831 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10659012 memory=140582531901056 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445831 10914828288 7636 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30544 KiB

[startup+0.210835 s]*
/proc/loadavg: 5.35 4.49 3.26 6/219 1122
/proc/meminfo: memFree=22345936/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10659012 memory=42160 CPUtime=0.33 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 8058 0 0 0 31 2 0 0 20 0 15 0 39445825 10914828288 10540 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2664753 10540 3009 1 0 2627263 0
[pid=1106/tid=1108] ppid=1103 vsize=10659012 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) R 1103 1106 29334 0 -1 4202560 5040 0 0 0 19 1 0 0 20 0 15 0 39445825 10914828288 10540 33554432000 4194304 4196468 140721093273664 140567587304176 140567567111525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10659012 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 10540 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10659012 memory=3761544809448482464 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 10540 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 10540 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914828288 10540 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10659012 memory=140582531901056 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39445827 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566751819888 140567583079042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39445828 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566750765856 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39445828 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566749713520 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445830 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) S 1103 1106 29334 0 -1 1077944384 736 0 0 0 2 0 0 0 20 0 15 0 39445830 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566747609712 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 39445830 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566746556912 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10659012 memory=140582531901056 CPUtime=0.07 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) R 1103 1106 29334 0 -1 4202560 662 0 0 0 7 0 0 0 20 0 15 0 39445830 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566745504624 140567561889925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445831 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10659012 memory=140582531901056 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445831 10914828288 10540 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42160 KiB

[startup+0.310628 s]*
/proc/loadavg: 5.35 4.49 3.26 8/219 1122
/proc/meminfo: memFree=22300076/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10659012 memory=48720 CPUtime=0.51 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 8939 0 0 0 48 3 0 0 20 0 15 0 39445825 10914828288 12180 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2664753 12180 3032 1 0 2627263 0
[pid=1106/tid=1108] ppid=1103 vsize=10659088 memory=8389772277269004345 CPUtime=0.29 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) R 1103 1106 29334 0 -1 4202560 5661 0 0 0 28 1 0 0 20 0 15 0 39445825 10914906112 12263 33554432000 4194304 4196468 140721093273664 140567587300032 140567583089821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 12263 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10659088 memory=4123246747296474784 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 12263 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 12263 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 12263 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10659088 memory=140582531901056 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39445827 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566751819888 140567583079042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566750765856 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566749713520 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445830 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) S 1103 1106 29334 0 -1 1077944384 810 0 0 0 5 0 0 0 20 0 15 0 39445830 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566747609712 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 437 0 0 0 3 0 0 0 20 0 15 0 39445830 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566746556912 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10659088 memory=140582531901056 CPUtime=0.1 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) S 1103 1106 29334 0 -1 1077944384 701 0 0 0 10 0 0 0 20 0 15 0 39445830 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566745504624 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445831 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10659088 memory=140582531901056 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445831 10914906112 12263 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 48720 KiB

[startup+0.704004 s]
/proc/loadavg: 5.35 4.49 3.26 5/219 1122
/proc/meminfo: memFree=22218652/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10659088 memory=196124 CPUtime=1.64 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 11611 0 0 0 157 7 0 0 20 0 15 0 39445825 10914906112 49031 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2664772 49031 3123 1 0 2627263 0
[pid=1106/tid=1108] ppid=1103 vsize=10659088 memory=7373607955463422050 CPUtime=0.66 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) R 1103 1106 29334 0 -1 4202560 5969 0 0 0 63 3 0 0 20 0 15 0 39445825 10914906112 49031 33554432000 4194304 4196468 140721093273664 140567587304048 140567186113327 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10659088 memory=4644 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 49031 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 49031 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 49031 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 39445826 10914906112 49031 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39445827 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566751819888 140567583079042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10659088 memory=66 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566750765856 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10659088 memory=14 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566749713520 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10659088 memory=41 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445830 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10659088 memory=119 CPUtime=0.33 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) R 1103 1106 29334 0 -1 4202560 1887 0 0 0 33 0 0 0 20 0 15 0 39445830 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566747599312 140567568749334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10659088 memory=34 CPUtime=0.32 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 1247 0 0 0 32 0 0 0 20 0 15 0 39445830 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566746556912 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10659088 memory=1425 CPUtime=0.24 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) R 1103 1106 29334 0 -1 4202560 1003 0 0 0 24 0 0 0 20 0 15 0 39445830 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566745499792 140567575305022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10659088 memory=140582399830782 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445831 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10659088 memory=281164799669312 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39445831 10914906112 49031 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 196124 KiB

[startup+1.50081 s]
/proc/loadavg: 5.01 4.43 3.25 5/219 1122
/proc/meminfo: memFree=22072732/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10659088 memory=343896 CPUtime=3.82 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 18447 0 0 0 370 12 0 0 20 0 15 0 39445825 10914906112 85974 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2664772 85974 3137 1 0 2627263 0
[pid=1106/tid=1108] ppid=1103 vsize=10659088 memory=281164799550240 CPUtime=1.44 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) R 1103 1106 29334 0 -1 4202560 6024 0 0 0 139 5 0 0 20 0 15 0 39445825 10914906112 85974 33554432000 4194304 4196468 140721093273664 140567587304760 140567186533329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10659088 memory=145315923495079 CPUtime=0.02 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 15 0 39445826 10914906112 85974 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10659088 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 51 0 0 0 1 1 0 0 20 0 15 0 39445826 10914906112 85974 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10659088 memory=140582399784768 CPUtime=0.03 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 219 0 0 0 2 1 0 0 20 0 15 0 39445826 10914906112 85974 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 63 0 0 0 2 1 0 0 20 0 15 0 39445826 10914906112 85974 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39445827 10914906112 85974 33554432000 4194304 4196468 140721093273664 140566751819888 140567583079042 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0

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

[pid=1106/tid=1121] ppid=1103 vsize=10659088 memory=840 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445831 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10659088 memory=1796 CPUtime=0.21 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 659 0 0 0 13 8 0 0 20 0 15 0 39445831 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 1970.01 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8328672 KiB

[startup+552.801 s]
/proc/loadavg: 6.01 6.60 4.91 6/221 1226
/proc/meminfo: memFree=17912724/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10659088 memory=8328672 CPUtime=1973.17 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 1069913 0 0 0 196477 840 0 0 20 0 15 0 39445825 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2664772 2082168 3174 1 0 2627263 0
[pid=1106/tid=1108] ppid=1103 vsize=10659088 memory=1424 CPUtime=46.38 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) S 1103 1106 29334 0 -1 1077944384 16353 0 0 0 4627 11 0 0 20 0 15 0 39445825 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567587306896 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10659088 memory=8112282956445269571 CPUtime=477.63 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) R 1103 1106 29334 0 -1 4202560 379007 0 0 0 47575 188 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567509142536 140567567768528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10659088 memory=3852 CPUtime=474.83 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) R 1103 1106 29334 0 -1 4202560 174084 0 0 0 47284 199 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567508089736 140567567768586 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10659088 memory=2912 CPUtime=473.22 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) R 1103 1106 29334 0 -1 4202560 187701 0 0 0 47109 213 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567507037448 140567568057455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10659088 memory=2904 CPUtime=473.83 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) R 1103 1106 29334 0 -1 4202560 195234 0 0 0 47169 214 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567505984648 140567567768583 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10659088 memory=4108 CPUtime=23.63 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 96610 0 0 0 2358 5 0 0 20 0 15 0 39445827 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566751818432 140567583078101 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10659088 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566750765920 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566749713536 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10659088 memory=1704 CPUtime=1.57 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) S 1103 1106 29334 0 -1 1077944384 9049 0 0 0 156 1 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566747609472 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10659088 memory=1948 CPUtime=1.44 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 7557 0 0 0 143 1 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566746557008 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10659088 memory=14000 CPUtime=0.33 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) S 1103 1106 29334 0 -1 1077944384 2259 0 0 0 33 0 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566745504720 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10659088 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445831 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10659088 memory=1292 CPUtime=0.22 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 661 0 0 0 13 9 0 0 20 0 15 0 39445831 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 1973.17 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8328672 KiB

[startup+553.601 s]
/proc/loadavg: 6.01 6.60 4.91 3/221 1226
/proc/meminfo: memFree=17912724/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10659088 memory=8328672 CPUtime=1974.02 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 1069922 0 0 0 196562 840 0 0 20 0 15 0 39445825 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2664772 2082168 3174 1 0 2627263 0
[pid=1106/tid=1108] ppid=1103 vsize=10659088 memory=4096 CPUtime=46.38 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) S 1103 1106 29334 0 -1 1077944384 16353 0 0 0 4627 11 0 0 20 0 15 0 39445825 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567587306896 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10659088 memory=8328672 CPUtime=477.65 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 379008 0 0 0 47577 188 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10659088 memory=301741373374332954 CPUtime=474.85 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 174084 0 0 0 47286 199 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10659088 memory=303430231908417850 CPUtime=473.24 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 187701 0 0 0 47111 213 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10659088 memory=14000 CPUtime=473.85 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 195234 0 0 0 47171 214 0 0 20 0 15 0 39445826 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10659088 memory=2396 CPUtime=24.41 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) R 1103 1106 29334 0 -1 4202560 96618 0 0 0 2436 5 0 0 20 0 15 0 39445827 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566751818320 140567567525528 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10659088 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566750765920 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10659088 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 39445828 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566749713536 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10659088 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10659088 memory=1292 CPUtime=1.57 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) S 1103 1106 29334 0 -1 1077944384 9049 0 0 0 156 1 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566747609472 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10659088 memory=1732 CPUtime=1.44 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 7557 0 0 0 143 1 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566746557008 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10659088 memory=8328672 CPUtime=0.33 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) S 1103 1106 29334 0 -1 1077944384 2259 0 0 0 33 0 0 0 20 0 15 0 39445830 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566745504720 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10659088 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39445831 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10659088 memory=956 CPUtime=0.22 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 661 0 0 0 13 9 0 0 20 0 15 0 39445831 10914906112 2082168 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 1974.02 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8328672 KiB

[startup+553.801 s]
/proc/loadavg: 6.01 6.60 4.91 3/221 1226
/proc/meminfo: memFree=17912724/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10794416 memory=8329552 CPUtime=1974.16 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 1071622 0 0 0 196575 841 0 0 20 0 16 0 39445825 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2698604 2082388 3218 1 0 2661057 0
[pid=1106/tid=1108] ppid=1103 vsize=10794416 memory=8112282956445269571 CPUtime=46.42 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) S 1103 1106 29334 0 -1 1077944384 17213 0 0 0 4630 12 0 0 20 0 16 0 39445825 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567587308576 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10794416 memory=8328668 CPUtime=477.65 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 379008 0 0 0 47577 188 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10794416 memory=1424 CPUtime=474.85 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 174084 0 0 0 47286 199 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10794416 memory=8328672 CPUtime=473.24 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 187701 0 0 0 47111 213 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10794416 memory=8328672 CPUtime=473.85 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 195234 0 0 0 47171 214 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10794416 memory=8328668 CPUtime=24.51 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 96932 0 0 0 2445 6 0 0 20 0 16 0 39445827 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566751819888 140567583079042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10794416 memory=30916 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39445828 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566750765920 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10794416 memory=8328664 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 39445828 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566749713536 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10794416 memory=8328672 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10794416 memory=8328672 CPUtime=1.57 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) S 1103 1106 29334 0 -1 1077944384 9051 0 0 0 156 1 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566747609712 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10794416 memory=1236 CPUtime=1.44 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 7559 0 0 0 143 1 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566746556912 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10794416 memory=8644 CPUtime=0.33 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) S 1103 1106 29334 0 -1 1077944384 2716 0 0 0 33 0 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566745504624 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10794416 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39445831 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10794416 memory=8112282956445269571 CPUtime=0.22 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 661 0 0 0 13 9 0 0 20 0 16 0 39445831 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 1974.16 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8329552 KiB

[startup+553.901 s]
/proc/loadavg: 6.01 6.60 4.91 3/221 1226
/proc/meminfo: memFree=17912724/32770624 swapFree=67108860/67108860
[pid=1106] ppid=1103 vsize=10794416 memory=8329552 CPUtime=1974.16 cores=0,2,4,6
/proc/1106/stat : 1106 (java) S 1103 1106 29334 0 -1 1077944320 1071622 0 0 0 196575 841 0 0 20 0 16 0 39445825 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140721093256208 140567583067895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
/proc/1106/statm: 2698604 2082388 3218 1 0 2661057 0
[pid=1106/tid=1108] ppid=1103 vsize=10794416 memory=8328672 CPUtime=46.42 cores=0,2,4,6
/proc/1106/task/1108/stat : 1108 (java) S 1103 1106 29334 0 -1 1077944384 17213 0 0 0 4630 12 0 0 20 0 16 0 39445825 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567587308576 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1109] ppid=1103 vsize=10794416 memory=8328672 CPUtime=477.65 cores=0,2,4,6
/proc/1106/task/1109/stat : 1109 (java) S 1103 1106 29334 0 -1 1077944384 379008 0 0 0 47577 188 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567509142416 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1110] ppid=1103 vsize=10794416 memory=8328672 CPUtime=474.85 cores=0,2,4,6
/proc/1106/task/1110/stat : 1110 (java) S 1103 1106 29334 0 -1 1077944384 174084 0 0 0 47286 199 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567508089616 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1111] ppid=1103 vsize=10794416 memory=8328672 CPUtime=473.24 cores=0,2,4,6
/proc/1106/task/1111/stat : 1111 (java) S 1103 1106 29334 0 -1 1077944384 187701 0 0 0 47111 213 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567507037328 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1112] ppid=1103 vsize=10794416 memory=8328664 CPUtime=473.85 cores=0,2,4,6
/proc/1106/task/1112/stat : 1112 (java) S 1103 1106 29334 0 -1 1077944384 195234 0 0 0 47171 214 0 0 20 0 16 0 39445826 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140567505984528 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1113] ppid=1103 vsize=10794416 memory=8328668 CPUtime=24.51 cores=0,2,4,6
/proc/1106/task/1113/stat : 1113 (java) S 1103 1106 29334 0 -1 1077944384 96932 0 0 0 2445 6 0 0 20 0 16 0 39445827 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566751819888 140567583079042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1114] ppid=1103 vsize=10794416 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1114/stat : 1114 (java) S 1103 1106 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39445828 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566750765920 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1115] ppid=1103 vsize=10794416 memory=8328672 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1115/stat : 1115 (java) S 1103 1106 29334 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 39445828 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566749713536 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1116] ppid=1103 vsize=10794416 memory=8328832 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1116/stat : 1116 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566748661840 140567583086491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1117] ppid=1103 vsize=10794416 memory=8328668 CPUtime=1.57 cores=0,2,4,6
/proc/1106/task/1117/stat : 1117 (java) S 1103 1106 29334 0 -1 1077944384 9051 0 0 0 156 1 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566747609712 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1118] ppid=1103 vsize=10794416 memory=4096 CPUtime=1.44 cores=0,2,4,6
/proc/1106/task/1118/stat : 1118 (java) S 1103 1106 29334 0 -1 1077944384 7559 0 0 0 143 1 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566746556912 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1119] ppid=1103 vsize=10794416 memory=8328672 CPUtime=0.33 cores=0,2,4,6
/proc/1106/task/1119/stat : 1119 (java) S 1103 1106 29334 0 -1 1077944384 2716 0 0 0 33 0 0 0 20 0 16 0 39445830 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566745504624 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1121] ppid=1103 vsize=10794416 memory=8328672 CPUtime=0 cores=0,2,4,6
/proc/1106/task/1121/stat : 1121 (java) S 1103 1106 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39445831 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566744452064 140567583078101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
[pid=1106/tid=1122] ppid=1103 vsize=10794416 memory=8112282956445269571 CPUtime=0.22 cores=0,2,4,6
/proc/1106/task/1122/stat : 1122 (java) S 1103 1106 29334 0 -1 1077944384 661 0 0 0 13 9 0 0 20 0 16 0 39445831 11053481984 2082388 33554432000 4194304 4196468 140721093273664 140566743398832 140567583079042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27410432 140721093280881 140721093281033 140721093281033 140721093283791 0
Current children cumulated CPU time: 1974.16 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8329552 KiB

Child status: 0
Real time (s): 553.989
CPU time (s): 1974.23
CPU user time (s): 1965.76
CPU system time (s): 8.47818
CPU usage (%): 356.367
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8329552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1965.76
system time used= 8.47818
maximum resident set size= 8329788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1071700
page faults= 0
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37605
involuntary context switches= 48277


# summary of solver processes directly reported to runsolver:
#   pid: 1106
#   total CPU time (s): 1974.23
#   total CPU user time (s): 1965.76
#   total CPU system time (s): 8.47818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.22994 second user time and 5.47718 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 02:20:26
IDJOB=4290196
IDBENCH=141447
IDSOLVER=2742
FILE ID=node134/4290196-1532218826
RUNJOBID= node134-1532209961-31982
PBS_JOBID= 21018933
Free space on /tmp= 55988 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-15-16_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290196-1532218826/watcher-4290196-1532218826 -o /tmp/evaluation-result-4290196-1532218826/solver-4290196-1532218826 -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-4290196-1532218826.xml

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

MD5SUM BENCH= 57cb1bb20db45191d6ed694399d37744
RANDOM SEED=1625502823

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:        22391856 kB
MemAvailable:   26698796 kB
Buffers:          135784 kB
Cached:          4437892 kB
SwapCached:            0 kB
Active:          6573692 kB
Inactive:        3330348 kB
Active(anon):    5278124 kB
Inactive(anon):    71716 kB
Active(file):    1295568 kB
Inactive(file):  3258632 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4224 kB
Writeback:             0 kB
AnonPages:       5245120 kB
Mapped:            46896 kB
Shmem:             17056 kB
Slab:             164240 kB
SReclaimable:     137148 kB
SUnreclaim:        27092 kB
KernelStack:        3856 kB
PageTables:        15748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6681060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4968448 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= 55988 MiB
End job on node134 at 2018-07-22 02:29:40