Trace number 4243732

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 NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 2217.1699 629.99597

General information on the benchmark

NameOpenStacks/
OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
MD5SUMca3b02115b63c058d23855e217e5f7b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables920
Number of constraints881
Number of domains3
Minimum domain size2
Maximum domain size41
Distribution of domain sizes[{"size":2,"count":800},{"size":40,"count":80},{"size":41,"count":40}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":840},{"degree":9,"count":40},{"degree":41,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":800},{"arity":9,"count":40},{"arity":21,"count":40},{"arity":40,"count":1}]
Number of extensional constraints800
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":800},{"type":"allDifferent","count":1},{"type":"sum","count":40},{"type":"minimum","count":20},{"type":"maximum","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243732-1502076419/watcher-4243732-1502076419 -o /tmp/evaluation-result-4243732-1502076419/solver-4243732-1502076419 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243732-1502076419.xml 

pid=25345
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.03 2.05 3/198 25348
/proc/meminfo: memFree=30771264/32770624 swapFree=0/354592
[pid=25348] ppid=25345 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25348/stat : 25348 (runsolver) D 25345 25348 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49552853 24240128 106 18446744073709551615 4194304 4338465 140727515560688 140727515558328 140530856768215 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 39358464 140727515566215 140727515566665 140727515566665 140727515570122 0
/proc/25348/statm: 5918 106 53 36 0 2156 0

[startup+0.100141 s]
/proc/loadavg: 2.04 2.03 2.05 3/198 25348
/proc/meminfo: memFree=30771264/32770624 swapFree=0/354592
[pid=25348] ppid=25345 vsize=10151672 CPUtime=0.04 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 4429 0 0 0 4 0 0 0 20 0 9 0 49552853 10395312128 5037 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2537918 5037 2158 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.201452 s]
/proc/loadavg: 2.04 2.03 2.05 3/198 25348
/proc/meminfo: memFree=30771264/32770624 swapFree=0/354592
[pid=25348] ppid=25345 vsize=10551156 CPUtime=0.09 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 5385 0 0 0 8 1 0 0 20 0 15 0 49552853 10804383744 6870 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2637789 6870 2734 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.300943 s]
/proc/loadavg: 2.04 2.03 2.05 3/198 25348
/proc/meminfo: memFree=30771264/32770624 swapFree=0/354592
[pid=25348] ppid=25345 vsize=10551156 CPUtime=0.24 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 8480 0 0 0 22 2 0 0 20 0 15 0 49552853 10804383744 9187 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2637789 9187 2854 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.7039 s]
/proc/loadavg: 2.04 2.03 2.05 3/198 25348
/proc/meminfo: memFree=30771264/32770624 swapFree=0/354592
[pid=25348] ppid=25345 vsize=10551232 CPUtime=1.44 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 13136 0 0 0 139 5 0 0 20 0 15 0 49552853 10804461568 33245 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2637808 33245 3056 1 0 2627261 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10551232

[startup+1.50094 s]
/proc/loadavg: 2.19 2.06 2.06 5/213 25363
/proc/meminfo: memFree=30595064/32770624 swapFree=0/354616
[pid=25348] ppid=25345 vsize=10551232 CPUtime=3.77 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 17649 0 0 0 363 14 0 0 20 0 15 0 49552853 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2637808 64181 3107 1 0 2627261 0
[pid=25348/tid=25350] ppid=25345 vsize=10551232 CPUtime=1.29 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) R 25345 25348 12906 0 -1 4202560 7959 0 0 0 124 5 0 0 20 0 15 0 49552858 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139855375558240 139855017392829 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) S 25345 25348 12906 0 -1 1077944384 101 0 0 0 5 1 0 0 20 0 15 0 49552859 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854982142608 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10551232 CPUtime=0.04 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) S 25345 25348 12906 0 -1 1077944384 102 0 0 0 3 1 0 0 20 0 15 0 49552859 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854981089808 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) S 25345 25348 12906 0 -1 1077944384 97 0 0 0 5 1 0 0 20 0 15 0 49552859 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854980037008 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10551232 CPUtime=0.06 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) S 25345 25348 12906 0 -1 1077944384 102 0 0 0 5 1 0 0 20 0 15 0 49552859 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854978984208 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) S 25345 25348 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 49552860 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854680603504 139855371340418 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854679549472 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854678496624 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552863 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25359] ppid=25345 vsize=10551232 CPUtime=0.87 cores=1,3,5,7
/proc/25348/task/25359/stat : 25359 (java) R 25345 25348 12906 0 -1 4202560 3441 0 0 0 87 0 0 0 20 0 15 0 49552863 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854676378376 139855352518930 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25360] ppid=25345 vsize=10551232 CPUtime=0.91 cores=1,3,5,7
/proc/25348/task/25360/stat : 25360 (java) R 25345 25348 12906 0 -1 4202560 2474 0 0 0 91 0 0 0 20 0 15 0 49552863 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854675321232 139855350547903 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25361] ppid=25345 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/25348/task/25361/stat : 25361 (java) S 25345 25348 12906 0 -1 1077944384 1930 0 0 0 40 0 0 0 20 0 15 0 49552863 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854674286704 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25362] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25362/stat : 25362 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552864 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854673234144 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25363] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25363/stat : 25363 (java) S 25345 25348 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 49552870 10804461568 64181 18446744073709551615 4194304 4196468 140721860134704 139854469917872 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 10551232

[startup+3.10691 s]
/proc/loadavg: 2.19 2.06 2.06 5/213 25363
/proc/meminfo: memFree=30309256/32770624 swapFree=0/354616
[pid=25348] ppid=25345 vsize=10551232 CPUtime=7.38 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 27251 0 0 0 704 34 0 0 20 0 15 0 49552853 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2637808 200646 3116 1 0 2627261 0
[pid=25348/tid=25350] ppid=25345 vsize=10551232 CPUtime=2.68 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) S 25345 25348 12906 0 -1 1077944384 8432 0 0 0 258 10 0 0 20 0 15 0 49552858 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139855375564080 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) R 25345 25348 12906 0 -1 4202560 367 0 0 0 19 4 0 0 20 0 15 0 49552859 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854982142608 139855356356684 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) R 25345 25348 12906 0 -1 4202560 276 0 0 0 17 4 0 0 20 0 15 0 49552859 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854981089808 139855356357145 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) R 25345 25348 12906 0 -1 4202560 251 0 0 0 21 4 0 0 20 0 15 0 49552859 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854980037008 139855356351392 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10551232 CPUtime=0.27 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) R 25345 25348 12906 0 -1 4202560 215 0 0 0 22 5 0 0 20 0 15 0 49552859 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854978984408 139855356357145 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) S 25345 25348 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 49552860 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854680602016 139855371339477 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854679549472 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854678496624 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552863 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25359] ppid=25345 vsize=10551232 CPUtime=1.57 cores=1,3,5,7
/proc/25348/task/25359/stat : 25359 (java) S 25345 25348 12906 0 -1 1077944384 8445 0 0 0 156 1 0 0 20 0 15 0 49552863 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854676392304 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25360] ppid=25345 vsize=10551232 CPUtime=1.67 cores=1,3,5,7
/proc/25348/task/25360/stat : 25360 (java) S 25345 25348 12906 0 -1 1077944384 5747 0 0 0 166 1 0 0 20 0 15 0 49552863 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854675339504 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25361] ppid=25345 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/25348/task/25361/stat : 25361 (java) S 25345 25348 12906 0 -1 1077944384 1949 0 0 0 41 1 0 0 20 0 15 0 49552863 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854674286704 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25362] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25362/stat : 25362 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552864 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854673234144 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25363] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25363/stat : 25363 (java) S 25345 25348 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 49552870 10804461568 200646 18446744073709551615 4194304 4196468 140721860134704 139854469917872 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 10551232

[startup+6.30073 s]
/proc/loadavg: 2.19 2.06 2.06 3/213 25363
/proc/meminfo: memFree=29733220/32770624 swapFree=0/354616
[pid=25348] ppid=25345 vsize=10551232 CPUtime=14.11 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 32112 0 0 0 1324 87 0 0 20 0 15 0 49552853 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2637808 368279 3132 1 0 2627261 0
[pid=25348/tid=25350] ppid=25345 vsize=10551232 CPUtime=4.34 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) R 25345 25348 12906 0 -1 4202560 9670 0 0 0 422 12 0 0 20 0 15 0 49552858 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139855375561616 139855017449721 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10551232 CPUtime=1.32 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) S 25345 25348 12906 0 -1 1077944384 691 0 0 0 115 17 0 0 20 0 15 0 49552859 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854982142608 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10551232 CPUtime=1.31 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) S 25345 25348 12906 0 -1 1077944384 1114 0 0 0 114 17 0 0 20 0 15 0 49552859 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854981089808 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10551232 CPUtime=1.35 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) S 25345 25348 12906 0 -1 1077944384 937 0 0 0 118 17 0 0 20 0 15 0 49552859 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854980037008 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10551232 CPUtime=1.37 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) S 25345 25348 12906 0 -1 1077944384 1213 0 0 0 119 18 0 0 20 0 15 0 49552859 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854978984208 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10551232 CPUtime=0.43 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) S 25345 25348 12906 0 -1 1077944384 959 0 0 0 43 0 0 0 20 0 15 0 49552860 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854680603504 139855371340418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854679549472 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854678496624 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552863 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25359] ppid=25345 vsize=10551232 CPUtime=1.69 cores=1,3,5,7
/proc/25348/task/25359/stat : 25359 (java) S 25345 25348 12906 0 -1 1077944384 8461 0 0 0 168 1 0 0 20 0 15 0 49552863 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854676392304 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25360] ppid=25345 vsize=10551232 CPUtime=1.8 cores=1,3,5,7
/proc/25348/task/25360/stat : 25360 (java) S 25345 25348 12906 0 -1 1077944384 5756 0 0 0 179 1 0 0 20 0 15 0 49552863 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854675339504 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25361] ppid=25345 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/25348/task/25361/stat : 25361 (java) S 25345 25348 12906 0 -1 1077944384 1950 0 0 0 41 1 0 0 20 0 15 0 49552863 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854674286704 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25362] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25362/stat : 25362 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552864 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854673234144 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25363] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25363/stat : 25363 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552870 10804461568 368279 18446744073709551615 4194304 4196468 140721860134704 139854469917872 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 14.11
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.08 2.04 2.05 6/213 25363
/proc/meminfo: memFree=28594224/32770624 swapFree=0/354612
[pid=25348] ppid=25345 vsize=10551232 CPUtime=27.16 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 42686 0 0 0 2594 122 0 0 20 0 15 0 49552853 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2637808 553650 3133 1 0 2627261 0
[pid=25348/tid=25350] ppid=25345 vsize=10551232 CPUtime=7.28 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) R 25345 25348 12906 0 -1 4202560 10617 0 0 0 711 17 0 0 20 0 15 0 49552858 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139855375561296 139855016713180 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10551232 CPUtime=3.52 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) S 25345 25348 12906 0 -1 1077944384 1310 0 0 0 327 25 0 0 20 0 15 0 49552859 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854982142608 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10551232 CPUtime=3.53 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) S 25345 25348 12906 0 -1 1077944384 1695 0 0 0 329 24 0 0 20 0 15 0 49552859 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854981089808 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10551232 CPUtime=3.57 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) S 25345 25348 12906 0 -1 1077944384 1671 0 0 0 332 25 0 0 20 0 15 0 49552859 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854980037008 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10551232 CPUtime=3.58 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) S 25345 25348 12906 0 -1 1077944384 5178 0 0 0 333 25 0 0 20 0 15 0 49552859 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854978984208 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10551232 CPUtime=1.66 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) S 25345 25348 12906 0 -1 1077944384 4249 0 0 0 166 0 0 0 20 0 15 0 49552860 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854680603504 139855371340418 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854679549472 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 49552861 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854678496624 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 49552863 10804461568 553650 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0

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

/proc/25348/task/25400/stat : 25400 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854465712560 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 2209.35
Current children cumulated vsize (KiB) 10686560

[startup+628.801 s]
/proc/loadavg: 4.12 4.15 3.18 6/217 25401
/proc/meminfo: memFree=22474672/32770624 swapFree=0/354760
[pid=25348] ppid=25345 vsize=10686560 CPUtime=2215.54 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 297515 0 0 0 220696 858 0 0 20 0 17 0 49552853 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2671640 2070662 3183 1 0 2661055 0
[pid=25348/tid=25350] ppid=25345 vsize=10686560 CPUtime=43.69 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) S 25345 25348 12906 0 -1 1077944384 19360 0 0 0 4351 18 0 0 20 0 17 0 49552858 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139855375569952 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10686560 CPUtime=531.62 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) R 25345 25348 12906 0 -1 4202560 42758 0 0 0 52972 190 0 0 20 0 17 0 49552859 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854982142728 139855363957479 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10686560 CPUtime=528.67 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) R 25345 25348 12906 0 -1 4202560 32711 0 0 0 52640 227 0 0 20 0 17 0 49552859 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854981089616 139855363957479 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10686560 CPUtime=531.55 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) R 25345 25348 12906 0 -1 4202560 42373 0 0 0 52938 217 0 0 20 0 17 0 49552859 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854980036816 139855363957479 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10686560 CPUtime=531.7 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) R 25345 25348 12906 0 -1 4202560 39206 0 0 0 52979 191 0 0 20 0 17 0 49552859 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854978984408 139855356325695 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10686560 CPUtime=43.75 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) S 25345 25348 12906 0 -1 1077944384 97557 0 0 0 4371 4 0 0 20 0 17 0 49552860 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854680602048 139855371339477 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854679549536 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854678496000 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552863 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25359] ppid=25345 vsize=10686560 CPUtime=1.74 cores=1,3,5,7
/proc/25348/task/25359/stat : 25359 (java) S 25345 25348 12906 0 -1 1077944384 9750 0 0 0 173 1 0 0 20 0 17 0 49552863 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854676377200 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25360] ppid=25345 vsize=10686560 CPUtime=1.89 cores=1,3,5,7
/proc/25348/task/25360/stat : 25360 (java) S 25345 25348 12906 0 -1 1077944384 7891 0 0 0 188 1 0 0 20 0 17 0 49552863 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854675325968 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25361] ppid=25345 vsize=10686560 CPUtime=0.46 cores=1,3,5,7
/proc/25348/task/25361/stat : 25361 (java) S 25345 25348 12906 0 -1 1077944384 3941 0 0 0 45 1 0 0 20 0 17 0 49552863 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854674286464 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25362] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25362/stat : 25362 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552864 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854673234144 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25363] ppid=25345 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/25348/task/25363/stat : 25363 (java) S 25345 25348 12906 0 -1 1077944384 515 0 0 0 24 14 0 0 20 0 17 0 49552870 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854469917872 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25399] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25399/stat : 25399 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854466764592 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25400] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25400/stat : 25400 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070662 18446744073709551615 4194304 4196468 140721860134704 139854465712560 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 2215.54
Current children cumulated vsize (KiB) 10686560

[startup+629.601 s]
/proc/loadavg: 4.12 4.15 3.18 3/217 25401
/proc/meminfo: memFree=22474672/32770624 swapFree=0/354760
[pid=25348] ppid=25345 vsize=10686560 CPUtime=2216.77 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 298097 0 0 0 220818 859 0 0 20 0 17 0 49552853 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2671640 2070663 3183 1 0 2661055 0
[pid=25348/tid=25350] ppid=25345 vsize=10686560 CPUtime=43.69 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) S 25345 25348 12906 0 -1 1077944384 19360 0 0 0 4351 18 0 0 20 0 17 0 49552858 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139855375569952 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10686560 CPUtime=531.76 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) S 25345 25348 12906 0 -1 1077944384 42758 0 0 0 52986 190 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854982142608 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10686560 CPUtime=528.81 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) S 25345 25348 12906 0 -1 1077944384 32711 0 0 0 52654 227 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854981089808 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10686560 CPUtime=531.69 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) S 25345 25348 12906 0 -1 1077944384 42373 0 0 0 52952 217 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854980037008 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10686560 CPUtime=531.85 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) S 25345 25348 12906 0 -1 1077944384 39210 0 0 0 52994 191 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854978984208 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10686560 CPUtime=44.4 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) R 25345 25348 12906 0 -1 4202560 98135 0 0 0 4436 4 0 0 20 0 17 0 49552860 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854680602048 139855356325678 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854679549536 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854678496000 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25359] ppid=25345 vsize=10686560 CPUtime=1.74 cores=1,3,5,7
/proc/25348/task/25359/stat : 25359 (java) S 25345 25348 12906 0 -1 1077944384 9750 0 0 0 173 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854676377200 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25360] ppid=25345 vsize=10686560 CPUtime=1.89 cores=1,3,5,7
/proc/25348/task/25360/stat : 25360 (java) S 25345 25348 12906 0 -1 1077944384 7891 0 0 0 188 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854675325968 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25361] ppid=25345 vsize=10686560 CPUtime=0.46 cores=1,3,5,7
/proc/25348/task/25361/stat : 25361 (java) S 25345 25348 12906 0 -1 1077944384 3941 0 0 0 45 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854674286464 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25362] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25362/stat : 25362 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552864 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854673234144 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25363] ppid=25345 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/25348/task/25363/stat : 25363 (java) S 25345 25348 12906 0 -1 1077944384 515 0 0 0 24 14 0 0 20 0 17 0 49552870 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854469917872 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25399] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25399/stat : 25399 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854466764592 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25400] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25400/stat : 25400 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854465712560 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 2216.77
Current children cumulated vsize (KiB) 10686560

[startup+629.801 s]
/proc/loadavg: 4.12 4.15 3.18 3/217 25401
/proc/meminfo: memFree=22474672/32770624 swapFree=0/354760
[pid=25348] ppid=25345 vsize=10686560 CPUtime=2216.97 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 298097 0 0 0 220838 859 0 0 20 0 17 0 49552853 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2671640 2070663 3183 1 0 2661055 0
[pid=25348/tid=25350] ppid=25345 vsize=10686560 CPUtime=43.69 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) S 25345 25348 12906 0 -1 1077944384 19360 0 0 0 4351 18 0 0 20 0 17 0 49552858 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139855375569952 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10686560 CPUtime=531.76 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) S 25345 25348 12906 0 -1 1077944384 42758 0 0 0 52986 190 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854982142608 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10686560 CPUtime=528.81 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) S 25345 25348 12906 0 -1 1077944384 32711 0 0 0 52654 227 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854981089808 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10686560 CPUtime=531.69 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) S 25345 25348 12906 0 -1 1077944384 42373 0 0 0 52952 217 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854980037008 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10686560 CPUtime=531.85 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) S 25345 25348 12906 0 -1 1077944384 39210 0 0 0 52994 191 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854978984208 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10686560 CPUtime=44.6 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) R 25345 25348 12906 0 -1 4202560 98135 0 0 0 4456 4 0 0 20 0 17 0 49552860 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854680602048 139855356325678 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854679549536 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854678496000 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25359] ppid=25345 vsize=10686560 CPUtime=1.74 cores=1,3,5,7
/proc/25348/task/25359/stat : 25359 (java) S 25345 25348 12906 0 -1 1077944384 9750 0 0 0 173 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854676377200 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25360] ppid=25345 vsize=10686560 CPUtime=1.89 cores=1,3,5,7
/proc/25348/task/25360/stat : 25360 (java) S 25345 25348 12906 0 -1 1077944384 7891 0 0 0 188 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854675325968 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25361] ppid=25345 vsize=10686560 CPUtime=0.46 cores=1,3,5,7
/proc/25348/task/25361/stat : 25361 (java) S 25345 25348 12906 0 -1 1077944384 3941 0 0 0 45 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854674286464 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25362] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25362/stat : 25362 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552864 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854673234144 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25363] ppid=25345 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/25348/task/25363/stat : 25363 (java) S 25345 25348 12906 0 -1 1077944384 515 0 0 0 24 14 0 0 20 0 17 0 49552870 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854469917872 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25399] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25399/stat : 25399 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854466764592 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25400] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25400/stat : 25400 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854465712560 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 2216.97
Current children cumulated vsize (KiB) 10686560

[startup+629.901 s]
/proc/loadavg: 4.12 4.15 3.18 3/217 25401
/proc/meminfo: memFree=22474672/32770624 swapFree=0/354760
[pid=25348] ppid=25345 vsize=10686560 CPUtime=2217.07 cores=1,3,5,7
/proc/25348/stat : 25348 (java) S 25345 25348 12906 0 -1 1077944320 298097 0 0 0 220848 859 0 0 20 0 17 0 49552853 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 140721860117248 139855371329271 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 4 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
/proc/25348/statm: 2671640 2070663 3183 1 0 2661055 0
[pid=25348/tid=25350] ppid=25345 vsize=10686560 CPUtime=43.69 cores=1,3,5,7
/proc/25348/task/25350/stat : 25350 (java) S 25345 25348 12906 0 -1 1077944384 19360 0 0 0 4351 18 0 0 20 0 17 0 49552858 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139855375569952 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25351] ppid=25345 vsize=10686560 CPUtime=531.76 cores=1,3,5,7
/proc/25348/task/25351/stat : 25351 (java) S 25345 25348 12906 0 -1 1077944384 42758 0 0 0 52986 190 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854982142608 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25352] ppid=25345 vsize=10686560 CPUtime=528.81 cores=1,3,5,7
/proc/25348/task/25352/stat : 25352 (java) S 25345 25348 12906 0 -1 1077944384 32711 0 0 0 52654 227 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854981089808 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25353] ppid=25345 vsize=10686560 CPUtime=531.69 cores=1,3,5,7
/proc/25348/task/25353/stat : 25353 (java) S 25345 25348 12906 0 -1 1077944384 42373 0 0 0 52952 217 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854980037008 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25354] ppid=25345 vsize=10686560 CPUtime=531.85 cores=1,3,5,7
/proc/25348/task/25354/stat : 25354 (java) S 25345 25348 12906 0 -1 1077944384 39210 0 0 0 52994 191 0 0 20 0 17 0 49552859 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854978984208 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25355] ppid=25345 vsize=10686560 CPUtime=44.7 cores=1,3,5,7
/proc/25348/task/25355/stat : 25355 (java) R 25345 25348 12906 0 -1 4202560 98135 0 0 0 4466 4 0 0 20 0 17 0 49552860 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854680602048 139855355786893 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25356] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25356/stat : 25356 (java) S 25345 25348 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854679549536 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25357] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25357/stat : 25357 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49552861 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854678496000 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25358] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25358/stat : 25358 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854677444944 139855371347867 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25359] ppid=25345 vsize=10686560 CPUtime=1.74 cores=1,3,5,7
/proc/25348/task/25359/stat : 25359 (java) S 25345 25348 12906 0 -1 1077944384 9750 0 0 0 173 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854676377200 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25360] ppid=25345 vsize=10686560 CPUtime=1.89 cores=1,3,5,7
/proc/25348/task/25360/stat : 25360 (java) S 25345 25348 12906 0 -1 1077944384 7891 0 0 0 188 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854675325968 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25361] ppid=25345 vsize=10686560 CPUtime=0.46 cores=1,3,5,7
/proc/25348/task/25361/stat : 25361 (java) S 25345 25348 12906 0 -1 1077944384 3941 0 0 0 45 1 0 0 20 0 17 0 49552863 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854674286464 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25362] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25362/stat : 25362 (java) S 25345 25348 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 49552864 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854673234144 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25363] ppid=25345 vsize=10686560 CPUtime=0.38 cores=1,3,5,7
/proc/25348/task/25363/stat : 25363 (java) S 25345 25348 12906 0 -1 1077944384 515 0 0 0 24 14 0 0 20 0 17 0 49552870 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854469917872 139855371340418 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25399] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25399/stat : 25399 (java) S 25345 25348 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854466764592 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
[pid=25348/tid=25400] ppid=25345 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/25348/task/25400/stat : 25400 (java) S 25345 25348 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 49612519 10943037440 2070663 18446744073709551615 4194304 4196468 140721860134704 139854465712560 139855371339477 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25960448 140721860141493 140721860141646 140721860141646 140721860145103 0
Current children cumulated CPU time (s) 2217.07
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 629.996
CPU time (s): 2217.17
CPU user time (s): 2208.53
CPU system time (s): 8.63144
CPU usage (%): 351.933
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2208.54
system time used= 8.63144
maximum resident set size= 8282832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301770
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47746
involuntary context switches= 21256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.90759 second user time and 4.22752 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 05:13:02
IDJOB=4243732
IDBENCH=140502
IDSOLVER=2623
FILE ID=node135/4243732-1502076419
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-Miller-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243732-1502076419/watcher-4243732-1502076419 -o /tmp/evaluation-result-4243732-1502076419/solver-4243732-1502076419 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243732-1502076419.xml

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

MD5SUM BENCH= ca3b02115b63c058d23855e217e5f7b7
RANDOM SEED=2097554203

node135.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.21
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.21
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.21
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.21
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:        30771560 kB
MemAvailable:   31204108 kB
Buffers:          214380 kB
Cached:           506652 kB
SwapCached:            0 kB
Active:          1190216 kB
Inactive:         379564 kB
Active(anon):     848980 kB
Inactive(anon):    24972 kB
Active(file):     341236 kB
Inactive(file):   354592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2080 kB
Writeback:             0 kB
AnonPages:        852648 kB
Mapped:            50992 kB
Shmem:             25344 kB
Slab:             132012 kB
SReclaimable:     105108 kB
SUnreclaim:        26904 kB
KernelStack:        3696 kB
PageTables:         6836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2270032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    739328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-07 05:23:32