Trace number 4263679

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? 1724.09 468.71899

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s05c-table.xml
MD5SUMdb3f83fbcf6995a753f778d644e50d9f
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.59901
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":55},{"degree":4,"count":26}]
Minimum constraint arity9
Maximum constraint arity26
Distribution of constraint arities[{"arity":9,"count":27},{"arity":26,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263679-1502610526/watcher-4263679-1502610526 -o /tmp/evaluation-result-4263679-1502610526/solver-4263679-1502610526 -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-4263679-1502610526.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=22632, runsolver pid=22629

[startup+0.100104 s]*
/proc/loadavg: 5.00 4.81 4.12 3/197 22633
/proc/meminfo: memFree=31150312/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=9934352 memory=10212 CPUtime=0 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 2348 0 0 0 0 0 0 0 20 0 6 0 63248033 10172776448 2553 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2483588 2553 1200 1 0 2473558 0
[pid=22632/tid=22634] ppid=22629 vsize=9934352 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) R 22629 22632 12560 0 -1 4202560 1181 0 0 0 0 0 0 0 20 0 6 0 63248043 10172776448 2684 18446744073709551615 4194304 4196468 140722246541504 140035056089192 140035035551248 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=9934352 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63248044 10172776448 2684 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=9934352 memory=140284726593152 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63248044 10172776448 2684 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=9934352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 63248044 10172776448 2684 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=9934352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 63248044 10172776448 2684 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9934352 KiB
Current children cumulated memory: 10212 KiB

[startup+0.209837 s]*
/proc/loadavg: 5.00 4.81 4.12 2/210 22646
/proc/meminfo: memFree=31138420/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10551156 memory=23812 CPUtime=0.06 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 4894 0 0 0 5 1 0 0 20 0 15 0 63248033 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2637789 5953 2609 1 0 2627261 0
[pid=22632/tid=22634] ppid=22629 vsize=10551156 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) R 22629 22632 12560 0 -1 4202560 3012 0 0 0 4 0 0 0 20 0 15 0 63248043 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140035056089696 140035044084542 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10551156 memory=288370660878304896 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10551156 memory=140284726593152 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) S 22629 22632 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63248045 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034548066672 140035051858562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63248046 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034547012640 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63248046 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034545959792 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) S 22629 22632 12560 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 63248048 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034543856496 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034542803696 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10551156 memory=140284726593152 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 63248048 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034541750896 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248049 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10551156 memory=140284726593152 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248055 10804383744 5953 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23812 KiB

[startup+0.310095 s]*
/proc/loadavg: 5.00 4.81 4.12 4/211 22647
/proc/meminfo: memFree=31128236/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10551156 memory=35432 CPUtime=0.22 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 8157 0 0 0 19 3 0 0 20 0 15 0 63248033 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2637789 8858 2834 1 0 2627261 0
[pid=22632/tid=22634] ppid=22629 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) R 22629 22632 12560 0 -1 4202560 5859 0 0 0 13 2 0 0 20 0 15 0 63248043 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140035056068752 140035035927902 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248044 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) S 22629 22632 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 63248045 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034548066672 140035051858562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63248046 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034547012640 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 63248046 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034545959792 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) S 22629 22632 12560 0 -1 1077944384 362 0 0 0 0 0 0 0 20 0 15 0 63248048 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034543856496 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) S 22629 22632 12560 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 15 0 63248048 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034542803696 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 384 0 0 0 3 0 0 0 20 0 15 0 63248048 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034541750896 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10551156 memory=140284726593152 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248049 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248055 10804383744 8858 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35432 KiB

[startup+0.713571 s]
/proc/loadavg: 5.00 4.81 4.12 5/211 22647
/proc/meminfo: memFree=31079324/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10551232 memory=257028 CPUtime=1.12 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 12171 0 0 0 101 11 0 0 20 0 15 0 63248033 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2637808 64257 3066 1 0 2627261 0
[pid=22632/tid=22634] ppid=22629 vsize=10551232 memory=0 CPUtime=0.51 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) R 22629 22632 12560 0 -1 4202560 7369 0 0 0 45 6 0 0 20 0 15 0 63248043 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140035056081704 140034676351157 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 63248044 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 15 0 63248044 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10551232 memory=932 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 63248044 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10551232 memory=4529 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 63248044 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10551232 memory=140284570917696 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) S 22629 22632 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 63248045 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034548066672 140035051858562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10551232 memory=3472468563618575168 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034547012640 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10551232 memory=53 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034545959792 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10551232 memory=215 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10551232 memory=413 CPUtime=0.15 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) R 22629 22632 12560 0 -1 4202560 1162 0 0 0 15 0 0 0 20 0 15 0 63248048 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034543836840 140035036973585 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10551232 memory=290 CPUtime=0.17 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) R 22629 22632 12560 0 -1 4202560 1160 0 0 0 17 0 0 0 20 0 15 0 63248048 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034542789880 140035036954852 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10551232 memory=101 CPUtime=0.18 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 920 0 0 0 18 0 0 0 20 0 15 0 63248048 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034541750896 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10551232 memory=2126 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248049 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10551232 memory=237 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248055 10804461568 64257 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 257028 KiB

[startup+1.50077 s]
/proc/loadavg: 5.00 4.81 4.12 3/211 22647
/proc/meminfo: memFree=30869452/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10551232 memory=461936 CPUtime=2.57 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 13856 0 0 0 238 19 0 0 20 0 15 0 63248033 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2637808 115484 3087 1 0 2627261 0
[pid=22632/tid=22634] ppid=22629 vsize=10551232 memory=106 CPUtime=1.24 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) R 22629 22632 12560 0 -1 4202560 7491 0 0 0 117 7 0 0 20 0 15 0 63248043 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140035056085056 140034676340247 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10551232 memory=5 CPUtime=0.06 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 276 0 0 0 4 2 0 0 20 0 15 0 63248044 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10551232 memory=5 CPUtime=0.06 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 189 0 0 0 4 2 0 0 20 0 15 0 63248044 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10551232 memory=53 CPUtime=0.05 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 136 0 0 0 3 2 0 0 20 0 15 0 63248044 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10551232 memory=215 CPUtime=0.05 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 134 0 0 0 3 2 0 0 20 0 15 0 63248044 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10551232 memory=413 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) S 22629 22632 12560 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 63248045 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034548066672 140035051858562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10551232 memory=290 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034547012704 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10551232 memory=101 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034545959792 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10551232 memory=2126 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10551232 memory=237 CPUtime=0.4 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) S 22629 22632 12560 0 -1 1077944384 1571 0 0 0 40 0 0 0 20 0 15 0 63248048 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034543856496 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10551232 memory=96416001 CPUtime=0.43 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) S 22629 22632 12560 0 -1 1077944384 1533 0 0 0 43 0 0 0 20 0 15 0 63248048 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034542803696 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10551232 memory=2372 CPUtime=0.2 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 954 0 0 0 20 0 0 0 20 0 15 0 63248048 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034541750896 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10551232 memory=180 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248049 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10551232 memory=288230621803979440 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 63248055 10804461568 115484 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 10551232 KiB

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


[startup+467.202 s]
/proc/loadavg: 5.01 4.82 4.34 6/210 22676
/proc/meminfo: memFree=22963924/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10551232 memory=8222808 CPUtime=1720.86 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 1596610 0 0 0 171410 676 0 0 20 0 15 0 63248033 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2637808 2055702 3128 1 0 2627261 0
[pid=22632/tid=22634] ppid=22629 vsize=10551232 memory=8222136 CPUtime=34.33 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) S 22629 22632 12560 0 -1 1077944384 48061 0 0 0 3405 28 0 0 20 0 15 0 63248043 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140035056086496 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10551232 memory=1292 CPUtime=418.91 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) R 22629 22632 12560 0 -1 4202560 437397 0 0 0 41734 157 0 0 20 0 15 0 63248044 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035036843825 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10551232 memory=8222172 CPUtime=417.82 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) R 22629 22632 12560 0 -1 4202560 332452 0 0 0 41611 171 0 0 20 0 15 0 63248044 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034662325464 140035036845360 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10551232 memory=1744 CPUtime=417.04 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) R 22629 22632 12560 0 -1 4202560 298428 0 0 0 41554 150 0 0 20 0 15 0 63248044 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035036304883 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10551232 memory=0 CPUtime=417.61 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) R 22629 22632 12560 0 -1 4202560 360602 0 0 0 41606 155 0 0 20 0 15 0 63248044 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034660219864 140035036547331 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10551232 memory=8222172 CPUtime=10.85 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) S 22629 22632 12560 0 -1 1077944384 96060 0 0 0 1081 4 0 0 20 0 15 0 63248045 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034548065216 140035051857621 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10551232 memory=8222172 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034547012704 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10551232 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034545959808 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10551232 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10551232 memory=15584 CPUtime=1.54 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) S 22629 22632 12560 0 -1 1077944384 7829 0 0 0 153 1 0 0 20 0 15 0 63248048 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034543856496 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10551232 memory=22272 CPUtime=1.92 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) S 22629 22632 12560 0 -1 1077944384 11250 0 0 0 190 2 0 0 20 0 15 0 63248048 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034542803696 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10551232 memory=-8774313645642428999 CPUtime=0.32 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 2687 0 0 0 32 0 0 0 20 0 15 0 63248048 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034541749792 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248049 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10551232 memory=1228 CPUtime=0.42 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 427 0 0 0 19 23 0 0 20 0 15 0 63248055 10804461568 2055702 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 1720.86 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8222808 KiB

[startup+468.002 s]*
/proc/loadavg: 5.01 4.82 4.34 3/210 22676
/proc/meminfo: memFree=22963924/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10551232 memory=8222864 CPUtime=1723.56 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 1596762 0 0 0 171680 676 0 0 20 0 15 0 63248033 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2637808 2055716 3128 1 0 2627261 0
[pid=22632/tid=22634] ppid=22629 vsize=10551232 memory=-8774313645642428999 CPUtime=34.33 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) S 22629 22632 12560 0 -1 1077944384 48061 0 0 0 3405 28 0 0 20 0 15 0 63248043 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140035056086496 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10551232 memory=920 CPUtime=419.54 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 437397 0 0 0 41797 157 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10551232 memory=2160 CPUtime=418.45 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 332478 0 0 0 41674 171 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10551232 memory=832 CPUtime=417.67 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 298428 0 0 0 41617 150 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10551232 memory=4126316290023845779 CPUtime=418.24 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 360602 0 0 0 41669 155 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10551232 memory=3908 CPUtime=11.02 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) R 22629 22632 12560 0 -1 4202560 96186 0 0 0 1098 4 0 0 20 0 15 0 63248045 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034548065104 140035036843819 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10551232 memory=3040 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034547012704 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10551232 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034545959808 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10551232 memory=4072 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10551232 memory=1156 CPUtime=1.54 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) S 22629 22632 12560 0 -1 1077944384 7829 0 0 0 153 1 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034543856496 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10551232 memory=3188 CPUtime=1.92 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) S 22629 22632 12560 0 -1 1077944384 11250 0 0 0 190 2 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034542803696 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10551232 memory=544300 CPUtime=0.32 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 2687 0 0 0 32 0 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034541749792 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10551232 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248049 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10551232 memory=3012 CPUtime=0.42 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 427 0 0 0 19 23 0 0 20 0 15 0 63248055 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 1723.56 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8222864 KiB

[startup+468.401 s]
/proc/loadavg: 5.01 4.82 4.34 3/210 22676
/proc/meminfo: memFree=22963924/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10551232 memory=8222864 CPUtime=1723.95 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 1596762 0 0 0 171719 676 0 0 20 0 15 0 63248033 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2637808 2055716 3128 1 0 2627261 0
[pid=22632/tid=22634] ppid=22629 vsize=10551232 memory=8222172 CPUtime=34.33 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) S 22629 22632 12560 0 -1 1077944384 48061 0 0 0 3405 28 0 0 20 0 15 0 63248043 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140035056086496 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10551232 memory=-8774313645642428999 CPUtime=419.54 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 437397 0 0 0 41797 157 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10551232 memory=796 CPUtime=418.45 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 332478 0 0 0 41674 171 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10551232 memory=1228 CPUtime=417.67 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 298428 0 0 0 41617 150 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10551232 memory=5808 CPUtime=418.24 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 360602 0 0 0 41669 155 0 0 20 0 15 0 63248044 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10551232 memory=4612 CPUtime=11.41 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) R 22629 22632 12560 0 -1 4202560 96186 0 0 0 1137 4 0 0 20 0 15 0 63248045 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034548065104 140035030217595 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10551232 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034547012704 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 63248046 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034545959808 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10551232 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10551232 memory=8600 CPUtime=1.54 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) S 22629 22632 12560 0 -1 1077944384 7829 0 0 0 153 1 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034543856496 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10551232 memory=-8774313645642428999 CPUtime=1.92 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) S 22629 22632 12560 0 -1 1077944384 11250 0 0 0 190 2 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034542803696 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10551232 memory=1228 CPUtime=0.32 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 2687 0 0 0 32 0 0 0 20 0 15 0 63248048 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034541749792 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10551232 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 63248049 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10551232 memory=15584 CPUtime=0.42 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 427 0 0 0 19 23 0 0 20 0 15 0 63248055 10804461568 2055716 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 1723.95 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8222864 KiB

[startup+468.601 s]
/proc/loadavg: 5.01 4.82 4.34 3/210 22676
/proc/meminfo: memFree=22963924/32770624 swapFree=67105588/67108860
[pid=22632] ppid=22629 vsize=10686560 memory=8201140 CPUtime=1724.02 cores=0,2,4,6
/proc/22632/stat : 22632 (java) S 22629 22632 12560 0 -1 1077944320 1600532 0 0 0 171726 676 0 0 20 0 16 0 63248033 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140722246524048 140035051847415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
/proc/22632/statm: 2671640 2050285 3172 1 0 2661055 0
[pid=22632/tid=22634] ppid=22629 vsize=10686560 memory=4048 CPUtime=34.36 cores=0,2,4,6
/proc/22632/task/22634/stat : 22634 (java) S 22629 22632 12560 0 -1 1077944384 48634 0 0 0 3408 28 0 0 20 0 16 0 63248043 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140035056088096 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22635] ppid=22629 vsize=10686560 memory=644 CPUtime=419.54 cores=0,2,4,6
/proc/22632/task/22635/stat : 22635 (java) S 22629 22632 12560 0 -1 1077944384 437397 0 0 0 41797 157 0 0 20 0 16 0 63248044 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034663378064 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22636] ppid=22629 vsize=10686560 memory=-8774313645642428999 CPUtime=418.45 cores=0,2,4,6
/proc/22632/task/22636/stat : 22636 (java) S 22629 22632 12560 0 -1 1077944384 332478 0 0 0 41674 171 0 0 20 0 16 0 63248044 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034662325264 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22637] ppid=22629 vsize=10686560 memory=3040 CPUtime=417.67 cores=0,2,4,6
/proc/22632/task/22637/stat : 22637 (java) S 22629 22632 12560 0 -1 1077944384 298428 0 0 0 41617 150 0 0 20 0 16 0 63248044 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034661272464 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22638] ppid=22629 vsize=10686560 memory=2768 CPUtime=418.24 cores=0,2,4,6
/proc/22632/task/22638/stat : 22638 (java) S 22629 22632 12560 0 -1 1077944384 360602 0 0 0 41669 155 0 0 20 0 16 0 63248044 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034660219664 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22639] ppid=22629 vsize=10686560 memory=4072 CPUtime=11.44 cores=0,2,4,6
/proc/22632/task/22639/stat : 22639 (java) S 22629 22632 12560 0 -1 1077944384 99104 0 0 0 1139 5 0 0 20 0 16 0 63248045 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034548066672 140035051858562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22640] ppid=22629 vsize=10686560 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22640/stat : 22640 (java) S 22629 22632 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 63248046 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034547012704 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22641] ppid=22629 vsize=10686560 memory=3188 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22641/stat : 22641 (java) S 22629 22632 12560 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 63248046 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034545959808 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22642] ppid=22629 vsize=10686560 memory=544300 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22642/stat : 22642 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63248048 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034544908112 140035051866011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22643] ppid=22629 vsize=10686560 memory=1156 CPUtime=1.54 cores=0,2,4,6
/proc/22632/task/22643/stat : 22643 (java) S 22629 22632 12560 0 -1 1077944384 7831 0 0 0 153 1 0 0 20 0 16 0 63248048 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034543856496 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22644] ppid=22629 vsize=10686560 memory=3012 CPUtime=1.92 cores=0,2,4,6
/proc/22632/task/22644/stat : 22644 (java) S 22629 22632 12560 0 -1 1077944384 11252 0 0 0 190 2 0 0 20 0 16 0 63248048 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034542803696 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22645] ppid=22629 vsize=10686560 memory=8222136 CPUtime=0.33 cores=0,2,4,6
/proc/22632/task/22645/stat : 22645 (java) S 22629 22632 12560 0 -1 1077944384 2912 0 0 0 33 0 0 0 20 0 16 0 63248048 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034541750896 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22646] ppid=22629 vsize=10686560 memory=2768 CPUtime=0 cores=0,2,4,6
/proc/22632/task/22646/stat : 22646 (java) S 22629 22632 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 63248049 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034540698336 140035051857621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
[pid=22632/tid=22647] ppid=22629 vsize=10686560 memory=8222808 CPUtime=0.42 cores=0,2,4,6
/proc/22632/task/22647/stat : 22647 (java) S 22629 22632 12560 0 -1 1077944384 427 0 0 0 19 23 0 0 20 0 16 0 63248055 10943037440 2050285 18446744073709551615 4194304 4196468 140722246541504 140034539645616 140035051858562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37871616 140722246549904 140722246550057 140722246550057 140722246553551 0
Current children cumulated CPU time: 1724.02 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8201140 KiB

[startup+468.701 s]*
/proc/loadavg: 5.01 4.82 4.34 3/197 22678
/proc/meminfo: memFree=28521464/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): 468.719
CPU time (s): 1724.09
CPU user time (s): 1717.27
CPU system time (s): 6.82169
CPU usage (%): 367.83
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8222864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1717.27
system time used= 6.82169
maximum resident set size= 8222864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1600600
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23278
involuntary context switches= 17518


# summary of solver processes directly reported to runsolver:
#   pid: 22632
#   total CPU time (s): 1724.09
#   total CPU user time (s): 1717.27
#   total CPU system time (s): 6.82169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.71185 second user time and 4.6925 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 09:34:45
IDJOB=4263679
IDBENCH=120396
IDSOLVER=2651
FILE ID=node126/4263679-1502610526
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-s05c-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263679-1502610526/watcher-4263679-1502610526 -o /tmp/evaluation-result-4263679-1502610526/solver-4263679-1502610526 -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-4263679-1502610526.xml

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

MD5SUM BENCH= db3f83fbcf6995a753f778d644e50d9f
RANDOM SEED=2050017186

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:        31151096 kB
MemAvailable:   31392588 kB
Buffers:          255420 kB
Cached:           256144 kB
SwapCached:          524 kB
Active:          1009704 kB
Inactive:         130756 kB
Active(anon):     576612 kB
Inactive(anon):    85632 kB
Active(file):     433092 kB
Inactive(file):    45124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             21880 kB
Writeback:             0 kB
AnonPages:        627992 kB
Mapped:            57376 kB
Shmem:             33440 kB
Slab:             184432 kB
SReclaimable:     158224 kB
SUnreclaim:        26208 kB
KernelStack:        3424 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1132188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 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:42:34