Trace number 4263657

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? 1333.76 381.44601

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263657-1502626050/watcher-4263657-1502626050 -o /tmp/evaluation-result-4263657-1502626050/solver-4263657-1502626050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263657-1502626050.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=2742, runsolver pid=2739

[startup+0.100157 s]*
/proc/loadavg: 5.16 6.28 5.27 4/217 2757
/proc/meminfo: memFree=26559632/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555400 memory=29648 CPUtime=0.12 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 6555 0 0 0 11 1 0 0 20 0 15 0 95692942 10808729600 7412 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638850 7412 2787 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) R 2739 2742 31095 0 -1 4202560 4385 0 0 0 8 1 0 0 20 0 15 0 95692942 10808729600 7412 33554432000 4194304 4196468 140722207558112 139749258817488 139748857425032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 7412 33554432000 4194304 4196468 140722207558112 139749180676496 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555400 memory=140000794494592 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) S 2739 2742 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 7412 33554432000 4194304 4196468 140722207558112 139749179623696 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 7412 33554432000 4194304 4196468 140722207558112 139749178571408 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 7412 33554432000 4194304 4196468 140722207558112 139749177518608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555400 memory=140000794494592 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692944 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748492388976 139749254613634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95692945 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748491334944 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95692945 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748490282608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692947 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) S 2739 2742 31095 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 95692947 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748488177776 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) S 2739 2742 31095 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 95692947 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748487124976 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10555400 memory=140000794494592 CPUtime=0.02 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) R 2739 2742 31095 0 -1 4202560 383 0 0 0 2 0 0 0 20 0 15 0 95692947 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748486072688 139749254623834 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692948 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10555400 memory=140000794494592 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95692948 10808729600 7412 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29648 KiB

[startup+0.213115 s]*
/proc/loadavg: 5.16 6.28 5.27 5/217 2757
/proc/meminfo: memFree=26548512/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555400 memory=43204 CPUtime=0.31 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 8021 0 0 0 29 2 0 0 20 0 15 0 95692942 10808729600 10801 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638850 10801 2960 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) R 2739 2742 31095 0 -1 4202560 5121 0 0 0 18 2 0 0 20 0 15 0 95692942 10808729600 10801 33554432000 4194304 4196468 140722207558112 139749258840272 139749254624413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555400 memory=342 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 10801 33554432000 4194304 4196468 140722207558112 139749180676496 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555400 memory=288370376946206336 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) S 2739 2742 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 10801 33554432000 4194304 4196468 140722207558112 139749179623696 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 10801 33554432000 4194304 4196468 140722207558112 139749178571408 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808729600 10801 33554432000 4194304 4196468 140722207558112 139749177518608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555400 memory=140000794494592 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692944 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748492388976 139749254613634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95692945 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748491334944 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95692945 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748490282608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692947 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10555400 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) S 2739 2742 31095 0 -1 1077944384 498 0 0 0 2 0 0 0 20 0 15 0 95692947 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748488177776 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) S 2739 2742 31095 0 -1 1077944384 553 0 0 0 2 0 0 0 20 0 15 0 95692947 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748487124976 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10555400 memory=140000794494592 CPUtime=0.05 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) S 2739 2742 31095 0 -1 1077944384 483 0 0 0 5 0 0 0 20 0 15 0 95692947 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748486072688 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692948 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10555400 memory=140000794494592 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95692948 10808729600 10801 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43204 KiB

[startup+0.310622 s]*
/proc/loadavg: 5.16 6.28 5.27 3/217 2757
/proc/meminfo: memFree=26533744/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555476 memory=56440 CPUtime=0.5 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 8803 0 0 0 47 3 0 0 20 0 15 0 95692942 10808807424 14110 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638869 14110 3003 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555476 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) R 2739 2742 31095 0 -1 4202560 5584 0 0 0 28 2 0 0 20 0 15 0 95692942 10808807424 14110 33554432000 4194304 4196468 140722207558112 139749258837472 139749238646117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808807424 14110 33554432000 4194304 4196468 140722207558112 139749180676496 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555476 memory=140000794552608 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) S 2739 2742 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95692943 10808807424 14110 33554432000 4194304 4196468 140722207558112 139749179623696 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555476 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808807424 14110 33554432000 4194304 4196468 140722207558112 139749178571408 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692943 10808807424 14110 33554432000 4194304 4196468 140722207558112 139749177518608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555476 memory=140000794559520 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95692944 10808807424 14110 33554432000 4194304 4196468 140722207558112 139748492388976 139749254613634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 14110 33554432000 4194304 4196468 140722207558112 139748491334944 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 14110 33554432000 4194304 4196468 140722207558112 139748490282608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692947 10808807424 14160 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) R 2739 2742 31095 0 -1 1077944384 576 0 0 0 3 0 0 0 20 0 15 0 95692947 10808807424 14160 33554432000 4194304 4196468 140722207558112 139748488177776 139749254613634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10555476 memory=140000633146895 CPUtime=0.04 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) R 2739 2742 31095 0 -1 4202560 580 0 0 0 4 0 0 0 20 0 15 0 95692947 10808807424 14160 33554432000 4194304 4196468 140722207558112 139748487125072 139749254614422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10555476 memory=140000794497255 CPUtime=0.11 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) R 2739 2742 31095 0 -1 4202560 702 0 0 0 11 0 0 0 20 0 15 0 95692947 10808807424 14160 33554432000 4194304 4196468 140722207558112 139748486072688 139749254614422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10555476 memory=140000633151439 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692948 10808807424 14160 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10555476 memory=280001427662784 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95692948 10808807424 14160 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 56440 KiB

[startup+0.710123 s]
/proc/loadavg: 5.16 6.28 5.27 5/217 2757
/proc/meminfo: memFree=26441032/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555476 memory=252344 CPUtime=1.56 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 11314 0 0 0 146 10 0 0 20 0 15 0 95692942 10808807424 63086 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638869 63086 3107 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555476 memory=2372 CPUtime=0.65 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) S 2739 2742 31095 0 -1 1077944384 5735 0 0 0 61 4 0 0 20 0 15 0 95692942 10808807424 63086 33554432000 4194304 4196468 140722207558112 139749258840080 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) R 2739 2742 31095 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 15 0 95692943 10808807424 63086 33554432000 4194304 4196468 140722207558112 139749180676496 139749239626190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555476 memory=1420 CPUtime=0.01 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) R 2739 2742 31095 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 15 0 95692943 10808807424 63086 33554432000 4194304 4196468 140722207558112 139749179623896 139749247705775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555476 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) R 2739 2742 31095 0 -1 4202560 161 0 0 0 1 0 0 0 20 0 15 0 95692943 10808807424 63086 33554432000 4194304 4196468 140722207558112 139749178571408 139749239629906 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555476 memory=16448 CPUtime=0.03 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) R 2739 2742 31095 0 -1 4202560 150 0 0 0 2 1 0 0 20 0 15 0 95692943 10808807424 63086 33554432000 4194304 4196468 140722207558112 139749177518608 139749239629610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95692944 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748492387488 139749254612693 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748491334944 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748490282608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692947 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10555476 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) S 2739 2742 31095 0 -1 1077944384 1525 0 0 0 26 0 0 0 20 0 15 0 95692947 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748488177776 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10555476 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) S 2739 2742 31095 0 -1 1077944384 1214 0 0 0 31 0 0 0 20 0 15 0 95692947 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748487124976 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10555476 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) S 2739 2742 31095 0 -1 1077944384 1031 0 0 0 19 0 0 0 20 0 15 0 95692947 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748486072688 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692948 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95692948 10808807424 63086 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 252344 KiB

[startup+1.50081 s]
/proc/loadavg: 5.16 6.28 5.27 3/217 2757
/proc/meminfo: memFree=26203096/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555476 memory=386048 CPUtime=2.45 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 11594 0 0 0 231 14 0 0 20 0 15 0 95692942 10808807424 96512 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638869 96512 3111 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555476 memory=3467828003859805759 CPUtime=1.4 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) R 2739 2742 31095 0 -1 4202560 5804 0 0 0 135 5 0 0 20 0 15 0 95692942 10808807424 96512 33554432000 4194304 4196468 140722207558112 139749258838048 139749237065179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555476 memory=326072 CPUtime=0.03 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) S 2739 2742 31095 0 -1 1077944384 54 0 0 0 2 1 0 0 20 0 15 0 95692943 10808807424 96512 33554432000 4194304 4196468 140722207558112 139749180676496 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555476 memory=2241 CPUtime=0.03 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) S 2739 2742 31095 0 -1 1077944384 27 0 0 0 2 1 0 0 20 0 15 0 95692943 10808807424 96512 33554432000 4194304 4196468 140722207558112 139749179623696 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555476 memory=1420 CPUtime=0.04 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) S 2739 2742 31095 0 -1 1077944384 171 0 0 0 3 1 0 0 20 0 15 0 95692943 10808807424 96512 33554432000 4194304 4196468 140722207558112 139749178571408 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555476 memory=15872 CPUtime=0.04 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) S 2739 2742 31095 0 -1 1077944384 168 0 0 0 3 1 0 0 20 0 15 0 95692943 10808807424 96512 33554432000 4194304 4196468 140722207558112 139749177518608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555476 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 95692944 10808807424 96512 33554432000 4194304 4196468 140722207558112 139748492388976 139749254613634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0

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


[startup+377.601 s]
/proc/loadavg: 5.00 5.16 5.05 6/216 2765
/proc/meminfo: memFree=17945512/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555476 memory=8371872 CPUtime=1321.58 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 892414 0 0 0 131405 753 0 0 20 0 15 0 95692942 10808807424 2092968 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638869 2092968 3154 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555476 memory=8371288 CPUtime=38.48 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) S 2739 2742 31095 0 -1 1077944384 21333 0 0 0 3834 14 0 0 20 0 15 0 95692942 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749258834192 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555476 memory=23622320133498 CPUtime=313.63 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) R 2739 2742 31095 0 -1 4202560 188186 0 0 0 31184 179 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749180676696 139749239553614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555476 memory=7598824234097836114 CPUtime=314.31 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) R 2739 2742 31095 0 -1 4202560 107261 0 0 0 31250 181 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749179623896 139749239553212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555476 memory=8112282956445269571 CPUtime=315.21 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) R 2739 2742 31095 0 -1 4202560 393297 0 0 0 31330 191 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749178571608 139749239553165 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555476 memory=1008 CPUtime=313.81 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) R 2739 2742 31095 0 -1 4202560 89763 0 0 0 31207 174 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749177518496 139749236198945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555476 memory=11008 CPUtime=22.03 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 68282 0 0 0 2199 4 0 0 20 0 15 0 95692944 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748492387296 139749254612693 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10555476 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748491335008 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10555476 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748490282624 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10555476 memory=15818885064557964 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10555476 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) S 2739 2742 31095 0 -1 1077944384 9001 0 0 0 168 1 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748488177776 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10555476 memory=8371288 CPUtime=1.67 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) S 2739 2742 31095 0 -1 1077944384 10904 0 0 0 165 2 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748487124976 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10555476 memory=8371288 CPUtime=0.31 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) S 2739 2742 31095 0 -1 1077944384 2633 0 0 0 31 0 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748486072688 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10555476 memory=11008 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692948 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10555476 memory=8371288 CPUtime=0.37 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 339 0 0 0 13 24 0 0 20 0 15 0 95692948 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 1321.58 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8371872 KiB

[startup+379.201 s]
/proc/loadavg: 5.00 5.16 5.05 6/216 2765
/proc/meminfo: memFree=17945512/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555476 memory=8371872 CPUtime=1327.87 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 892449 0 0 0 132034 753 0 0 20 0 15 0 95692942 10808807424 2092968 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638869 2092968 3154 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555476 memory=27660 CPUtime=38.48 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) S 2739 2742 31095 0 -1 1077944384 21333 0 0 0 3834 14 0 0 20 0 15 0 95692942 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749258834192 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555476 memory=4126316290023845779 CPUtime=315.21 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) R 2739 2742 31095 0 -1 4202560 188197 0 0 0 31342 179 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749180676696 139749239303203 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555476 memory=4096 CPUtime=315.9 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) R 2739 2742 31095 0 -1 4202560 107268 0 0 0 31409 181 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749179623896 139749239591961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555476 memory=2196 CPUtime=316.77 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) R 2739 2742 31095 0 -1 4202560 393299 0 0 0 31486 191 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749178571296 139749239303120 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555476 memory=8112282956445269571 CPUtime=315.37 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) R 2739 2742 31095 0 -1 4202560 89774 0 0 0 31363 174 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749177518808 139749239302911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555476 memory=5516 CPUtime=22.04 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 68286 0 0 0 2200 4 0 0 20 0 15 0 95692944 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748492387520 139749254612693 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748491335008 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10555476 memory=6760 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748490282624 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10555476 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) S 2739 2742 31095 0 -1 1077944384 9001 0 0 0 168 1 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748488177776 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10555476 memory=56 CPUtime=1.67 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) S 2739 2742 31095 0 -1 1077944384 10904 0 0 0 165 2 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748487124976 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10555476 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) S 2739 2742 31095 0 -1 1077944384 2633 0 0 0 31 0 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748486072688 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10555476 memory=8371872 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692948 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10555476 memory=8371872 CPUtime=0.37 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 339 0 0 0 13 24 0 0 20 0 15 0 95692948 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 1327.87 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8371872 KiB

[startup+380.801 s]
/proc/loadavg: 5.00 5.16 5.05 6/216 2765
/proc/meminfo: memFree=17945512/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10555476 memory=8371872 CPUtime=1333.25 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 892688 0 0 0 132572 753 0 0 20 0 15 0 95692942 10808807424 2092968 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2638869 2092968 3154 1 0 2627263 0
[pid=2742/tid=2744] ppid=2739 vsize=10555476 memory=8371872 CPUtime=38.48 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) S 2739 2742 31095 0 -1 1077944384 21333 0 0 0 3834 14 0 0 20 0 15 0 95692942 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749258834192 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10555476 memory=280001266904864 CPUtime=316.47 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) S 2739 2742 31095 0 -1 1077944384 188371 0 0 0 31468 179 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749180676496 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10555476 memory=22908 CPUtime=317.16 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) S 2739 2742 31095 0 -1 1077944384 107268 0 0 0 31535 181 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749179623696 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10555476 memory=1728 CPUtime=318.03 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) S 2739 2742 31095 0 -1 1077944384 393361 0 0 0 31612 191 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749178571408 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10555476 memory=1716 CPUtime=316.61 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) S 2739 2742 31095 0 -1 1077944384 89774 0 0 0 31487 174 0 0 20 0 15 0 95692943 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139749177518608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10555476 memory=8112282956445269571 CPUtime=22.37 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) R 2739 2742 31095 0 -1 4202560 68286 0 0 0 2233 4 0 0 20 0 15 0 95692944 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748492387520 139749239598911 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10555476 memory=1140 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748491335008 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10555476 memory=425 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 95692945 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748490282624 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10555476 memory=8371872 CPUtime=1.69 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) S 2739 2742 31095 0 -1 1077944384 9001 0 0 0 168 1 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748488177824 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10555476 memory=8371872 CPUtime=1.67 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) S 2739 2742 31095 0 -1 1077944384 10905 0 0 0 165 2 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748487124736 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10555476 memory=1420 CPUtime=0.31 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) S 2739 2742 31095 0 -1 1077944384 2633 0 0 0 31 0 0 0 20 0 15 0 95692947 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748486072736 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95692948 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10555476 memory=8112282956445269571 CPUtime=0.37 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 341 0 0 0 13 24 0 0 20 0 15 0 95692948 10808807424 2092968 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 1333.25 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8371872 KiB

[startup+381.201 s]
/proc/loadavg: 5.00 5.16 5.05 3/216 2765
/proc/meminfo: memFree=17945512/32770624 swapFree=67108860/67108860
[pid=2742] ppid=2739 vsize=10688756 memory=8372676 CPUtime=1333.67 cores=1,3,5,7
/proc/2742/stat : 2742 (java) S 2739 2742 31095 0 -1 1077944320 894144 0 0 0 132614 753 0 0 20 0 16 0 95692942 10945286144 2093169 33554432000 4194304 4196468 140722207558112 140722207540656 139749254602487 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
/proc/2742/statm: 2672189 2093169 3197 1 0 2660545 0
[pid=2742/tid=2744] ppid=2739 vsize=10688756 memory=2340 CPUtime=38.51 cores=1,3,5,7
/proc/2742/task/2744/stat : 2744 (java) S 2739 2742 31095 0 -1 1077944384 21656 0 0 0 3836 15 0 0 20 0 16 0 95692942 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139749258843168 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2745] ppid=2739 vsize=10688756 memory=8371872 CPUtime=316.47 cores=1,3,5,7
/proc/2742/task/2745/stat : 2745 (java) S 2739 2742 31095 0 -1 1077944384 188371 0 0 0 31468 179 0 0 20 0 16 0 95692943 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139749180676496 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2746] ppid=2739 vsize=10688756 memory=1156 CPUtime=317.16 cores=1,3,5,7
/proc/2742/task/2746/stat : 2746 (java) S 2739 2742 31095 0 -1 1077944384 107268 0 0 0 31535 181 0 0 20 0 16 0 95692943 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139749179623696 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2747] ppid=2739 vsize=10688756 memory=3264 CPUtime=318.03 cores=1,3,5,7
/proc/2742/task/2747/stat : 2747 (java) S 2739 2742 31095 0 -1 1077944384 393361 0 0 0 31612 191 0 0 20 0 16 0 95692943 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139749178571408 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2748] ppid=2739 vsize=10688756 memory=8112282956445269571 CPUtime=316.61 cores=1,3,5,7
/proc/2742/task/2748/stat : 2748 (java) S 2739 2742 31095 0 -1 1077944384 89774 0 0 0 31487 174 0 0 20 0 16 0 95692943 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139749177518608 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2749] ppid=2739 vsize=10688756 memory=4616 CPUtime=22.74 cores=1,3,5,7
/proc/2742/task/2749/stat : 2749 (java) S 2739 2742 31095 0 -1 1077944384 68287 0 0 0 2270 4 0 0 20 0 16 0 95692944 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748492388976 139749254613634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2750] ppid=2739 vsize=10688756 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2750/stat : 2750 (java) S 2739 2742 31095 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 95692945 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748491335008 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2751] ppid=2739 vsize=10688756 memory=11008 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2751/stat : 2751 (java) S 2739 2742 31095 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 95692945 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748490282624 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2752] ppid=2739 vsize=10688756 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2752/stat : 2752 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95692947 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748489230928 139749254621083 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2753] ppid=2739 vsize=10688756 memory=1420 CPUtime=1.69 cores=1,3,5,7
/proc/2742/task/2753/stat : 2753 (java) S 2739 2742 31095 0 -1 1077944384 9014 0 0 0 168 1 0 0 20 0 16 0 95692947 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748488177776 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2754] ppid=2739 vsize=10688756 memory=15872 CPUtime=1.7 cores=1,3,5,7
/proc/2742/task/2754/stat : 2754 (java) R 2739 2742 31095 0 -1 4202560 11758 0 0 0 168 2 0 0 20 0 16 0 95692947 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748487111072 139749236146927 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2755] ppid=2739 vsize=10688756 memory=16448 CPUtime=0.32 cores=1,3,5,7
/proc/2742/task/2755/stat : 2755 (java) S 2739 2742 31095 0 -1 1077944384 2847 0 0 0 32 0 0 0 20 0 16 0 95692947 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748486072688 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2756] ppid=2739 vsize=10688756 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/2742/task/2756/stat : 2756 (java) S 2739 2742 31095 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95692948 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748485020128 139749254612693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
[pid=2742/tid=2757] ppid=2739 vsize=10688756 memory=4140 CPUtime=0.37 cores=1,3,5,7
/proc/2742/task/2757/stat : 2757 (java) S 2739 2742 31095 0 -1 1077944384 341 0 0 0 13 24 0 0 20 0 16 0 95692948 10945286144 2093169 33554432000 4194304 4196468 140722207558112 139748483967920 139749254613634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140722207564934 140722207565087 140722207565087 140722207567823 0
Current children cumulated CPU time: 1333.67 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8372676 KiB

[startup+381.401 s]*
/proc/loadavg: 5.00 5.16 5.05 3/203 2767
/proc/meminfo: memFree=20169108/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 381.446
CPU time (s): 1333.76
CPU user time (s): 1326.17
CPU system time (s): 7.59268
CPU usage (%): 349.658
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8372676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1326.17
system time used= 7.59268
maximum resident set size= 8373000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 894327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17221
involuntary context switches= 11690


# summary of solver processes directly reported to runsolver:
#   pid: 2742
#   total CPU time (s): 1333.76
#   total CPU user time (s): 1326.17
#   total CPU system time (s): 7.59268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.38328 second user time and 3.82385 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 13:53:12
IDJOB=4263657
IDBENCH=126260
IDSOLVER=2651
FILE ID=node104/4263657-1502626050
RUNJOBID= node104-1502619271-1477
PBS_JOBID= 20628300
Free space on /tmp= 61856 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Steiner3/Steiner3-m1-s1/Steiner3-10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263657-1502626050/watcher-4263657-1502626050 -o /tmp/evaluation-result-4263657-1502626050/solver-4263657-1502626050 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502619271-1477 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263657-1502626050.xml

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

MD5SUM BENCH= 33acbdbf13e8fba51e0fc3db0676c789
RANDOM SEED=708865971

node104.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.43
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.43
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.43
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.43
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:        26578744 kB
MemAvailable:   29892148 kB
Buffers:          150084 kB
Cached:          3445172 kB
SwapCached:            0 kB
Active:          2435288 kB
Inactive:        3304720 kB
Active(anon):    2147372 kB
Inactive(anon):    25024 kB
Active(file):     287916 kB
Inactive(file):  3279696 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7016 kB
Writeback:             0 kB
AnonPages:       2171828 kB
Mapped:            55632 kB
Shmem:             25228 kB
Slab:             148864 kB
SReclaimable:     123252 kB
SUnreclaim:        25612 kB
KernelStack:        3840 kB
PageTables:         9636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3632096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2039808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61856 MiB
End job on node104 at 2017-08-13 13:59:34