Trace number 4244108

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 NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1153.79 197.264

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark410
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244108-1500680585/watcher-4244108-1500680585 -o /tmp/evaluation-result-4244108-1500680585/solver-4244108-1500680585 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500676772-14303 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244108-1500680585.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.47 5.43 3.78 3/263 16152
/proc/meminfo: memFree=31040064/32770624 swapFree=5720/213924
[pid=16152] ppid=16149 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 3324876 369864704 1935 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 90299 1935 1081 1 0 79210 0
[pid=16152/tid=16153] ppid=16149 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) S 16149 16152 14271 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3324876 369864704 1935 33554432000 4194304 4196468 140735210074016 140147719956896 140147715725954 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0

[startup+0.100094 s]
/proc/loadavg: 6.47 5.43 3.78 3/263 16152
/proc/meminfo: memFree=31040064/32770624 swapFree=5720/213924
[pid=16152] ppid=16149 vsize=10900556 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 4932 0 0 0 8 1 0 0 20 0 20 0 3324876 11162169344 6036 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725139 6036 2637 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900556 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) R 16149 16152 14271 0 -1 4202560 3024 0 0 0 7 0 0 0 20 0 20 0 3324876 11162169344 6036 33554432000 4194304 4196468 140735210074016 140147719957088 140147715726742 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200476 s]
/proc/loadavg: 6.47 5.43 3.78 3/263 16152
/proc/meminfo: memFree=31040064/32770624 swapFree=5720/213924
[pid=16152] ppid=16149 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 7157 0 0 0 24 2 0 0 20 0 20 0 3324876 11162169344 8429 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725139 8429 2881 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) R 16149 16152 14271 0 -1 4202560 4741 0 0 0 17 1 0 0 20 0 20 0 3324876 11162169344 8429 33554432000 4194304 4196468 140735210074016 140147719920528 140147699795294 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300281 s]
/proc/loadavg: 6.47 5.43 3.78 3/263 16152
/proc/meminfo: memFree=31040064/32770624 swapFree=5720/213924
[pid=16152] ppid=16149 vsize=10900556 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 7991 0 0 0 40 2 0 0 20 0 20 0 3324876 11162169344 10212 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725139 10212 2956 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) R 16149 16152 14271 0 -1 4202560 5419 0 0 0 26 1 0 0 20 0 20 0 3324876 11162169344 10212 33554432000 4194304 4196468 140735210074016 140147719941608 140147351397412 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700281 s]
/proc/loadavg: 6.47 5.43 3.78 3/263 16152
/proc/meminfo: memFree=31040064/32770624 swapFree=5720/213924
[pid=16152] ppid=16149 vsize=10900632 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 12173 0 0 0 172 4 0 0 20 0 20 0 3324876 11162247168 28767 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725158 28767 3081 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) R 16149 16152 14271 0 -1 4202560 5809 0 0 0 65 2 0 0 20 0 20 0 3324876 11162247168 28767 33554432000 4194304 4196468 140735210074016 140147719951080 140147352787015 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 10900632

[startup+1.50119 s]
/proc/loadavg: 6.47 5.43 3.78 8/283 16172
/proc/meminfo: memFree=30874484/32770624 swapFree=5720/214296
[pid=16152] ppid=16149 vsize=10900632 CPUtime=4.36 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 29492 0 0 0 408 28 0 0 20 0 20 0 3324876 11162247168 62036 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725158 62036 3121 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900632 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) R 16149 16152 14271 0 -1 4202560 7453 0 0 0 139 3 0 0 20 0 20 0 3324876 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147719924904 140147349814633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16155] ppid=16149 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16155/stat : 16155 (java) S 16149 16152 14271 0 -1 1077944384 38 0 0 0 2 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147672267920 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16156] ppid=16149 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16156/stat : 16156 (java) S 16149 16152 14271 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147671215120 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16157] ppid=16149 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16157/stat : 16157 (java) S 16149 16152 14271 0 -1 1077944384 95 0 0 0 2 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147670162320 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16158] ppid=16149 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16158/stat : 16158 (java) S 16149 16152 14271 0 -1 1077944384 47 0 0 0 2 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147319298832 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16159] ppid=16149 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16159/stat : 16159 (java) S 16149 16152 14271 0 -1 1077944384 27 0 0 0 1 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147318246032 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16160] ppid=16149 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16160/stat : 16160 (java) S 16149 16152 14271 0 -1 1077944384 44 0 0 0 2 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147317193232 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16161] ppid=16149 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16161/stat : 16161 (java) S 16149 16152 14271 0 -1 1077944384 125 0 0 0 2 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147316140432 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16162] ppid=16149 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16162/stat : 16162 (java) S 16149 16152 14271 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 20 0 3324877 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147315087632 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16163] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16163/stat : 16163 (java) S 16149 16152 14271 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147191413616 140147715725954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16164] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16164/stat : 16164 (java) S 16149 16152 14271 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147190359584 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16165] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16165/stat : 16165 (java) S 16149 16152 14271 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3324881 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147189306736 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16166] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16166/stat : 16166 (java) S 16149 16152 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3324884 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147188255056 140147715733403 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16167] ppid=16149 vsize=10900632 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16167/stat : 16167 (java) R 16149 16152 14271 0 -1 4202560 8524 0 0 0 87 1 0 0 20 0 20 0 3324884 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147187183568 140147699211376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16168] ppid=16149 vsize=10900632 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16168/stat : 16168 (java) R 16149 16152 14271 0 -1 4202560 4729 0 0 0 61 0 0 0 20 0 20 0 3324884 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147186136184 140147699615408 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16169] ppid=16149 vsize=10900632 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16169/stat : 16169 (java) R 16149 16152 14271 0 -1 4202560 3943 0 0 0 68 0 0 0 20 0 20 0 3324884 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147185077832 140147699241412 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16170] ppid=16149 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16170/stat : 16170 (java) S 16149 16152 14271 0 -1 1077944384 2776 0 0 0 32 0 0 0 20 0 20 0 3324885 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147184044016 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16171] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16171/stat : 16171 (java) S 16149 16152 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3324885 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147182992480 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16172] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16172/stat : 16172 (java) S 16149 16152 14271 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 3324885 11162247168 62036 33554432000 4194304 4196468 140735210074016 140147181939760 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 10900632

[startup+3.10084 s]
/proc/loadavg: 6.47 5.43 3.78 10/283 16172
/proc/meminfo: memFree=30603368/32770624 swapFree=5720/214296
[pid=16152] ppid=16149 vsize=10900632 CPUtime=9.97 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 34872 0 0 0 874 123 0 0 20 0 20 0 3324876 11162247168 150705 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725158 150705 3135 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900632 CPUtime=2.65 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) R 16149 16152 14271 0 -1 4202560 7548 0 0 0 260 5 0 0 20 0 20 0 3324876 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147719945192 140147354020967 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16155] ppid=16149 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16155/stat : 16155 (java) S 16149 16152 14271 0 -1 1077944384 233 0 0 0 23 15 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147672267920 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16156] ppid=16149 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16156/stat : 16156 (java) S 16149 16152 14271 0 -1 1077944384 275 0 0 0 25 14 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147671215120 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16157] ppid=16149 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16157/stat : 16157 (java) S 16149 16152 14271 0 -1 1077944384 270 0 0 0 23 15 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147670162320 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16158] ppid=16149 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16158/stat : 16158 (java) S 16149 16152 14271 0 -1 1077944384 223 0 0 0 26 15 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147319298832 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16159] ppid=16149 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16159/stat : 16159 (java) S 16149 16152 14271 0 -1 1077944384 243 0 0 0 23 10 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147318246032 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16160] ppid=16149 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16160/stat : 16160 (java) S 16149 16152 14271 0 -1 1077944384 289 0 0 0 27 13 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147317193232 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16161] ppid=16149 vsize=10900632 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16161/stat : 16161 (java) S 16149 16152 14271 0 -1 1077944384 335 0 0 0 23 13 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147316140432 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16162] ppid=16149 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16162/stat : 16162 (java) S 16149 16152 14271 0 -1 1077944384 367 0 0 0 25 15 0 0 20 0 20 0 3324877 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147315087632 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16163] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16163/stat : 16163 (java) S 16149 16152 14271 0 -1 1077944384 319 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147191413616 140147715725954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16164] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16164/stat : 16164 (java) S 16149 16152 14271 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147190359648 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16165] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16165/stat : 16165 (java) S 16149 16152 14271 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3324881 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147189306752 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16166] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16166/stat : 16166 (java) S 16149 16152 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3324884 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147188255056 140147715733403 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16167] ppid=16149 vsize=10900632 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16167/stat : 16167 (java) S 16149 16152 14271 0 -1 1077944384 10235 0 0 0 145 1 0 0 20 0 20 0 3324884 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147187202416 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16168] ppid=16149 vsize=10900632 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16168/stat : 16168 (java) S 16149 16152 14271 0 -1 1077944384 5332 0 0 0 113 1 0 0 20 0 20 0 3324884 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147186149616 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16169] ppid=16149 vsize=10900632 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16169/stat : 16169 (java) S 16149 16152 14271 0 -1 1077944384 4971 0 0 0 121 0 0 0 20 0 20 0 3324884 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147185096816 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16170] ppid=16149 vsize=10900632 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16170/stat : 16170 (java) S 16149 16152 14271 0 -1 1077944384 2805 0 0 0 34 0 0 0 20 0 20 0 3324885 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147184044016 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16171] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16171/stat : 16171 (java) S 16149 16152 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3324885 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147182992480 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16172] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16172/stat : 16172 (java) S 16149 16152 14271 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 3324885 11162247168 150705 33554432000 4194304 4196468 140735210074016 140147181939760 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (KiB) 10900632

[startup+6.30088 s]
/proc/loadavg: 6.11 5.38 3.77 3/283 16172
/proc/meminfo: memFree=30012644/32770624 swapFree=5720/214308
[pid=16152] ppid=16149 vsize=10900632 CPUtime=20.58 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 44602 0 0 0 1833 225 0 0 20 0 20 0 3324876 11162247168 306411 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725158 306411 3152 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900632 CPUtime=4.11 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) R 16149 16152 14271 0 -1 4202560 7958 0 0 0 403 8 0 0 20 0 20 0 3324876 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147719947776 140147353560166 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16155] ppid=16149 vsize=10900632 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16155/stat : 16155 (java) S 16149 16152 14271 0 -1 1077944384 1266 0 0 0 117 27 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147672267920 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16156] ppid=16149 vsize=10900632 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16156/stat : 16156 (java) S 16149 16152 14271 0 -1 1077944384 1112 0 0 0 117 27 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147671215120 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16157] ppid=16149 vsize=10900632 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16157/stat : 16157 (java) S 16149 16152 14271 0 -1 1077944384 1311 0 0 0 119 26 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147670162320 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16158] ppid=16149 vsize=10900632 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16158/stat : 16158 (java) S 16149 16152 14271 0 -1 1077944384 1059 0 0 0 118 28 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147319298832 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16159] ppid=16149 vsize=10900632 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16159/stat : 16159 (java) S 16149 16152 14271 0 -1 1077944384 1217 0 0 0 114 24 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147318246032 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16160] ppid=16149 vsize=10900632 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16160/stat : 16160 (java) S 16149 16152 14271 0 -1 1077944384 1019 0 0 0 122 26 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147317193232 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16161] ppid=16149 vsize=10900632 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16161/stat : 16161 (java) S 16149 16152 14271 0 -1 1077944384 2194 0 0 0 118 22 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147316140432 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16162] ppid=16149 vsize=10900632 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16162/stat : 16162 (java) S 16149 16152 14271 0 -1 1077944384 1191 0 0 0 120 26 0 0 20 0 20 0 3324877 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147315087632 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16163] ppid=16149 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16163/stat : 16163 (java) S 16149 16152 14271 0 -1 1077944384 1495 0 0 0 66 0 0 0 20 0 20 0 3324880 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147191413616 140147715725954 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16164] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16164/stat : 16164 (java) S 16149 16152 14271 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147190359648 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16165] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16165/stat : 16165 (java) S 16149 16152 14271 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3324881 11162247168 306411 33554432000 4194304 4196468 140735210074016 140147189306752 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16166] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=16152/tid=16161] ppid=16149 vsize=10900632 CPUtime=135.45 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16161/stat : 16161 (java) R 16149 16152 14271 0 -1 4202560 17682 0 0 0 13311 234 0 0 20 0 20 0 3324877 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147316140552 140147708343015 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16162] ppid=16149 vsize=10900632 CPUtime=136.29 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16162/stat : 16162 (java) R 16149 16152 14271 0 -1 4202560 15719 0 0 0 13408 221 0 0 20 0 20 0 3324877 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147315087752 140147699097840 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16163] ppid=16149 vsize=10900632 CPUtime=18.78 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16163/stat : 16163 (java) S 16149 16152 14271 0 -1 1077944384 36920 0 0 0 1876 2 0 0 20 0 20 0 3324880 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147191412176 140147715725013 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16164] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16164/stat : 16164 (java) S 16149 16152 14271 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147190359648 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16165] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16165/stat : 16165 (java) S 16149 16152 14271 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3324881 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147189306752 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16166] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16166/stat : 16166 (java) S 16149 16152 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3324884 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147188255056 140147715733403 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16167] ppid=16149 vsize=10900632 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16167/stat : 16167 (java) S 16149 16152 14271 0 -1 1077944384 10326 0 0 0 171 1 0 0 20 0 20 0 3324884 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147187202464 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16168] ppid=16149 vsize=10900632 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16168/stat : 16168 (java) S 16149 16152 14271 0 -1 1077944384 5775 0 0 0 147 1 0 0 20 0 20 0 3324884 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147186149664 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16169] ppid=16149 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16169/stat : 16169 (java) S 16149 16152 14271 0 -1 1077944384 5195 0 0 0 143 0 0 0 20 0 20 0 3324884 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147185096576 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16170] ppid=16149 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16170/stat : 16170 (java) S 16149 16152 14271 0 -1 1077944384 3435 0 0 0 36 1 0 0 20 0 20 0 3324885 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147184044064 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16171] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16171/stat : 16171 (java) S 16149 16152 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3324885 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147182992480 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16172] ppid=16149 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16172/stat : 16172 (java) S 16149 16152 14271 0 -1 1077944384 204 0 0 0 4 4 0 0 20 0 20 0 3324885 11162247168 2079961 33554432000 4194304 4196468 140735210074016 140147181939760 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 1146.01
Current children cumulated vsize (KiB) 10900632

[startup+196.001 s]
/proc/loadavg: 7.87 6.12 4.32 10/282 16175
/proc/meminfo: memFree=22714728/32770624 swapFree=5720/214516
[pid=16152] ppid=16149 vsize=10900632 CPUtime=1152.32 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 221243 0 0 0 113261 1971 0 0 20 0 20 0 3324876 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725158 2079962 3152 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900632 CPUtime=38.14 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) S 16149 16152 14271 0 -1 1077944384 21180 0 0 0 3799 15 0 0 20 0 20 0 3324876 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147719947232 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16155] ppid=16149 vsize=10900632 CPUtime=135.69 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16155/stat : 16155 (java) R 16149 16152 14271 0 -1 4202560 13683 0 0 0 13313 256 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147672268040 140147699097842 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16156] ppid=16149 vsize=10900632 CPUtime=136.1 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16156/stat : 16156 (java) R 16149 16152 14271 0 -1 4202560 21651 0 0 0 13378 232 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147671215240 140147708343015 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16157] ppid=16149 vsize=10900632 CPUtime=136.23 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16157/stat : 16157 (java) R 16149 16152 14271 0 -1 4202560 19764 0 0 0 13374 249 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147670162440 140147708819505 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16158] ppid=16149 vsize=10900632 CPUtime=136.34 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16158/stat : 16158 (java) R 16149 16152 14271 0 -1 4202560 14118 0 0 0 13378 256 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147319298952 140147699097842 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16159] ppid=16149 vsize=10900632 CPUtime=136.43 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16159/stat : 16159 (java) R 16149 16152 14271 0 -1 4202560 15374 0 0 0 13407 236 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147318246152 140147708343015 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16160] ppid=16149 vsize=10900632 CPUtime=136.11 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16160/stat : 16160 (java) R 16149 16152 14271 0 -1 4202560 18777 0 0 0 13354 257 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147317193352 140147708343015 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16161] ppid=16149 vsize=10900632 CPUtime=136.24 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16161/stat : 16161 (java) R 16149 16152 14271 0 -1 4202560 17693 0 0 0 13390 234 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147316140552 140147708343015 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16162] ppid=16149 vsize=10900632 CPUtime=137.07 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16162/stat : 16162 (java) R 16149 16152 14271 0 -1 4202560 15731 0 0 0 13485 222 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147315087752 140147708343015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16163] ppid=16149 vsize=10900632 CPUtime=18.78 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16163/stat : 16163 (java) S 16149 16152 14271 0 -1 1077944384 36920 0 0 0 1876 2 0 0 20 0 20 0 3324880 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147191412176 140147715725013 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16164] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16164/stat : 16164 (java) S 16149 16152 14271 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147190359648 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16165] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16165/stat : 16165 (java) S 16149 16152 14271 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3324881 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147189306752 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16166] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16166/stat : 16166 (java) S 16149 16152 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147188255056 140147715733403 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16167] ppid=16149 vsize=10900632 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16167/stat : 16167 (java) S 16149 16152 14271 0 -1 1077944384 10326 0 0 0 171 1 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147187202464 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16168] ppid=16149 vsize=10900632 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16168/stat : 16168 (java) S 16149 16152 14271 0 -1 1077944384 5775 0 0 0 147 1 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147186149664 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16169] ppid=16149 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16169/stat : 16169 (java) S 16149 16152 14271 0 -1 1077944384 5195 0 0 0 143 0 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147185096576 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16170] ppid=16149 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16170/stat : 16170 (java) S 16149 16152 14271 0 -1 1077944384 3435 0 0 0 36 1 0 0 20 0 20 0 3324885 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147184044064 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16171] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16171/stat : 16171 (java) S 16149 16152 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3324885 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147182992480 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16172] ppid=16149 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16172/stat : 16172 (java) S 16149 16152 14271 0 -1 1077944384 204 0 0 0 4 4 0 0 20 0 20 0 3324885 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147181939760 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 1152.32
Current children cumulated vsize (KiB) 10900632

[startup+196.801 s]
/proc/loadavg: 7.87 6.12 4.32 10/282 16175
/proc/meminfo: memFree=22714728/32770624 swapFree=5720/214516
[pid=16152] ppid=16149 vsize=10900632 CPUtime=1153.48 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 223559 0 0 0 113377 1971 0 0 20 0 20 0 3324876 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2725158 2079962 3152 1 0 2713552 0
[pid=16152/tid=16153] ppid=16149 vsize=10900632 CPUtime=38.14 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) S 16149 16152 14271 0 -1 1077944384 21180 0 0 0 3799 15 0 0 20 0 20 0 3324876 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147719947232 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16155] ppid=16149 vsize=10900632 CPUtime=135.74 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16155/stat : 16155 (java) S 16149 16152 14271 0 -1 1077944384 13689 0 0 0 13318 256 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147672267920 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16156] ppid=16149 vsize=10900632 CPUtime=136.15 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16156/stat : 16156 (java) S 16149 16152 14271 0 -1 1077944384 21652 0 0 0 13383 232 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147671215120 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16157] ppid=16149 vsize=10900632 CPUtime=136.28 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16157/stat : 16157 (java) S 16149 16152 14271 0 -1 1077944384 19765 0 0 0 13379 249 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147670162320 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16158] ppid=16149 vsize=10900632 CPUtime=136.39 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16158/stat : 16158 (java) S 16149 16152 14271 0 -1 1077944384 14118 0 0 0 13383 256 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147319298832 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16159] ppid=16149 vsize=10900632 CPUtime=136.48 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16159/stat : 16159 (java) S 16149 16152 14271 0 -1 1077944384 15374 0 0 0 13412 236 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147318246032 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16160] ppid=16149 vsize=10900632 CPUtime=136.16 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16160/stat : 16160 (java) S 16149 16152 14271 0 -1 1077944384 18777 0 0 0 13359 257 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147317193232 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16161] ppid=16149 vsize=10900632 CPUtime=136.29 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16161/stat : 16161 (java) S 16149 16152 14271 0 -1 1077944384 17695 0 0 0 13395 234 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147316140432 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16162] ppid=16149 vsize=10900632 CPUtime=137.12 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16162/stat : 16162 (java) S 16149 16152 14271 0 -1 1077944384 15732 0 0 0 13490 222 0 0 20 0 20 0 3324877 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147315087632 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16163] ppid=16149 vsize=10900632 CPUtime=19.53 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16163/stat : 16163 (java) R 16149 16152 14271 0 -1 4202560 39225 0 0 0 1951 2 0 0 20 0 20 0 3324880 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147191412064 140147700711214 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16164] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16164/stat : 16164 (java) S 16149 16152 14271 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 3324880 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147190359648 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16165] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16165/stat : 16165 (java) S 16149 16152 14271 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 3324881 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147189306752 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16166] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16166/stat : 16166 (java) S 16149 16152 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147188255056 140147715733403 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16167] ppid=16149 vsize=10900632 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16167/stat : 16167 (java) S 16149 16152 14271 0 -1 1077944384 10326 0 0 0 171 1 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147187202464 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16168] ppid=16149 vsize=10900632 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16168/stat : 16168 (java) S 16149 16152 14271 0 -1 1077944384 5775 0 0 0 147 1 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147186149664 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16169] ppid=16149 vsize=10900632 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16169/stat : 16169 (java) S 16149 16152 14271 0 -1 1077944384 5195 0 0 0 143 0 0 0 20 0 20 0 3324884 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147185096576 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16170] ppid=16149 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16170/stat : 16170 (java) S 16149 16152 14271 0 -1 1077944384 3435 0 0 0 36 1 0 0 20 0 20 0 3324885 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147184044064 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16171] ppid=16149 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16171/stat : 16171 (java) S 16149 16152 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3324885 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147182992480 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16172] ppid=16149 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16172/stat : 16172 (java) S 16149 16152 14271 0 -1 1077944384 204 0 0 0 4 4 0 0 20 0 20 0 3324885 11162247168 2079962 33554432000 4194304 4196468 140735210074016 140147181939760 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 1153.48
Current children cumulated vsize (KiB) 10900632

[startup+197.201 s]
/proc/loadavg: 7.87 6.12 4.32 3/282 16175
/proc/meminfo: memFree=22714728/32770624 swapFree=5720/214516
[pid=16152] ppid=16149 vsize=11033912 CPUtime=1153.73 cores=1,3,5,7,9,11,13,15
/proc/16152/stat : 16152 (java) S 16149 16152 14271 0 -1 1077944320 230197 0 0 0 113401 1972 0 0 20 0 21 0 3324876 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140735210056560 140147715714807 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
/proc/16152/statm: 2758478 2080177 3197 1 0 2746834 0
[pid=16152/tid=16153] ppid=16149 vsize=11033912 CPUtime=38.17 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16153/stat : 16153 (java) S 16149 16152 14271 0 -1 1077944384 22681 0 0 0 3802 15 0 0 20 0 21 0 3324876 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147719955488 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16155] ppid=16149 vsize=11033912 CPUtime=135.74 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16155/stat : 16155 (java) S 16149 16152 14271 0 -1 1077944384 13689 0 0 0 13318 256 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147672267920 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16156] ppid=16149 vsize=11033912 CPUtime=136.15 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16156/stat : 16156 (java) S 16149 16152 14271 0 -1 1077944384 21652 0 0 0 13383 232 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147671215120 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16157] ppid=16149 vsize=11033912 CPUtime=136.28 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16157/stat : 16157 (java) S 16149 16152 14271 0 -1 1077944384 19765 0 0 0 13379 249 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147670162320 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16158] ppid=16149 vsize=11033912 CPUtime=136.39 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16158/stat : 16158 (java) S 16149 16152 14271 0 -1 1077944384 14118 0 0 0 13383 256 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147319298832 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16159] ppid=16149 vsize=11033912 CPUtime=136.49 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16159/stat : 16159 (java) S 16149 16152 14271 0 -1 1077944384 15374 0 0 0 13412 237 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147318246032 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16160] ppid=16149 vsize=11033912 CPUtime=136.16 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16160/stat : 16160 (java) S 16149 16152 14271 0 -1 1077944384 18777 0 0 0 13359 257 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147317193232 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16161] ppid=16149 vsize=11033912 CPUtime=136.29 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16161/stat : 16161 (java) S 16149 16152 14271 0 -1 1077944384 17695 0 0 0 13395 234 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147316140432 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16162] ppid=16149 vsize=11033912 CPUtime=137.12 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16162/stat : 16162 (java) S 16149 16152 14271 0 -1 1077944384 15732 0 0 0 13490 222 0 0 20 0 21 0 3324877 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147315087632 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16163] ppid=16149 vsize=11033912 CPUtime=19.71 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16163/stat : 16163 (java) S 16149 16152 14271 0 -1 1077944384 43211 0 0 0 1969 2 0 0 20 0 21 0 3324880 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147191413616 140147715725954 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16164] ppid=16149 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16164/stat : 16164 (java) S 16149 16152 14271 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 3324880 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147190359648 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16165] ppid=16149 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16165/stat : 16165 (java) S 16149 16152 14271 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 3324881 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147189306752 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16166] ppid=16149 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16166/stat : 16166 (java) S 16149 16152 14271 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3324884 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147188255056 140147715733403 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16167] ppid=16149 vsize=11033912 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16167/stat : 16167 (java) S 16149 16152 14271 0 -1 1077944384 10328 0 0 0 171 1 0 0 20 0 21 0 3324884 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147187202416 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16168] ppid=16149 vsize=11033912 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16168/stat : 16168 (java) S 16149 16152 14271 0 -1 1077944384 5828 0 0 0 147 1 0 0 20 0 21 0 3324884 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147186149616 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16169] ppid=16149 vsize=11033912 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16169/stat : 16169 (java) S 16149 16152 14271 0 -1 1077944384 5919 0 0 0 145 0 0 0 20 0 21 0 3324884 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147185096816 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16170] ppid=16149 vsize=11033912 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16170/stat : 16170 (java) S 16149 16152 14271 0 -1 1077944384 3733 0 0 0 37 1 0 0 20 0 21 0 3324885 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147184044016 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16171] ppid=16149 vsize=11033912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16171/stat : 16171 (java) S 16149 16152 14271 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3324885 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147182992480 140147715725013 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
[pid=16152/tid=16172] ppid=16149 vsize=11033912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/16152/task/16172/stat : 16172 (java) S 16149 16152 14271 0 -1 1077944384 204 0 0 0 4 4 0 0 20 0 21 0 3324885 11298725888 2080177 33554432000 4194304 4196468 140735210074016 140147181939760 140147715725954 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16056320 140735210079403 140735210079556 140735210079556 140735210082255 0
Current children cumulated CPU time (s) 1153.73
Current children cumulated vsize (KiB) 11033912

Child status: 0
Real time (s): 197.264
CPU time (s): 1153.79
CPU user time (s): 1134.02
CPU system time (s): 19.7752
CPU usage (%): 584.899
Max. virtual memory (cumulated for all children) (KiB): 11033912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1134.02
system time used= 19.7752
maximum resident set size= 8321032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230293
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24394
involuntary context switches= 81140

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60954 second user time and 2.10818 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 01:43:05
IDJOB=4244108
IDBENCH=135903
IDSOLVER=2623
FILE ID=node140/4244108-1500680585
RUNJOBID= node140-1500676772-14303
PBS_JOBID= 20623028
Free space on /tmp= 61856 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244108-1500680585/watcher-4244108-1500680585 -o /tmp/evaluation-result-4244108-1500680585/solver-4244108-1500680585 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500676772-14303 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244108-1500680585.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=561190484

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31040492 kB
MemAvailable:   31063584 kB
Buffers:           53524 kB
Cached:           279204 kB
SwapCached:            0 kB
Active:          1130640 kB
Inactive:         222748 kB
Active(anon):    1023540 kB
Inactive(anon):     8824 kB
Active(file):     107100 kB
Inactive(file):   213924 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1464 kB
Writeback:             0 kB
AnonPages:       1026548 kB
Mapped:            42320 kB
Shmem:              8852 kB
Slab:              68724 kB
SReclaimable:      35808 kB
SUnreclaim:        32916 kB
KernelStack:        4496 kB
PageTables:         7028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2577944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    950272 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61856 MiB
End job on node140 at 2017-07-22 01:46:22