Trace number 4263682

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? 1748.8101 479.362

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s14b-table.xml
MD5SUM3c0d68e921c5e9a2e3569472df8cb09e
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.82056
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":49},{"degree":4,"count":32}]
Minimum constraint arity9
Maximum constraint arity32
Distribution of constraint arities[{"arity":9,"count":27},{"arity":32,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263682-1502610777/watcher-4263682-1502610777 -o /tmp/evaluation-result-4263682-1502610777/solver-4263682-1502610777 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263682-1502610777.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=20012, runsolver pid=20009

[startup+0.100121 s]*
/proc/loadavg: 2.00 2.01 2.05 3/200 20014
/proc/meminfo: memFree=31157664/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=9936560 memory=18264 CPUtime=0 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 3355 0 0 0 0 0 0 0 20 0 6 0 160730513 10175037440 4566 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2484140 4566 1919 1 0 2473637 0
[pid=20012/tid=20014] ppid=20009 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) R 20009 20012 7084 0 -1 4202560 2054 0 0 0 0 0 0 0 20 0 6 0 160730522 10175037440 4566 18446744073709551615 4194304 4196468 140734266013408 139930859053648 139930840500053 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160730523 10175037440 4566 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930854827733 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=9936560 memory=140240503744128 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160730523 10175037440 4566 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930854827733 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 160730523 10175037440 4566 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930854827733 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 160730523 10175037440 4566 18446744073709551615 4194304 4196468 140734266013408 139930782079248 139930854827733 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18264 KiB

[startup+0.210244 s]*
/proc/loadavg: 2.00 2.01 2.05 3/213 20027
/proc/meminfo: memFree=31144488/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10552180 memory=29132 CPUtime=0.11 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 5219 0 0 0 10 1 0 0 20 0 15 0 160730513 10805432320 7283 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2638045 7283 2798 1 0 2627517 0
[pid=20012/tid=20014] ppid=20009 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) R 20009 20012 7084 0 -1 4202560 3160 0 0 0 7 1 0 0 20 0 15 0 160730522 10805432320 7283 18446744073709551615 4194304 4196468 140734266013408 139930859005872 139930847497245 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10552180 memory=329 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730523 10805432320 7283 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10552180 memory=288370616655455872 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730523 10805432320 7283 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160730523 10805432320 7283 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160730523 10805432320 7283 18446744073709551615 4194304 4196468 140734266013408 139930782079248 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10552180 memory=140240503744128 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160730524 10805432320 7283 18446744073709551615 4194304 4196468 140734266013408 139930350074736 139930854828674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160730525 10806415360 7283 18446744073709551615 4194304 4196468 140734266013408 139930349020704 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160730525 10806415360 7283 18446744073709551615 4194304 4196468 140734266013408 139930347967856 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10806415360 7283 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) S 20009 20012 7084 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 160730527 10806415360 7283 18446744073709551615 4194304 4196468 140734266013408 139930345863536 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10806415360 7283 18446744073709551615 4194304 4196468 140734266013408 139930344810736 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10553140 memory=140240503744128 CPUtime=0.01 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 295 0 0 0 1 0 0 0 20 0 15 0 160730527 10806415360 7349 18446744073709551615 4194304 4196468 140734266013408 139930343757936 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730528 10806415360 7349 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10553140 memory=140240503744128 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730531 10806415360 7349 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 29132 KiB

[startup+0.311185 s]*
/proc/loadavg: 2.00 2.01 2.05 3/213 20027
/proc/meminfo: memFree=31134880/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10551156 memory=37080 CPUtime=0.24 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 7977 0 0 0 22 2 0 0 20 0 15 0 160730513 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2637789 9270 2866 1 0 2627261 0
[pid=20012/tid=20014] ppid=20009 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) R 20009 20012 7084 0 -1 4202560 5630 0 0 0 16 2 0 0 20 0 15 0 160730522 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930859051152 139930838898014 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730523 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730523 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160730523 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160730523 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930782079248 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) S 20009 20012 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160730524 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930350074736 139930854828674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160730525 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930349020704 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160730525 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930347967856 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) S 20009 20012 7084 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 160730527 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930345863536 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) S 20009 20012 7084 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 160730527 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930344810736 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 403 0 0 0 4 0 0 0 20 0 15 0 160730527 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930343757936 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10551156 memory=140240503744128 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730528 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730531 10804383744 9270 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37080 KiB

[startup+0.701188 s]
/proc/loadavg: 2.00 2.01 2.05 3/213 20027
/proc/meminfo: memFree=31088392/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10551232 memory=259008 CPUtime=1.17 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 12090 0 0 0 106 11 0 0 20 0 15 0 160730513 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2637808 64752 3060 1 0 2627261 0
[pid=20012/tid=20014] ppid=20009 vsize=10551232 memory=280480691912744 CPUtime=0.52 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) R 20009 20012 7084 0 -1 4202560 6862 0 0 0 48 4 0 0 20 0 15 0 160730522 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930859052648 139930456355840 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10551232 memory=280480692047952 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) S 20009 20012 7084 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 160730523 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10551232 memory=280480691917992 CPUtime=0.01 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) S 20009 20012 7084 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 160730523 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10551232 memory=280480691867424 CPUtime=0.02 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) S 20009 20012 7084 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 15 0 160730523 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10551232 memory=288230621803970871 CPUtime=0.02 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) S 20009 20012 7084 0 -1 1077944384 40 0 0 0 1 1 0 0 20 0 15 0 160730523 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930782079248 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10551232 memory=13563786715989427 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) S 20009 20012 7084 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 160730524 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930350074736 139930854828674 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10551232 memory=39008 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930349020704 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10551232 memory=636 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930347967856 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10551232 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10551232 memory=960 CPUtime=0.17 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) R 20009 20012 7084 0 -1 4202560 1602 0 0 0 17 0 0 0 20 0 15 0 160730527 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930345854816 139930836342488 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10551232 memory=1236 CPUtime=0.16 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) R 20009 20012 7084 0 -1 4202560 1030 0 0 0 16 0 0 0 20 0 15 0 160730527 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930344798288 139930836361300 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10551232 memory=2240 CPUtime=0.19 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 1051 0 0 0 19 0 0 0 20 0 15 0 160730527 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930343757936 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730528 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10551232 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730531 10804461568 64752 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 259008 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.01 2.05 3/213 20027
/proc/meminfo: memFree=30879928/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10551232 memory=476292 CPUtime=2.64 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 13959 0 0 0 240 24 0 0 20 0 15 0 160730513 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2637808 119073 3089 1 0 2627261 0
[pid=20012/tid=20014] ppid=20009 vsize=10551232 memory=0 CPUtime=1.26 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) R 20009 20012 7084 0 -1 4202560 6982 0 0 0 120 6 0 0 20 0 15 0 160730522 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930859055024 139930456210764 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10551232 memory=7649399397099253810 CPUtime=0.07 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) S 20009 20012 7084 0 -1 1077944384 139 0 0 0 3 4 0 0 20 0 15 0 160730523 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10551232 memory=7300704776819335744 CPUtime=0.07 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) S 20009 20012 7084 0 -1 1077944384 119 0 0 0 4 3 0 0 20 0 15 0 160730523 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10551232 memory=419256 CPUtime=0.08 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) S 20009 20012 7084 0 -1 1077944384 347 0 0 0 4 4 0 0 20 0 15 0 160730523 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10551232 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) S 20009 20012 7084 0 -1 1077944384 187 0 0 0 4 4 0 0 20 0 15 0 160730523 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930782079248 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) S 20009 20012 7084 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 160730524 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930350074736 139930854828674 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930349020768 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10551232 memory=6502580487379 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930347967856 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10551232 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10551232 memory=13563786715989427 CPUtime=0.42 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) S 20009 20012 7084 0 -1 1077944384 1809 0 0 0 42 0 0 0 20 0 15 0 160730527 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930345863536 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10551232 memory=4044 CPUtime=0.38 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) S 20009 20012 7084 0 -1 1077944384 1713 0 0 0 38 0 0 0 20 0 15 0 160730527 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930344810736 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10551232 memory=2241 CPUtime=0.21 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 1091 0 0 0 21 0 0 0 20 0 15 0 160730527 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930343757936 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730528 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10551232 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160730531 10804461568 119073 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 10551232 KiB

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


[startup+476.801 s]
/proc/loadavg: 5.53 4.31 3.10 6/215 20375
/proc/meminfo: memFree=19711876/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10551232 memory=8323716 CPUtime=1741.5 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 1592068 0 0 0 173433 717 0 0 20 0 15 0 160730513 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2637808 2080929 3130 1 0 2627261 0
[pid=20012/tid=20014] ppid=20009 vsize=10551232 memory=2460 CPUtime=34.25 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) S 20009 20012 7084 0 -1 1077944384 19496 0 0 0 3403 22 0 0 20 0 15 0 160730522 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930859057008 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10551232 memory=2460 CPUtime=422.76 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) R 20009 20012 7084 0 -1 4202560 260246 0 0 0 42114 162 0 0 20 0 15 0 160730523 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930839274995 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10551232 memory=1836 CPUtime=421.04 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) R 20009 20012 7084 0 -1 4202560 331977 0 0 0 41932 172 0 0 20 0 15 0 160730523 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930847921179 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10551232 memory=796 CPUtime=420.26 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) R 20009 20012 7084 0 -1 4202560 402905 0 0 0 41862 164 0 0 20 0 15 0 160730523 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930839517405 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10551232 memory=-8774313645642428999 CPUtime=421.47 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) R 20009 20012 7084 0 -1 4202560 464969 0 0 0 41964 183 0 0 20 0 15 0 160730523 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930782079136 139930839274995 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10551232 memory=960 CPUtime=17.13 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) S 20009 20012 7084 0 -1 1077944384 88275 0 0 0 1709 4 0 0 20 0 15 0 160730524 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930350073280 139930854827733 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10551232 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930349020768 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10551232 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930347967872 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10551232 memory=8323716 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10551232 memory=1236 CPUtime=2 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) S 20009 20012 7084 0 -1 1077944384 11215 0 0 0 197 3 0 0 20 0 15 0 160730527 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930345863536 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10551232 memory=2240 CPUtime=1.77 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) S 20009 20012 7084 0 -1 1077944384 8259 0 0 0 176 1 0 0 20 0 15 0 160730527 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930344810496 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10551232 memory=4288 CPUtime=0.32 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 2944 0 0 0 32 0 0 0 20 0 15 0 160730527 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930343756832 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730528 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10551232 memory=67548 CPUtime=0.41 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 378 0 0 0 21 20 0 0 20 0 15 0 160730531 10804461568 2080929 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 1741.5 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8323716 KiB

[startup+478.401 s]
/proc/loadavg: 5.41 4.31 3.11 6/215 20375
/proc/meminfo: memFree=19711628/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10551232 memory=8323768 CPUtime=1747.87 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 1619165 0 0 0 174069 718 0 0 20 0 15 0 160730513 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2637808 2080942 3130 1 0 2627261 0
[pid=20012/tid=20014] ppid=20009 vsize=10551232 memory=796 CPUtime=34.25 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) S 20009 20012 7084 0 -1 1077944384 19496 0 0 0 3403 22 0 0 20 0 15 0 160730522 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930859057008 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10551232 memory=5768 CPUtime=424.36 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) R 20009 20012 7084 0 -1 4202560 266902 0 0 0 42274 162 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930785237848 139930836427235 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10551232 memory=796 CPUtime=422.64 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) R 20009 20012 7084 0 -1 4202560 338662 0 0 0 42092 172 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930836427359 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10551232 memory=5768 CPUtime=421.86 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) R 20009 20012 7084 0 -1 4202560 409992 0 0 0 42022 164 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930783132248 139930839518528 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10551232 memory=2008 CPUtime=423.03 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) R 20009 20012 7084 0 -1 4202560 471624 0 0 0 42120 183 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930782079136 139930839814032 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10551232 memory=11364 CPUtime=17.13 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) S 20009 20012 7084 0 -1 1077944384 88275 0 0 0 1709 4 0 0 20 0 15 0 160730524 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930350073280 139930854827733 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10551232 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930349020768 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930347967872 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10551232 memory=67548 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10551232 memory=1296 CPUtime=2 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) S 20009 20012 7084 0 -1 1077944384 11215 0 0 0 197 3 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930345863536 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10551232 memory=2460 CPUtime=1.77 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) S 20009 20012 7084 0 -1 1077944384 8259 0 0 0 176 1 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930344810496 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10551232 memory=1836 CPUtime=0.32 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 2944 0 0 0 32 0 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930343756832 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10551232 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730528 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10551232 memory=39016 CPUtime=0.41 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 378 0 0 0 21 20 0 0 20 0 15 0 160730531 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 1747.87 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8323768 KiB

[startup+478.801 s]
/proc/loadavg: 5.41 4.31 3.11 6/215 20375
/proc/meminfo: memFree=19711628/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10551232 memory=8323768 CPUtime=1748.4 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 1619165 0 0 0 174122 718 0 0 20 0 15 0 160730513 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2637808 2080942 3130 1 0 2627261 0
[pid=20012/tid=20014] ppid=20009 vsize=10551232 memory=9047017150487036571 CPUtime=34.25 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) S 20009 20012 7084 0 -1 1077944384 19496 0 0 0 3403 22 0 0 20 0 15 0 160730522 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930859057008 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10551232 memory=140240346517425 CPUtime=424.4 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) S 20009 20012 7084 0 -1 1077944384 266902 0 0 0 42278 162 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10551232 memory=6929 CPUtime=422.68 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) S 20009 20012 7084 0 -1 1077944384 338662 0 0 0 42096 172 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10551232 memory=4721 CPUtime=421.9 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) S 20009 20012 7084 0 -1 1077944384 409992 0 0 0 42026 164 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10551232 memory=-8774313645642428999 CPUtime=423.08 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) S 20009 20012 7084 0 -1 1077944384 471624 0 0 0 42125 183 0 0 20 0 15 0 160730523 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930782079248 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10551232 memory=1224 CPUtime=17.48 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) R 20009 20012 7084 0 -1 4202560 88275 0 0 0 1744 4 0 0 20 0 15 0 160730524 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930350073168 139930839275118 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10551232 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930349020768 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10551232 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 160730525 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930347967872 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10551232 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10551232 memory=988 CPUtime=2 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) S 20009 20012 7084 0 -1 1077944384 11215 0 0 0 197 3 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930345863536 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10551232 memory=1196 CPUtime=1.77 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) S 20009 20012 7084 0 -1 1077944384 8259 0 0 0 176 1 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930344810496 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10551232 memory=15884 CPUtime=0.32 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 2944 0 0 0 32 0 0 0 20 0 15 0 160730527 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930343756832 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10551232 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160730528 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10551232 memory=39016 CPUtime=0.41 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 378 0 0 0 21 20 0 0 20 0 15 0 160730531 10804461568 2080942 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 1748.4 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8323768 KiB

[startup+479.201 s]
/proc/loadavg: 5.41 4.31 3.11 3/215 20375
/proc/meminfo: memFree=19711628/32770624 swapFree=67108776/67108860
[pid=20012] ppid=20009 vsize=10684512 memory=7969012 CPUtime=1748.73 cores=0,2,4,6
/proc/20012/stat : 20012 (java) S 20009 20012 7084 0 -1 1077944320 1620646 0 0 0 174155 718 0 0 20 0 16 0 160730513 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 140734265995952 139930854817527 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
/proc/20012/statm: 2671128 1992253 3174 1 0 2660543 0
[pid=20012/tid=20014] ppid=20009 vsize=10684512 memory=8323716 CPUtime=34.28 cores=0,2,4,6
/proc/20012/task/20014/stat : 20014 (java) S 20009 20012 7084 0 -1 1077944384 20016 0 0 0 3406 22 0 0 20 0 16 0 160730522 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930859058208 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20015] ppid=20009 vsize=10684512 memory=4156 CPUtime=424.4 cores=0,2,4,6
/proc/20012/task/20015/stat : 20015 (java) S 20009 20012 7084 0 -1 1077944384 266902 0 0 0 42278 162 0 0 20 0 16 0 160730523 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930785237648 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20016] ppid=20009 vsize=10684512 memory=67548 CPUtime=422.68 cores=0,2,4,6
/proc/20012/task/20016/stat : 20016 (java) S 20009 20012 7084 0 -1 1077944384 338662 0 0 0 42096 172 0 0 20 0 16 0 160730523 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930784184848 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20017] ppid=20009 vsize=10684512 memory=8323768 CPUtime=421.9 cores=0,2,4,6
/proc/20012/task/20017/stat : 20017 (java) S 20009 20012 7084 0 -1 1077944384 409992 0 0 0 42026 164 0 0 20 0 16 0 160730523 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930783132048 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20018] ppid=20009 vsize=10684512 memory=1796 CPUtime=423.08 cores=0,2,4,6
/proc/20012/task/20018/stat : 20018 (java) S 20009 20012 7084 0 -1 1077944384 471624 0 0 0 42125 183 0 0 20 0 16 0 160730523 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930782079248 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20019] ppid=20009 vsize=10684512 memory=960 CPUtime=17.73 cores=0,2,4,6
/proc/20012/task/20019/stat : 20019 (java) S 20009 20012 7084 0 -1 1077944384 88277 0 0 0 1769 4 0 0 20 0 16 0 160730524 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930350074736 139930854828674 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20020] ppid=20009 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20020/stat : 20020 (java) S 20009 20012 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 160730525 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930349020768 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20021] ppid=20009 vsize=10684512 memory=11364 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20021/stat : 20021 (java) S 20009 20012 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 160730525 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930347967872 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20022] ppid=20009 vsize=10684512 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20022/stat : 20022 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160730527 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930346916176 139930854836123 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20023] ppid=20009 vsize=10684512 memory=4600 CPUtime=2.01 cores=0,2,4,6
/proc/20012/task/20023/stat : 20023 (java) S 20009 20012 7084 0 -1 1077944384 11275 0 0 0 198 3 0 0 20 0 16 0 160730527 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930345863536 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20024] ppid=20009 vsize=10684512 memory=1440 CPUtime=1.79 cores=0,2,4,6
/proc/20012/task/20024/stat : 20024 (java) S 20009 20012 7084 0 -1 1077944384 8770 0 0 0 178 1 0 0 20 0 16 0 160730527 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930344810736 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20025] ppid=20009 vsize=10684512 memory=1836 CPUtime=0.33 cores=0,2,4,6
/proc/20012/task/20025/stat : 20025 (java) S 20009 20012 7084 0 -1 1077944384 3281 0 0 0 33 0 0 0 20 0 16 0 160730527 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930343757936 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20026] ppid=20009 vsize=10684512 memory=796 CPUtime=0 cores=0,2,4,6
/proc/20012/task/20026/stat : 20026 (java) S 20009 20012 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160730528 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930342705376 139930854827733 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
[pid=20012/tid=20027] ppid=20009 vsize=10684512 memory=5768 CPUtime=0.41 cores=0,2,4,6
/proc/20012/task/20027/stat : 20027 (java) S 20009 20012 7084 0 -1 1077944384 378 0 0 0 21 20 0 0 20 0 16 0 160730531 10940940288 1992253 18446744073709551615 4194304 4196468 140734266013408 139930341653680 139930854828674 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 8310784 140734266020240 140734266020393 140734266020393 140734266023887 0
Current children cumulated CPU time: 1748.73 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 7969012 KiB

[startup+479.301 s]*
/proc/loadavg: 5.41 4.31 3.11 3/202 20377
/proc/meminfo: memFree=20593852/32770624 swapFree=67108776/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): 479.362
CPU time (s): 1748.81
CPU user time (s): 1741.56
CPU system time (s): 7.25487
CPU usage (%): 364.82
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8323768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1741.56
system time used= 7.25487
maximum resident set size= 8323768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1620711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23058
involuntary context switches= 18317


# summary of solver processes directly reported to runsolver:
#   pid: 20012
#   total CPU time (s): 1748.81
#   total CPU user time (s): 1741.56
#   total CPU system time (s): 7.25487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.9065 second user time and 4.86268 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 09:38:32
IDJOB=4263682
IDBENCH=120397
IDSOLVER=2651
FILE ID=node132/4263682-1502610777
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 3c0d68e921c5e9a2e3569472df8cb09e
RANDOM SEED=1308197978

node132.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.74
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.74
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.74
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.74
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:        31160704 kB
MemAvailable:   31395868 kB
Buffers:          220668 kB
Cached:           338852 kB
SwapCached:           84 kB
Active:          1062104 kB
Inactive:         141092 kB
Active(anon):     591280 kB
Inactive(anon):   102028 kB
Active(file):     470824 kB
Inactive(file):    39064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             21756 kB
Writeback:             4 kB
AnonPages:        643396 kB
Mapped:            75620 kB
Shmem:             49768 kB
Slab:             108992 kB
SReclaimable:      82224 kB
SUnreclaim:        26768 kB
KernelStack:        3520 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1152064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62008 MiB
End job on node132 at 2017-08-13 09:46:32