Trace number 4263507

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? 1996.0699 581.06299

General information on the benchmark

NameQRandom/QRandom-m1-lard/
lard-85-85.xml
MD5SUMba1c49fa80fd17c1a348725aa5db0d15
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 benchmark10.8889
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints3570
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":85}]
Minimum variable degree84
Maximum variable degree84
Distribution of variable degrees[{"degree":84,"count":85}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3570}]
Number of extensional constraints3570
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3570}]
Optimization problemNO
Type of objective

Solver Data

1995.90/580.79	Aug 13, 2017 1:43:15 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1995.90/580.79	INFO: Runtime exception
1995.90/580.79	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1995.90/580.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1995.90/580.79		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1995.90/580.79		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1995.90/580.79		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1995.90/580.79		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1995.90/580.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1995.90/580.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1995.90/580.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1995.90/580.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1995.90/580.79		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1995.90/580.79		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1995.90/580.79		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1995.90/580.79		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1995.90/580.79		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1995.90/580.79		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1995.90/580.79		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1995.90/580.79	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.79		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.79		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.79		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.79		... 17 more
1995.90/580.79	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 21 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 22 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 26 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 27 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 31 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 32 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1995.90/580.80		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1995.90/580.80		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1995.90/580.80		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1995.90/580.80		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1995.90/580.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1995.90/580.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1995.90/580.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1995.90/580.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1995.90/580.80		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1995.90/580.80		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1995.90/580.80		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1995.90/580.80		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1995.90/580.80		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1995.90/580.80		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1995.90/580.80		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 41 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 42 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 46 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 47 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 51 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 52 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 56 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 57 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 61 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 62 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 66 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1995.90/580.80		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1995.90/580.80		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1995.90/580.80		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1995.90/580.80		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1995.90/580.80		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1995.90/580.80		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1995.90/580.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:373)
1995.90/580.80		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1995.90/580.80		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1995.90/580.80		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1995.90/580.80		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1995.90/580.80		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1995.90/580.80		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1995.90/580.80		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1995.90/580.80		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 72 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 76 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 77 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		... 81 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		... 82 more
1995.90/580.80	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1995.90/580.80		... 86 more
1995.90/580.80	Caused by: java.lang.reflect.InvocationTargetException
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1995.90/580.80		... 86 more
1995.90/580.80	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1995.90/580.80		at java.util.HashMap$EntrySet.iterator(HashMap.java:1013)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:387)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1995.90/580.80		at java.lang.reflect.Method.invoke(Method.java:498)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1995.90/580.80		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1995.90/580.80		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1995.90/580.80	
1996.01/581.00	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1996.01/581.00	c This is free software under the dual EPL/GNU LGPL licenses.
1996.01/581.00	c See www.sat4j.org for details.
1996.01/581.00	c That software uses the Rhino library from the Mozilla project.
1996.01/581.00	c version CUSTOM.v20170705
1996.01/581.00	c java.runtime.name	Java(TM) SE Runtime Environment
1996.01/581.00	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1996.01/581.00	c java.vm.version	25.131-b11
1996.01/581.00	c java.vm.vendor	Oracle Corporation
1996.01/581.00	c sun.arch.data.model	64
1996.01/581.00	c java.version		1.8.0_131
1996.01/581.00	c os.name		Linux
1996.01/581.00	c os.version		3.10.0-514.16.1.el7.x86_64
1996.01/581.00	c os.arch		amd64
1996.01/581.00	c Free memory 		499604488
1996.01/581.00	c Max memory 		7247757312
1996.01/581.00	c Total memory 		504889344
1996.01/581.00	c Number of processors 	4
1996.01/581.00	c c --- Begin Solver configuration ---
1996.01/581.00	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1996.01/581.00	c Learn all clauses as in MiniSAT
1996.01/581.00	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1996.01/581.00	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1996.01/581.00	c No reason simplification
1996.01/581.00	c Glucose 2.1 dynamic restart strategy
1996.01/581.00	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1996.01/581.00	c timeout=2147483s
1996.01/581.00	c DB Simplification allowed=false
1996.01/581.00	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1996.01/581.00	c --- End Solver configuration ---
1996.01/581.00	c starts		: 0
1996.01/581.00	c conflicts		: 0
1996.01/581.00	c decisions		: 0
1996.01/581.00	c propagations		: 0
1996.01/581.00	c inspects		: 0
1996.01/581.00	c shortcuts		: 0
1996.01/581.00	c learnt literals	: 0
1996.01/581.00	c learnt binary clauses	: 0
1996.01/581.00	c learnt ternary clauses	: 0
1996.01/581.00	c learnt constraints	: 0
1996.01/581.00	c ignored constraints	: 0
1996.01/581.00	c root simplifications	: 0
1996.01/581.00	c removed literals (reason simplification)	: 0
1996.01/581.00	c reason swapping (by a shorter reason)	: 0
1996.01/581.00	c Calls to reduceDB	: 0
1996.01/581.00	c Number of update (reduction) of LBD	: 0
1996.01/581.00	c Imported unit clauses	: 0
1996.01/581.00	c number of reductions to clauses (during analyze)	: 0
1996.01/581.00	c number of learned constraints concerned by reduction	: 0
1996.01/581.00	c number of learning phase by resolution	: 0
1996.01/581.00	c number of learning phase by cutting planes	: 0
1996.01/581.00	c number of rounding to 1 operations	: 0
1996.01/581.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1996.01/581.00	c number of reductions of the coefficients by power 2 	: 0
1996.01/581.00	c number of right shift for reduction by power 2 	: 0
1996.01/581.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
1996.01/581.00	c speed (assignments/second)	: 0.0
1996.01/581.00	c non guided choices	0
1996.01/581.00	c learnt constraints type 
1996.01/581.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13890 MiB free)
  memory of node 1: 16384 MiB (14161 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263507-1502624872/watcher-4263507-1502624872 -o /tmp/evaluation-result-4263507-1502624872/solver-4263507-1502624872 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12472 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263507-1502624872.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
solver pid=12491, runsolver pid=12488
Current StackSize limit: 8192 KiB


[startup+0.104524 s]*
/proc/loadavg: 1.92 2.01 1.98 5/196 12511
/proc/meminfo: memFree=28705028/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10555400 memory=29940 CPUtime=0.13 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 6572 0 0 0 12 1 0 0 20 0 15 0 95568332 10808729600 7485 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2638850 7485 2824 1 0 2627263 0
[pid=12491/tid=12493] ppid=12488 vsize=10555400 memory=-6153722959454376287 CPUtime=0.1 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) R 12488 12491 6338 0 -1 4202560 4413 0 0 0 9 1 0 0 20 0 15 0 95568332 10808729600 7485 33554432000 4194304 4196468 140731216321152 139738600579728 139738187139104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10555400 memory=5767625645049002377 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 7485 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 7485 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 7485 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 7485 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) S 12488 12491 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568334 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737631225840 139738596366978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95568335 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737630172064 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568335 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737629119472 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12501] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12501/stat : 12501 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737628068048 139738596374427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) S 12488 12491 6338 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737627015664 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737625963120 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0.02 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) S 12488 12491 6338 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 15 0 95568337 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737624910576 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 7485 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29940 KiB

[startup+0.211082 s]*
/proc/loadavg: 1.92 2.01 1.98 6/215 12531
/proc/meminfo: memFree=28674416/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10555400 memory=41576 CPUtime=0.32 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 7972 0 0 0 30 2 0 0 20 0 15 0 95568332 10808729600 10394 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2638850 10394 2966 1 0 2627263 0
[pid=12491/tid=12493] ppid=12488 vsize=10555400 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) R 12488 12491 6338 0 -1 4202560 4999 0 0 0 19 1 0 0 20 0 15 0 95568332 10808729600 10394 33554432000 4194304 4196468 140731216321152 139738600581264 139738596377757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10555400 memory=4211974193452174730 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 10394 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 10394 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 10394 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 10394 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) S 12488 12491 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568334 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737631225840 139738596366978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95568335 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737630172064 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568335 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737629119472 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12501] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12501/stat : 12501 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737628068048 139738596374427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) R 12488 12491 6338 0 -1 1077944384 823 0 0 0 3 0 0 0 20 0 15 0 95568337 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737627015664 139738596366978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) S 12488 12491 6338 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 95568337 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737625963120 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0.06 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) R 12488 12491 6338 0 -1 4202560 575 0 0 0 6 0 0 0 20 0 15 0 95568337 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737624906248 139738575282732 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 10394 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 41576 KiB

[startup+0.311027 s]*
/proc/loadavg: 1.92 2.01 1.98 7/215 12531
/proc/meminfo: memFree=28616964/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10555400 memory=96492 CPUtime=0.59 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 9449 0 0 0 55 4 0 0 20 0 15 0 95568332 10808729600 24123 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2638850 24123 3028 1 0 2627263 0
[pid=12491/tid=12493] ppid=12488 vsize=10555400 memory=6735269665583770266 CPUtime=0.29 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) R 12488 12491 6338 0 -1 4202560 5030 0 0 0 27 2 0 0 20 0 15 0 95568332 10808729600 24635 33554432000 4194304 4196468 140731216321152 139738600587168 139738596377757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10555400 memory=4211974193452174730 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 24635 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10555400 memory=140467341443246 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 24635 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10555400 memory=110316083 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 24635 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10555400 memory=7 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568333 10808729600 24635 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10555400 memory=140467342865937 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) S 12488 12491 6338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95568334 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737631225840 139738596366978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10555400 memory=2 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95568335 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737630172064 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10555400 memory=21 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568335 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737629119472 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12501] ppid=12488 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12501/stat : 12501 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737628068048 139738596374427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10555400 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) R 12488 12491 6338 0 -1 4202560 1561 0 0 0 9 0 0 0 20 0 15 0 95568337 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737626996680 139738579766726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10555400 memory=7649399362873995824 CPUtime=0.08 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) R 12488 12491 6338 0 -1 4202560 721 0 0 0 8 0 0 0 20 0 15 0 95568337 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737625963120 139738581135233 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0.09 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) S 12488 12491 6338 0 -1 1077944384 771 0 0 0 9 0 0 0 20 0 15 0 95568337 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737624910576 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10555400 memory=140467247384192 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) R 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568337 10808729600 24635 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 96492 KiB

[startup+0.700836 s]
/proc/loadavg: 1.92 2.01 1.98 9/215 12531
/proc/meminfo: memFree=28266536/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10555476 memory=300428 CPUtime=1.73 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 12722 0 0 0 151 22 0 0 20 0 15 0 95568332 10808807424 75107 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2638869 75107 3087 1 0 2627263 0
[pid=12491/tid=12493] ppid=12488 vsize=10555476 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) R 12488 12491 6338 0 -1 4202560 5728 0 0 0 54 6 0 0 20 0 15 0 95568332 10808807424 75107 33554432000 4194304 4196468 140731216321152 139738600593152 139738187071556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 68 0 0 0 3 3 0 0 20 0 15 0 95568333 10808807424 75107 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10555476 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 59 0 0 0 3 3 0 0 20 0 15 0 95568333 10808807424 75107 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10555476 memory=456 CPUtime=0.06 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 15 0 95568333 10808807424 75107 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10555476 memory=8242257093008504629 CPUtime=0.06 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 67 0 0 0 3 3 0 0 20 0 15 0 95568333 10808807424 75107 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10555476 memory=8584 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) S 12488 12491 6338 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95568334 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737631225840 139738596366978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95568335 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737630172064 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10555476 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95568335 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737629119472 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12501] ppid=12488 vsize=10555476 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12501/stat : 12501 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737628068048 139738596374427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10555476 memory=1440 CPUtime=0.28 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) R 12488 12491 6338 0 -1 4202560 2274 0 0 0 28 0 0 0 20 0 15 0 95568337 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737627015664 139738581480599 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10555476 memory=15876 CPUtime=0.34 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) R 12488 12491 6338 0 -1 4202560 2002 0 0 0 34 0 0 0 20 0 15 0 95568337 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737625954624 139738574749151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10555476 memory=16432 CPUtime=0.2 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) R 12488 12491 6338 0 -1 4202560 1016 0 0 0 20 0 0 0 20 0 15 0 95568337 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737624909264 139738574724202 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10555476 memory=16620 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10555476 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) S 12488 12491 6338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 75107 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 300428 KiB

[startup+1.50078 s]
/proc/loadavg: 1.92 2.01 1.98 6/215 12531
/proc/meminfo: memFree=27949172/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10555476 memory=547800 CPUtime=3.33 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 14112 0 0 0 291 42 0 0 20 0 15 0 95568332 10808807424 136950 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2638869 136950 3112 1 0 2627263 0
[pid=12491/tid=12493] ppid=12488 vsize=10555476 memory=0 CPUtime=1.3 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) R 12488 12491 6338 0 -1 4202560 5807 0 0 0 122 8 0 0 20 0 15 0 95568332 10808807424 136950 33554432000 4194304 4196468 140731216321152 139738600591016 139738190385764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10555476 memory=-2897801490638248331 CPUtime=0.15 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 268 0 0 0 8 7 0 0 20 0 15 0 95568333 10808807424 136950 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10555476 memory=-3472574513799858125 CPUtime=0.15 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 396 0 0 0 8 7 0 0 20 0 15 0 95568333 10808807424 136950 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10555476 memory=7440056984007045682 CPUtime=0.16 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 250 0 0 0 8 8 0 0 20 0 15 0 95568333 10808807424 136950 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10555476 memory=5937834911727314486 CPUtime=0.15 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 234 0 0 0 8 7 0 0 20 0 15 0 95568333 10808807424 136950 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) S 12488 12491 6338 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 95568334 10808807424 136950 33554432000 4194304 4196468 140731216321152 139737631225840 139738596366978 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0

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

[pid=12491/tid=12503] ppid=12488 vsize=10555476 memory=1728 CPUtime=1.99 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) S 12488 12491 6338 0 -1 1077944384 8154 0 0 0 198 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737625963168 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10555476 memory=12064 CPUtime=0.5 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) S 12488 12491 6338 0 -1 1077944384 2584 0 0 0 49 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737624910624 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10555476 memory=1952 CPUtime=0.24 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) S 12488 12491 6338 0 -1 1077944384 1135 0 0 0 14 10 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 1981.15 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8254216 KiB

[startup+579.208 s]
/proc/loadavg: 6.64 5.77 3.95 9/216 12862
/proc/meminfo: memFree=12193300/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10555476 memory=8254216 CPUtime=1993.89 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 965162 0 0 0 198799 590 0 0 20 0 15 0 95568332 10808807424 2063554 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2638869 2063554 3157 1 0 2627263 0
[pid=12491/tid=12493] ppid=12488 vsize=10555476 memory=916 CPUtime=47.81 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) S 12488 12491 6338 0 -1 1077944384 23234 0 0 0 4749 32 0 0 20 0 15 0 95568332 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738600595008 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10555476 memory=3832 CPUtime=471.66 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) R 12488 12491 6338 0 -1 4202560 246348 0 0 0 47039 127 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738522430112 139738581056462 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10555476 memory=4100 CPUtime=471.27 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) R 12488 12491 6338 0 -1 4202560 155419 0 0 0 46988 139 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738521377880 139738581055621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10555476 memory=6791534058613427641 CPUtime=472.14 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) R 12488 12491 6338 0 -1 4202560 159674 0 0 0 47079 135 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738520325336 139738581353899 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10555476 memory=1792 CPUtime=471.77 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) R 12488 12491 6338 0 -1 4202560 244620 0 0 0 47037 140 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738519272792 139738581056736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10555476 memory=636 CPUtime=54.53 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) S 12488 12491 6338 0 -1 1077944384 113841 0 0 0 5447 6 0 0 20 0 15 0 95568334 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737631224384 139738596366037 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10555476 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 95568335 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737630172128 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10555476 memory=8254216 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95568335 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737629119488 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12501] ppid=12488 vsize=10555476 memory=12064 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12501/stat : 12501 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737628068048 139738596374427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10555476 memory=1004 CPUtime=1.86 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) S 12488 12491 6338 0 -1 1077944384 8765 0 0 0 185 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737627015424 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10555476 memory=1228 CPUtime=1.99 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) S 12488 12491 6338 0 -1 1077944384 8154 0 0 0 198 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737625963168 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10555476 memory=1952 CPUtime=0.5 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) S 12488 12491 6338 0 -1 1077944384 2584 0 0 0 49 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737624910624 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10555476 memory=8254216 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10555476 memory=4616 CPUtime=0.24 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) S 12488 12491 6338 0 -1 1077944384 1137 0 0 0 14 10 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 1993.89 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8254216 KiB

[startup+580.001 s]*
/proc/loadavg: 6.64 5.77 3.95 6/216 12862
/proc/meminfo: memFree=12193300/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10555476 memory=8254216 CPUtime=1995.21 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 965188 0 0 0 198931 590 0 0 20 0 15 0 95568332 10808807424 2063554 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2638869 2063554 3157 1 0 2627263 0
[pid=12491/tid=12493] ppid=12488 vsize=10555476 memory=6791534058613427641 CPUtime=47.81 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) S 12488 12491 6338 0 -1 1077944384 23234 0 0 0 4749 32 0 0 20 0 15 0 95568332 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738600595008 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10555476 memory=-7003737579269690708 CPUtime=471.84 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 246351 0 0 0 47057 127 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10555476 memory=6791534058613427641 CPUtime=471.44 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 155429 0 0 0 47005 139 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10555476 memory=2240 CPUtime=472.32 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 159677 0 0 0 47097 135 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10555476 memory=2340 CPUtime=471.94 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 244626 0 0 0 47054 140 0 0 20 0 15 0 95568333 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10555476 memory=4080 CPUtime=55.15 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) R 12488 12491 6338 0 -1 4202560 113845 0 0 0 5509 6 0 0 20 0 15 0 95568334 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737631224272 139738581352235 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10555476 memory=932 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 95568335 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737630172128 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10555476 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 95568335 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737629119488 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12501] ppid=12488 vsize=10555476 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12501/stat : 12501 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737628068048 139738596374427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10555476 memory=6508 CPUtime=1.86 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) S 12488 12491 6338 0 -1 1077944384 8765 0 0 0 185 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737627015424 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10555476 memory=840 CPUtime=1.99 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) S 12488 12491 6338 0 -1 1077944384 8154 0 0 0 198 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737625963168 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10555476 memory=1692 CPUtime=0.5 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) S 12488 12491 6338 0 -1 1077944384 2584 0 0 0 49 1 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737624910624 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10555476 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10555476 memory=8254216 CPUtime=0.25 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) S 12488 12491 6338 0 -1 1077944384 1137 0 0 0 15 10 0 0 20 0 15 0 95568337 10808807424 2063554 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 1995.21 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8254216 KiB

[startup+580.801 s]
/proc/loadavg: 6.64 5.77 3.95 6/216 12862
/proc/meminfo: memFree=12193300/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10690804 memory=8255064 CPUtime=1996 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 966174 0 0 0 199010 590 0 0 20 0 17 0 95568332 10947383296 2063766 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2672701 2063766 3200 1 0 2661057 0
[pid=12491/tid=12493] ppid=12488 vsize=10690804 memory=6791534058613427641 CPUtime=47.83 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) S 12488 12491 6338 0 -1 1077944384 23799 0 0 0 4751 32 0 0 20 0 17 0 95568332 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139738600596512 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10690804 memory=1952 CPUtime=471.84 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 246351 0 0 0 47057 127 0 0 20 0 17 0 95568333 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10690804 memory=5796 CPUtime=471.44 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 155429 0 0 0 47005 139 0 0 20 0 17 0 95568333 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10690804 memory=4616 CPUtime=472.32 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 159677 0 0 0 47097 135 0 0 20 0 17 0 95568333 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10690804 memory=8254216 CPUtime=471.94 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 244626 0 0 0 47054 140 0 0 20 0 17 0 95568333 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10690804 memory=8254216 CPUtime=55.91 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) R 12488 12491 6338 0 -1 4202560 113904 0 0 0 5585 6 0 0 20 0 17 0 95568334 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139737631225760 139738596377178 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10690804 memory=2608 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 95568335 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139737630172128 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10690804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 95568335 10947383296 2063766 33554432000 4194304 4196468 140731216321152 139737629119488 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12501] ppid=12488 vsize=10690804 memory=3064 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12501/stat : 12501 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95568337 10947383296 2063777 33554432000 4194304 4196468 140731216321152 139737628068048 139738596374427 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10690804 memory=8254216 CPUtime=1.86 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) S 12488 12491 6338 0 -1 1077944384 8767 0 0 0 185 1 0 0 20 0 17 0 95568337 10947383296 2063799 33554432000 4194304 4196468 140731216321152 139737627015664 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10690804 memory=1160 CPUtime=2 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) S 12488 12491 6338 0 -1 1077944384 8240 0 0 0 199 1 0 0 20 0 16 0 95568337 10947383296 2063782 33554432000 4194304 4196468 140731216321152 139737625963120 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10690804 memory=3000 CPUtime=0.51 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) S 12488 12491 6338 0 -1 1077944384 2838 0 0 0 50 1 0 0 20 0 16 0 95568337 10947383296 2063782 33554432000 4194304 4196468 140731216321152 139737624910576 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10690804 memory=8254216 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95568337 10947383296 2063782 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12506] ppid=12488 vsize=10690804 memory=8254216 CPUtime=0.25 cores=0,2,4,6
/proc/12491/task/12506/stat : 12506 (java) S 12488 12491 6338 0 -1 1077944384 1137 0 0 0 15 10 0 0 20 0 16 0 95568337 10947383296 2063782 33554432000 4194304 4196468 140731216321152 139737622804784 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 1996 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8255064 KiB

[startup+581.001 s]*
/proc/loadavg: 6.64 5.77 3.95 5/217 12864
/proc/meminfo: memFree=12192664/32770624 swapFree=67108860/67108860
[pid=12491] ppid=12488 vsize=10690804 memory=8255224 CPUtime=1996.01 cores=0,2,4,6
/proc/12491/stat : 12491 (java) S 12488 12491 6338 0 -1 1077944320 966360 0 0 0 199011 590 0 0 20 0 13 0 95568332 10947383296 2063806 33554432000 4194304 4196468 140731216321152 140731216303696 139738596355831 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
/proc/12491/statm: 2672701 2063806 3202 1 0 2661057 0
[pid=12491/tid=12493] ppid=12488 vsize=10690804 memory=6791534058613427641 CPUtime=47.83 cores=0,2,4,6
/proc/12491/task/12493/stat : 12493 (java) S 12488 12491 6338 0 -1 1077944384 23799 0 0 0 4751 32 0 0 20 0 13 0 95568332 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139738600598672 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12494] ppid=12488 vsize=10690804 memory=0 CPUtime=471.84 cores=0,2,4,6
/proc/12491/task/12494/stat : 12494 (java) S 12488 12491 6338 0 -1 1077944384 246351 0 0 0 47057 127 0 0 20 0 13 0 95568333 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139738522430224 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12495] ppid=12488 vsize=10690804 memory=0 CPUtime=471.44 cores=0,2,4,6
/proc/12491/task/12495/stat : 12495 (java) S 12488 12491 6338 0 -1 1077944384 155429 0 0 0 47005 139 0 0 20 0 13 0 95568333 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139738521377680 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12496] ppid=12488 vsize=10690804 memory=0 CPUtime=472.32 cores=0,2,4,6
/proc/12491/task/12496/stat : 12496 (java) S 12488 12491 6338 0 -1 1077944384 159677 0 0 0 47097 135 0 0 20 0 13 0 95568333 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139738520325136 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12497] ppid=12488 vsize=10690804 memory=0 CPUtime=471.94 cores=0,2,4,6
/proc/12491/task/12497/stat : 12497 (java) S 12488 12491 6338 0 -1 1077944384 244626 0 0 0 47054 140 0 0 20 0 13 0 95568333 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139738519272592 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12498] ppid=12488 vsize=10690804 memory=0 CPUtime=55.91 cores=0,2,4,6
/proc/12491/task/12498/stat : 12498 (java) S 12488 12491 6338 0 -1 1077944384 113904 0 0 0 5585 6 0 0 20 0 13 0 95568334 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139737631226048 139738596366978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12499] ppid=12488 vsize=10690804 memory=3472895575524712495 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12499/stat : 12499 (java) S 12488 12491 6338 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 13 0 95568335 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139737630172128 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12500] ppid=12488 vsize=10690804 memory=3761971557755269173 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12500/stat : 12500 (java) S 12488 12491 6338 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 13 0 95568335 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139737629119488 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12502] ppid=12488 vsize=10690804 memory=7157740871925121128 CPUtime=1.86 cores=0,2,4,6
/proc/12491/task/12502/stat : 12502 (java) S 12488 12491 6338 0 -1 1077944384 8827 0 0 0 185 1 0 0 20 0 13 0 95568337 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139737626995216 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12503] ppid=12488 vsize=10690804 memory=0 CPUtime=2 cores=0,2,4,6
/proc/12491/task/12503/stat : 12503 (java) S 12488 12491 6338 0 -1 1077944384 8240 0 0 0 199 1 0 0 20 0 13 0 95568337 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139737625963120 139738596366978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12504] ppid=12488 vsize=10690804 memory=3760822555321448242 CPUtime=0.51 cores=0,2,4,6
/proc/12491/task/12504/stat : 12504 (java) S 12488 12491 6338 0 -1 1077944384 2881 0 0 0 50 1 0 0 20 0 13 0 95568337 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139737624906448 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
[pid=12491/tid=12505] ppid=12488 vsize=10690804 memory=3545090419980384945 CPUtime=0 cores=0,2,4,6
/proc/12491/task/12505/stat : 12505 (java) S 12488 12491 6338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 95568337 10947383296 2063806 33554432000 4194304 4196468 140731216321152 139737623858272 139738596366037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16756736 140731216327814 140731216327967 140731216327967 140731216330703 0
Current children cumulated CPU time: 1996.01 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8255224 KiB

Child status: 0
Real time (s): 581.063
CPU time (s): 1996.07
CPU user time (s): 1990.11
CPU system time (s): 5.9591
CPU usage (%): 343.521
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8255224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1990.11
system time used= 5.9591
maximum resident set size= 8255432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 966383
page faults= 0
swaps= 0
block input operations= 248
block output operations= 776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29042
involuntary context switches= 37265


# summary of solver processes directly reported to runsolver:
#   pid: 12491
#   total CPU time (s): 1996.07
#   total CPU user time (s): 1990.11
#   total CPU system time (s): 5.9591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.25624 second user time and 5.8475 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-13 13:33:34
IDJOB=4263507
IDBENCH=125603
IDSOLVER=2651
FILE ID=node148/4263507-1502624872
RUNJOBID= node148-1502624014-12472
PBS_JOBID= 20628305
Free space on /tmp= 61432 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-m1-lard/lard-85-85.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263507-1502624872/watcher-4263507-1502624872 -o /tmp/evaluation-result-4263507-1502624872/solver-4263507-1502624872 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1502624014-12472 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263507-1502624872.xml

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

MD5SUM BENCH= ba1c49fa80fd17c1a348725aa5db0d15
RANDOM SEED=1494622910

node148.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.19
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.19
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.19
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.19
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:        28725696 kB
MemAvailable:   31992056 kB
Buffers:          193404 kB
Cached:          3360740 kB
SwapCached:            0 kB
Active:           871596 kB
Inactive:        2734568 kB
Active(anon):       2988 kB
Inactive(anon):    76916 kB
Active(file):     868608 kB
Inactive(file):  2657652 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            191748 kB
Writeback:             0 kB
AnonPages:         57820 kB
Mapped:            43448 kB
Shmem:             25224 kB
Slab:             138640 kB
SReclaimable:     111868 kB
SUnreclaim:        26772 kB
KernelStack:        3168 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61500 MiB
End job on node148 at 2017-08-13 13:43:16