Trace number 4263448

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1827.85 496.85001

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-048.xml
MD5SUM7adabca14a9e2cab4a49f4d8c4ab1203
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.101219
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints56
Number of domains2
Minimum domain size48
Maximum domain size2304
Distribution of domain sizes[{"size":48,"count":48},{"size":2304,"count":48}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":48},{"degree":4,"count":47},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":6},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

1577.70/431.27	Aug 13, 2017 12:15:50 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1577.70/431.27	INFO: Runtime exception
1577.70/431.27	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1577.70/431.27		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1577.70/431.27		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1577.70/431.27		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1577.70/431.27		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1577.70/431.27		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1577.70/431.27		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1577.70/431.27		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1577.70/431.27		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1577.70/431.27		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1577.70/431.27		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1577.70/431.27		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1577.70/431.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1577.70/431.27		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1577.70/431.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1577.70/431.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1577.70/431.27		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1577.70/431.27		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1577.70/431.27		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1577.70/431.27		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1577.70/431.27		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1577.70/431.27		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1577.70/431.27		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 24 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 28 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 29 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 33 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 34 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 38 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 39 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 43 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 44 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 48 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 49 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 53 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 54 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 58 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 59 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 63 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 64 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 68 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 69 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 73 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 74 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 78 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 79 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 83 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 84 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 88 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 89 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 93 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 94 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 98 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 99 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 103 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 104 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 108 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 109 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 113 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 114 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		... 118 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		... 119 more
1577.70/431.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1577.70/431.27		... 123 more
1577.70/431.27	Caused by: java.lang.reflect.InvocationTargetException
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1577.70/431.27		... 123 more
1577.70/431.27	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1577.70/431.27		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1577.70/431.27		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1577.70/431.27		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1577.70/431.27		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1577.70/431.27		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1577.70/431.27		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1577.70/431.27		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1577.70/431.27		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1577.70/431.27		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1577.70/431.27		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1577.70/431.27		at java.lang.reflect.Method.invoke(Method.java:498)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1577.70/431.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1577.70/431.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1577.70/431.27	
1665.72/454.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1665.72/454.82	c This is free software under the dual EPL/GNU LGPL licenses.
1665.72/454.82	c See www.sat4j.org for details.
1665.72/454.82	c That software uses the Rhino library from the Mozilla project.
1665.72/454.82	c version CUSTOM.v20170705
1665.72/454.82	c java.runtime.name	Java(TM) SE Runtime Environment
1665.72/454.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1665.72/454.82	c java.vm.version	25.131-b11
1665.72/454.82	c java.vm.vendor	Oracle Corporation
1665.72/454.82	c sun.arch.data.model	64
1665.72/454.82	c java.version		1.8.0_131
1665.72/454.82	c os.name		Linux
1665.72/454.82	c os.version		3.10.0-514.16.1.el7.x86_64
1665.72/454.82	c os.arch		amd64
1665.72/454.82	c Free memory 		499604488
1665.72/454.82	c Max memory 		7247757312
1665.72/454.82	c Total memory 		504889344
1665.72/454.82	c Number of processors 	4
1665.72/454.82	c c --- Begin Solver configuration ---
1665.72/454.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1665.72/454.82	c Learn all clauses as in MiniSAT
1665.72/454.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1665.72/454.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1665.72/454.82	c No reason simplification
1665.72/454.82	c Glucose 2.1 dynamic restart strategy
1665.72/454.82	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
1665.72/454.82	c timeout=2147483s
1665.72/454.82	c DB Simplification allowed=false
1665.72/454.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1665.72/454.82	c --- End Solver configuration ---
1709.95/466.64	c starts		: 0
1709.95/466.64	c conflicts		: 0
1739.57/474.22	c decisions		: 0
1739.57/474.22	Exception in thread "Thread-1" c propagations		: 0
1768.92/481.75	c inspects		: 0
1768.92/481.75	c shortcuts		: 0
1768.92/481.75	c learnt literals	: 0
1768.92/481.75	c learnt binary clauses	: 0
1827.79/496.81	c learnt ternary clauses	: 0
1827.79/496.81	c learnt constraints	: 0
1827.79/496.81	c ignored constraints	: 0
1827.79/496.81	java.lang.OutOfMemoryError: GC overhead limit exceededc root simplifications	: 0
1827.79/496.81	c removed literals (reason simplification)	: 0
1827.79/496.81	
1827.79/496.81	c reason swapping (by a shorter reason)	: 0
1827.79/496.81	c Calls to reduceDB	: 0
1827.79/496.81	c Number of update (reduction) of LBD	: 0
1827.79/496.81		at java.util.Hashtable.getEnumeration(Hashtable.java:601)c Imported unit clauses	: 0
1827.79/496.81	
1827.79/496.81		at java.util.Hashtable.keys(Hashtable.java:257)
1827.79/496.81		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)c number of reductions to clauses (during analyze)	: 0
1827.79/496.81	
1827.79/496.81		at java.util.logging.LogManager.reset(LogManager.java:1327)c number of learned constraints concerned by reduction	: 0
1827.79/496.81	
1827.79/496.81	c number of learning phase by resolution	: 0
1827.79/496.81		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1827.79/496.81	c number of learning phase by cutting planes	: 0
1827.79/496.81	c number of rounding to 1 operations	: 0
1827.79/496.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1827.79/496.81	c number of reductions of the coefficients by power 2 	: 0
1827.79/496.81	c number of right shift for reduction by power 2 	: 0
1827.79/496.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
1827.79/496.81	c speed (assignments/second)	: 0.0
1827.79/496.81	c non guided choices	0
1827.79/496.81	c learnt constraints type 
1827.79/496.81	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263448-1502619799/watcher-4263448-1502619799 -o /tmp/evaluation-result-4263448-1502619799/solver-4263448-1502619799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263448-1502619799.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6772, runsolver pid=6769
Current StackSize limit: 8192 KiB


[startup+0.100089 s]*
/proc/loadavg: 2.21 2.07 2.22 4/216 6787
/proc/meminfo: memFree=24604256/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10555400 memory=31072 CPUtime=0.12 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 6320 0 0 0 11 1 0 0 20 0 15 0 95060862 10808729600 7768 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2638850 7768 2817 1 0 2627263 0
[pid=6772/tid=6774] ppid=6769 vsize=10555400 memory=-8824348790679762112 CPUtime=0.09 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) R 6769 6772 4973 0 -1 4202560 4161 0 0 0 8 1 0 0 20 0 15 0 95060862 10808729600 7768 33554432000 4194304 4196468 140728005265152 140688126371776 140688122172573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 7768 33554432000 4194304 4196468 140728005265152 140688048224912 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10555400 memory=140610917549696 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 7768 33554432000 4194304 4196468 140728005265152 140688047172112 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 7768 33554432000 4194304 4196468 140728005265152 140688046119312 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 7768 33554432000 4194304 4196468 140728005265152 140688045066512 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10555400 memory=140610917549696 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060864 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687613832048 140688122161794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95060865 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687612778016 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95060865 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687611725168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060867 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) S 6769 6772 4973 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 95060867 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687609620848 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060867 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687608568048 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10555400 memory=140610917549696 CPUtime=0.01 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) R 6769 6772 4973 0 -1 4202560 362 0 0 0 1 0 0 0 20 0 15 0 95060867 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687607515248 140688106328062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060868 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10555400 memory=140610917549696 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060868 10808729600 7768 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31072 KiB

[startup+0.210528 s]*
/proc/loadavg: 2.21 2.07 2.22 3/216 6787
/proc/meminfo: memFree=24597812/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10555400 memory=37752 CPUtime=0.28 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 7228 0 0 0 26 2 0 0 20 0 15 0 95060862 10808729600 9438 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2638850 9438 2895 1 0 2627263 0
[pid=6772/tid=6774] ppid=6769 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) R 6769 6772 4973 0 -1 4202560 4843 0 0 0 18 1 0 0 20 0 15 0 95060862 10808729600 9438 33554432000 4194304 4196468 140728005265152 140688126382896 140688122162582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 9438 33554432000 4194304 4196468 140728005265152 140688048224912 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10555400 memory=140610917558295 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 9438 33554432000 4194304 4196468 140728005265152 140688047172112 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 9438 33554432000 4194304 4196468 140728005265152 140688046119312 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060863 10808729600 9438 33554432000 4194304 4196468 140728005265152 140688045066512 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10555400 memory=140610917549696 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060864 10808729600 9438 33554432000 4194304 4196468 140728005265152 140687613832048 140688122161794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95060865 10808729600 9438 33554432000 4194304 4196468 140728005265152 140687612778016 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95060865 10808729600 9438 33554432000 4194304 4196468 140728005265152 140687611725168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060867 10808729600 9438 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) S 6769 6772 4973 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 95060867 10808729600 9503 33554432000 4194304 4196468 140728005265152 140687609620848 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) S 6769 6772 4973 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 15 0 95060867 10808729600 9503 33554432000 4194304 4196468 140728005265152 140687608568048 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10555400 memory=140610917549696 CPUtime=0.05 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) S 6769 6772 4973 0 -1 1077944384 415 0 0 0 5 0 0 0 20 0 15 0 95060867 10808729600 9503 33554432000 4194304 4196468 140728005265152 140687607515248 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060868 10808729600 9503 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10555400 memory=140610917549696 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060868 10808729600 9503 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 37752 KiB

[startup+0.310137 s]*
/proc/loadavg: 2.21 2.07 2.22 5/216 6787
/proc/meminfo: memFree=24589252/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10555476 memory=46268 CPUtime=0.5 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 8310 0 0 0 48 2 0 0 20 0 15 0 95060862 10808807424 11567 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2638869 11567 3033 1 0 2627263 0
[pid=6772/tid=6774] ppid=6769 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) R 6769 6772 4973 0 -1 4202560 5239 0 0 0 28 1 0 0 20 0 15 0 95060862 10808807424 11567 33554432000 4194304 4196468 140728005265152 140688126387536 140688106194277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060863 10808807424 11567 33554432000 4194304 4196468 140728005265152 140688048224912 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10555476 memory=16244295347390104 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060863 10808807424 11567 33554432000 4194304 4196468 140728005265152 140688047172112 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060863 10808807424 11567 33554432000 4194304 4196468 140728005265152 140688046119312 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060863 10808807424 11567 33554432000 4194304 4196468 140728005265152 140688045066512 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10555476 memory=140610917549696 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95060864 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687613832048 140688122161794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95060865 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687612778016 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95060865 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687611725168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060867 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) R 6769 6772 4973 0 -1 4202560 641 0 0 0 3 0 0 0 20 0 15 0 95060867 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687609612352 140688122171994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) S 6769 6772 4973 0 -1 1077944384 373 0 0 0 4 0 0 0 20 0 15 0 95060867 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687608568048 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10555476 memory=140610917549696 CPUtime=0.11 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) S 6769 6772 4973 0 -1 1077944384 690 0 0 0 11 0 0 0 20 0 15 0 95060867 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687607515248 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060868 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10555476 memory=140610917549696 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060868 10808807424 11567 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46268 KiB

[startup+0.70073 s]
/proc/loadavg: 2.21 2.07 2.22 5/216 6787
/proc/meminfo: memFree=24485372/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10555476 memory=224648 CPUtime=1.7 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 11683 0 0 0 159 11 0 0 20 0 15 0 95060862 10808807424 56162 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2638869 56162 3090 1 0 2627263 0
[pid=6772/tid=6774] ppid=6769 vsize=10555476 memory=1728 CPUtime=0.61 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) R 6769 6772 4973 0 -1 4202560 5381 0 0 0 58 3 0 0 20 0 15 0 95060862 10808807424 56162 33554432000 4194304 4196468 140728005265152 140688126360192 140687712960485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10555476 memory=792 CPUtime=0.03 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) S 6769 6772 4973 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 15 0 95060863 10808807424 56162 33554432000 4194304 4196468 140728005265152 140688048224912 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10555476 memory=9992 CPUtime=0.05 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) S 6769 6772 4973 0 -1 1077944384 37 0 0 0 4 1 0 0 20 0 15 0 95060863 10808807424 56162 33554432000 4194304 4196468 140728005265152 140688047172112 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10555476 memory=1224 CPUtime=0.05 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) S 6769 6772 4973 0 -1 1077944384 29 0 0 0 4 1 0 0 20 0 15 0 95060863 10808807424 56162 33554432000 4194304 4196468 140728005265152 140688046119312 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10555476 memory=5716 CPUtime=0.05 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) S 6769 6772 4973 0 -1 1077944384 37 0 0 0 4 1 0 0 20 0 15 0 95060863 10808807424 56162 33554432000 4194304 4196468 140728005265152 140688045066512 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95060864 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687613832048 140688122161794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95060865 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687612778016 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 95060865 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687611725168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060867 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10555476 memory=4639098309541127021 CPUtime=0.32 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) R 6769 6772 4973 0 -1 4202560 1821 0 0 0 32 0 0 0 20 0 15 0 95060867 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687609611840 140688102851753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10555476 memory=7597685182856913236 CPUtime=0.34 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) R 6769 6772 4973 0 -1 4202560 2039 0 0 0 34 0 0 0 20 0 15 0 95060867 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687608549064 140688103694751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10555476 memory=7236547281622689387 CPUtime=0.16 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) S 6769 6772 4973 0 -1 1077944384 870 0 0 0 16 0 0 0 20 0 15 0 95060867 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687607515248 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95060868 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95060868 10808807424 56162 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 224648 KiB

[startup+1.50132 s]
/proc/loadavg: 2.21 2.07 2.22 3/216 6787
/proc/meminfo: memFree=24319928/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10555476 memory=591228 CPUtime=3.84 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 14889 0 0 0 347 37 0 0 20 0 15 0 95060862 10808807424 147807 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2638869 147807 3115 1 0 2627263 0
[pid=6772/tid=6774] ppid=6769 vsize=10555476 memory=0 CPUtime=1.02 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) S 6769 6772 4973 0 -1 1077944384 5447 0 0 0 98 4 0 0 20 0 15 0 95060862 10808807424 147807 33554432000 4194304 4196468 140728005265152 140688126373488 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10555476 memory=-8754540793456063680 CPUtime=0.36 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) R 6769 6772 4973 0 -1 4202560 284 0 0 0 30 6 0 0 20 0 15 0 95060863 10808807424 147807 33554432000 4194304 4196468 140728005265152 140688048225112 140688106605404 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10555476 memory=-2843874019102283166 CPUtime=0.43 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) R 6769 6772 4973 0 -1 4202560 344 0 0 0 35 8 0 0 20 0 15 0 95060863 10808807424 147807 33554432000 4194304 4196468 140728005265152 140688047172112 140688107101640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10555476 memory=5450919713671312938 CPUtime=0.42 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) R 6769 6772 4973 0 -1 4202560 439 0 0 0 35 7 0 0 20 0 15 0 95060863 10808807424 147807 33554432000 4194304 4196468 140728005265152 140688046119312 140688106605404 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10555476 memory=7005738693937936738 CPUtime=0.42 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) R 6769 6772 4973 0 -1 4202560 492 0 0 0 35 7 0 0 20 0 15 0 95060863 10808807424 147807 33554432000 4194304 4196468 140728005265152 140688045066400 140688107135943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 95060864 10808807424 147807 33554432000 4194304 4196468 140728005265152 140687613830368 140688122160853 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0

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

[pid=6772/tid=6775] ppid=6769 vsize=10688756 memory=1728 CPUtime=444.74 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) R 6769 6772 4973 0 -1 4202560 86332 0 0 0 44285 189 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688048224496 140688114778855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10688756 memory=792 CPUtime=445.7 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) R 6769 6772 4973 0 -1 4202560 84636 0 0 0 44380 190 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688047172312 140688107135943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10688756 memory=4144 CPUtime=441.03 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) R 6769 6772 4973 0 -1 4202560 103758 0 0 0 43853 250 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688046118896 140688114778855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10688756 memory=8054632 CPUtime=442.88 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) R 6769 6772 4973 0 -1 4202560 99373 0 0 0 44069 219 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688045066712 140688106848286 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10688756 memory=4100 CPUtime=25.04 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 70150 0 0 0 2500 4 0 0 20 0 17 0 95060864 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687613830368 140688122160853 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10688756 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687612778080 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10688756 memory=3292 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687611725184 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10688756 memory=4663224 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10688756 memory=5716 CPUtime=0.42 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) S 6769 6772 4973 0 -1 1077944384 2121 0 0 0 42 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687609620896 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10688756 memory=1708 CPUtime=0.52 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) S 6769 6772 4973 0 -1 1077944384 3540 0 0 0 52 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687608568096 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10688756 memory=4612 CPUtime=0.19 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) S 6769 6772 4973 0 -1 1077944384 1398 0 0 0 19 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687607515008 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10688756 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10688756 memory=1944 CPUtime=0.26 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 858 0 0 0 17 9 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6803] ppid=6769 vsize=10688756 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6803/stat : 6803 (java) S 6769 6772 4973 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687604355168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6804] ppid=6769 vsize=10688756 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6804/stat : 6804 (java) S 6769 6772 4973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687603302720 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 1818.42 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8054632 KiB

[startup+496.001 s]*
/proc/loadavg: 4.69 4.29 3.25 6/218 6805
/proc/meminfo: memFree=16179560/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10688756 memory=8054632 CPUtime=1824.74 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 467216 0 0 0 181603 871 0 0 20 0 17 0 95060862 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2672189 2013658 3176 1 0 2660545 0
[pid=6772/tid=6774] ppid=6769 vsize=10688756 memory=8112282956445269571 CPUtime=17.53 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) S 6769 6772 4973 0 -1 1077944384 12609 0 0 0 1743 10 0 0 20 0 17 0 95060862 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688126391328 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10688756 memory=960 CPUtime=446.32 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) R 6769 6772 4973 0 -1 4202560 86917 0 0 0 44443 189 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688048225112 140688107147044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10688756 memory=1236 CPUtime=447.31 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) R 6769 6772 4973 0 -1 4202560 84954 0 0 0 44541 190 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688047172312 140688107147054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10688756 memory=2344 CPUtime=442.6 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) R 6769 6772 4973 0 -1 4202560 103758 0 0 0 44009 251 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688046119200 140688107147261 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10688756 memory=4872558044660077418 CPUtime=444.45 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) R 6769 6772 4973 0 -1 4202560 99376 0 0 0 44226 219 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688045066712 140688107147057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10688756 memory=9992 CPUtime=25.05 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 70159 0 0 0 2501 4 0 0 20 0 17 0 95060864 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687613830592 140688122160853 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10688756 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687612778080 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10688756 memory=5716 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687611725184 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10688756 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10688756 memory=4612 CPUtime=0.42 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) S 6769 6772 4973 0 -1 1077944384 2121 0 0 0 42 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687609620896 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10688756 memory=8112282956445269571 CPUtime=0.52 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) S 6769 6772 4973 0 -1 1077944384 3540 0 0 0 52 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687608568096 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10688756 memory=15872 CPUtime=0.19 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) S 6769 6772 4973 0 -1 1077944384 1398 0 0 0 19 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687607515008 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10688756 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10688756 memory=4144 CPUtime=0.26 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 858 0 0 0 17 9 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6803] ppid=6769 vsize=10688756 memory=27628 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6803/stat : 6803 (java) S 6769 6772 4973 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687604355168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6804] ppid=6769 vsize=10688756 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6804/stat : 6804 (java) S 6769 6772 4973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687603302720 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 1824.74 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8054632 KiB

[startup+496.401 s]
/proc/loadavg: 4.69 4.29 3.25 6/218 6805
/proc/meminfo: memFree=16179560/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10688756 memory=8054632 CPUtime=1826.3 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 467216 0 0 0 181759 871 0 0 20 0 17 0 95060862 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2672189 2013658 3176 1 0 2660545 0
[pid=6772/tid=6774] ppid=6769 vsize=10688756 memory=2344 CPUtime=17.53 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) S 6769 6772 4973 0 -1 1077944384 12609 0 0 0 1743 10 0 0 20 0 17 0 95060862 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688126391328 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10688756 memory=4144 CPUtime=446.71 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) R 6769 6772 4973 0 -1 4202560 86917 0 0 0 44482 189 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688048225112 140688107147221 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10688756 memory=27628 CPUtime=447.7 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) R 6769 6772 4973 0 -1 4202560 84954 0 0 0 44580 190 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688047172312 140688107146992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10688756 memory=1292 CPUtime=442.99 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) R 6769 6772 4973 0 -1 4202560 103758 0 0 0 44048 251 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688046119200 140688107147293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10688756 memory=8054632 CPUtime=444.84 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) R 6769 6772 4973 0 -1 4202560 99376 0 0 0 44265 219 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688045066712 140688107147057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10688756 memory=4100 CPUtime=25.05 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) S 6769 6772 4973 0 -1 1077944384 70159 0 0 0 2501 4 0 0 20 0 17 0 95060864 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687613830592 140688122160853 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10688756 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687612778080 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10688756 memory=3292 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687611725184 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10688756 memory=4663224 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10688756 memory=1160 CPUtime=0.42 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) S 6769 6772 4973 0 -1 1077944384 2121 0 0 0 42 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687609620896 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10688756 memory=3220 CPUtime=0.52 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) S 6769 6772 4973 0 -1 1077944384 3540 0 0 0 52 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687608568096 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10688756 memory=8054632 CPUtime=0.19 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) S 6769 6772 4973 0 -1 1077944384 1398 0 0 0 19 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687607515008 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10688756 memory=8054632 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10688756 memory=932 CPUtime=0.26 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 858 0 0 0 17 9 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6803] ppid=6769 vsize=10688756 memory=1580 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6803/stat : 6803 (java) S 6769 6772 4973 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687604355168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6804] ppid=6769 vsize=10688756 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6804/stat : 6804 (java) S 6769 6772 4973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687603302720 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 1826.3 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8054632 KiB

[startup+496.801 s]
/proc/loadavg: 4.69 4.29 3.25 6/218 6805
/proc/meminfo: memFree=16179560/32770624 swapFree=67108860/67108860
[pid=6772] ppid=6769 vsize=10688756 memory=8054632 CPUtime=1827.79 cores=0,2,4,6
/proc/6772/stat : 6772 (java) S 6769 6772 4973 0 -1 1077944320 467216 0 0 0 181908 871 0 0 20 0 17 0 95060862 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140728005247696 140688122150647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
/proc/6772/statm: 2672189 2013658 3176 1 0 2660545 0
[pid=6772/tid=6774] ppid=6769 vsize=10688756 memory=1728 CPUtime=17.53 cores=0,2,4,6
/proc/6772/task/6774/stat : 6774 (java) S 6769 6772 4973 0 -1 1077944384 12609 0 0 0 1743 10 0 0 20 0 17 0 95060862 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688126391328 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6775] ppid=6769 vsize=10688756 memory=9992 CPUtime=447.07 cores=0,2,4,6
/proc/6772/task/6775/stat : 6775 (java) S 6769 6772 4973 0 -1 1077944384 86917 0 0 0 44518 189 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688048224912 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6776] ppid=6769 vsize=10688756 memory=1224 CPUtime=448.06 cores=0,2,4,6
/proc/6772/task/6776/stat : 6776 (java) S 6769 6772 4973 0 -1 1077944384 84954 0 0 0 44616 190 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688047172112 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6777] ppid=6769 vsize=10688756 memory=8054632 CPUtime=443.35 cores=0,2,4,6
/proc/6772/task/6777/stat : 6777 (java) S 6769 6772 4973 0 -1 1077944384 103758 0 0 0 44084 251 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688046119312 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6778] ppid=6769 vsize=10688756 memory=8112282956445269571 CPUtime=445.21 cores=0,2,4,6
/proc/6772/task/6778/stat : 6778 (java) S 6769 6772 4973 0 -1 1077944384 99376 0 0 0 44302 219 0 0 20 0 17 0 95060863 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140688045066512 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6779] ppid=6769 vsize=10688756 memory=27628 CPUtime=25.08 cores=0,2,4,6
/proc/6772/task/6779/stat : 6779 (java) R 6769 6772 4973 0 -1 4202560 70159 0 0 0 2504 4 0 0 20 0 17 0 95060864 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687613830480 140688114440101 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6780] ppid=6769 vsize=10688756 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6780/stat : 6780 (java) S 6769 6772 4973 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687612778080 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6781] ppid=6769 vsize=10688756 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6781/stat : 6781 (java) S 6769 6772 4973 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 95060865 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687611725184 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6782] ppid=6769 vsize=10688756 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6782/stat : 6782 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687610673488 140688122169243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6783] ppid=6769 vsize=10688756 memory=1424 CPUtime=0.42 cores=0,2,4,6
/proc/6772/task/6783/stat : 6783 (java) S 6769 6772 4973 0 -1 1077944384 2121 0 0 0 42 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687609620896 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6784] ppid=6769 vsize=10688756 memory=8552 CPUtime=0.52 cores=0,2,4,6
/proc/6772/task/6784/stat : 6784 (java) S 6769 6772 4973 0 -1 1077944384 3540 0 0 0 52 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687608568096 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6785] ppid=6769 vsize=10688756 memory=15872 CPUtime=0.19 cores=0,2,4,6
/proc/6772/task/6785/stat : 6785 (java) S 6769 6772 4973 0 -1 1077944384 1398 0 0 0 19 0 0 0 20 0 17 0 95060867 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687607515008 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6786] ppid=6769 vsize=10688756 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6786/stat : 6786 (java) S 6769 6772 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687606462688 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6787] ppid=6769 vsize=10688756 memory=16480 CPUtime=0.26 cores=0,2,4,6
/proc/6772/task/6787/stat : 6787 (java) S 6769 6772 4973 0 -1 1077944384 858 0 0 0 17 9 0 0 20 0 17 0 95060868 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687605410992 140688122161794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6803] ppid=6769 vsize=10688756 memory=18472 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6803/stat : 6803 (java) S 6769 6772 4973 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687604355168 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
[pid=6772/tid=6804] ppid=6769 vsize=10688756 memory=640 CPUtime=0 cores=0,2,4,6
/proc/6772/task/6804/stat : 6804 (java) S 6769 6772 4973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 95103989 10945286144 2013658 33554432000 4194304 4196468 140728005265152 140687603302720 140688122160853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24211456 140728005272710 140728005272863 140728005272863 140728005275599 0
Current children cumulated CPU time: 1827.79 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8054632 KiB

Child status: 0
Real time (s): 496.85
CPU time (s): 1827.85
CPU user time (s): 1819.09
CPU system time (s): 8.75543
CPU usage (%): 367.888
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8057164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1819.09
system time used= 8.75543
maximum resident set size= 8057164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 467392
page faults= 0
swaps= 0
block input operations= 0
block output operations= 648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36843
involuntary context switches= 22063


# summary of solver processes directly reported to runsolver:
#   pid: 6772
#   total CPU time (s): 1827.85
#   total CPU user time (s): 1819.09
#   total CPU system time (s): 8.75543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.99341 second user time and 4.90946 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 12:09:01
IDJOB=4263448
IDBENCH=122882
IDSOLVER=2651
FILE ID=node151/4263448-1502619799
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61752 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-048.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263448-1502619799/watcher-4263448-1502619799 -o /tmp/evaluation-result-4263448-1502619799/solver-4263448-1502619799 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263448-1502619799.xml

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

MD5SUM BENCH= 7adabca14a9e2cab4a49f4d8c4ab1203
RANDOM SEED=319872012

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24623060 kB
MemAvailable:   27718484 kB
Buffers:          228616 kB
Cached:          3158964 kB
SwapCached:            0 kB
Active:          5111316 kB
Inactive:        2596924 kB
Active(anon):    4323572 kB
Inactive(anon):    25044 kB
Active(file):     787744 kB
Inactive(file):  2571880 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             0 kB
AnonPages:       4326816 kB
Mapped:            55176 kB
Shmem:             25224 kB
Slab:             129704 kB
SReclaimable:     103268 kB
SUnreclaim:        26436 kB
KernelStack:        3568 kB
PageTables:        13956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5352320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4167680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 12:17:18