Trace number 4244130

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? 965.147 180.827

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-09.xml
MD5SUMa945271e4f3ca829c58581a3c461a76e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size142
Distribution of domain sizes[{"size":100,"count":1},{"size":142,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=14236
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: 3.84 2.61 2.35 9/261 14239
/proc/meminfo: memFree=24363672/32770624 swapFree=5968/205148
[pid=14239] ppid=14236 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3350612 369864704 1934 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 90299 1934 1081 1 0 79210 0
[pid=14239/tid=14240] ppid=14236 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) S 14236 14239 13822 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3350613 369864704 1934 33554432000 4194304 4196468 140722278347024 140576233896352 140576229665410 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0

[startup+0.10007 s]
/proc/loadavg: 3.84 2.61 2.35 9/261 14239
/proc/meminfo: memFree=24363672/32770624 swapFree=5968/205148
[pid=14239] ppid=14236 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 6609 0 0 0 9 1 0 0 20 0 20 0 3350612 11162169344 7575 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725139 7575 2814 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) R 14236 14239 13822 0 -1 4202560 4525 0 0 0 7 1 0 0 20 0 20 0 3350613 11162169344 7575 33554432000 4194304 4196468 140722278347024 140576233862352 140576186255830 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200301 s]
/proc/loadavg: 3.84 2.61 2.35 9/261 14239
/proc/meminfo: memFree=24363672/32770624 swapFree=5968/205148
[pid=14239] ppid=14236 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 7513 0 0 0 25 2 0 0 20 0 20 0 3350612 11162169344 9382 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725139 9382 2928 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) R 14236 14239 13822 0 -1 4202560 5049 0 0 0 16 2 0 0 20 0 20 0 3350613 11162169344 9382 33554432000 4194304 4196468 140722278347024 140576233885104 140575839999693 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900556

[startup+0.300301 s]
/proc/loadavg: 3.84 2.61 2.35 9/261 14239
/proc/meminfo: memFree=24363672/32770624 swapFree=5968/205148
[pid=14239] ppid=14236 vsize=10900632 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 8727 0 0 0 45 3 0 0 20 0 20 0 3350612 11162247168 12104 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725158 12104 2998 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) R 14236 14239 13822 0 -1 4202560 5492 0 0 0 26 2 0 0 20 0 20 0 3350613 11162247168 12104 33554432000 4194304 4196468 140722278347024 140576233876480 140576186256751 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10900632

[startup+0.700213 s]
/proc/loadavg: 3.84 2.61 2.35 9/261 14239
/proc/meminfo: memFree=24363672/32770624 swapFree=5968/205148
[pid=14239] ppid=14236 vsize=10900632 CPUtime=1.79 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 12072 0 0 0 166 13 0 0 20 0 20 0 3350612 11162247168 51207 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725158 51207 3097 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900632 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) R 14236 14239 13822 0 -1 4202560 5662 0 0 0 62 4 0 0 20 0 20 0 3350613 11162247168 51207 33554432000 4194304 4196468 140722278347024 140576233887784 140576210478661 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 10900632

[startup+1.50097 s]
/proc/loadavg: 3.77 2.61 2.36 10/281 14259
/proc/meminfo: memFree=24170924/32770624 swapFree=5968/205568
[pid=14239] ppid=14236 vsize=10900632 CPUtime=2.73 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 12256 0 0 0 260 13 0 0 20 0 20 0 3350612 11162247168 51291 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725158 51291 3099 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900632 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) R 14236 14239 13822 0 -1 4202560 5719 0 0 0 141 4 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576233892296 140575843025005 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14242] ppid=14236 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14242/stat : 14242 (java) S 14236 14239 13822 0 -1 1077944384 15 0 0 0 0 1 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576166344976 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14243] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14243/stat : 14243 (java) S 14236 14239 13822 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576165292432 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14244] ppid=14236 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14244/stat : 14244 (java) S 14236 14239 13822 0 -1 1077944384 9 0 0 0 1 0 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576164239888 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14245] ppid=14236 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14245/stat : 14245 (java) S 14236 14239 13822 0 -1 1077944384 15 0 0 0 0 1 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576163187344 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14246] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14246/stat : 14246 (java) S 14236 14239 13822 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576162134800 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14247] ppid=14236 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14247/stat : 14247 (java) S 14236 14239 13822 0 -1 1077944384 9 0 0 0 0 1 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576161082256 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14248] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14248/stat : 14248 (java) S 14236 14239 13822 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140576160029712 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14249] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14249/stat : 14249 (java) S 14236 14239 13822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3350613 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575829257360 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14250] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14250/stat : 14250 (java) S 14236 14239 13822 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575705356272 140576229665410 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14251] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14251/stat : 14251 (java) S 14236 14239 13822 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575704302496 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14252] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14252/stat : 14252 (java) S 14236 14239 13822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575703249904 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14253] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14253/stat : 14253 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575702198480 140576229672859 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14254] ppid=14236 vsize=10900632 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14254/stat : 14254 (java) S 14236 14239 13822 0 -1 1077944384 1604 0 0 0 29 0 0 0 20 0 20 0 3350618 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575701146096 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14255] ppid=14236 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14255/stat : 14255 (java) S 14236 14239 13822 0 -1 1077944384 979 0 0 0 28 0 0 0 20 0 20 0 3350618 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575700093552 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14256] ppid=14236 vsize=10900632 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14256/stat : 14256 (java) S 14236 14239 13822 0 -1 1077944384 1175 0 0 0 28 0 0 0 20 0 20 0 3350618 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575699041008 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14257] ppid=14236 vsize=10900632 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14257/stat : 14257 (java) S 14236 14239 13822 0 -1 1077944384 1238 0 0 0 25 0 0 0 20 0 20 0 3350618 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575697988464 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14258] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14258/stat : 14258 (java) S 14236 14239 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575696935136 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14259] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14259/stat : 14259 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 51291 33554432000 4194304 4196468 140722278347024 140575695882672 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 10900632

[startup+3.10081 s]
/proc/loadavg: 3.77 2.61 2.36 18/281 14259
/proc/meminfo: memFree=23555216/32770624 swapFree=5968/205572
[pid=14239] ppid=14236 vsize=10902608 CPUtime=7.28 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 22846 0 0 0 660 68 0 0 20 0 20 0 3350612 11164270592 131757 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725652 131757 3130 1 0 2714046 0
[pid=14239/tid=14240] ppid=14236 vsize=10902608 CPUtime=2.88 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) R 14236 14239 13822 0 -1 4202560 6170 0 0 0 282 6 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576233889992 140576211568872 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14242] ppid=14236 vsize=10902608 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14242/stat : 14242 (java) S 14236 14239 13822 0 -1 1077944384 155 0 0 0 7 8 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576166344976 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14243] ppid=14236 vsize=10902608 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14243/stat : 14243 (java) S 14236 14239 13822 0 -1 1077944384 99 0 0 0 8 4 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576165292432 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14244] ppid=14236 vsize=10902608 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14244/stat : 14244 (java) S 14236 14239 13822 0 -1 1077944384 115 0 0 0 9 5 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576164239888 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14245] ppid=14236 vsize=10902608 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14245/stat : 14245 (java) S 14236 14239 13822 0 -1 1077944384 166 0 0 0 9 8 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576163187344 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14246] ppid=14236 vsize=10902608 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14246/stat : 14246 (java) S 14236 14239 13822 0 -1 1077944384 106 0 0 0 8 7 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576162134800 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14247] ppid=14236 vsize=10902608 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14247/stat : 14247 (java) S 14236 14239 13822 0 -1 1077944384 167 0 0 0 9 8 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576161082256 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14248] ppid=14236 vsize=10902608 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14248/stat : 14248 (java) S 14236 14239 13822 0 -1 1077944384 149 0 0 0 7 5 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140576160029712 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14249] ppid=14236 vsize=10902608 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14249/stat : 14249 (java) S 14236 14239 13822 0 -1 1077944384 132 0 0 0 10 8 0 0 20 0 20 0 3350613 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575829257360 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14250] ppid=14236 vsize=10902608 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14250/stat : 14250 (java) S 14236 14239 13822 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3350615 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575705356272 140576229665410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14251] ppid=14236 vsize=10902608 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14251/stat : 14251 (java) S 14236 14239 13822 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3350615 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575704302560 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14252] ppid=14236 vsize=10902608 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14252/stat : 14252 (java) S 14236 14239 13822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3350615 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575703249904 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14253] ppid=14236 vsize=10902608 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14253/stat : 14253 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575702198480 140576229672859 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14254] ppid=14236 vsize=10902608 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14254/stat : 14254 (java) S 14236 14239 13822 0 -1 1077944384 2180 0 0 0 48 0 0 0 20 0 20 0 3350618 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575701146096 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14255] ppid=14236 vsize=10902608 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14255/stat : 14255 (java) R 14236 14239 13822 0 -1 4202560 5187 0 0 0 122 1 0 0 20 0 20 0 3350618 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575700079528 140576213039208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14256] ppid=14236 vsize=10902608 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14256/stat : 14256 (java) R 14236 14239 13822 0 -1 4202560 5227 0 0 0 98 0 0 0 20 0 20 0 3350618 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575699025672 140576214769513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14257] ppid=14236 vsize=10902608 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14257/stat : 14257 (java) S 14236 14239 13822 0 -1 1077944384 1419 0 0 0 35 0 0 0 20 0 20 0 3350618 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575697988464 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14258] ppid=14236 vsize=10902608 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14258/stat : 14258 (java) S 14236 14239 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3350618 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575696935136 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14259] ppid=14236 vsize=10902608 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14259/stat : 14259 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11164270592 131757 33554432000 4194304 4196468 140722278347024 140575695882672 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 10902608

[startup+6.3009 s]
/proc/loadavg: 3.77 2.61 2.36 16/281 14259
/proc/meminfo: memFree=22890368/32770624 swapFree=5968/205580
[pid=14239] ppid=14236 vsize=10900632 CPUtime=22.6 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 35937 0 0 0 2054 206 0 0 20 0 20 0 3350612 11162247168 254850 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725158 254850 3145 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900632 CPUtime=4.29 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) R 14236 14239 13822 0 -1 4202560 6952 0 0 0 420 9 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576233891152 140575844052576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14242] ppid=14236 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14242/stat : 14242 (java) S 14236 14239 13822 0 -1 1077944384 826 0 0 0 158 25 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576166344976 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14243] ppid=14236 vsize=10900632 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14243/stat : 14243 (java) S 14236 14239 13822 0 -1 1077944384 806 0 0 0 156 21 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576165292432 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14244] ppid=14236 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14244/stat : 14244 (java) S 14236 14239 13822 0 -1 1077944384 813 0 0 0 162 21 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576164239888 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14245] ppid=14236 vsize=10900632 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14245/stat : 14245 (java) S 14236 14239 13822 0 -1 1077944384 1013 0 0 0 160 25 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576163187344 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14246] ppid=14236 vsize=10900632 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14246/stat : 14246 (java) S 14236 14239 13822 0 -1 1077944384 874 0 0 0 159 25 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576162134800 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14247] ppid=14236 vsize=10900632 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14247/stat : 14247 (java) S 14236 14239 13822 0 -1 1077944384 808 0 0 0 161 25 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576161082256 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14248] ppid=14236 vsize=10900632 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14248/stat : 14248 (java) S 14236 14239 13822 0 -1 1077944384 851 0 0 0 159 22 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140576160029712 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14249] ppid=14236 vsize=10900632 CPUtime=1.84 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14249/stat : 14249 (java) S 14236 14239 13822 0 -1 1077944384 1039 0 0 0 160 24 0 0 20 0 20 0 3350613 11162247168 254850 33554432000 4194304 4196468 140722278347024 140575829257360 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14250] ppid=14236 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14250/stat : 14250 (java) S 14236 14239 13822 0 -1 1077944384 2384 0 0 0 7 0 0 0 20 0 20 0 3350615 11162247168 254850 33554432000 4194304 4196468 140722278347024 140575705356272 140576229665410 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14251] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14251/stat : 14251 (java) S 14236 14239 13822 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 254850 33554432000 4194304 4196468 140722278347024 140575704302560 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14252] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14252/stat : 14252 (java) S 14236 14239 13822 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 254850 33554432000 4194304 4196468 140722278347024 140575703249904 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14253] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/14239/task/14253/stat : 14253 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575702198480 140576229672859 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14254] ppid=14236 vsize=10900632 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14254/stat : 14254 (java) S 14236 14239 13822 0 -1 1077944384 6063 0 0 0 98 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575701146144 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14255] ppid=14236 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14255/stat : 14255 (java) S 14236 14239 13822 0 -1 1077944384 9400 0 0 0 181 2 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575700093600 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14256] ppid=14236 vsize=10900632 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14256/stat : 14256 (java) S 14236 14239 13822 0 -1 1077944384 9677 0 0 0 157 1 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575699040768 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14257] ppid=14236 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14257/stat : 14257 (java) S 14236 14239 13822 0 -1 1077944384 2327 0 0 0 40 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575697988512 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14258] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14258/stat : 14258 (java) S 14236 14239 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575696935136 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14259] ppid=14236 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14259/stat : 14259 (java) S 14236 14239 13822 0 -1 1077944384 225 0 0 0 5 3 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575695882672 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 3 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 939.62
Current children cumulated vsize (KiB) 10900632

[startup+179.201 s]
/proc/loadavg: 12.20 6.69 3.95 17/283 14270
/proc/meminfo: memFree=15374456/32770624 swapFree=5968/205784
[pid=14239] ppid=14236 vsize=10900632 CPUtime=963.71 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 332123 0 0 0 94433 1938 0 0 20 0 20 0 3350612 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725158 2081573 3158 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900632 CPUtime=38.38 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) S 14236 14239 13822 0 -1 1077944384 19391 0 0 0 3823 15 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576233885376 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14242] ppid=14236 vsize=10900632 CPUtime=111.47 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14242/stat : 14242 (java) S 14236 14239 13822 0 -1 1077944384 31982 0 0 0 10905 242 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576166344976 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14243] ppid=14236 vsize=10900632 CPUtime=111.61 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14243/stat : 14243 (java) S 14236 14239 13822 0 -1 1077944384 18343 0 0 0 10925 236 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576165292432 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14244] ppid=14236 vsize=10900632 CPUtime=111.37 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14244/stat : 14244 (java) S 14236 14239 13822 0 -1 1077944384 31799 0 0 0 10894 243 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576164239888 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14245] ppid=14236 vsize=10900632 CPUtime=111.57 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14245/stat : 14245 (java) S 14236 14239 13822 0 -1 1077944384 30504 0 0 0 10912 245 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576163187344 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14246] ppid=14236 vsize=10900632 CPUtime=111.69 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14246/stat : 14246 (java) S 14236 14239 13822 0 -1 1077944384 43721 0 0 0 10948 221 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576162134800 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14247] ppid=14236 vsize=10900632 CPUtime=112.04 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14247/stat : 14247 (java) S 14236 14239 13822 0 -1 1077944384 30740 0 0 0 10952 252 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576161082256 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14248] ppid=14236 vsize=10900632 CPUtime=111.33 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14248/stat : 14248 (java) S 14236 14239 13822 0 -1 1077944384 21312 0 0 0 10902 231 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576160029712 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14249] ppid=14236 vsize=10900632 CPUtime=111.82 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14249/stat : 14249 (java) S 14236 14239 13822 0 -1 1077944384 39585 0 0 0 10944 238 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575829257360 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14250] ppid=14236 vsize=10900632 CPUtime=27.39 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14250/stat : 14250 (java) R 14236 14239 13822 0 -1 4202560 35639 0 0 0 2737 2 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575705354720 140576214650667 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14251] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14251/stat : 14251 (java) S 14236 14239 13822 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575704302560 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14252] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14252/stat : 14252 (java) S 14236 14239 13822 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575703249904 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14253] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14253/stat : 14253 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575702198480 140576229672859 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14254] ppid=14236 vsize=10900632 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14254/stat : 14254 (java) S 14236 14239 13822 0 -1 1077944384 6063 0 0 0 98 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575701146144 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14255] ppid=14236 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14255/stat : 14255 (java) S 14236 14239 13822 0 -1 1077944384 9400 0 0 0 181 2 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575700093600 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14256] ppid=14236 vsize=10900632 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14256/stat : 14256 (java) S 14236 14239 13822 0 -1 1077944384 9677 0 0 0 157 1 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575699040768 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14257] ppid=14236 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14257/stat : 14257 (java) S 14236 14239 13822 0 -1 1077944384 2327 0 0 0 40 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575697988512 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14258] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14258/stat : 14258 (java) S 14236 14239 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575696935136 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14259] ppid=14236 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14259/stat : 14259 (java) S 14236 14239 13822 0 -1 1077944384 225 0 0 0 5 3 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575695882672 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 3 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 963.71
Current children cumulated vsize (KiB) 10900632

[startup+180.001 s]
/proc/loadavg: 12.20 6.69 3.95 10/283 14270
/proc/meminfo: memFree=15374332/32770624 swapFree=5968/205784
[pid=14239] ppid=14236 vsize=10900632 CPUtime=964.51 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 332123 0 0 0 94513 1938 0 0 20 0 20 0 3350612 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725158 2081573 3158 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900632 CPUtime=38.38 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) S 14236 14239 13822 0 -1 1077944384 19391 0 0 0 3823 15 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576233885376 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14242] ppid=14236 vsize=10900632 CPUtime=111.47 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14242/stat : 14242 (java) S 14236 14239 13822 0 -1 1077944384 31982 0 0 0 10905 242 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576166344976 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14243] ppid=14236 vsize=10900632 CPUtime=111.61 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14243/stat : 14243 (java) S 14236 14239 13822 0 -1 1077944384 18343 0 0 0 10925 236 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576165292432 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14244] ppid=14236 vsize=10900632 CPUtime=111.37 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14244/stat : 14244 (java) S 14236 14239 13822 0 -1 1077944384 31799 0 0 0 10894 243 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576164239888 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14245] ppid=14236 vsize=10900632 CPUtime=111.57 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14245/stat : 14245 (java) S 14236 14239 13822 0 -1 1077944384 30504 0 0 0 10912 245 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576163187344 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14246] ppid=14236 vsize=10900632 CPUtime=111.69 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14246/stat : 14246 (java) S 14236 14239 13822 0 -1 1077944384 43721 0 0 0 10948 221 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576162134800 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14247] ppid=14236 vsize=10900632 CPUtime=112.04 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14247/stat : 14247 (java) S 14236 14239 13822 0 -1 1077944384 30740 0 0 0 10952 252 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576161082256 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14248] ppid=14236 vsize=10900632 CPUtime=111.33 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14248/stat : 14248 (java) S 14236 14239 13822 0 -1 1077944384 21312 0 0 0 10902 231 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576160029712 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14249] ppid=14236 vsize=10900632 CPUtime=111.82 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14249/stat : 14249 (java) S 14236 14239 13822 0 -1 1077944384 39585 0 0 0 10944 238 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575829257360 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14250] ppid=14236 vsize=10900632 CPUtime=28.19 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14250/stat : 14250 (java) R 14236 14239 13822 0 -1 4202560 35639 0 0 0 2817 2 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575705354720 140576214111833 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14251] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14251/stat : 14251 (java) S 14236 14239 13822 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575704302560 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14252] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14252/stat : 14252 (java) S 14236 14239 13822 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575703249904 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14253] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14253/stat : 14253 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575702198480 140576229672859 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14254] ppid=14236 vsize=10900632 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14254/stat : 14254 (java) S 14236 14239 13822 0 -1 1077944384 6063 0 0 0 98 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575701146144 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14255] ppid=14236 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14255/stat : 14255 (java) S 14236 14239 13822 0 -1 1077944384 9400 0 0 0 181 2 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575700093600 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14256] ppid=14236 vsize=10900632 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14256/stat : 14256 (java) S 14236 14239 13822 0 -1 1077944384 9677 0 0 0 157 1 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575699040768 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14257] ppid=14236 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14257/stat : 14257 (java) S 14236 14239 13822 0 -1 1077944384 2327 0 0 0 40 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575697988512 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14258] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14258/stat : 14258 (java) S 14236 14239 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575696935136 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14259] ppid=14236 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14259/stat : 14259 (java) S 14236 14239 13822 0 -1 1077944384 225 0 0 0 5 3 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575695882672 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 3 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 964.51
Current children cumulated vsize (KiB) 10900632

[startup+180.401 s]
/proc/loadavg: 12.20 6.69 3.95 10/283 14271
/proc/meminfo: memFree=15373960/32770624 swapFree=5968/205784
[pid=14239] ppid=14236 vsize=10900632 CPUtime=964.92 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) S 14236 14239 13822 0 -1 1077944320 332123 0 0 0 94554 1938 0 0 20 0 20 0 3350612 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140722278329568 140576229654263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
/proc/14239/statm: 2725158 2081573 3158 1 0 2713552 0
[pid=14239/tid=14240] ppid=14236 vsize=10900632 CPUtime=38.38 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14240/stat : 14240 (java) S 14236 14239 13822 0 -1 1077944384 19391 0 0 0 3823 15 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576233885376 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14242] ppid=14236 vsize=10900632 CPUtime=111.47 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14242/stat : 14242 (java) S 14236 14239 13822 0 -1 1077944384 31982 0 0 0 10905 242 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576166344976 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14243] ppid=14236 vsize=10900632 CPUtime=111.61 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14243/stat : 14243 (java) S 14236 14239 13822 0 -1 1077944384 18343 0 0 0 10925 236 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576165292432 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14244] ppid=14236 vsize=10900632 CPUtime=111.37 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14244/stat : 14244 (java) S 14236 14239 13822 0 -1 1077944384 31799 0 0 0 10894 243 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576164239888 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14245] ppid=14236 vsize=10900632 CPUtime=111.57 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14245/stat : 14245 (java) S 14236 14239 13822 0 -1 1077944384 30504 0 0 0 10912 245 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576163187344 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14246] ppid=14236 vsize=10900632 CPUtime=111.69 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14246/stat : 14246 (java) S 14236 14239 13822 0 -1 1077944384 43721 0 0 0 10948 221 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576162134800 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14247] ppid=14236 vsize=10900632 CPUtime=112.04 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14247/stat : 14247 (java) S 14236 14239 13822 0 -1 1077944384 30740 0 0 0 10952 252 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576161082256 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14248] ppid=14236 vsize=10900632 CPUtime=111.33 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14248/stat : 14248 (java) S 14236 14239 13822 0 -1 1077944384 21312 0 0 0 10902 231 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140576160029712 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14249] ppid=14236 vsize=10900632 CPUtime=111.82 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14249/stat : 14249 (java) S 14236 14239 13822 0 -1 1077944384 39585 0 0 0 10944 238 0 0 20 0 20 0 3350613 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575829257360 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14250] ppid=14236 vsize=10900632 CPUtime=28.6 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14250/stat : 14250 (java) R 14236 14239 13822 0 -1 4202560 35639 0 0 0 2858 2 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575705354720 140576214111894 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14251] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14251/stat : 14251 (java) S 14236 14239 13822 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575704302560 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14252] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14252/stat : 14252 (java) S 14236 14239 13822 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 3350615 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575703249904 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14253] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14253/stat : 14253 (java) S 14236 14239 13822 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575702198480 140576229672859 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14254] ppid=14236 vsize=10900632 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14254/stat : 14254 (java) S 14236 14239 13822 0 -1 1077944384 6063 0 0 0 98 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575701146144 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14255] ppid=14236 vsize=10900632 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14255/stat : 14255 (java) S 14236 14239 13822 0 -1 1077944384 9400 0 0 0 181 2 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575700093600 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14256] ppid=14236 vsize=10900632 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14256/stat : 14256 (java) S 14236 14239 13822 0 -1 1077944384 9677 0 0 0 157 1 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575699040768 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14257] ppid=14236 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14257/stat : 14257 (java) S 14236 14239 13822 0 -1 1077944384 2327 0 0 0 40 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575697988512 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14258] ppid=14236 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14258/stat : 14258 (java) S 14236 14239 13822 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575696935136 140576229664469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
[pid=14239/tid=14259] ppid=14236 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14259/stat : 14259 (java) S 14236 14239 13822 0 -1 1077944384 225 0 0 0 5 3 0 0 20 0 20 0 3350618 11162247168 2081573 33554432000 4194304 4196468 140722278347024 140575695882672 140576229665410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 3 0 0 6293624 6294260 37052416 140722278347947 140722278348100 140722278348100 140722278350799 0
Current children cumulated CPU time (s) 964.92
Current children cumulated vsize (KiB) 10900632

[startup+180.801 s]
/proc/loadavg: 12.20 6.69 3.95 10/283 14271
/proc/meminfo: memFree=15373960/32770624 swapFree=5968/205784
[pid=14239] ppid=14236 vsize=0 CPUtime=965.11 cores=1,3,5,7,9,11,13,15
/proc/14239/stat : 14239 (java) Z 14236 14239 13822 0 -1 4227084 333004 0 2 0 94570 1941 0 0 20 0 2 0 3350612 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/14239/statm: 0 0 0 0 0 0 0
[pid=14239/tid=14257] ppid=14236 vsize=0 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/14239/task/14257/stat : 14257 (java) R 14236 14239 13822 0 -1 4203588 2504 0 0 0 42 2 0 0 20 0 2 0 3350618 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 965.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 180.827
CPU time (s): 965.147
CPU user time (s): 945.708
CPU system time (s): 19.4391
CPU usage (%): 533.74
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 945.708
system time used= 19.4391
maximum resident set size= 8327512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333004
page faults= 2
swaps= 0
block input operations= 1888
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17583
involuntary context switches= 79383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.50505 second user time and 1.94033 second system time

The end

Launcher Data

Begin job on node139 at 2017-07-22 01:47:19
IDJOB=4244130
IDBENCH=135979
IDSOLVER=2623
FILE ID=node139/4244130-1500680839
RUNJOBID= node139-1500678446-13854
PBS_JOBID= 20623033
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244130-1500680839/watcher-4244130-1500680839 -o /tmp/evaluation-result-4244130-1500680839/solver-4244130-1500680839 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1500678446-13854 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244130-1500680839.xml

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

MD5SUM BENCH= a945271e4f3ca829c58581a3c461a76e
RANDOM SEED=594947213

node139.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		: 2668.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	: 5334.08
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		: 2668.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	: 5334.08
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	: 5334.08
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		: 2668.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	: 5334.08
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		: 2668.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	: 5334.08
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		: 2668.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	: 5334.08
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	: 5334.08
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		: 2000.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		: 2668.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	: 5334.08
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		: 2667.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:        24364084 kB
MemAvailable:   24384040 kB
Buffers:           44548 kB
Cached:           285368 kB
SwapCached:            0 kB
Active:          7804092 kB
Inactive:         213728 kB
Active(anon):    7691184 kB
Inactive(anon):     8580 kB
Active(file):     112908 kB
Inactive(file):   205148 kB
Unevictable:        5968 kB
Mlocked:            5968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4016 kB
Writeback:             0 kB
AnonPages:       7693940 kB
Mapped:            42276 kB
Shmem:              8852 kB
Slab:              68064 kB
SReclaimable:      35468 kB
SUnreclaim:        32596 kB
KernelStack:        4832 kB
PageTables:        19708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7303168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node139 at 2017-07-22 01:50:20