Trace number 4243706

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1024.54 170.406

General information on the benchmark

NameSteiner3/Steiner3-m1-s1/
Steiner3-10.xml
MD5SUM33acbdbf13e8fba51e0fc3db0676c789
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints120
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":45}]
Minimum variable degree15
Maximum variable degree15
Distribution of variable degrees[{"degree":15,"count":45}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":15},{"arity":6,"count":105}]
Number of extensional constraints105
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":105},{"type":"ordered","count":15}]
Optimization problemNO
Type of objective

Solver Data

1024.38/170.13	Jul 22, 2017 12:19:13 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1024.38/170.13	INFO: Runtime exception
1024.38/170.13	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1024.38/170.13		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1024.38/170.13		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1024.38/170.13		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1024.38/170.13		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1024.38/170.13		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1024.38/170.13		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1024.38/170.13		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1024.38/170.13		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1024.38/170.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1024.38/170.13		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1024.38/170.13		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1024.38/170.13		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1024.38/170.13		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1024.38/170.13		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1024.38/170.13		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1024.38/170.13		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1024.38/170.13		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1024.38/170.13		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1024.38/170.13		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1024.38/170.13		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 22 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 26 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 27 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 31 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 32 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 36 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 37 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 41 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 42 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 46 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 47 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 51 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 52 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 56 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 57 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 61 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 62 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 66 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 67 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 71 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 72 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 76 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 77 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 81 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 82 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 86 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 87 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 91 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 92 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 96 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 97 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 101 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 102 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 106 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 107 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 111 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 112 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 116 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 117 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 121 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 122 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		... 126 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		... 127 more
1024.38/170.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1024.38/170.13		... 131 more
1024.38/170.13	Caused by: java.lang.reflect.InvocationTargetException
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1024.38/170.13		... 131 more
1024.38/170.13	Caused by: java.lang.OutOfMemoryError: Java heap space
1024.38/170.13		at org.sat4j.minisat.constraints.cnf.Lits.init(Lits.java:91)
1024.38/170.13		at org.sat4j.minisat.constraints.cnf.Lits.ensurePool(Lits.java:155)
1024.38/170.13		at org.sat4j.minisat.constraints.cnf.Lits.nextFreeVarId(Lits.java:286)
1024.38/170.13		at org.sat4j.minisat.core.Solver.nextFreeVarId(Solver.java:2130)
1024.38/170.13		at org.sat4j.csp.CspSatSolverDecorator.nextFreeVarId(CspSatSolverDecorator.java:115)
1024.38/170.13		at org.sat4j.tools.SolverDecorator.nextFreeVarId(SolverDecorator.java:421)
1024.38/170.13		at org.sat4j.csp.intension.CspToPBSolverDecorator.newSatSolverVar(CspToPBSolverDecorator.java:94)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:522)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1024.38/170.13		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1024.38/170.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1024.38/170.13		at java.lang.reflect.Method.invoke(Method.java:498)
1024.38/170.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1024.38/170.13	
1024.47/170.33	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1024.47/170.33	c This is free software under the dual EPL/GNU LGPL licenses.
1024.47/170.33	c See www.sat4j.org for details.
1024.47/170.33	c That software uses the Rhino library from the Mozilla project.
1024.47/170.33	c version CUSTOM.v20170705
1024.47/170.33	c java.runtime.name	Java(TM) SE Runtime Environment
1024.47/170.33	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1024.47/170.33	c java.vm.version	25.131-b11
1024.47/170.33	c java.vm.vendor	Oracle Corporation
1024.47/170.33	c sun.arch.data.model	64
1024.47/170.33	c java.version		1.8.0_131
1024.47/170.33	c os.name		Linux
1024.47/170.33	c os.version		3.10.0-514.16.1.el7.x86_64
1024.47/170.33	c os.arch		amd64
1024.47/170.33	c Free memory 		499604488
1024.47/170.33	c Max memory 		7247757312
1024.47/170.33	c Total memory 		504889344
1024.47/170.33	c Number of processors 	8
1024.47/170.33	c c --- Begin Solver configuration ---
1024.47/170.33	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1024.47/170.33	c Learn all clauses as in MiniSAT
1024.47/170.33	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1024.47/170.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1024.47/170.33	c No reason simplification
1024.47/170.33	c Glucose 2.1 dynamic restart strategy
1024.47/170.33	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
1024.47/170.33	c timeout=2147483s
1024.47/170.33	c DB Simplification allowed=false
1024.47/170.33	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1024.47/170.33	c --- End Solver configuration ---
1024.47/170.33	c starts		: 0
1024.47/170.33	c conflicts		: 0
1024.47/170.33	c decisions		: 0
1024.47/170.33	c propagations		: 0
1024.47/170.33	c inspects		: 0
1024.47/170.33	c shortcuts		: 0
1024.47/170.33	c learnt literals	: 0
1024.47/170.33	c learnt binary clauses	: 0
1024.47/170.33	c learnt ternary clauses	: 0
1024.47/170.33	c learnt constraints	: 0
1024.47/170.33	c ignored constraints	: 0
1024.47/170.33	c root simplifications	: 0
1024.47/170.33	c removed literals (reason simplification)	: 0
1024.47/170.33	c reason swapping (by a shorter reason)	: 0
1024.47/170.33	c Calls to reduceDB	: 0
1024.47/170.33	c Number of update (reduction) of LBD	: 0
1024.47/170.33	c Imported unit clauses	: 0
1024.47/170.33	c number of reductions to clauses (during analyze)	: 0
1024.47/170.33	c number of learned constraints concerned by reduction	: 0
1024.47/170.33	c number of learning phase by resolution	: 0
1024.47/170.33	c number of learning phase by cutting planes	: 0
1024.47/170.33	c number of rounding to 1 operations	: 0
1024.47/170.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1024.47/170.33	c number of reductions of the coefficients by power 2 	: 0
1024.47/170.33	c number of right shift for reduction by power 2 	: 0
1024.47/170.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
1024.47/170.33	c speed (assignments/second)	: 0.0
1024.47/170.33	c non guided choices	0
1024.47/170.33	c learnt constraints type 
1024.47/170.33	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-4243706-1500675383/watcher-4243706-1500675383 -o /tmp/evaluation-result-4243706-1500675383/solver-4243706-1500675383 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500670246-12514 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243706-1500675383.xml 

pid=13562
running on 8 cores: 1,3,5,7,9,11,13,15

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: 13.50 7.76 4.52 9/261 13565
/proc/meminfo: memFree=23789516/32770624 swapFree=5744/211196
[pid=13565] ppid=13562 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 2804547 369864704 1935 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 90299 1935 1081 1 0 79210 0
[pid=13565/tid=13566] ppid=13562 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) S 13562 13565 9821 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 2804548 369864704 1935 33554432000 4194304 4196468 140724454553968 140391834241440 140391830010498 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0

[startup+0.100072 s]
/proc/loadavg: 13.50 7.76 4.52 9/261 13565
/proc/meminfo: memFree=23789516/32770624 swapFree=5744/211196
[pid=13565] ppid=13562 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 4687 0 0 0 9 1 0 0 20 0 20 0 2804547 11162169344 6246 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725139 6246 2636 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900556 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) R 13562 13565 9821 0 -1 4202560 2767 0 0 0 7 0 0 0 20 0 20 0 2804548 11162169344 6246 33554432000 4194304 4196468 140724454553968 140391834225040 140391424869653 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200441 s]
/proc/loadavg: 13.50 7.76 4.52 9/261 13565
/proc/meminfo: memFree=23789516/32770624 swapFree=5744/211196
[pid=13565] ppid=13562 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 6906 0 0 0 24 2 0 0 20 0 20 0 2804547 11162169344 9265 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725139 9265 2886 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900556 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) R 13562 13565 9821 0 -1 4202560 4481 0 0 0 16 1 0 0 20 0 20 0 2804548 11162169344 9265 33554432000 4194304 4196468 140724454553968 140391834214224 140391814079838 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300368 s]
/proc/loadavg: 13.50 7.76 4.52 9/261 13565
/proc/meminfo: memFree=23789516/32770624 swapFree=5744/211196
[pid=13565] ppid=13562 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 8020 0 0 0 40 3 0 0 20 0 20 0 2804547 11162169344 13323 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725139 13323 2974 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) R 13562 13565 9821 0 -1 4202560 4908 0 0 0 26 2 0 0 20 0 20 0 2804548 11162169344 13323 33554432000 4194304 4196468 140724454553968 140391834214880 140391814079838 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700264 s]
/proc/loadavg: 13.50 7.76 4.52 9/261 13565
/proc/meminfo: memFree=23789516/32770624 swapFree=5744/211196
[pid=13565] ppid=13562 vsize=10900632 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 11320 0 0 0 163 14 0 0 20 0 20 0 2804547 11162247168 57382 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725158 57382 3089 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900632 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) R 13562 13565 9821 0 -1 4202560 5330 0 0 0 61 3 0 0 20 0 20 0 2804548 11162247168 57382 33554432000 4194304 4196468 140724454553968 140391834233896 140391427530624 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 10900632

[startup+1.50082 s]
/proc/loadavg: 13.22 7.79 4.55 10/281 13585
/proc/meminfo: memFree=23411844/32770624 swapFree=5744/211428
[pid=13565] ppid=13562 vsize=10900632 CPUtime=2.87 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 12006 0 0 0 255 32 0 0 20 0 20 0 2804547 11162247168 97214 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725158 97214 3097 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900632 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) R 13562 13565 9821 0 -1 4202560 5403 0 0 0 135 5 0 0 20 0 20 0 2804548 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391834235096 140391812462003 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13568] ppid=13562 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 9821 0 -1 1077944384 84 0 0 0 3 3 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391756073488 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13569] ppid=13562 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 9821 0 -1 1077944384 113 0 0 0 1 2 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391755020944 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13570] ppid=13562 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 9821 0 -1 1077944384 45 0 0 0 3 2 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391753967888 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13571] ppid=13562 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 9821 0 -1 1077944384 30 0 0 0 2 2 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391752915344 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13572] ppid=13562 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 9821 0 -1 1077944384 58 0 0 0 3 3 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391751863312 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13573] ppid=13562 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 9821 0 -1 1077944384 89 0 0 0 3 3 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391750810768 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13574] ppid=13562 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 9821 0 -1 1077944384 106 0 0 0 2 3 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391749757712 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13575] ppid=13562 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 9821 0 -1 1077944384 31 0 0 0 1 2 0 0 20 0 20 0 2804549 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391748705168 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13576] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 9821 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391305070832 140391830010498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13577] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 9821 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391304017056 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13578] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 9821 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2804552 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391302963952 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13579] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391301912528 140391830017947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13580] ppid=13562 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 9821 0 -1 1077944384 1308 0 0 0 24 0 0 0 20 0 20 0 2804555 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391300860656 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13581] ppid=13562 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 9821 0 -1 1077944384 1091 0 0 0 25 0 0 0 20 0 20 0 2804555 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391299808112 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13582] ppid=13562 vsize=10900632 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 9821 0 -1 1077944384 851 0 0 0 26 0 0 0 20 0 20 0 2804555 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391298755056 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13583] ppid=13562 vsize=10900632 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 9821 0 -1 1077944384 1225 0 0 0 21 0 0 0 20 0 20 0 2804555 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391297702512 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13584] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13584/stat : 13584 (java) S 13562 13565 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391296649696 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13585] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13585/stat : 13585 (java) S 13562 13565 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 97214 33554432000 4194304 4196468 140724454553968 140391295597232 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 10900632

[startup+3.10087 s]
/proc/loadavg: 13.22 7.79 4.55 10/281 13585
/proc/meminfo: memFree=23410820/32770624 swapFree=5744/211428
[pid=13565] ppid=13562 vsize=10900632 CPUtime=4.49 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 12543 0 0 0 417 32 0 0 20 0 20 0 2804547 11162247168 97345 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725158 97345 3098 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900632 CPUtime=3 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) R 13562 13565 9821 0 -1 4202560 5633 0 0 0 295 5 0 0 20 0 20 0 2804548 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391834236432 140391427593304 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13568] ppid=13562 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 9821 0 -1 1077944384 84 0 0 0 3 3 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391756073488 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13569] ppid=13562 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 9821 0 -1 1077944384 113 0 0 0 1 2 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391755020944 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13570] ppid=13562 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 9821 0 -1 1077944384 45 0 0 0 3 2 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391753967888 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13571] ppid=13562 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 9821 0 -1 1077944384 30 0 0 0 2 2 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391752915344 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13572] ppid=13562 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 9821 0 -1 1077944384 58 0 0 0 3 3 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391751863312 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13573] ppid=13562 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 9821 0 -1 1077944384 89 0 0 0 3 3 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391750810768 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13574] ppid=13562 vsize=10900632 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 9821 0 -1 1077944384 106 0 0 0 2 3 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391749757712 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13575] ppid=13562 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 9821 0 -1 1077944384 31 0 0 0 1 2 0 0 20 0 20 0 2804549 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391748705168 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13576] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 9821 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391305070832 140391830010498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13577] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 9821 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391304017056 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13578] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 9821 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2804552 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391302963952 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13579] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391301912528 140391830017947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13580] ppid=13562 vsize=10900632 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 9821 0 -1 1077944384 1312 0 0 0 24 0 0 0 20 0 20 0 2804555 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391300860656 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13581] ppid=13562 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 9821 0 -1 1077944384 1094 0 0 0 25 0 0 0 20 0 20 0 2804555 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391299808112 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13582] ppid=13562 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 9821 0 -1 1077944384 855 0 0 0 27 0 0 0 20 0 20 0 2804555 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391298755056 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13583] ppid=13562 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 9821 0 -1 1077944384 1461 0 0 0 22 0 0 0 20 0 20 0 2804555 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391297702512 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13584] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13584/stat : 13584 (java) S 13562 13565 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391296649696 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13585] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13585/stat : 13585 (java) S 13562 13565 9821 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 97345 33554432000 4194304 4196468 140724454553968 140391295597232 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 10900632

[startup+6.30084 s]
/proc/loadavg: 13.04 7.85 4.59 17/281 13585
/proc/meminfo: memFree=22722216/32770624 swapFree=5744/211436
[pid=13565] ppid=13562 vsize=10900632 CPUtime=12.84 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 37304 0 0 0 1211 73 0 0 20 0 20 0 2804547 11162247168 274150 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725158 274150 3136 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900632 CPUtime=5.65 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) R 13562 13565 9821 0 -1 4202560 7786 0 0 0 556 9 0 0 20 0 20 0 2804548 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391834236536 140391810838667 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13568] ppid=13562 vsize=10900632 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 9821 0 -1 1077944384 155 0 0 0 36 7 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391756073488 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13569] ppid=13562 vsize=10900632 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 9821 0 -1 1077944384 410 0 0 0 36 8 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391755020944 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13570] ppid=13562 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 9821 0 -1 1077944384 355 0 0 0 33 5 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391753967888 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13571] ppid=13562 vsize=10900632 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 9821 0 -1 1077944384 232 0 0 0 40 7 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391752915344 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13572] ppid=13562 vsize=10900632 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 9821 0 -1 1077944384 206 0 0 0 37 7 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391751863312 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13573] ppid=13562 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 9821 0 -1 1077944384 206 0 0 0 34 6 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391750810768 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13574] ppid=13562 vsize=10900632 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 9821 0 -1 1077944384 281 0 0 0 35 7 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391749757712 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13575] ppid=13562 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 9821 0 -1 1077944384 251 0 0 0 32 5 0 0 20 0 20 0 2804549 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391748705168 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13576] ppid=13562 vsize=10900632 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 9821 0 -1 1077944384 1962 0 0 0 10 0 0 0 20 0 20 0 2804551 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391305070832 140391830010498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13577] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 9821 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391304017120 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13578] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 9821 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 20 0 2804552 11162247168 274150 33554432000 4194304 4196468 140724454553968 140391302963968 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13579] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391301912528 140391830017947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13580] ppid=13562 vsize=10900632 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 9821 0 -1 1077944384 8012 0 0 0 104 1 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391300860704 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13581] ppid=13562 vsize=10900632 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 9821 0 -1 1077944384 10552 0 0 0 146 1 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391299808160 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13582] ppid=13562 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 9821 0 -1 1077944384 11043 0 0 0 177 2 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391298755104 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13583] ppid=13562 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 9821 0 -1 1077944384 2963 0 0 0 34 1 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391297702272 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13584] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13584/stat : 13584 (java) S 13562 13565 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391296649696 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13585] ppid=13562 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13585/stat : 13585 (java) S 13562 13565 9821 0 -1 1077944384 212 0 0 0 4 3 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391295597232 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 999.72
Current children cumulated vsize (KiB) 10900632

[startup+168.001 s]
/proc/loadavg: 13.27 9.92 5.89 17/281 13587
/proc/meminfo: memFree=15410144/32770624 swapFree=5744/211580
[pid=13565] ppid=13562 vsize=10900632 CPUtime=1012.16 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 384065 0 0 0 98538 2678 0 0 20 0 20 0 2804547 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725158 2092894 3151 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900632 CPUtime=34.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) S 13562 13565 9821 0 -1 1077944384 15984 0 0 0 3392 15 0 0 20 0 20 0 2804548 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391834230224 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13568] ppid=13562 vsize=10900632 CPUtime=120.3 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13568/stat : 13568 (java) R 13562 13565 9821 0 -1 4202560 15565 0 0 0 11690 340 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391756073608 140391822627559 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13569] ppid=13562 vsize=10900632 CPUtime=120.84 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13569/stat : 13569 (java) R 13562 13565 9821 0 -1 4202560 55305 0 0 0 11759 325 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391755021144 140391811609099 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13570] ppid=13562 vsize=10900632 CPUtime=119.86 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13570/stat : 13570 (java) R 13562 13565 9821 0 -1 4202560 42312 0 0 0 11659 327 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391753968008 140391822627559 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13571] ppid=13562 vsize=10900632 CPUtime=119.83 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13571/stat : 13571 (java) R 13562 13565 9821 0 -1 4202560 57607 0 0 0 11644 339 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391752915464 140391813382384 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13572] ppid=13562 vsize=10900632 CPUtime=120.25 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13572/stat : 13572 (java) R 13562 13565 9821 0 -1 4202560 40957 0 0 0 11697 328 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391751863432 140391813382384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13573] ppid=13562 vsize=10900632 CPUtime=120.42 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13573/stat : 13573 (java) R 13562 13565 9821 0 -1 4202560 15218 0 0 0 11715 327 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391750810888 140391813382384 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13574] ppid=13562 vsize=10900632 CPUtime=119.96 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13574/stat : 13574 (java) R 13562 13565 9821 0 -1 4202560 47364 0 0 0 11664 332 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391749757832 140391822627559 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13575] ppid=13562 vsize=10900632 CPUtime=120.01 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13575/stat : 13575 (java) R 13562 13565 9821 0 -1 4202560 20661 0 0 0 11671 330 0 0 20 0 20 0 2804549 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391748705288 140391822627559 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13576] ppid=13562 vsize=10900632 CPUtime=11.76 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13576/stat : 13576 (java) S 13562 13565 9821 0 -1 1077944384 38893 0 0 0 1174 2 0 0 20 0 20 0 2804551 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391305069392 140391830009557 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13577] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 9821 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391304017120 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13578] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 9821 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 2804552 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391302963968 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13579] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391301912528 140391830017947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13580] ppid=13562 vsize=10900632 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 9821 0 -1 1077944384 8012 0 0 0 104 1 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391300860704 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13581] ppid=13562 vsize=10900632 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 9821 0 -1 1077944384 10552 0 0 0 146 1 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391299808160 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13582] ppid=13562 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 9821 0 -1 1077944384 11043 0 0 0 177 2 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391298755104 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13583] ppid=13562 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 9821 0 -1 1077944384 2963 0 0 0 34 1 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391297702272 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13584] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13584/stat : 13584 (java) S 13562 13565 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391296649696 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13585] ppid=13562 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13585/stat : 13585 (java) S 13562 13565 9821 0 -1 1077944384 212 0 0 0 4 3 0 0 20 0 20 0 2804555 11162247168 2092894 33554432000 4194304 4196468 140724454553968 140391295597232 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 1012.16
Current children cumulated vsize (KiB) 10900632

[startup+169.601 s]
/proc/loadavg: 13.27 9.92 5.89 17/281 13587
/proc/meminfo: memFree=15410144/32770624 swapFree=5744/211580
[pid=13565] ppid=13562 vsize=10900632 CPUtime=1023.88 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 384704 0 0 0 99704 2684 0 0 20 0 20 0 2804547 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725158 2092896 3151 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900632 CPUtime=34.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) S 13562 13565 9821 0 -1 1077944384 15984 0 0 0 3392 15 0 0 20 0 20 0 2804548 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391834230224 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13568] ppid=13562 vsize=10900632 CPUtime=121.75 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 9821 0 -1 1077944384 15565 0 0 0 11834 341 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391756073488 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13569] ppid=13562 vsize=10900632 CPUtime=122.33 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 9821 0 -1 1077944384 55305 0 0 0 11908 325 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391755020944 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13570] ppid=13562 vsize=10900632 CPUtime=121.3 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 9821 0 -1 1077944384 42312 0 0 0 11802 328 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391753967888 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13571] ppid=13562 vsize=10900632 CPUtime=121.24 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 9821 0 -1 1077944384 57607 0 0 0 11785 339 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391752915344 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13572] ppid=13562 vsize=10900632 CPUtime=121.71 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 9821 0 -1 1077944384 40957 0 0 0 11842 329 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391751863312 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13573] ppid=13562 vsize=10900632 CPUtime=121.86 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 9821 0 -1 1077944384 15218 0 0 0 11859 327 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391750810768 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13574] ppid=13562 vsize=10900632 CPUtime=121.41 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 9821 0 -1 1077944384 47364 0 0 0 11809 332 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391749757712 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13575] ppid=13562 vsize=10900632 CPUtime=121.47 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 9821 0 -1 1077944384 20661 0 0 0 11816 331 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391748705168 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13576] ppid=13562 vsize=10900632 CPUtime=11.87 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13576/stat : 13576 (java) R 13562 13565 9821 0 -1 4202560 39532 0 0 0 1185 2 0 0 20 0 20 0 2804551 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391305069280 140391814995755 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13577] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 9821 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391304017120 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13578] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 9821 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 2804552 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391302963968 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13579] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391301912528 140391830017947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13580] ppid=13562 vsize=10900632 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 9821 0 -1 1077944384 8012 0 0 0 104 1 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391300860704 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13581] ppid=13562 vsize=10900632 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 9821 0 -1 1077944384 10552 0 0 0 146 1 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391299808160 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13582] ppid=13562 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 9821 0 -1 1077944384 11043 0 0 0 177 2 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391298755104 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13583] ppid=13562 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 9821 0 -1 1077944384 2963 0 0 0 34 1 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391297702272 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13584] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13584/stat : 13584 (java) S 13562 13565 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391296649696 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13585] ppid=13562 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13585/stat : 13585 (java) S 13562 13565 9821 0 -1 1077944384 212 0 0 0 4 3 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391295597232 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 1023.88
Current children cumulated vsize (KiB) 10900632

[startup+170.001 s]
/proc/loadavg: 13.27 9.92 5.89 17/281 13587
/proc/meminfo: memFree=15410144/32770624 swapFree=5744/211580
[pid=13565] ppid=13562 vsize=10900632 CPUtime=1024.28 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) S 13562 13565 9821 0 -1 1077944320 384704 0 0 0 99744 2684 0 0 20 0 20 0 2804547 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140724454536512 140391829999351 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
/proc/13565/statm: 2725158 2092896 3151 1 0 2713552 0
[pid=13565/tid=13566] ppid=13562 vsize=10900632 CPUtime=34.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13566/stat : 13566 (java) S 13562 13565 9821 0 -1 1077944384 15984 0 0 0 3392 15 0 0 20 0 20 0 2804548 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391834230224 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13568] ppid=13562 vsize=10900632 CPUtime=121.75 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13568/stat : 13568 (java) S 13562 13565 9821 0 -1 1077944384 15565 0 0 0 11834 341 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391756073488 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13569] ppid=13562 vsize=10900632 CPUtime=122.33 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13569/stat : 13569 (java) S 13562 13565 9821 0 -1 1077944384 55305 0 0 0 11908 325 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391755020944 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13570] ppid=13562 vsize=10900632 CPUtime=121.3 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13570/stat : 13570 (java) S 13562 13565 9821 0 -1 1077944384 42312 0 0 0 11802 328 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391753967888 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13571] ppid=13562 vsize=10900632 CPUtime=121.24 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13571/stat : 13571 (java) S 13562 13565 9821 0 -1 1077944384 57607 0 0 0 11785 339 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391752915344 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13572] ppid=13562 vsize=10900632 CPUtime=121.71 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13572/stat : 13572 (java) S 13562 13565 9821 0 -1 1077944384 40957 0 0 0 11842 329 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391751863312 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13573] ppid=13562 vsize=10900632 CPUtime=121.86 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13573/stat : 13573 (java) S 13562 13565 9821 0 -1 1077944384 15218 0 0 0 11859 327 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391750810768 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13574] ppid=13562 vsize=10900632 CPUtime=121.41 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13574/stat : 13574 (java) S 13562 13565 9821 0 -1 1077944384 47364 0 0 0 11809 332 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391749757712 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13575] ppid=13562 vsize=10900632 CPUtime=121.47 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13575/stat : 13575 (java) S 13562 13565 9821 0 -1 1077944384 20661 0 0 0 11816 331 0 0 20 0 20 0 2804549 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391748705168 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13576] ppid=13562 vsize=10900632 CPUtime=12.26 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13576/stat : 13576 (java) R 13562 13565 9821 0 -1 4202560 39532 0 0 0 1224 2 0 0 20 0 20 0 2804551 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391305069280 140391814995844 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13577] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13577/stat : 13577 (java) S 13562 13565 9821 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 2804551 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391304017120 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13578] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13578/stat : 13578 (java) S 13562 13565 9821 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 2804552 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391302963968 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13579] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13579/stat : 13579 (java) S 13562 13565 9821 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391301912528 140391830017947 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13580] ppid=13562 vsize=10900632 CPUtime=1.05 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13580/stat : 13580 (java) S 13562 13565 9821 0 -1 1077944384 8012 0 0 0 104 1 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391300860704 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13581] ppid=13562 vsize=10900632 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13581/stat : 13581 (java) S 13562 13565 9821 0 -1 1077944384 10552 0 0 0 146 1 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391299808160 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13582] ppid=13562 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13582/stat : 13582 (java) S 13562 13565 9821 0 -1 1077944384 11043 0 0 0 177 2 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391298755104 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13583] ppid=13562 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13583/stat : 13583 (java) S 13562 13565 9821 0 -1 1077944384 2963 0 0 0 34 1 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391297702272 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13584] ppid=13562 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13584/stat : 13584 (java) S 13562 13565 9821 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391296649696 140391830009557 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
[pid=13565/tid=13585] ppid=13562 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13585/stat : 13585 (java) S 13562 13565 9821 0 -1 1077944384 212 0 0 0 4 3 0 0 20 0 20 0 2804555 11162247168 2092896 33554432000 4194304 4196468 140724454553968 140391295597232 140391830010498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10612736 140724454556843 140724454556996 140724454556996 140724454559695 0
Current children cumulated CPU time (s) 1024.28
Current children cumulated vsize (KiB) 10900632

[startup+170.401 s]
/proc/loadavg: 13.27 9.92 5.89 17/281 13587
/proc/meminfo: memFree=15410144/32770624 swapFree=5744/211580
[pid=13565] ppid=13562 vsize=0 CPUtime=1024.53 cores=1,3,5,7,9,11,13,15
/proc/13565/stat : 13565 (java) Z 13562 13565 9821 0 -1 4227084 386847 0 2 0 99762 2691 0 0 20 0 2 0 2804547 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/13565/statm: 0 0 0 0 0 0 0
[pid=13565/tid=13575] ppid=13562 vsize=0 CPUtime=121.54 cores=1,3,5,7,9,11,13,15
/proc/13565/task/13575/stat : 13575 (java) R 13562 13565 9821 0 -1 4203588 20661 0 0 0 11816 338 0 0 20 0 2 0 2804549 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1024.53
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 170.406
CPU time (s): 1024.54
CPU user time (s): 997.626
CPU system time (s): 26.9111
CPU usage (%): 601.233
Max. virtual memory (cumulated for all children) (KiB): 11033912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 997.626
system time used= 26.9111
maximum resident set size= 8372916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386847
page faults= 2
swaps= 0
block input operations= 1808
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19947
involuntary context switches= 78102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45827 second user time and 1.76353 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 00:16:23
IDJOB=4243706
IDBENCH=126260
IDSOLVER=2623
FILE ID=node143/4243706-1500675383
RUNJOBID= node143-1500670246-12514
PBS_JOBID= 20623278
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243706-1500675383/watcher-4243706-1500675383 -o /tmp/evaluation-result-4243706-1500675383/solver-4243706-1500675383 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500670246-12514 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243706-1500675383.xml

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

MD5SUM BENCH= 33acbdbf13e8fba51e0fc3db0676c789
RANDOM SEED=1039539322

node143.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.69
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        23789520 kB
MemAvailable:   23853836 kB
Buffers:           72972 kB
Cached:           290036 kB
SwapCached:            0 kB
Active:          8352848 kB
Inactive:         219948 kB
Active(anon):    8212392 kB
Inactive(anon):     8752 kB
Active(file):     140456 kB
Inactive(file):   211196 kB
Unevictable:        5744 kB
Mlocked:            5744 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6844 kB
Writeback:             0 kB
AnonPages:       8250488 kB
Mapped:            42332 kB
Shmem:              8852 kB
Slab:              90108 kB
SReclaimable:      56996 kB
SUnreclaim:        33112 kB
KernelStack:        4864 kB
PageTables:        20896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8058880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61984 MiB
End job on node143 at 2017-07-22 00:19:13