Trace number 4263669

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? (problem) 1703.0699 491.439

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-SF/
Subisomorphism-A-15.xml
MD5SUM31fe6553e55375ea7453a010bd43cd35
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.061519001
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints549
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":180}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":7},{"degree":5,"count":33},{"degree":6,"count":70},{"degree":8,"count":38},{"degree":9,"count":23},{"degree":10,"count":8}]
Minimum constraint arity1
Maximum constraint arity180
Distribution of constraint arities[{"arity":1,"count":69},{"arity":2,"count":479},{"arity":180,"count":1}]
Number of extensional constraints548
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":548},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

1592.75/461.08	Aug 13, 2017 2:25:18 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1592.75/461.08	INFO: Runtime exception
1592.75/461.08	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1592.75/461.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1592.75/461.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1592.75/461.08		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1592.75/461.08		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1592.75/461.08		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1592.75/461.08		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1592.75/461.08		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1592.75/461.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1592.75/461.08		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1592.75/461.08		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1592.75/461.08		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1592.75/461.08		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1592.75/461.08		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1592.75/461.08		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1592.75/461.08		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 22 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 26 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 27 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 31 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1592.75/461.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1592.75/461.08		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1592.75/461.08		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1592.75/461.08		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1592.75/461.08		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1592.75/461.08		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1592.75/461.08		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1592.75/461.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1592.75/461.08		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1592.75/461.08		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1592.75/461.08		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1592.75/461.08		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1592.75/461.08		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1592.75/461.08		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1592.75/461.08		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1592.75/461.08		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 37 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 41 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 42 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 46 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 47 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 51 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 52 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 56 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 57 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 61 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 62 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 66 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 67 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 71 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 72 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 76 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 77 more
1592.75/461.08	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		... 81 more
1592.75/461.08	Caused by: java.lang.reflect.InvocationTargetException
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		... 82 more
1592.75/461.08	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1592.75/461.08		at java.util.HashMap.resize(HashMap.java:703)
1592.75/461.08		at java.util.HashMap.putVal(HashMap.java:662)
1592.75/461.08		at java.util.HashMap.put(HashMap.java:611)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeVarWithTseitin(TseitinBasedIntensionCtrEncoder.java:110)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1592.75/461.08		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1592.75/461.08		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1592.75/461.08		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1592.75/461.08		at java.lang.reflect.Method.invoke(Method.java:498)
1592.75/461.08	
1666.16/481.29	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1666.16/481.29	c This is free software under the dual EPL/GNU LGPL licenses.
1666.16/481.29	c See www.sat4j.org for details.
1666.16/481.29	c That software uses the Rhino library from the Mozilla project.
1666.16/481.29	c version CUSTOM.v20170705
1666.16/481.29	c java.runtime.name	Java(TM) SE Runtime Environment
1666.16/481.29	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1666.16/481.29	c java.vm.version	25.131-b11
1666.16/481.29	c java.vm.vendor	Oracle Corporation
1666.16/481.29	c sun.arch.data.model	64
1666.16/481.29	c java.version		1.8.0_131
1666.16/481.29	c os.name		Linux
1666.16/481.29	c os.version		3.10.0-514.16.1.el7.x86_64
1666.16/481.29	c os.arch		amd64
1666.16/481.29	c Free memory 		499604488
1666.16/481.29	c Max memory 		7247757312
1666.16/481.29	c Total memory 		504889344
1666.16/481.29	c Number of processors 	4
1666.16/481.29	c c --- Begin Solver configuration ---
1666.16/481.29	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1666.16/481.29	c Learn all clauses as in MiniSAT
1666.16/481.29	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1666.16/481.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1666.16/481.29	c No reason simplification
1666.16/481.29	c Glucose 2.1 dynamic restart strategy
1666.16/481.29	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
1666.16/481.29	c timeout=2147483s
1666.16/481.29	c DB Simplification allowed=false
1666.16/481.29	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1666.16/481.29	c --- End Solver configuration ---
1703.02/491.40	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1703.02/491.40		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1703.02/491.40		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1703.02/491.40		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1703.02/491.40		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1703.02/491.40		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1703.02/491.40		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1703.02/491.40		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1703.02/491.40		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1703.02/491.40		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (7381 MiB free)
  memory of node 1: 16384 MiB (15519 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,7

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=9679, runsolver pid=9676

[startup+0.100097 s]*
/proc/loadavg: 4.67 4.04 3.36 6/217 9696
/proc/meminfo: memFree=23431768/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10555400 memory=29948 CPUtime=0.12 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 6525 0 0 0 10 2 0 0 20 0 15 0 95841146 10808729600 7487 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2638850 7487 2820 1 0 2627263 0
[pid=9679/tid=9681] ppid=9676 vsize=10555400 memory=-8392837721434715328 CPUtime=0.09 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) R 9676 9679 2539 0 -1 4202560 4385 0 0 0 8 1 0 0 20 0 15 0 95841147 10808729600 7487 33554432000 4194304 4196468 140735073418768 140567426832304 140567422665885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10555400 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 7487 33554432000 4194304 4196468 140735073418768 140567375264016 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10555400 memory=140033505961600 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 7487 33554432000 4194304 4196468 140735073418768 140567374211472 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 7487 33554432000 4194304 4196468 140735073418768 140567373158928 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) S 9676 9679 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 7487 33554432000 4194304 4196468 140735073418768 140567372106384 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10555400 memory=140033505961600 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) S 9676 9679 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95841149 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566981962224 140567422655106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95841149 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566980908448 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95841150 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566979855856 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) S 9676 9679 2539 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566977751024 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566976698480 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10555400 memory=140033505961600 CPUtime=0.01 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) R 9676 9679 2539 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 15 0 95841152 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566975645936 140567422665306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10555400 memory=140033505961600 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 7487 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29948 KiB

[startup+0.210504 s]*
/proc/loadavg: 4.46 4.00 3.35 7/217 9696
/proc/meminfo: memFree=23422588/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10555400 memory=39536 CPUtime=0.31 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 8120 0 0 0 28 3 0 0 20 0 15 0 95841146 10808729600 9884 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2638850 9884 2933 1 0 2627263 0
[pid=9679/tid=9681] ppid=9676 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) R 9676 9679 2539 0 -1 4202560 5232 0 0 0 18 2 0 0 20 0 15 0 95841147 10808729600 9884 33554432000 4194304 4196468 140735073418768 140567426880128 140567406724446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10555400 memory=345 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 9884 33554432000 4194304 4196468 140735073418768 140567375264016 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10555400 memory=140033505971857 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 9884 33554432000 4194304 4196468 140735073418768 140567374211472 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 9884 33554432000 4194304 4196468 140735073418768 140567373158928 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) S 9676 9679 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95841147 10808729600 9884 33554432000 4194304 4196468 140735073418768 140567372106384 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10555400 memory=140033505961600 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) S 9676 9679 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95841149 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566981962224 140567422655106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95841149 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566980908448 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95841150 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566979855856 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10555400 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) S 9676 9679 2539 0 -1 1077944384 622 0 0 0 1 0 0 0 20 0 15 0 95841152 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566977751024 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) S 9676 9679 2539 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 15 0 95841152 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566976698480 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10555400 memory=140033505961600 CPUtime=0.06 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) S 9676 9679 2539 0 -1 1077944384 793 0 0 0 6 0 0 0 20 0 15 0 95841152 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566975645936 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10555400 memory=140033505961600 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841152 10808729600 9884 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39536 KiB

[startup+0.310267 s]*
/proc/loadavg: 4.46 4.00 3.35 8/217 9696
/proc/meminfo: memFree=23415524/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10555476 memory=46284 CPUtime=0.5 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 8786 0 0 0 47 3 0 0 20 0 15 0 95841146 10808807424 11571 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2638869 11571 3008 1 0 2627263 0
[pid=9679/tid=9681] ppid=9676 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) R 9676 9679 2539 0 -1 4202560 5653 0 0 0 27 2 0 0 20 0 15 0 95841147 10808807424 11571 33554432000 4194304 4196468 140735073418768 140567426879264 140567422655894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10555476 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 11571 33554432000 4194304 4196468 140735073418768 140567375264016 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10555476 memory=15400388272662168 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 11571 33554432000 4194304 4196468 140735073418768 140567374211472 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 11571 33554432000 4194304 4196468 140735073418768 140567373158928 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) S 9676 9679 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 11571 33554432000 4194304 4196468 140735073418768 140567372106384 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10555476 memory=140033505961600 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) S 9676 9679 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95841149 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566981962224 140567422655106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95841149 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566980908448 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95841150 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566979855856 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) S 9676 9679 2539 0 -1 1077944384 682 0 0 0 3 0 0 0 20 0 15 0 95841152 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566977751024 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) S 9676 9679 2539 0 -1 1077944384 195 0 0 0 3 0 0 0 20 0 15 0 95841152 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566976698480 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10555476 memory=140033505961600 CPUtime=0.12 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) R 9676 9679 2539 0 -1 4202560 890 0 0 0 12 0 0 0 20 0 15 0 95841152 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566975645936 140567404206929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10555476 memory=140033505961600 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841152 10808807424 11571 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46284 KiB

[startup+0.700755 s]
/proc/loadavg: 4.46 4.00 3.35 9/217 9696
/proc/meminfo: memFree=23347136/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10555476 memory=134672 CPUtime=1.56 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 11487 0 0 0 151 5 0 0 20 0 15 0 95841146 10808807424 33668 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2638869 33668 3087 1 0 2627263 0
[pid=9679/tid=9681] ppid=9676 vsize=10555476 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) R 9676 9679 2539 0 -1 4202560 5818 0 0 0 64 3 0 0 20 0 15 0 95841147 10808807424 33668 33554432000 4194304 4196468 140735073418768 140567426882056 140567051757477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10555476 memory=796 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 33668 33554432000 4194304 4196468 140735073418768 140567375264016 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 33668 33554432000 4194304 4196468 140735073418768 140567374211472 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10555476 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 33668 33554432000 4194304 4196468 140735073418768 140567373158928 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10555476 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) S 9676 9679 2539 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95841147 10808807424 33668 33554432000 4194304 4196468 140735073418768 140567372106384 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10555476 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) S 9676 9679 2539 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95841149 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566981962224 140567422655106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10555476 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95841149 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566980908448 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10555476 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95841150 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566979855856 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10555476 memory=7014751519734584657 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10555476 memory=7453282923545389669 CPUtime=0.31 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) R 9676 9679 2539 0 -1 4202560 1842 0 0 0 31 0 0 0 20 0 15 0 95841152 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566977751024 140567401035309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10555476 memory=7444843076533644388 CPUtime=0.31 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) R 9676 9679 2539 0 -1 4202560 1289 0 0 0 31 0 0 0 20 0 15 0 95841152 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566976679496 140567406054854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10555476 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) S 9676 9679 2539 0 -1 1077944384 1168 0 0 0 24 0 0 0 20 0 15 0 95841152 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566975645936 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95841152 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10555476 memory=33 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95841152 10808807424 33668 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 134672 KiB

[startup+1.50077 s]
/proc/loadavg: 4.46 4.00 3.35 6/217 9696
/proc/meminfo: memFree=23293532/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10555476 memory=218120 CPUtime=2.71 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 15254 0 0 0 261 10 0 0 20 0 15 0 95841146 10808807424 54530 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2638869 54530 3118 1 0 2627263 0
[pid=9679/tid=9681] ppid=9676 vsize=10555476 memory=8112282956445269571 CPUtime=1.43 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) R 9676 9679 2539 0 -1 4202560 5970 0 0 0 140 3 0 0 20 0 15 0 95841147 10808807424 54530 33554432000 4194304 4196468 140735073418768 140567426882856 140567051965287 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10555476 memory=-8754540793456063680 CPUtime=0.03 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) S 9676 9679 2539 0 -1 1077944384 93 0 0 0 2 1 0 0 20 0 15 0 95841147 10808807424 54530 33554432000 4194304 4196468 140735073418768 140567375264016 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10555476 memory=-2843874019102283166 CPUtime=0.02 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) S 9676 9679 2539 0 -1 1077944384 141 0 0 0 2 0 0 0 20 0 15 0 95841147 10808807424 54530 33554432000 4194304 4196468 140735073418768 140567374211472 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10555476 memory=5450919713671312938 CPUtime=0.03 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) S 9676 9679 2539 0 -1 1077944384 201 0 0 0 2 1 0 0 20 0 15 0 95841147 10808807424 54530 33554432000 4194304 4196468 140735073418768 140567373158928 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10555476 memory=7005738693937936738 CPUtime=0.02 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) S 9676 9679 2539 0 -1 1077944384 292 0 0 0 2 0 0 0 20 0 15 0 95841147 10808807424 54530 33554432000 4194304 4196468 140735073418768 140567372106384 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) S 9676 9679 2539 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 95841149 10808807424 54530 33554432000 4194304 4196468 140735073418768 140566981962224 140567422655106 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0

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

[pid=9679/tid=9682] ppid=9676 vsize=10690804 memory=0 CPUtime=404.26 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) R 9676 9679 2539 0 -1 4202560 30449 0 0 0 40270 156 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567375264136 140567415272167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10690804 memory=6935652554363134804 CPUtime=403.95 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) R 9676 9679 2539 0 -1 4202560 27575 0 0 0 40219 176 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567374211592 140567415272167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10690804 memory=27624 CPUtime=403.54 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) R 9676 9679 2539 0 -1 4202560 28201 0 0 0 40184 170 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567373158736 140567415272167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10690804 memory=1296 CPUtime=404.23 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) R 9676 9679 2539 0 -1 4202560 23006 0 0 0 40262 161 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567372106584 140567407640360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10690804 memory=8321236 CPUtime=41.42 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) S 9676 9679 2539 0 -1 1077944384 80239 0 0 0 4138 4 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566981960768 140567422654165 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566980908512 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10690804 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 95841150 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566979855872 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10690804 memory=16097070113098297 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10690804 memory=4612 CPUtime=1.49 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) S 9676 9679 2539 0 -1 1077944384 11228 0 0 0 148 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566977751072 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=1.4 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) S 9676 9679 2539 0 -1 1077944384 9369 0 0 0 139 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566976698240 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10690804 memory=6944656592455359580 CPUtime=0.37 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) S 9676 9679 2539 0 -1 1077944384 5085 0 0 0 36 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566975641312 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10690804 memory=41558103575458 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10690804 memory=41558103575459 CPUtime=0.32 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 676 0 0 0 16 16 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9787] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9787/stat : 9787 (java) S 9676 9679 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566970388464 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9788] ppid=9676 vsize=10690804 memory=16240 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9788/stat : 9788 (java) S 9676 9679 2539 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566969336368 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 1698.74 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8321336 KiB

[startup+490.401 s]
/proc/loadavg: 5.29 4.80 3.94 9/217 9788
/proc/meminfo: memFree=14966000/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10690804 memory=8321336 CPUtime=1701.84 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 239138 0 0 0 169484 700 0 0 20 0 17 0 95841146 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2672701 2080334 3209 1 0 2661057 0
[pid=9679/tid=9681] ppid=9676 vsize=10690804 memory=8321336 CPUtime=37.68 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) S 9676 9679 2539 0 -1 1077944384 21415 0 0 0 3745 23 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567426884640 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10690804 memory=8321336 CPUtime=405.02 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) R 9676 9679 2539 0 -1 4202560 30449 0 0 0 40345 157 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567375264136 140567415272167 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=404.73 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) R 9676 9679 2539 0 -1 4202560 27575 0 0 0 40297 176 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567374211592 140567415272167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10690804 memory=15876 CPUtime=404.31 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) R 9676 9679 2539 0 -1 4202560 28201 0 0 0 40261 170 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567373158736 140567415272167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10690804 memory=16236 CPUtime=405.03 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) R 9676 9679 2539 0 -1 4202560 23390 0 0 0 40342 161 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567372106584 140567407344219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10690804 memory=4044 CPUtime=41.42 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) S 9676 9679 2539 0 -1 1077944384 80239 0 0 0 4138 4 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566981960768 140567422654165 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566980908512 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10690804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 95841150 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566979855872 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10690804 memory=11000 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10690804 memory=1224 CPUtime=1.49 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) S 9676 9679 2539 0 -1 1077944384 11228 0 0 0 148 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566977751072 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10690804 memory=5672 CPUtime=1.4 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) S 9676 9679 2539 0 -1 1077944384 9369 0 0 0 139 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566976698240 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10690804 memory=8321336 CPUtime=0.37 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) S 9676 9679 2539 0 -1 1077944384 5085 0 0 0 36 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566975641312 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10690804 memory=648 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10690804 memory=1796 CPUtime=0.32 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 676 0 0 0 16 16 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9787] ppid=9676 vsize=10690804 memory=956 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9787/stat : 9787 (java) S 9676 9679 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566970388464 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9788] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9788/stat : 9788 (java) S 9676 9679 2539 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566969336368 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 1701.84 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8321336 KiB

[startup+491.201 s]
/proc/loadavg: 5.51 4.85 3.96 6/217 9788
/proc/meminfo: memFree=14965992/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10690804 memory=8321336 CPUtime=1702.82 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 239138 0 0 0 169581 701 0 0 20 0 17 0 95841146 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2672701 2080334 3209 1 0 2661057 0
[pid=9679/tid=9681] ppid=9676 vsize=10690804 memory=27624 CPUtime=37.68 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) S 9676 9679 2539 0 -1 1077944384 21415 0 0 0 3745 23 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567426884640 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10690804 memory=8321336 CPUtime=405.08 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) S 9676 9679 2539 0 -1 1077944384 30449 0 0 0 40351 157 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567375264016 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10690804 memory=8321336 CPUtime=404.78 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) S 9676 9679 2539 0 -1 1077944384 27575 0 0 0 40302 176 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567374211472 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=404.37 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) S 9676 9679 2539 0 -1 1077944384 28201 0 0 0 40267 170 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567373158928 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10690804 memory=796 CPUtime=405.09 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) S 9676 9679 2539 0 -1 1077944384 23390 0 0 0 40348 161 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567372106384 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10690804 memory=1004 CPUtime=42.16 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) R 9676 9679 2539 0 -1 4202560 80239 0 0 0 4212 4 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566981960768 140567407640304 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10690804 memory=1932 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566980908512 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10690804 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 95841150 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566979855872 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10690804 memory=8321336 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10690804 memory=956 CPUtime=1.49 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) S 9676 9679 2539 0 -1 1077944384 11228 0 0 0 148 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566977751072 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10690804 memory=2344 CPUtime=1.4 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) S 9676 9679 2539 0 -1 1077944384 9369 0 0 0 139 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566976698240 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10690804 memory=928 CPUtime=0.37 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) S 9676 9679 2539 0 -1 1077944384 5085 0 0 0 36 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566975641312 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10690804 memory=8321336 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=0.32 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 676 0 0 0 16 16 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9787] ppid=9676 vsize=10690804 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9787/stat : 9787 (java) S 9676 9679 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566970388464 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9788] ppid=9676 vsize=10690804 memory=8321336 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9788/stat : 9788 (java) S 9676 9679 2539 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566969336368 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 1702.82 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8321336 KiB

[startup+491.401 s]
/proc/loadavg: 5.51 4.85 3.96 6/217 9788
/proc/meminfo: memFree=14965992/32770624 swapFree=67108860/67108860
[pid=9679] ppid=9676 vsize=10690804 memory=8321336 CPUtime=1703.02 cores=1,3,5,7
/proc/9679/stat : 9679 (java) S 9676 9679 2539 0 -1 1077944320 239266 0 0 0 169601 701 0 0 20 0 17 0 95841146 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140735073401312 140567422643959 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
/proc/9679/statm: 2672701 2080334 3209 1 0 2661057 0
[pid=9679/tid=9681] ppid=9676 vsize=10690804 memory=4044 CPUtime=37.68 cores=1,3,5,7
/proc/9679/task/9681/stat : 9681 (java) S 9676 9679 2539 0 -1 1077944384 21415 0 0 0 3745 23 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567426884640 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9682] ppid=9676 vsize=10690804 memory=8112282956445269571 CPUtime=405.08 cores=1,3,5,7
/proc/9679/task/9682/stat : 9682 (java) S 9676 9679 2539 0 -1 1077944384 30449 0 0 0 40351 157 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567375264016 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9683] ppid=9676 vsize=10690804 memory=1004 CPUtime=404.78 cores=1,3,5,7
/proc/9679/task/9683/stat : 9683 (java) S 9676 9679 2539 0 -1 1077944384 27575 0 0 0 40302 176 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567374211472 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9684] ppid=9676 vsize=10690804 memory=1932 CPUtime=404.37 cores=1,3,5,7
/proc/9679/task/9684/stat : 9684 (java) S 9676 9679 2539 0 -1 1077944384 28201 0 0 0 40267 170 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567373158928 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9685] ppid=9676 vsize=10690804 memory=4136 CPUtime=405.09 cores=1,3,5,7
/proc/9679/task/9685/stat : 9685 (java) S 9676 9679 2539 0 -1 1077944384 23390 0 0 0 40348 161 0 0 20 0 17 0 95841147 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140567372106384 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9686] ppid=9676 vsize=10690804 memory=4136 CPUtime=42.36 cores=1,3,5,7
/proc/9679/task/9686/stat : 9686 (java) R 9676 9679 2539 0 -1 4202560 80367 0 0 0 4232 4 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566981960768 140567401845011 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9687] ppid=9676 vsize=10690804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9687/stat : 9687 (java) S 9676 9679 2539 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 95841149 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566980908512 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9688] ppid=9676 vsize=10690804 memory=8321336 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9688/stat : 9688 (java) S 9676 9679 2539 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 17 0 95841150 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566979855872 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9689] ppid=9676 vsize=10690804 memory=27624 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9689/stat : 9689 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566978804432 140567422662555 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9691] ppid=9676 vsize=10690804 memory=1296 CPUtime=1.49 cores=1,3,5,7
/proc/9679/task/9691/stat : 9691 (java) S 9676 9679 2539 0 -1 1077944384 11228 0 0 0 148 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566977751072 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9692] ppid=9676 vsize=10690804 memory=8321336 CPUtime=1.4 cores=1,3,5,7
/proc/9679/task/9692/stat : 9692 (java) S 9676 9679 2539 0 -1 1077944384 9369 0 0 0 139 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566976698240 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9694] ppid=9676 vsize=10690804 memory=3216 CPUtime=0.37 cores=1,3,5,7
/proc/9679/task/9694/stat : 9694 (java) S 9676 9679 2539 0 -1 1077944384 5085 0 0 0 36 1 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566975641312 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9695] ppid=9676 vsize=10690804 memory=8321336 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9695/stat : 9695 (java) S 9676 9679 2539 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566974593632 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9696] ppid=9676 vsize=10690804 memory=1156 CPUtime=0.32 cores=1,3,5,7
/proc/9679/task/9696/stat : 9696 (java) S 9676 9679 2539 0 -1 1077944384 676 0 0 0 16 16 0 0 20 0 17 0 95841152 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566973541168 140567422655106 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9787] ppid=9676 vsize=10690804 memory=3196 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9787/stat : 9787 (java) S 9676 9679 2539 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566970388464 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
[pid=9679/tid=9788] ppid=9676 vsize=10690804 memory=8312332 CPUtime=0 cores=1,3,5,7
/proc/9679/task/9788/stat : 9788 (java) S 9676 9679 2539 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 95887255 10947383296 2080334 33554432000 4194304 4196468 140735073418768 140566969336368 140567422654165 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38891520 140735073424518 140735073424671 140735073424671 140735073427407 0
Current children cumulated CPU time: 1703.02 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8321336 KiB

Child status: 0
Real time (s): 491.439
CPU time (s): 1703.07
CPU user time (s): 1696.02
CPU system time (s): 7.04635
CPU usage (%): 346.547
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8321336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1696.02
system time used= 7.04635
maximum resident set size= 8321448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31043
involuntary context switches= 24894


# summary of solver processes directly reported to runsolver:
#   pid: 9679
#   total CPU time (s): 1703.07
#   total CPU user time (s): 1696.02
#   total CPU system time (s): 7.04635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.91683 second user time and 4.8366 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-13 14:17:50
IDJOB=4263669
IDBENCH=131302
IDSOLVER=2651
FILE ID=node102/4263669-1502627528
RUNJOBID= node102-1502621242-8488
PBS_JOBID= 20628294
Free space on /tmp= 61908 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-SF/Subisomorphism-A-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263669-1502627528/watcher-4263669-1502627528 -o /tmp/evaluation-result-4263669-1502627528/solver-4263669-1502627528 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1502621242-8488 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263669-1502627528.xml

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

MD5SUM BENCH= 31fe6553e55375ea7453a010bd43cd35
RANDOM SEED=814403773

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:        23450404 kB
MemAvailable:   23831984 kB
Buffers:          105112 kB
Cached:           560884 kB
SwapCached:            0 kB
Active:          8723540 kB
Inactive:         138900 kB
Active(anon):    8148808 kB
Inactive(anon):    75432 kB
Active(file):     574732 kB
Inactive(file):    63468 kB
Unevictable:        6436 kB
Mlocked:            6436 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             0 kB
AnonPages:       8274540 kB
Mapped:            55296 kB
Shmem:             25228 kB
Slab:             144700 kB
SReclaimable:     118428 kB
SUnreclaim:        26272 kB
KernelStack:        3856 kB
PageTables:        20800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8126464 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:26:01