Trace number 4263678

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 2017-07-05? 1682.28 458.17001

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s03c-table.xml
MD5SUMbc37ae807389cdc0fd22ee32ece92e88
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.54422
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":54},{"degree":4,"count":27}]
Minimum constraint arity9
Maximum constraint arity27
Distribution of constraint arities[{"arity":9,"count":27},{"arity":27,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

1682.20/457.90	Aug 13, 2017 9:27:13 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1682.20/457.90	INFO: Runtime exception
1682.20/457.90	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1682.20/457.90		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1682.20/457.90		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1682.20/457.90		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1682.20/457.90		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1682.20/457.90		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1682.20/457.90		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1682.20/457.90		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1682.20/457.90		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1682.20/457.90		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1682.20/457.90		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1682.20/457.90		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1682.20/457.90		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1682.20/457.90		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 22 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 27 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 28 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1682.20/457.90		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1682.20/457.90		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1682.20/457.90		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1682.20/457.90		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1682.20/457.90		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1682.20/457.90		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1682.20/457.90		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1682.20/457.90		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1682.20/457.90		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1682.20/457.90		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1682.20/457.90		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1682.20/457.90		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1682.20/457.90		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 37 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 38 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 42 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 43 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 47 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 48 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 52 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 53 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 57 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 58 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 62 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1682.20/457.90		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1682.20/457.90		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1682.20/457.90		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1682.20/457.90		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1682.20/457.90		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1682.20/457.90		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1682.20/457.90		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1682.20/457.90		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1682.20/457.90		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1682.20/457.90		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1682.20/457.90		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1682.20/457.90		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1682.20/457.90		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1682.20/457.90		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1682.20/457.90		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 68 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 72 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 73 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 77 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 78 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 82 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 83 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 87 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 88 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 92 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 93 more
1682.20/457.90	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		... 97 more
1682.20/457.90	Caused by: java.lang.reflect.InvocationTargetException
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		... 98 more
1682.20/457.90	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1682.20/457.90		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1682.20/457.90		at java.lang.reflect.Method.invoke(Method.java:498)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1682.20/457.90		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1682.20/457.90	
1682.21/458.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1682.21/458.10	c This is free software under the dual EPL/GNU LGPL licenses.
1682.21/458.10	c See www.sat4j.org for details.
1682.21/458.10	c That software uses the Rhino library from the Mozilla project.
1682.21/458.10	c version CUSTOM.v20170705
1682.21/458.10	c java.runtime.name	Java(TM) SE Runtime Environment
1682.21/458.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1682.21/458.10	c java.vm.version	25.131-b11
1682.21/458.10	c java.vm.vendor	Oracle Corporation
1682.21/458.10	c sun.arch.data.model	64
1682.21/458.10	c java.version		1.8.0_131
1682.21/458.10	c os.name		Linux
1682.21/458.10	c os.version		3.10.0-514.16.1.el7.x86_64
1682.21/458.10	c os.arch		amd64
1682.21/458.10	c Free memory 		499604488
1682.21/458.10	c Max memory 		7247757312
1682.21/458.10	c Total memory 		504889344
1682.21/458.10	c Number of processors 	4
1682.21/458.10	c c --- Begin Solver configuration ---
1682.21/458.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1682.21/458.10	c Learn all clauses as in MiniSAT
1682.21/458.10	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1682.21/458.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1682.21/458.10	c No reason simplification
1682.21/458.10	c Glucose 2.1 dynamic restart strategy
1682.21/458.10	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
1682.21/458.10	c timeout=2147483s
1682.21/458.10	c DB Simplification allowed=false
1682.21/458.10	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1682.21/458.10	c --- End Solver configuration ---
1682.21/458.10	c starts		: 0
1682.21/458.10	c conflicts		: 0
1682.21/458.10	c decisions		: 0
1682.21/458.10	c propagations		: 0
1682.21/458.10	c inspects		: 0
1682.21/458.10	c shortcuts		: 0
1682.21/458.10	c learnt literals	: 0
1682.21/458.10	c learnt binary clauses	: 0
1682.21/458.10	c learnt ternary clauses	: 0
1682.21/458.10	c learnt constraints	: 0
1682.21/458.10	c ignored constraints	: 0
1682.21/458.10	c root simplifications	: 0
1682.21/458.10	c removed literals (reason simplification)	: 0
1682.21/458.10	c reason swapping (by a shorter reason)	: 0
1682.21/458.10	c Calls to reduceDB	: 0
1682.21/458.10	c Number of update (reduction) of LBD	: 0
1682.21/458.10	c Imported unit clauses	: 0
1682.21/458.10	c number of reductions to clauses (during analyze)	: 0
1682.21/458.10	c number of learned constraints concerned by reduction	: 0
1682.21/458.10	c number of learning phase by resolution	: 0
1682.21/458.10	c number of learning phase by cutting planes	: 0
1682.21/458.10	c number of rounding to 1 operations	: 0
1682.21/458.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1682.21/458.10	c number of reductions of the coefficients by power 2 	: 0
1682.21/458.10	c number of right shift for reduction by power 2 	: 0
1682.21/458.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
1682.21/458.10	c speed (assignments/second)	: 0.0
1682.21/458.10	c non guided choices	0
1682.21/458.10	c learnt constraints type 
1682.21/458.10	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 (15398 MiB free)
  memory of node 1: 16384 MiB (15106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263678-1502609617/watcher-4263678-1502609617 -o /tmp/evaluation-result-4263678-1502609617/solver-4263678-1502609617 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263678-1502609617.xml 

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

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

solver pid=22418, runsolver pid=22415

[startup+0.100202 s]*
/proc/loadavg: 4.97 4.23 3.13 3/202 22425
/proc/meminfo: memFree=31226716/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10151672 memory=20060 CPUtime=0.02 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 3900 0 0 0 2 0 0 0 20 0 9 0 63157118 10395312128 5015 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2537918 5015 2083 1 0 2527415 0
[pid=22418/tid=22420] ppid=22415 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) R 22415 22418 12560 0 -1 4202560 2547 0 0 0 2 0 0 0 20 0 9 0 63157126 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140028205007080 140028200793245 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10151672 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63157127 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140028157737872 140028200781525 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10151672 memory=140153265317504 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63157127 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140028156685072 140028200781525 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 63157127 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140028155632784 140028200781525 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) S 22415 22418 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63157127 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140028154579984 140028200781525 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10151672 memory=140153265317504 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 63157128 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140027764344944 140028200782466 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 63157129 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140027763290912 140028200781525 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 63157129 10395312128 5080 18446744073709551615 4194304 4196468 140729059378640 140027762238640 140028200781525 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20060 KiB

[startup+0.209893 s]*
/proc/loadavg: 4.74 4.20 3.12 3/210 22433
/proc/meminfo: memFree=31216704/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10551156 memory=29840 CPUtime=0.12 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 7574 0 0 0 10 2 0 0 20 0 15 0 63157118 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2637789 7460 2800 1 0 2627261 0
[pid=22418/tid=22420] ppid=22415 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) R 22415 22418 12560 0 -1 4202560 5423 0 0 0 8 1 0 0 20 0 15 0 63157126 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140028204992448 140028200793245 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140028157737872 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10551156 memory=288370529417029248 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140028156685072 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140028155632784 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) S 22415 22418 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140028154579984 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10551156 memory=140153265317504 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63157128 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027764344944 140028200782466 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63157129 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027763290912 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63157129 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027762238576 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) S 22415 22418 12560 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 63157131 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027760134768 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027759081968 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10551156 memory=140153265317504 CPUtime=0.01 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) R 22415 22418 12560 0 -1 4202560 367 0 0 0 1 0 0 0 20 0 15 0 63157132 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027758029680 140028200792666 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22432] ppid=22415 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22432/stat : 22432 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157132 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027756977120 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22433] ppid=22415 vsize=10551156 memory=140153265317504 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22433/stat : 22433 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157135 10804383744 7460 18446744073709551615 4194304 4196468 140729059378640 140027755923888 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29840 KiB

[startup+0.310481 s]*
/proc/loadavg: 4.74 4.20 3.12 4/210 22433
/proc/meminfo: memFree=31211320/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10551156 memory=37184 CPUtime=0.28 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 8615 0 0 0 25 3 0 0 20 0 15 0 63157118 10804383744 9296 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2637789 9296 2882 1 0 2627261 0
[pid=22418/tid=22420] ppid=22415 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) R 22415 22418 12560 0 -1 4202560 6131 0 0 0 17 2 0 0 20 0 15 0 63157126 10804383744 9362 18446744073709551615 4194304 4196468 140729059378640 140028205008192 140028200793245 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 9362 18446744073709551615 4194304 4196468 140729059378640 140028157737872 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 9362 18446744073709551615 4194304 4196468 140729059378640 140028156685072 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 9362 18446744073709551615 4194304 4196468 140729059378640 140028155632784 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) S 22415 22418 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63157127 10804383744 9362 18446744073709551615 4194304 4196468 140729059378640 140028154579984 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63157128 10804383744 9362 18446744073709551615 4194304 4196468 140729059378640 140027764344944 140028200782466 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63157129 10804383744 9428 18446744073709551615 4194304 4196468 140729059378640 140027763290912 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63157129 10804383744 9428 18446744073709551615 4194304 4196468 140729059378640 140027762238576 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804383744 9428 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) R 22415 22418 12560 0 -1 4202560 529 0 0 0 1 0 0 0 20 0 15 0 63157131 10804383744 9428 18446744073709551615 4194304 4196468 140729059378640 140027760116488 140028193488471 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) R 22415 22418 12560 0 -1 4202560 191 0 0 0 1 0 0 0 20 0 15 0 63157131 10804383744 9428 18446744073709551615 4194304 4196468 140729059378640 140027759062984 140028181471616 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) S 22415 22418 12560 0 -1 1077944384 494 0 0 0 4 0 0 0 20 0 15 0 63157132 10804383744 9494 18446744073709551615 4194304 4196468 140729059378640 140027758029680 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22432] ppid=22415 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22432/stat : 22432 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157132 10804383744 9494 18446744073709551615 4194304 4196468 140729059378640 140027756977120 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22433] ppid=22415 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22433/stat : 22433 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157135 10804383744 9494 18446744073709551615 4194304 4196468 140729059378640 140027755923888 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37184 KiB

[startup+0.701147 s]
/proc/loadavg: 4.74 4.20 3.12 5/210 22433
/proc/meminfo: memFree=31141720/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10551232 memory=260040 CPUtime=1.23 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 12322 0 0 0 114 9 0 0 20 0 15 0 63157118 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2637808 65010 3066 1 0 2627261 0
[pid=22418/tid=22420] ppid=22415 vsize=10551232 memory=79 CPUtime=0.54 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) R 22415 22418 12560 0 -1 4202560 7348 0 0 0 49 5 0 0 20 0 15 0 63157126 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140028205005424 140027831565920 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10551232 memory=27 CPUtime=0.02 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) S 22415 22418 12560 0 -1 1077944384 32 0 0 0 2 0 0 0 20 0 15 0 63157127 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140028157737872 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10551232 memory=33 CPUtime=0.02 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) S 22415 22418 12560 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 15 0 63157127 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140028156685072 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) S 22415 22418 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 63157127 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140028155632784 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) S 22415 22418 12560 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 63157127 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140028154579984 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63157128 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027764344944 140028200782466 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027763290912 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10551232 memory=816 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027762238576 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10551232 memory=53 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10551232 memory=215 CPUtime=0.22 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) R 22415 22418 12560 0 -1 4202560 1431 0 0 0 22 0 0 0 20 0 15 0 63157131 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027760134576 140028180130132 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10551232 memory=280306208739088 CPUtime=0.19 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) R 22415 22418 12560 0 -1 4202560 967 0 0 0 19 0 0 0 20 0 15 0 63157131 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027759072976 140028184271712 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10551232 memory=2512287434497 CPUtime=0.18 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) S 22415 22418 12560 0 -1 1077944384 1037 0 0 0 18 0 0 0 20 0 15 0 63157132 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027758029680 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22432] ppid=22415 vsize=10551232 memory=2520877369089 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22432/stat : 22432 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157132 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027756977120 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22433] ppid=22415 vsize=10551232 memory=2563827042049 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22433/stat : 22433 (java) S 22415 22418 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63157135 10804461568 65010 18446744073709551615 4194304 4196468 140729059378640 140027755923888 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 260040 KiB

[startup+1.50073 s]
/proc/loadavg: 4.74 4.20 3.12 3/210 22433
/proc/meminfo: memFree=30902900/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10551232 memory=474224 CPUtime=2.56 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 13905 0 0 0 235 21 0 0 20 0 15 0 63157118 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2637808 118556 3088 1 0 2627261 0
[pid=22418/tid=22420] ppid=22415 vsize=10551232 memory=79 CPUtime=1.28 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) R 22415 22418 12560 0 -1 4202560 7467 0 0 0 121 7 0 0 20 0 15 0 63157126 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140028205008960 140027831886844 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10551232 memory=27 CPUtime=0.07 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) S 22415 22418 12560 0 -1 1077944384 162 0 0 0 5 2 0 0 20 0 15 0 63157127 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140028157737872 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10551232 memory=280306208971328 CPUtime=0.07 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) S 22415 22418 12560 0 -1 1077944384 174 0 0 0 4 3 0 0 20 0 15 0 63157127 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140028156685072 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10551232 memory=9132 CPUtime=0.07 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) S 22415 22418 12560 0 -1 1077944384 69 0 0 0 4 3 0 0 20 0 15 0 63157127 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140028155632784 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10551232 memory=19658 CPUtime=0.06 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) S 22415 22418 12560 0 -1 1077944384 375 0 0 0 4 2 0 0 20 0 15 0 63157127 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140028154579984 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 63157128 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140027764344944 140028200782466 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140027763290976 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10551232 memory=419264 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140027762238592 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10551232 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) S 22415 22418 12560 0 -1 1077944384 1835 0 0 0 37 0 0 0 20 0 15 0 63157131 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140027760134768 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10551232 memory=6788 CPUtime=0.36 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) S 22415 22418 12560 0 -1 1077944384 1179 0 0 0 36 0 0 0 20 0 15 0 63157131 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140027759081968 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10551232 memory=280306208806848 CPUtime=0.2 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) S 22415 22418 12560 0 -1 1077944384 1073 0 0 0 20 0 0 0 20 0 15 0 63157132 10804461568 118556 18446744073709551615 4194304 4196468 140729059378640 140027758029680 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0

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

/proc/loadavg: 4.99 4.65 3.71 6/210 22464
/proc/meminfo: memFree=22927048/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10551232 memory=8216728 CPUtime=1676.58 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 1778696 0 0 0 166991 667 0 0 20 0 15 0 63157118 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2637808 2054182 3128 1 0 2627261 0
[pid=22418/tid=22420] ppid=22415 vsize=10551232 memory=-8774313645642428999 CPUtime=34.66 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) S 22415 22418 12560 0 -1 1077944384 98415 0 0 0 3438 28 0 0 20 0 15 0 63157126 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028205010400 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10551232 memory=4126316290023845779 CPUtime=407.34 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) R 22415 22418 12560 0 -1 4202560 618246 0 0 0 40583 151 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028157738072 140028185722446 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10551232 memory=3076 CPUtime=406.3 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) R 22415 22418 12560 0 -1 4202560 324179 0 0 0 40462 168 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028156684656 140028193399527 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10551232 memory=588636 CPUtime=406.9 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) R 22415 22418 12560 0 -1 4202560 326173 0 0 0 40538 152 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028155632368 140028193399527 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10551232 memory=1152 CPUtime=406.39 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) R 22415 22418 12560 0 -1 4202560 299751 0 0 0 40486 153 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028154579568 140028193399527 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10551232 memory=3056 CPUtime=10.89 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 89241 0 0 0 1084 5 0 0 20 0 15 0 63157128 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027764343264 140028200781525 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10551232 memory=8216180 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027763290976 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027762238592 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10551232 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10551232 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) S 22415 22418 12560 0 -1 1077944384 9553 0 0 0 167 1 0 0 20 0 15 0 63157131 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027760134528 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10551232 memory=0 CPUtime=1.58 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) S 22415 22418 12560 0 -1 1077944384 8967 0 0 0 157 1 0 0 20 0 15 0 63157131 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027759081968 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10551232 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) S 22415 22418 12560 0 -1 1077944384 2372 0 0 0 31 1 0 0 20 0 15 0 63157132 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027758028576 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22432] ppid=22415 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22432/stat : 22432 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157132 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027756977120 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22433] ppid=22415 vsize=10551232 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/22418/task/22433/stat : 22433 (java) S 22415 22418 12560 0 -1 1077944384 389 0 0 0 21 20 0 0 20 0 15 0 63157135 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027755923888 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 1676.58 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8216728 KiB

[startup+456.801 s]
/proc/loadavg: 4.99 4.65 3.71 6/210 22464
/proc/meminfo: memFree=22927048/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10551232 memory=8216728 CPUtime=1679.68 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 1784070 0 0 0 167301 667 0 0 20 0 15 0 63157118 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2637808 2054182 3128 1 0 2627261 0
[pid=22418/tid=22420] ppid=22415 vsize=10551232 memory=8216728 CPUtime=34.66 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) S 22415 22418 12560 0 -1 1077944384 98415 0 0 0 3438 28 0 0 20 0 15 0 63157126 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028205010400 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10551232 memory=4144 CPUtime=408.12 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) R 22415 22418 12560 0 -1 4202560 618267 0 0 0 40661 151 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028157738072 140028185471235 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10551232 memory=36028 CPUtime=407.08 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) R 22415 22418 12560 0 -1 4202560 324181 0 0 0 40540 168 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028156685272 140028193875987 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10551232 memory=1292 CPUtime=407.67 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) R 22415 22418 12560 0 -1 4202560 326177 0 0 0 40615 152 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028155632672 140028185767720 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10551232 memory=-8774313645642428999 CPUtime=407.17 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) R 22415 22418 12560 0 -1 4202560 299757 0 0 0 40563 154 0 0 20 0 15 0 63157127 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140028154580184 140028185769360 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10551232 memory=1688 CPUtime=10.89 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 94582 0 0 0 1084 5 0 0 20 0 15 0 63157128 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027764343488 140028200781525 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10551232 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027763290976 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027762238592 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10551232 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10551232 memory=-8774313645642428999 CPUtime=1.68 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) S 22415 22418 12560 0 -1 1077944384 9553 0 0 0 167 1 0 0 20 0 15 0 63157131 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027760134528 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10551232 memory=3036 CPUtime=1.58 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) S 22415 22418 12560 0 -1 1077944384 8967 0 0 0 157 1 0 0 20 0 15 0 63157131 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027759081968 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10551232 memory=2768 CPUtime=0.32 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) S 22415 22418 12560 0 -1 1077944384 2372 0 0 0 31 1 0 0 20 0 15 0 63157132 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027758028576 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22432] ppid=22415 vsize=10551232 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22432/stat : 22432 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157132 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027756977120 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22433] ppid=22415 vsize=10551232 memory=1156 CPUtime=0.41 cores=0,2,4,6
/proc/22418/task/22433/stat : 22433 (java) S 22415 22418 12560 0 -1 1077944384 389 0 0 0 21 20 0 0 20 0 15 0 63157135 10804461568 2054182 18446744073709551615 4194304 4196468 140729059378640 140027755923888 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 1679.68 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8216728 KiB

[startup+457.601 s]
/proc/loadavg: 4.99 4.65 3.71 6/210 22464
/proc/meminfo: memFree=22926924/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10551232 memory=8216756 CPUtime=1681.89 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 1784218 0 0 0 167522 667 0 0 20 0 15 0 63157118 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2637808 2054189 3128 1 0 2627261 0
[pid=22418/tid=22420] ppid=22415 vsize=10551232 memory=36028 CPUtime=34.66 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) S 22415 22418 12560 0 -1 1077944384 98415 0 0 0 3438 28 0 0 20 0 15 0 63157126 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140028205010400 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10551232 memory=8216180 CPUtime=408.58 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) S 22415 22418 12560 0 -1 1077944384 618293 0 0 0 40707 151 0 0 20 0 15 0 63157127 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140028157737872 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10551232 memory=4144 CPUtime=407.55 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) S 22415 22418 12560 0 -1 1077944384 324181 0 0 0 40587 168 0 0 20 0 15 0 63157127 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140028156685072 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10551232 memory=-8774313645642428999 CPUtime=408.14 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) S 22415 22418 12560 0 -1 1077944384 326177 0 0 0 40662 152 0 0 20 0 15 0 63157127 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140028155632784 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10551232 memory=1004 CPUtime=407.65 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) S 22415 22418 12560 0 -1 1077944384 299757 0 0 0 40611 154 0 0 20 0 15 0 63157127 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140028154579984 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10551232 memory=2016 CPUtime=11.22 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) R 22415 22418 12560 0 -1 4202560 94704 0 0 0 1117 5 0 0 20 0 15 0 63157128 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027764343376 140028185228922 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10551232 memory=8216728 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027763290976 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 63157129 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027762238592 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157131 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10551232 memory=1196 CPUtime=1.68 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) S 22415 22418 12560 0 -1 1077944384 9553 0 0 0 167 1 0 0 20 0 15 0 63157131 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027760134528 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10551232 memory=8600 CPUtime=1.58 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) S 22415 22418 12560 0 -1 1077944384 8967 0 0 0 157 1 0 0 20 0 15 0 63157131 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027759081968 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10551232 memory=1716 CPUtime=0.32 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) S 22415 22418 12560 0 -1 1077944384 2372 0 0 0 31 1 0 0 20 0 15 0 63157132 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027758028576 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22432] ppid=22415 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22432/stat : 22432 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63157132 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027756977120 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22433] ppid=22415 vsize=10551232 memory=8216172 CPUtime=0.41 cores=0,2,4,6
/proc/22418/task/22433/stat : 22433 (java) S 22415 22418 12560 0 -1 1077944384 389 0 0 0 21 20 0 0 20 0 15 0 63157135 10804461568 2054189 18446744073709551615 4194304 4196468 140729059378640 140027755923888 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 1681.89 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8216756 KiB

[startup+458.001 s]*
/proc/loadavg: 4.99 4.65 3.71 2/211 22466
/proc/meminfo: memFree=22990908/32770624 swapFree=67105588/67108860
[pid=22418] ppid=22415 vsize=10684512 memory=8152336 CPUtime=1682.21 cores=0,2,4,6
/proc/22418/stat : 22418 (java) S 22415 22418 12560 0 -1 1077944320 1787770 0 0 0 167554 667 0 0 20 0 16 0 63157118 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140729059361184 140028200771319 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
/proc/22418/statm: 2671128 2038084 3172 1 0 2660543 0
[pid=22418/tid=22420] ppid=22415 vsize=10684512 memory=-8774313645642428999 CPUtime=34.69 cores=0,2,4,6
/proc/22418/task/22420/stat : 22420 (java) S 22415 22418 12560 0 -1 1077944384 98955 0 0 0 3441 28 0 0 20 0 16 0 63157126 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140028205012000 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22421] ppid=22415 vsize=10684512 memory=4126316290023845779 CPUtime=408.58 cores=0,2,4,6
/proc/22418/task/22421/stat : 22421 (java) S 22415 22418 12560 0 -1 1077944384 618293 0 0 0 40707 151 0 0 20 0 16 0 63157127 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140028157737872 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22422] ppid=22415 vsize=10684512 memory=832 CPUtime=407.55 cores=0,2,4,6
/proc/22418/task/22422/stat : 22422 (java) S 22415 22418 12560 0 -1 1077944384 324181 0 0 0 40587 168 0 0 20 0 16 0 63157127 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140028156685072 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22423] ppid=22415 vsize=10684512 memory=16448 CPUtime=408.14 cores=0,2,4,6
/proc/22418/task/22423/stat : 22423 (java) S 22415 22418 12560 0 -1 1077944384 326177 0 0 0 40662 152 0 0 20 0 16 0 63157127 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140028155632784 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22424] ppid=22415 vsize=10684512 memory=3908 CPUtime=407.65 cores=0,2,4,6
/proc/22418/task/22424/stat : 22424 (java) S 22415 22418 12560 0 -1 1077944384 299757 0 0 0 40611 154 0 0 20 0 16 0 63157127 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140028154579984 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22425] ppid=22415 vsize=10684512 memory=3036 CPUtime=11.49 cores=0,2,4,6
/proc/22418/task/22425/stat : 22425 (java) S 22415 22418 12560 0 -1 1077944384 97442 0 0 0 1144 5 0 0 20 0 16 0 63157128 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027764344944 140028200782466 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22426] ppid=22415 vsize=10684512 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22426/stat : 22426 (java) S 22415 22418 12560 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 63157129 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027763290976 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22427] ppid=22415 vsize=10684512 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22427/stat : 22427 (java) S 22415 22418 12560 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 63157129 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027762238592 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22428] ppid=22415 vsize=10684512 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22428/stat : 22428 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63157131 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027761186896 140028200789915 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22429] ppid=22415 vsize=10684512 memory=3076 CPUtime=1.68 cores=0,2,4,6
/proc/22418/task/22429/stat : 22429 (java) S 22415 22418 12560 0 -1 1077944384 9555 0 0 0 167 1 0 0 20 0 16 0 63157131 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027760134768 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22430] ppid=22415 vsize=10684512 memory=588636 CPUtime=1.58 cores=0,2,4,6
/proc/22418/task/22430/stat : 22430 (java) S 22415 22418 12560 0 -1 1077944384 8969 0 0 0 157 1 0 0 20 0 16 0 63157131 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027759081968 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22431] ppid=22415 vsize=10684512 memory=1152 CPUtime=0.33 cores=0,2,4,6
/proc/22418/task/22431/stat : 22431 (java) S 22415 22418 12560 0 -1 1077944384 2590 0 0 0 32 1 0 0 20 0 16 0 63157132 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027758029680 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22432] ppid=22415 vsize=10684512 memory=3056 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22432/stat : 22432 (java) S 22415 22418 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63157132 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027756977120 140028200781525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22433] ppid=22415 vsize=10684512 memory=8216728 CPUtime=0.42 cores=0,2,4,6
/proc/22418/task/22433/stat : 22433 (java) S 22415 22418 12560 0 -1 1077944384 389 0 0 0 22 20 0 0 20 0 16 0 63157135 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027755923888 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
[pid=22418/tid=22465] ppid=22415 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/22418/task/22465/stat : 22465 (java) S 22415 22418 12560 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 63202909 10940940288 2038084 18446744073709551615 4194304 4196468 140729059378640 140027754869648 140028200782466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38674432 140729059381648 140729059381801 140729059381801 140729059385295 0
Current children cumulated CPU time: 1682.21 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8152336 KiB

[startup+458.11 s]*
/proc/loadavg: 4.99 4.65 3.71 3/197 22466
/proc/meminfo: memFree=22991168/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 458.17
CPU time (s): 1682.28
CPU user time (s): 1675.55
CPU system time (s): 6.73818
CPU usage (%): 367.175
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8216756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1675.55
system time used= 6.73818
maximum resident set size= 8216756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1787816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21614
involuntary context switches= 15262


# summary of solver processes directly reported to runsolver:
#   pid: 22418
#   total CPU time (s): 1682.28
#   total CPU user time (s): 1675.55
#   total CPU system time (s): 6.73818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.70492 second user time and 4.65246 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 09:19:36
IDJOB=4263678
IDBENCH=120385
IDSOLVER=2651
FILE ID=node126/4263678-1502609617
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s03c-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263678-1502609617/watcher-4263678-1502609617 -o /tmp/evaluation-result-4263678-1502609617/solver-4263678-1502609617 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263678-1502609617.xml

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

MD5SUM BENCH= bc37ae807389cdc0fd22ee32ece92e88
RANDOM SEED=132911919

node126.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.81
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.81
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.81
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.81
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:        31237316 kB
MemAvailable:   31477652 kB
Buffers:          254972 kB
Cached:           255364 kB
SwapCached:          524 kB
Active:           925164 kB
Inactive:         129472 kB
Active(anon):     491972 kB
Inactive(anon):    85632 kB
Active(file):     433192 kB
Inactive(file):    43840 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             21624 kB
Writeback:             0 kB
AnonPages:        543564 kB
Mapped:            57300 kB
Shmem:             33440 kB
Slab:             184348 kB
SReclaimable:     158276 kB
SUnreclaim:        26072 kB
KernelStack:        3440 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1261064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    483328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62008 MiB
End job on node126 at 2017-08-13 09:27:14