Trace number 4263671

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? 2448.5701 928.56403

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si6-bvg/
Subisomorphism-si6-b03-m800-07.xml
MD5SUM98d2d58aab7f5f40944baaa5254cf1ac
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.61332101
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints718
Number of domains1
Minimum domain size800
Maximum domain size800
Distribution of domain sizes[{"size":800,"count":480}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":2},{"degree":3,"count":2},{"degree":4,"count":476}]
Minimum constraint arity2
Maximum constraint arity480
Distribution of constraint arities[{"arity":2,"count":717},{"arity":480,"count":1}]
Number of extensional constraints717
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":717},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

2198.83/862.46	Aug 13, 2017 2:32:11 PM org.sat4j.reader.XMLCSP3Reader parseInstance
2198.83/862.46	INFO: Runtime exception
2198.83/862.46	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
2198.83/862.46		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
2198.83/862.46		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
2198.83/862.46		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
2198.83/862.46		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
2198.83/862.46		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
2198.83/862.46		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2198.83/862.46		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
2198.83/862.46		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2198.83/862.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2198.83/862.46		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2198.83/862.46		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
2198.83/862.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2198.83/862.46		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2198.83/862.46		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2198.83/862.46		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2198.83/862.46		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2198.83/862.46		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2198.83/862.46		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2198.83/862.46		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2198.83/862.46		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 22 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 26 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 27 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 31 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 32 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 36 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 37 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 41 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 42 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 46 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 47 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 51 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 52 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 56 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 57 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 61 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 62 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 66 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 67 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 71 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 72 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 76 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.46		... 77 more
2198.83/862.46	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.46		... 81 more
2198.83/862.46	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.46		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.46		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.46		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.46		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.47		... 82 more
2198.83/862.47	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.47		... 86 more
2198.83/862.47	Caused by: java.lang.reflect.InvocationTargetException
2198.83/862.47		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2198.83/862.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.47		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.47		... 87 more
2198.83/862.47	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2198.83/862.47		at java.util.HashMap.resize(HashMap.java:703)
2198.83/862.47		at java.util.HashMap.putVal(HashMap.java:662)
2198.83/862.47		at java.util.HashMap.put(HashMap.java:611)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeVarWithTseitin(TseitinBasedIntensionCtrEncoder.java:110)
2198.83/862.47		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
2198.83/862.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.47		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.47		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.47		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.47		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.47		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.47		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.47		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.47		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.47		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2198.83/862.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2198.83/862.47		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2198.83/862.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2198.83/862.47		at java.lang.reflect.Method.invoke(Method.java:498)
2198.83/862.47	
2288.52/886.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2288.52/886.82	c This is free software under the dual EPL/GNU LGPL licenses.
2288.52/886.82	c See www.sat4j.org for details.
2288.52/886.82	c That software uses the Rhino library from the Mozilla project.
2288.52/886.82	c version CUSTOM.v20170705
2288.52/886.82	c java.runtime.name	Java(TM) SE Runtime Environment
2288.52/886.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2288.52/886.82	c java.vm.version	25.131-b11
2288.52/886.82	c java.vm.vendor	Oracle Corporation
2288.52/886.82	c sun.arch.data.model	64
2288.52/886.82	c java.version		1.8.0_131
2288.52/886.82	c os.name		Linux
2288.52/886.82	c os.version		3.10.0-514.16.1.el7.x86_64
2288.52/886.82	c os.arch		amd64
2288.52/886.82	c Free memory 		499604488
2288.52/886.82	c Max memory 		7247757312
2288.52/886.82	c Total memory 		504889344
2288.52/886.82	c Number of processors 	4
2288.52/886.82	c c --- Begin Solver configuration ---
2288.52/886.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2288.52/886.82	c Learn all clauses as in MiniSAT
2288.52/886.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2288.52/886.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2288.52/886.82	c No reason simplification
2288.52/886.82	c Glucose 2.1 dynamic restart strategy
2288.52/886.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
2288.52/886.82	c timeout=2147483s
2288.52/886.82	c DB Simplification allowed=false
2288.52/886.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2288.52/886.82	c --- End Solver configuration ---
2372.45/909.01	Exception in thread "Thread-1" c starts		: 0
2411.05/918.91	c conflicts		: 0
2411.05/918.91	c decisions		: 0
2411.05/918.91	c propagations		: 0
2411.05/918.91	c inspects		: 0
2411.05/918.91	c shortcuts		: 0
2411.05/918.91	c learnt literals	: 0
2411.05/918.91	c learnt binary clauses	: 0
2411.05/918.91	c learnt ternary clauses	: 0
2411.05/918.91	c learnt constraints	: 0
2411.05/918.91	c ignored constraints	: 0
2411.05/918.91	c root simplifications	: 0
2411.05/918.91	c removed literals (reason simplification)	: 0
2411.05/918.91	c reason swapping (by a shorter reason)	: 0
2411.05/918.91	c Calls to reduceDB	: 0
2411.05/918.91	c Number of update (reduction) of LBD	: 0
2411.05/918.91	c Imported unit clauses	: 0
2411.05/918.91	c number of reductions to clauses (during analyze)	: 0
2411.05/918.91	c number of learned constraints concerned by reduction	: 0
2411.05/918.91	c number of learning phase by resolution	: 0
2411.05/918.91	c number of learning phase by cutting planes	: 0
2411.05/918.91	c number of rounding to 1 operations	: 0
2411.05/918.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2448.51/928.51	c number of reductions of the coefficients by power 2 	: 0
2448.51/928.51	c number of right shift for reduction by power 2 	: 0
2448.51/928.51	java.lang.OutOfMemoryError: GC overhead limit exceededc number of reductions of the coefficients by GCD over coefficients 	: 0
2448.51/928.51	
2448.51/928.51	c speed (assignments/second)	: 0.0
2448.51/928.51		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
2448.51/928.51		at java.util.Hashtable.keys(Hashtable.java:257)c non guided choices	0
2448.51/928.51	
2448.51/928.51		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
2448.51/928.51		at java.util.logging.LogManager.reset(LogManager.java:1327)
2448.51/928.51		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
2448.51/928.51	c learnt constraints type 
2448.51/928.51	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 (15349 MiB free)
  memory of node 1: 16384 MiB (13156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263671-1502627543/watcher-4263671-1502627543 -o /tmp/evaluation-result-4263671-1502627543/solver-4263671-1502627543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263671-1502627543.xml 

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

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

solver pid=9756, runsolver pid=9753

[startup+0.100098 s]*
/proc/loadavg: 4.48 4.04 3.37 3/215 9771
/proc/meminfo: memFree=29170496/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10555400 memory=30812 CPUtime=0.12 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 6748 0 0 0 11 1 0 0 20 0 15 0 95842675 10808729600 7703 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2638850 7703 2830 1 0 2627263 0
[pid=9756/tid=9758] ppid=9753 vsize=10555400 memory=-8826028848741971136 CPUtime=0.09 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) R 9753 9756 2539 0 -1 4202560 4596 0 0 0 8 1 0 0 20 0 15 0 95842675 10808729600 7703 33554432000 4194304 4196468 140736743300800 140661240334272 140661220193630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 7703 33554432000 4194304 4196468 140736743300800 140661188733584 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10555400 memory=139739212314240 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 7703 33554432000 4194304 4196468 140736743300800 140661187680784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 7703 33554432000 4194304 4196468 140736743300800 140661186627984 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660840257808 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10555400 memory=139739212314240 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842678 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660795984752 140661236124290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95842678 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660794930720 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95842678 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660793877872 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) S 9753 9756 2539 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660791773552 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660790720752 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10555400 memory=139739212314240 CPUtime=0.01 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) R 9753 9756 2539 0 -1 4202560 368 0 0 0 1 0 0 0 20 0 15 0 95842681 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660789667952 140661215081270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10555400 memory=139739212314240 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 7703 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30812 KiB

[startup+0.210547 s]*
/proc/loadavg: 4.48 4.04 3.37 4/215 9771
/proc/meminfo: memFree=29163272/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10555400 memory=39748 CPUtime=0.3 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 8127 0 0 0 28 2 0 0 20 0 15 0 95842675 10808729600 9937 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2638850 9937 2973 1 0 2627263 0
[pid=9756/tid=9758] ppid=9753 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) R 9753 9756 2539 0 -1 4202560 5180 0 0 0 18 1 0 0 20 0 15 0 95842675 10808729600 9937 33554432000 4194304 4196468 140736743300800 140661240336592 140661220193630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10555400 memory=345 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 9937 33554432000 4194304 4196468 140736743300800 140661188733584 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10555400 memory=139739212324497 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 9937 33554432000 4194304 4196468 140736743300800 140661187680784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 9937 33554432000 4194304 4196468 140736743300800 140661186627984 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842676 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660840257808 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10555400 memory=139739212314240 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842678 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660795984752 140661236124290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95842678 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660794930720 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95842678 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660793877872 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) R 9753 9756 2539 0 -1 4202560 552 0 0 0 2 0 0 0 20 0 15 0 95842681 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660791764880 140661216813440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) R 9753 9756 2539 0 -1 1077944384 209 0 0 0 1 0 0 0 20 0 15 0 95842681 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660790720752 140661236124290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10555400 memory=139739212314240 CPUtime=0.06 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) R 9753 9756 2539 0 -1 4202560 829 0 0 0 6 0 0 0 20 0 15 0 95842681 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660789663896 140661214229224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10555400 memory=139739212314240 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842681 10808729600 9937 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39748 KiB

[startup+0.310546 s]*
/proc/loadavg: 4.48 4.04 3.37 5/215 9771
/proc/meminfo: memFree=29156944/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10555476 memory=46568 CPUtime=0.52 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 8802 0 0 0 49 3 0 0 20 0 15 0 95842675 10808807424 11642 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2638869 11642 3012 1 0 2627263 0
[pid=9756/tid=9758] ppid=9753 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) R 9753 9756 2539 0 -1 4202560 5670 0 0 0 28 2 0 0 20 0 15 0 95842675 10808807424 11642 33554432000 4194304 4196468 140736743300800 140661240349072 140661236125078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10555476 memory=290763883793350679 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842676 10808807424 11642 33554432000 4194304 4196468 140736743300800 140661188733584 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10555476 memory=14557868072138392 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842676 10808807424 11642 33554432000 4194304 4196468 140736743300800 140661187680784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842676 10808807424 11642 33554432000 4194304 4196468 140736743300800 140661186627984 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842676 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660840257808 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10555476 memory=139739212314240 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95842678 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660795984752 140661236124290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95842678 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660794930720 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95842678 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660793877872 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) S 9753 9756 2539 0 -1 1077944384 588 0 0 0 4 0 0 0 20 0 15 0 95842681 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660791773552 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) R 9753 9756 2539 0 -1 1077944384 269 0 0 0 4 0 0 0 20 0 15 0 95842681 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660790720752 140661236124290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10555476 memory=139739212314240 CPUtime=0.12 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) R 9753 9756 2539 0 -1 4202560 910 0 0 0 12 0 0 0 20 0 15 0 95842681 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660789667952 140661220193630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10555476 memory=139739212314240 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842681 10808807424 11642 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46568 KiB

[startup+0.70895 s]
/proc/loadavg: 4.48 4.04 3.37 6/215 9771
/proc/meminfo: memFree=29135896/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10555476 memory=213428 CPUtime=1.45 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 10820 0 0 0 135 10 0 0 20 0 15 0 95842675 10808807424 53357 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2638869 53357 3092 1 0 2627263 0
[pid=9756/tid=9758] ppid=9753 vsize=10555476 memory=1732 CPUtime=0.64 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) S 9753 9756 2539 0 -1 1077944384 5818 0 0 0 60 4 0 0 20 0 15 0 95842675 10808807424 53357 33554432000 4194304 4196468 140736743300800 140661240350160 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10555476 memory=796 CPUtime=0.03 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) R 9753 9756 2539 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 15 0 95842676 10808807424 53357 33554432000 4194304 4196468 140736743300800 140661188733584 140661221135264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10555476 memory=1004 CPUtime=0.02 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) R 9753 9756 2539 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 15 0 95842676 10808807424 53357 33554432000 4194304 4196468 140736743300800 140661187680784 140661217739431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10555476 memory=1932 CPUtime=0.02 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) R 9753 9756 2539 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 15 0 95842676 10808807424 53357 33554432000 4194304 4196468 140736743300800 140661186627872 140661221140562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10555476 memory=1424 CPUtime=0.02 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) R 9753 9756 2539 0 -1 4202560 33 0 0 0 1 1 0 0 20 0 15 0 95842676 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660840257696 140661221140562 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10555476 memory=8560 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95842678 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660795983264 140661236123349 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10555476 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95842678 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660794930720 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10555476 memory=11000 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95842678 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660793877872 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10555476 memory=7014751519734584657 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10555476 memory=7453282923545389669 CPUtime=0.25 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) R 9753 9756 2539 0 -1 4202560 1494 0 0 0 25 0 0 0 20 0 15 0 95842681 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660791760368 140661221035100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10555476 memory=7444843076533644388 CPUtime=0.16 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) S 9753 9756 2539 0 -1 1077944384 622 0 0 0 16 0 0 0 20 0 15 0 95842681 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660790709440 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10555476 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) S 9753 9756 2539 0 -1 1077944384 1316 0 0 0 25 0 0 0 20 0 15 0 95842681 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660789667952 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95842681 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95842681 10808807424 53357 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 213428 KiB

[startup+1.50071 s]
/proc/loadavg: 4.48 4.04 3.37 6/215 9771
/proc/meminfo: memFree=28113472/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10555476 memory=665740 CPUtime=2.97 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 13086 0 0 0 267 30 0 0 20 0 15 0 95842675 10808807424 166435 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2638869 166435 3111 1 0 2627263 0
[pid=9756/tid=9758] ppid=9753 vsize=10555476 memory=8112282956445269571 CPUtime=1.29 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) R 9753 9756 2539 0 -1 4202560 6259 0 0 0 121 8 0 0 20 0 15 0 95842675 10808807424 166435 33554432000 4194304 4196468 140736743300800 140661240351400 140660870294475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10555476 memory=-8754540793456063680 CPUtime=0.16 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) S 9753 9756 2539 0 -1 1077944384 232 0 0 0 11 5 0 0 20 0 15 0 95842676 10808807424 166435 33554432000 4194304 4196468 140736743300800 140661188733584 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10555476 memory=-2843874019102283166 CPUtime=0.15 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) S 9753 9756 2539 0 -1 1077944384 219 0 0 0 10 5 0 0 20 0 15 0 95842676 10808807424 166435 33554432000 4194304 4196468 140736743300800 140661187680784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10555476 memory=5450919713671312938 CPUtime=0.15 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) S 9753 9756 2539 0 -1 1077944384 225 0 0 0 11 4 0 0 20 0 15 0 95842676 10808807424 166435 33554432000 4194304 4196468 140736743300800 140661186627984 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10555476 memory=7005738693937936738 CPUtime=0.16 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) S 9753 9756 2539 0 -1 1077944384 231 0 0 0 11 5 0 0 20 0 15 0 95842676 10808807424 166435 33554432000 4194304 4196468 140736743300800 140660840257808 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 482 0 0 0 0 0 0 0 20 0 15 0 95842678 10808807424 166435 33554432000 4194304 4196468 140736743300800 140660795984752 140661236124290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0

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

[pid=9756/tid=9759] ppid=9753 vsize=10690804 memory=956 CPUtime=507.03 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) R 9753 9756 2539 0 -1 4202560 126712 0 0 0 50467 236 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661188733472 140661220570776 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10690804 memory=8112282956445269571 CPUtime=506.88 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) R 9753 9756 2539 0 -1 4202560 174869 0 0 0 50455 233 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661187680984 140661221109524 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10690804 memory=1724 CPUtime=506.35 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) R 9753 9756 2539 0 -1 4202560 149421 0 0 0 50404 231 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661186627984 140661217722752 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10690804 memory=11000 CPUtime=507.83 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) R 9753 9756 2539 0 -1 4202560 147637 0 0 0 50548 235 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660840258008 140661221109805 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10690804 memory=1224 CPUtime=28.5 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 108237 0 0 0 2844 6 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660795983296 140661236123349 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10690804 memory=5672 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660794930784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660793877888 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10690804 memory=3064 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10690804 memory=246440 CPUtime=1.14 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) S 9753 9756 2539 0 -1 1077944384 5190 0 0 0 113 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660791773600 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10690804 memory=245260 CPUtime=1.39 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) S 9753 9756 2539 0 -1 1077944384 6865 0 0 0 139 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660790720800 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10690804 memory=1004 CPUtime=0.37 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) S 9753 9756 2539 0 -1 1077944384 3228 0 0 0 36 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660789667712 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10690804 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10690804 memory=796 CPUtime=0.44 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 992 0 0 0 23 21 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9880] ppid=9753 vsize=10690804 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9880/stat : 9880 (java) S 9753 9756 2539 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660784408608 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9881] ppid=9753 vsize=10690804 memory=1932 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9881/stat : 9881 (java) S 9753 9756 2539 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660715802512 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 2443.53 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8314380 KiB

[startup+928.001 s]*
/proc/loadavg: 4.79 4.90 4.35 5/219 9882
/proc/meminfo: memFree=23053516/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10690804 memory=8314380 CPUtime=2446.7 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 807770 0 0 0 243684 986 0 0 20 0 17 0 95842675 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2672701 2078595 3199 1 0 2661057 0
[pid=9756/tid=9758] ppid=9753 vsize=10690804 memory=8112282956445269571 CPUtime=383.49 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) S 9753 9756 2539 0 -1 1077944384 82924 0 0 0 38321 28 0 0 20 0 17 0 95842675 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661240353824 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10690804 memory=4126316290023845779 CPUtime=507.82 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) R 9753 9756 2539 0 -1 4202560 126728 0 0 0 50545 237 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661188733704 140661228741351 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10690804 memory=50648 CPUtime=507.67 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) R 9753 9756 2539 0 -1 4202560 174869 0 0 0 50534 233 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661187680592 140661228741351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10690804 memory=50595 CPUtime=507.16 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) R 9753 9756 2539 0 -1 4202560 149421 0 0 0 50485 231 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661186627984 140661221109696 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10690804 memory=50743 CPUtime=508.63 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) R 9753 9756 2539 0 -1 4202560 147637 0 0 0 50628 235 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660840257616 140661228741351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10690804 memory=8112282956445269571 CPUtime=28.5 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 108237 0 0 0 2844 6 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660795983296 140661236123349 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10690804 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660794930784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10690804 memory=16236 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660793877888 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10690804 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10690804 memory=16244 CPUtime=1.14 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) S 9753 9756 2539 0 -1 1077944384 5190 0 0 0 113 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660791773600 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10690804 memory=1232 CPUtime=1.39 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) S 9753 9756 2539 0 -1 1077944384 6865 0 0 0 139 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660790720800 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10690804 memory=648 CPUtime=0.37 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) S 9753 9756 2539 0 -1 1077944384 3228 0 0 0 36 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660789667712 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10690804 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10690804 memory=956 CPUtime=0.44 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 992 0 0 0 23 21 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9880] ppid=9753 vsize=10690804 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9880/stat : 9880 (java) S 9753 9756 2539 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660784408608 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9881] ppid=9753 vsize=10690804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9881/stat : 9881 (java) S 9753 9756 2539 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660715802512 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 2446.7 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8314380 KiB

[startup+928.401 s]
/proc/loadavg: 4.79 4.90 4.35 5/219 9882
/proc/meminfo: memFree=23053516/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10690804 memory=8314380 CPUtime=2448.23 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 807770 0 0 0 243836 987 0 0 20 0 17 0 95842675 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2672701 2078595 3199 1 0 2661057 0
[pid=9756/tid=9758] ppid=9753 vsize=10690804 memory=1224 CPUtime=383.49 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) S 9753 9756 2539 0 -1 1077944384 82924 0 0 0 38321 28 0 0 20 0 17 0 95842675 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661240353824 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10690804 memory=5672 CPUtime=508.19 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) R 9753 9756 2539 0 -1 4202560 126728 0 0 0 50582 237 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661188733704 140661228741351 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10690804 memory=4612 CPUtime=508.05 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) R 9753 9756 2539 0 -1 4202560 174869 0 0 0 50572 233 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661187680592 140661228741351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10690804 memory=2824 CPUtime=507.55 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) R 9753 9756 2539 0 -1 4202560 149421 0 0 0 50524 231 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661186627984 140661221109553 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10690804 memory=2824 CPUtime=509 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) R 9753 9756 2539 0 -1 4202560 147637 0 0 0 50665 235 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660840257928 140661228741351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10690804 memory=4100 CPUtime=28.5 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) S 9753 9756 2539 0 -1 1077944384 108237 0 0 0 2844 6 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660795983296 140661236123349 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10690804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660794930784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10690804 memory=3236 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660793877888 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10690804 memory=8314380 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10690804 memory=1156 CPUtime=1.14 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) S 9753 9756 2539 0 -1 1077944384 5190 0 0 0 113 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660791773600 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10690804 memory=648 CPUtime=1.39 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) S 9753 9756 2539 0 -1 1077944384 6865 0 0 0 139 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660790720800 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10690804 memory=1796 CPUtime=0.37 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) S 9753 9756 2539 0 -1 1077944384 3228 0 0 0 36 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660789667712 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10690804 memory=956 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10690804 memory=2344 CPUtime=0.44 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 992 0 0 0 23 21 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9880] ppid=9753 vsize=10690804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9880/stat : 9880 (java) S 9753 9756 2539 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660784408608 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9881] ppid=9753 vsize=10690804 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9881/stat : 9881 (java) S 9753 9756 2539 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660715802512 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 2448.23 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8314380 KiB

[startup+928.501 s]
/proc/loadavg: 4.79 4.90 4.35 5/219 9882
/proc/meminfo: memFree=23053516/32770624 swapFree=67108860/67108860
[pid=9756] ppid=9753 vsize=10690804 memory=8314380 CPUtime=2448.51 cores=0,2,4,6
/proc/9756/stat : 9756 (java) S 9753 9756 2539 0 -1 1077944320 807908 0 0 0 243864 987 0 0 20 0 17 0 95842675 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140736743283344 140661236113143 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
/proc/9756/statm: 2672701 2078595 3199 1 0 2661057 0
[pid=9756/tid=9758] ppid=9753 vsize=10690804 memory=8314380 CPUtime=383.49 cores=0,2,4,6
/proc/9756/task/9758/stat : 9758 (java) S 9753 9756 2539 0 -1 1077944384 82924 0 0 0 38321 28 0 0 20 0 17 0 95842675 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661240353824 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9759] ppid=9753 vsize=10690804 memory=1424 CPUtime=508.25 cores=0,2,4,6
/proc/9756/task/9759/stat : 9759 (java) S 9753 9756 2539 0 -1 1077944384 126728 0 0 0 50588 237 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661188733584 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9760] ppid=9753 vsize=10690804 memory=8314380 CPUtime=508.11 cores=0,2,4,6
/proc/9756/task/9760/stat : 9760 (java) S 9753 9756 2539 0 -1 1077944384 174869 0 0 0 50578 233 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661187680784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9761] ppid=9753 vsize=10690804 memory=8314380 CPUtime=507.62 cores=0,2,4,6
/proc/9756/task/9761/stat : 9761 (java) S 9753 9756 2539 0 -1 1077944384 149421 0 0 0 50531 231 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140661186627984 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9762] ppid=9753 vsize=10690804 memory=8560 CPUtime=509.06 cores=0,2,4,6
/proc/9756/task/9762/stat : 9762 (java) S 9753 9756 2539 0 -1 1077944384 147637 0 0 0 50671 235 0 0 20 0 17 0 95842676 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660840257808 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9763] ppid=9753 vsize=10690804 memory=8314380 CPUtime=28.53 cores=0,2,4,6
/proc/9756/task/9763/stat : 9763 (java) R 9753 9756 2539 0 -1 4202560 108375 0 0 0 2847 6 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660795983184 140661214483323 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9764] ppid=9753 vsize=10690804 memory=2236 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9764/stat : 9764 (java) S 9753 9756 2539 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660794930784 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9765] ppid=9753 vsize=10690804 memory=8314380 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9765/stat : 9765 (java) S 9753 9756 2539 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 17 0 95842678 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660793877888 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9766] ppid=9753 vsize=10690804 memory=279478220346464 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9766/stat : 9766 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660792826192 140661236131739 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9767] ppid=9753 vsize=10690804 memory=8314380 CPUtime=1.14 cores=0,2,4,6
/proc/9756/task/9767/stat : 9767 (java) S 9753 9756 2539 0 -1 1077944384 5190 0 0 0 113 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660791773600 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9768] ppid=9753 vsize=10690804 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/9756/task/9768/stat : 9768 (java) S 9753 9756 2539 0 -1 1077944384 6865 0 0 0 139 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660790720800 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9769] ppid=9753 vsize=10690804 memory=421 CPUtime=0.37 cores=0,2,4,6
/proc/9756/task/9769/stat : 9769 (java) S 9753 9756 2539 0 -1 1077944384 3228 0 0 0 36 1 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660789667712 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9770] ppid=9753 vsize=10690804 memory=8314380 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9770/stat : 9770 (java) S 9753 9756 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660788615392 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9771] ppid=9753 vsize=10690804 memory=16244 CPUtime=0.44 cores=0,2,4,6
/proc/9756/task/9771/stat : 9771 (java) S 9753 9756 2539 0 -1 1077944384 992 0 0 0 23 21 0 0 20 0 17 0 95842681 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660787563696 140661236124290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9880] ppid=9753 vsize=10690804 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9880/stat : 9880 (java) S 9753 9756 2539 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660784408608 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
[pid=9756/tid=9881] ppid=9753 vsize=10690804 memory=8314380 CPUtime=0 cores=0,2,4,6
/proc/9756/task/9881/stat : 9881 (java) S 9753 9756 2539 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 95928922 10947383296 2078595 33554432000 4194304 4196468 140736743300800 140660715802512 140661236123349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30769152 140736743306374 140736743306527 140736743306527 140736743309263 0
Current children cumulated CPU time: 2448.51 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8314380 KiB

Child status: 0
Real time (s): 928.564
CPU time (s): 2448.57
CPU user time (s): 2438.66
CPU system time (s): 9.91353
CPU usage (%): 263.694
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8314380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2438.66
system time used= 9.91353
maximum resident set size= 8314468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 808152
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45676
involuntary context switches= 28268


# summary of solver processes directly reported to runsolver:
#   pid: 9756
#   total CPU time (s): 2448.57
#   total CPU user time (s): 2438.66
#   total CPU system time (s): 9.91353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.655 second user time and 9.0174 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 14:18:05
IDJOB=4263671
IDBENCH=131533
IDSOLVER=2651
FILE ID=node102/4263671-1502627543
RUNJOBID= node102-1502621242-8487
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si6-bvg/Subisomorphism-si6-b03-m800-07.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263671-1502627543/watcher-4263671-1502627543 -o /tmp/evaluation-result-4263671-1502627543/solver-4263671-1502627543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8487 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263671-1502627543.xml

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

MD5SUM BENCH= 98d2d58aab7f5f40944baaa5254cf1ac
RANDOM SEED=934375311

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
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:        29190532 kB
MemAvailable:   29572200 kB
Buffers:          105172 kB
Cached:           561300 kB
SwapCached:            0 kB
Active:          2994028 kB
Inactive:         138948 kB
Active(anon):    2419256 kB
Inactive(anon):    75432 kB
Active(file):     574772 kB
Inactive(file):    63516 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1944 kB
Writeback:             0 kB
AnonPages:       2573032 kB
Mapped:            55300 kB
Shmem:             25228 kB
Slab:             144580 kB
SReclaimable:     118428 kB
SUnreclaim:        26152 kB
KernelStack:        3840 kB
PageTables:         9828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3789156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2435072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61908 MiB
End job on node102 at 2017-08-13 14:33:34