Trace number 4244131

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? 874.731 164.672

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
MD5SUM90a7b6352cefaac33401a11faadaca46
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size88
Distribution of domain sizes[{"size":48,"count":1},{"size":88,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=8250
running on 8 cores: 0,2,4,6,8,10,12,14

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: 11.97 5.70 3.29 10/261 8253
/proc/meminfo: memFree=23653440/32770624 swapFree=5840/234240
[pid=8253] ppid=8250 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 2013 0 0 0 0 0 0 0 20 0 2 0 3351791 8550137856 2243 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2087436 2243 1197 1 0 2076347 0
[pid=8253/tid=8254] ppid=8250 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 793 0 0 0 0 0 0 0 20 0 2 0 3351792 8550137856 2309 33554432000 4194304 4196468 140726910225952 140566321080736 140566309128096 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0

[startup+0.100126 s]
/proc/loadavg: 11.97 5.70 3.29 10/261 8253
/proc/meminfo: memFree=23653440/32770624 swapFree=5840/234240
[pid=8253] ppid=8250 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 4851 0 0 0 8 1 0 0 20 0 20 0 3351791 11162169344 5965 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725139 5965 2632 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 2945 0 0 0 7 1 0 0 20 0 20 0 3351792 11162169344 5965 33554432000 4194304 4196468 140726910225952 140566321080928 140566300919134 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200367 s]
/proc/loadavg: 11.97 5.70 3.29 10/261 8253
/proc/meminfo: memFree=23653440/32770624 swapFree=5840/234240
[pid=8253] ppid=8250 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 6951 0 0 0 23 3 0 0 20 0 20 0 3351791 11162169344 7781 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725139 7781 2868 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 4625 0 0 0 16 2 0 0 20 0 20 0 3351792 11162169344 7781 33554432000 4194304 4196468 140726910225952 140566321068208 140566316860573 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300418 s]
/proc/loadavg: 11.97 5.70 3.29 10/261 8253
/proc/meminfo: memFree=23653440/32770624 swapFree=5840/234240
[pid=8253] ppid=8250 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 8569 0 0 0 40 4 0 0 20 0 20 0 3351791 11162169344 10979 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725139 10979 2978 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 5246 0 0 0 25 2 0 0 20 0 20 0 3351792 11162169344 10979 33554432000 4194304 4196468 140726910225952 140566321064592 140566300882277 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700252 s]
/proc/loadavg: 11.97 5.70 3.29 10/261 8253
/proc/meminfo: memFree=23653440/32770624 swapFree=5840/234240
[pid=8253] ppid=8250 vsize=10900632 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 12579 0 0 0 164 6 0 0 20 0 20 0 3351791 11162247168 29819 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725158 29819 3078 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 5662 0 0 0 64 4 0 0 20 0 20 0 3351792 11162247168 29819 33554432000 4194304 4196468 140726910225952 140566321076376 140566299301509 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 10900632

[startup+1.50102 s]
/proc/loadavg: 11.97 5.70 3.29 12/281 8273
/proc/meminfo: memFree=23449764/32770624 swapFree=5840/234632
[pid=8253] ppid=8250 vsize=10900632 CPUtime=4.79 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 20127 0 0 0 434 45 0 0 20 0 20 0 3351791 11162247168 75157 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725158 75157 3117 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900632 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 6018 0 0 0 130 5 0 0 20 0 20 0 3351792 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566321075512 140566298789344 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8256] ppid=8250 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8256/stat : 8256 (java) S 8250 8253 2458 0 -1 1077944384 47 0 0 0 5 4 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566242912784 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8257] ppid=8250 vsize=10900632 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8257/stat : 8257 (java) S 8250 8253 2458 0 -1 1077944384 46 0 0 0 5 5 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566241860240 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8258] ppid=8250 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8258/stat : 8258 (java) S 8250 8253 2458 0 -1 1077944384 284 0 0 0 8 3 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566240807184 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8259] ppid=8250 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8259/stat : 8259 (java) S 8250 8253 2458 0 -1 1077944384 50 0 0 0 6 5 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566239754640 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8260] ppid=8250 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8260/stat : 8260 (java) S 8250 8253 2458 0 -1 1077944384 40 0 0 0 6 5 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566238702608 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8261] ppid=8250 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8261/stat : 8261 (java) S 8250 8253 2458 0 -1 1077944384 45 0 0 0 6 5 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566237650064 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8262] ppid=8250 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8262/stat : 8262 (java) S 8250 8253 2458 0 -1 1077944384 41 0 0 0 2 3 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566236597008 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8263] ppid=8250 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8263/stat : 8263 (java) S 8250 8253 2458 0 -1 1077944384 26 0 0 0 2 3 0 0 20 0 20 0 3351793 11162247168 75157 33554432000 4194304 4196468 140726910225952 140566235544464 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8264] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8264/stat : 8264 (java) S 8250 8253 2458 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 20 0 3351795 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565065677040 140566316849794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8265] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8265/stat : 8265 (java) S 8250 8253 2458 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565064623264 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8266] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8266/stat : 8266 (java) S 8250 8253 2458 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565063570160 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8267] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8267/stat : 8267 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3351800 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565062518736 140566316857243 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8268] ppid=8250 vsize=10900632 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8268/stat : 8268 (java) S 8250 8253 2458 0 -1 1077944384 2117 0 0 0 50 0 0 0 20 0 20 0 3351800 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565061466864 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8269] ppid=8250 vsize=10900632 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8269/stat : 8269 (java) R 8250 8253 2458 0 -1 4202560 4151 0 0 0 85 0 0 0 20 0 20 0 3351800 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565060401232 140566294855659 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8270] ppid=8250 vsize=10900632 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8270/stat : 8270 (java) R 8250 8253 2458 0 -1 4202560 4413 0 0 0 90 1 0 0 20 0 20 0 3351800 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565059347288 140566298365800 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8271] ppid=8250 vsize=10900632 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8271/stat : 8271 (java) S 8250 8253 2458 0 -1 1077944384 1396 0 0 0 33 1 0 0 20 0 20 0 3351800 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565058308720 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8272] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8272/stat : 8272 (java) S 8250 8253 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3351801 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565057255904 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8273] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8273/stat : 8273 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3351801 11162247168 75157 33554432000 4194304 4196468 140726910225952 140565056203440 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 10900632

[startup+3.10082 s]
/proc/loadavg: 11.97 5.70 3.29 17/281 8273
/proc/meminfo: memFree=23188316/32770624 swapFree=5840/234632
[pid=8253] ppid=8250 vsize=10900632 CPUtime=9.86 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 24227 0 0 0 844 142 0 0 20 0 20 0 3351791 11162247168 152278 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725158 152278 3135 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900632 CPUtime=2.65 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 6237 0 0 0 259 6 0 0 20 0 20 0 3351792 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566321064672 140565912277353 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8256] ppid=8250 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8256/stat : 8256 (java) S 8250 8253 2458 0 -1 1077944384 138 0 0 0 22 15 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566242912784 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8257] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8257/stat : 8257 (java) S 8250 8253 2458 0 -1 1077944384 173 0 0 0 22 17 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566241860240 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8258] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8258/stat : 8258 (java) S 8250 8253 2458 0 -1 1077944384 412 0 0 0 24 15 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566240807184 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8259] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8259/stat : 8259 (java) S 8250 8253 2458 0 -1 1077944384 198 0 0 0 22 17 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566239754640 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8260] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8260/stat : 8260 (java) S 8250 8253 2458 0 -1 1077944384 175 0 0 0 22 17 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566238702608 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8261] ppid=8250 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8261/stat : 8261 (java) S 8250 8253 2458 0 -1 1077944384 201 0 0 0 23 17 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566237650064 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8262] ppid=8250 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8262/stat : 8262 (java) S 8250 8253 2458 0 -1 1077944384 147 0 0 0 18 14 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566236597008 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8263] ppid=8250 vsize=10900632 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8263/stat : 8263 (java) S 8250 8253 2458 0 -1 1077944384 219 0 0 0 19 14 0 0 20 0 20 0 3351793 11162247168 152278 33554432000 4194304 4196468 140726910225952 140566235544464 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8264] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8264/stat : 8264 (java) S 8250 8253 2458 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 20 0 3351795 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565065677040 140566316849794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8265] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8265/stat : 8265 (java) S 8250 8253 2458 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565064623328 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8266] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8266/stat : 8266 (java) S 8250 8253 2458 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565063570176 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8267] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8267/stat : 8267 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3351800 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565062518736 140566316857243 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8268] ppid=8250 vsize=10900632 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8268/stat : 8268 (java) S 8250 8253 2458 0 -1 1077944384 2725 0 0 0 90 0 0 0 20 0 20 0 3351800 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565061466864 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8269] ppid=8250 vsize=10900632 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8269/stat : 8269 (java) S 8250 8253 2458 0 -1 1077944384 4210 0 0 0 127 0 0 0 20 0 20 0 3351800 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565060414320 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8270] ppid=8250 vsize=10900632 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8270/stat : 8270 (java) S 8250 8253 2458 0 -1 1077944384 6360 0 0 0 151 1 0 0 20 0 20 0 3351800 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565059361264 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8271] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8271/stat : 8271 (java) S 8250 8253 2458 0 -1 1077944384 1453 0 0 0 38 1 0 0 20 0 20 0 3351800 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565058308720 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8272] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8272/stat : 8272 (java) S 8250 8253 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3351801 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565057255904 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8273] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8273/stat : 8273 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3351801 11162247168 152278 33554432000 4194304 4196468 140726910225952 140565056203440 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 10900632

[startup+6.30079 s]
/proc/loadavg: 11.81 5.78 3.33 17/281 8273
/proc/meminfo: memFree=22652904/32770624 swapFree=5840/234628
[pid=8253] ppid=8250 vsize=10900632 CPUtime=27.22 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 32875 0 0 0 2509 213 0 0 20 0 20 0 3351791 11162247168 254122 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725158 254122 3150 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900632 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 6701 0 0 0 310 10 0 0 20 0 20 0 3351792 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566321066768 140565912092306 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8256] ppid=8250 vsize=10900632 CPUtime=2.41 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8256/stat : 8256 (java) S 8250 8253 2458 0 -1 1077944384 855 0 0 0 217 24 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566242912784 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8257] ppid=8250 vsize=10900632 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8257/stat : 8257 (java) S 8250 8253 2458 0 -1 1077944384 1141 0 0 0 218 25 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566241860240 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8258] ppid=8250 vsize=10900632 CPUtime=2.42 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8258/stat : 8258 (java) S 8250 8253 2458 0 -1 1077944384 921 0 0 0 219 23 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566240807184 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8259] ppid=8250 vsize=10900632 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8259/stat : 8259 (java) S 8250 8253 2458 0 -1 1077944384 833 0 0 0 213 27 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566239754640 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8260] ppid=8250 vsize=10900632 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8260/stat : 8260 (java) S 8250 8253 2458 0 -1 1077944384 903 0 0 0 218 25 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566238702608 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8261] ppid=8250 vsize=10900632 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8261/stat : 8261 (java) S 8250 8253 2458 0 -1 1077944384 792 0 0 0 217 26 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566237650064 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8262] ppid=8250 vsize=10900632 CPUtime=2.33 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8262/stat : 8262 (java) S 8250 8253 2458 0 -1 1077944384 665 0 0 0 210 23 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566236597008 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8263] ppid=8250 vsize=10900632 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8263/stat : 8263 (java) S 8250 8253 2458 0 -1 1077944384 963 0 0 0 217 22 0 0 20 0 20 0 3351793 11162247168 254122 33554432000 4194304 4196468 140726910225952 140566235544464 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8264] ppid=8250 vsize=10900632 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8264/stat : 8264 (java) S 8250 8253 2458 0 -1 1077944384 1818 0 0 0 59 0 0 0 20 0 20 0 3351795 11162247168 254122 33554432000 4194304 4196468 140726910225952 140565065677040 140566316849794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8265] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8265/stat : 8265 (java) S 8250 8253 2458 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 254122 33554432000 4194304 4196468 140726910225952 140565064623328 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8266] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8266/stat : 8266 (java) S 8250 8253 2458 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 254122 33554432000 4194304 4196468 140726910225952 140565063570176 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8267] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=8253/tid=8262] ppid=8250 vsize=10900632 CPUtime=100.83 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8262/stat : 8262 (java) R 8250 8253 2458 0 -1 4202560 14636 0 0 0 9864 219 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566236597128 140566309466855 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8263] ppid=8250 vsize=10900632 CPUtime=100.91 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8263/stat : 8263 (java) R 8250 8253 2458 0 -1 4202560 10086 0 0 0 9836 255 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566235544272 140566309466855 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8264] ppid=8250 vsize=10900632 CPUtime=19.66 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8264/stat : 8264 (java) S 8250 8253 2458 0 -1 1077944384 28013 0 0 0 1964 2 0 0 20 0 20 0 3351795 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565065675600 140566316848853 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8265] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8265/stat : 8265 (java) S 8250 8253 2458 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565064623328 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8266] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8266/stat : 8266 (java) S 8250 8253 2458 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565063570176 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8267] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8267/stat : 8267 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565062518736 140566316857243 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8268] ppid=8250 vsize=10900632 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8268/stat : 8268 (java) S 8250 8253 2458 0 -1 1077944384 2861 0 0 0 91 0 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565061466912 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8269] ppid=8250 vsize=10900632 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8269/stat : 8269 (java) S 8250 8253 2458 0 -1 1077944384 4326 0 0 0 128 0 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565060414368 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8270] ppid=8250 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8270/stat : 8270 (java) S 8250 8253 2458 0 -1 1077944384 8506 0 0 0 163 1 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565059361312 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8271] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8271/stat : 8271 (java) S 8250 8253 2458 0 -1 1077944384 1588 0 0 0 38 1 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565058308480 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8272] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8272/stat : 8272 (java) S 8250 8253 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3351801 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565057255904 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8273] ppid=8250 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8273/stat : 8273 (java) S 8250 8253 2458 0 -1 1077944384 1302 0 0 0 3 3 0 0 20 0 20 0 3351801 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565056203440 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 872.55
Current children cumulated vsize (KiB) 10900632

[startup+164.012 s]
/proc/loadavg: 12.06 8.23 4.64 2/258 8290
/proc/meminfo: memFree=23773100/32770624 swapFree=5840/234792
[pid=8253] ppid=8250 vsize=10900632 CPUtime=874.13 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 167436 0 0 0 85464 1949 0 0 20 0 20 0 3351791 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725158 2060077 3153 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900632 CPUtime=40.55 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) S 8250 8253 2458 0 -1 1077944384 18825 0 0 0 4039 16 0 0 20 0 20 0 3351792 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566321070944 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8256] ppid=8250 vsize=10900632 CPUtime=100.71 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8256/stat : 8256 (java) S 8250 8253 2458 0 -1 1077944384 12638 0 0 0 9830 241 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566242912784 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8257] ppid=8250 vsize=10900632 CPUtime=101.14 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8257/stat : 8257 (java) S 8250 8253 2458 0 -1 1077944384 12376 0 0 0 9857 257 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566241860240 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8258] ppid=8250 vsize=10900632 CPUtime=101.63 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8258/stat : 8258 (java) S 8250 8253 2458 0 -1 1077944384 15491 0 0 0 9956 207 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566240807184 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8259] ppid=8250 vsize=10900632 CPUtime=100.83 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8259/stat : 8259 (java) S 8250 8253 2458 0 -1 1077944384 7709 0 0 0 9838 245 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566239754640 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8260] ppid=8250 vsize=10900632 CPUtime=101.12 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8260/stat : 8260 (java) S 8250 8253 2458 0 -1 1077944384 18439 0 0 0 9876 236 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566238702608 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8261] ppid=8250 vsize=10900632 CPUtime=101.42 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8261/stat : 8261 (java) S 8250 8253 2458 0 -1 1077944384 9216 0 0 0 9883 259 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566237650064 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8262] ppid=8250 vsize=10900632 CPUtime=100.94 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8262/stat : 8262 (java) S 8250 8253 2458 0 -1 1077944384 14636 0 0 0 9875 219 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566236597008 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8263] ppid=8250 vsize=10900632 CPUtime=101.03 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8263/stat : 8263 (java) S 8250 8253 2458 0 -1 1077944384 10086 0 0 0 9848 255 0 0 20 0 20 0 3351793 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140566235544464 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8264] ppid=8250 vsize=10900632 CPUtime=20.36 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8264/stat : 8264 (java) R 8250 8253 2458 0 -1 4202560 28013 0 0 0 2034 2 0 0 20 0 20 0 3351795 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565065675488 140566301835200 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8265] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8265/stat : 8265 (java) S 8250 8253 2458 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565064623328 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8266] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8266/stat : 8266 (java) S 8250 8253 2458 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565063570176 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8267] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8267/stat : 8267 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565062518736 140566316857243 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8268] ppid=8250 vsize=10900632 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8268/stat : 8268 (java) S 8250 8253 2458 0 -1 1077944384 2861 0 0 0 91 0 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565061466912 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8269] ppid=8250 vsize=10900632 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8269/stat : 8269 (java) S 8250 8253 2458 0 -1 1077944384 4326 0 0 0 128 0 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565060414368 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8270] ppid=8250 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8270/stat : 8270 (java) S 8250 8253 2458 0 -1 1077944384 8506 0 0 0 163 1 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565059361312 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8271] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8271/stat : 8271 (java) S 8250 8253 2458 0 -1 1077944384 1588 0 0 0 38 1 0 0 20 0 20 0 3351800 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565058308480 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8272] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8272/stat : 8272 (java) S 8250 8253 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3351801 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565057255904 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8273] ppid=8250 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8273/stat : 8273 (java) S 8250 8253 2458 0 -1 1077944384 1302 0 0 0 3 3 0 0 20 0 20 0 3351801 11162247168 2060077 33554432000 4194304 4196468 140726910225952 140565056203440 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 874.13
Current children cumulated vsize (KiB) 10900632

[startup+164.401 s]
/proc/loadavg: 12.06 8.23 4.64 2/258 8290
/proc/meminfo: memFree=23773100/32770624 swapFree=5840/234792
[pid=8253] ppid=8250 vsize=10900632 CPUtime=874.53 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 168691 0 0 0 85503 1950 0 0 20 0 20 0 3351791 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2725158 2060101 3155 1 0 2713552 0
[pid=8253/tid=8254] ppid=8250 vsize=10900632 CPUtime=40.56 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) R 8250 8253 2458 0 -1 4202560 19233 0 0 0 4040 16 0 0 20 0 20 0 3351792 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566321073440 140566303094396 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8256] ppid=8250 vsize=10900632 CPUtime=100.71 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8256/stat : 8256 (java) S 8250 8253 2458 0 -1 1077944384 12638 0 0 0 9830 241 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566242912784 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8257] ppid=8250 vsize=10900632 CPUtime=101.14 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8257/stat : 8257 (java) S 8250 8253 2458 0 -1 1077944384 12376 0 0 0 9857 257 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566241860240 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8258] ppid=8250 vsize=10900632 CPUtime=101.63 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8258/stat : 8258 (java) S 8250 8253 2458 0 -1 1077944384 15491 0 0 0 9956 207 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566240807184 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8259] ppid=8250 vsize=10900632 CPUtime=100.83 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8259/stat : 8259 (java) S 8250 8253 2458 0 -1 1077944384 7709 0 0 0 9838 245 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566239754640 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8260] ppid=8250 vsize=10900632 CPUtime=101.12 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8260/stat : 8260 (java) S 8250 8253 2458 0 -1 1077944384 18439 0 0 0 9876 236 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566238702608 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8261] ppid=8250 vsize=10900632 CPUtime=101.42 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8261/stat : 8261 (java) S 8250 8253 2458 0 -1 1077944384 9216 0 0 0 9883 259 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566237650064 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8262] ppid=8250 vsize=10900632 CPUtime=100.94 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8262/stat : 8262 (java) S 8250 8253 2458 0 -1 1077944384 14636 0 0 0 9875 219 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566236597008 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8263] ppid=8250 vsize=10900632 CPUtime=101.03 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8263/stat : 8263 (java) S 8250 8253 2458 0 -1 1077944384 10086 0 0 0 9848 255 0 0 20 0 20 0 3351793 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140566235544464 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8264] ppid=8250 vsize=10900632 CPUtime=20.74 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8264/stat : 8264 (java) S 8250 8253 2458 0 -1 1077944384 28693 0 0 0 2072 2 0 0 20 0 20 0 3351795 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565065677040 140566316849794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8265] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8265/stat : 8265 (java) S 8250 8253 2458 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565064623328 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8266] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8266/stat : 8266 (java) S 8250 8253 2458 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 3351796 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565063570176 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8267] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8267/stat : 8267 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3351800 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565062518736 140566316857243 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8268] ppid=8250 vsize=10900632 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8268/stat : 8268 (java) S 8250 8253 2458 0 -1 1077944384 2863 0 0 0 91 0 0 0 20 0 20 0 3351800 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565061466864 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8269] ppid=8250 vsize=10900632 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8269/stat : 8269 (java) S 8250 8253 2458 0 -1 1077944384 4328 0 0 0 128 0 0 0 20 0 20 0 3351800 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565060414320 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8270] ppid=8250 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8270/stat : 8270 (java) S 8250 8253 2458 0 -1 1077944384 8508 0 0 0 163 1 0 0 20 0 20 0 3351800 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565059361264 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8271] ppid=8250 vsize=10900632 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8271/stat : 8271 (java) S 8250 8253 2458 0 -1 1077944384 1740 0 0 0 38 1 0 0 20 0 20 0 3351800 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565058308720 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8272] ppid=8250 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8272/stat : 8272 (java) S 8250 8253 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3351801 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565057255904 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8273] ppid=8250 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8273/stat : 8273 (java) S 8250 8253 2458 0 -1 1077944384 1304 0 0 0 3 3 0 0 20 0 20 0 3351801 11162247168 2060101 33554432000 4194304 4196468 140726910225952 140565056203440 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 1 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 874.53
Current children cumulated vsize (KiB) 10900632

[startup+164.601 s]
/proc/loadavg: 12.06 8.23 4.64 2/258 8290
/proc/meminfo: memFree=23773100/32770624 swapFree=5840/234792
[pid=8253] ppid=8250 vsize=11035960 CPUtime=874.68 cores=0,2,4,6,8,10,12,14
/proc/8253/stat : 8253 (java) S 8250 8253 2458 0 -1 1077944320 172698 0 0 0 85518 1950 0 0 20 0 21 0 3351791 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140726910208496 140566316838647 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
/proc/8253/statm: 2758990 2060312 3198 1 0 2747346 0
[pid=8253/tid=8254] ppid=8250 vsize=11035960 CPUtime=40.59 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8254/stat : 8254 (java) S 8250 8253 2458 0 -1 1077944384 19741 0 0 0 4042 17 0 0 20 0 21 0 3351792 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566321079328 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8256] ppid=8250 vsize=11035960 CPUtime=100.71 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8256/stat : 8256 (java) S 8250 8253 2458 0 -1 1077944384 12638 0 0 0 9830 241 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566242912784 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8257] ppid=8250 vsize=11035960 CPUtime=101.14 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8257/stat : 8257 (java) S 8250 8253 2458 0 -1 1077944384 12376 0 0 0 9857 257 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566241860240 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8258] ppid=8250 vsize=11035960 CPUtime=101.63 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8258/stat : 8258 (java) S 8250 8253 2458 0 -1 1077944384 15491 0 0 0 9956 207 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566240807184 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8259] ppid=8250 vsize=11035960 CPUtime=100.83 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8259/stat : 8259 (java) S 8250 8253 2458 0 -1 1077944384 7709 0 0 0 9838 245 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566239754640 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8260] ppid=8250 vsize=11035960 CPUtime=101.12 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8260/stat : 8260 (java) S 8250 8253 2458 0 -1 1077944384 18439 0 0 0 9876 236 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566238702608 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8261] ppid=8250 vsize=11035960 CPUtime=101.42 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8261/stat : 8261 (java) S 8250 8253 2458 0 -1 1077944384 9216 0 0 0 9883 259 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566237650064 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8262] ppid=8250 vsize=11035960 CPUtime=100.94 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8262/stat : 8262 (java) S 8250 8253 2458 0 -1 1077944384 14636 0 0 0 9875 219 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566236597008 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8263] ppid=8250 vsize=11035960 CPUtime=101.03 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8263/stat : 8263 (java) S 8250 8253 2458 0 -1 1077944384 10086 0 0 0 9848 255 0 0 20 0 21 0 3351793 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140566235544464 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8264] ppid=8250 vsize=11035960 CPUtime=20.74 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8264/stat : 8264 (java) S 8250 8253 2458 0 -1 1077944384 28693 0 0 0 2072 2 0 0 20 0 21 0 3351795 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565065677040 140566316849794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8265] ppid=8250 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8265/stat : 8265 (java) S 8250 8253 2458 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 21 0 3351796 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565064623328 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8266] ppid=8250 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8266/stat : 8266 (java) S 8250 8253 2458 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 21 0 3351796 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565063570176 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8267] ppid=8250 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8267/stat : 8267 (java) S 8250 8253 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3351800 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565062518736 140566316857243 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8268] ppid=8250 vsize=11035960 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8268/stat : 8268 (java) S 8250 8253 2458 0 -1 1077944384 3686 0 0 0 93 0 0 0 20 0 21 0 3351800 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565061466864 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8269] ppid=8250 vsize=11035960 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8269/stat : 8269 (java) S 8250 8253 2458 0 -1 1077944384 6485 0 0 0 136 0 0 0 20 0 21 0 3351800 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565060414320 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8270] ppid=8250 vsize=11035960 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8270/stat : 8270 (java) S 8250 8253 2458 0 -1 1077944384 8566 0 0 0 164 1 0 0 20 0 21 0 3351800 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565059361264 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8271] ppid=8250 vsize=11035960 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8271/stat : 8271 (java) S 8250 8253 2458 0 -1 1077944384 2140 0 0 0 39 1 0 0 20 0 21 0 3351800 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565058308720 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8272] ppid=8250 vsize=11035960 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8272/stat : 8272 (java) S 8250 8253 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3351801 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565057255904 140566316848853 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
[pid=8253/tid=8273] ppid=8250 vsize=11035960 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8253/task/8273/stat : 8273 (java) S 8250 8253 2458 0 -1 1077944384 1304 0 0 0 3 3 0 0 20 0 21 0 3351801 11300823040 2060312 33554432000 4194304 4196468 140726910225952 140565056203440 140566316849794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 24031232 140726910227627 140726910227780 140726910227780 140726910230479 0
Current children cumulated CPU time (s) 874.68
Current children cumulated vsize (KiB) 11035960

Child status: 0
Real time (s): 164.672
CPU time (s): 874.731
CPU user time (s): 855.188
CPU system time (s): 19.5435
CPU usage (%): 531.195
Max. virtual memory (cumulated for all children) (KiB): 11035960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 855.188
system time used= 19.5435
maximum resident set size= 8241596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172786
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18761
involuntary context switches= 73145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33613 second user time and 1.64 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 01:47:20
IDJOB=4244131
IDBENCH=135990
IDSOLVER=2623
FILE ID=node126/4244131-1500680840
RUNJOBID= node126-1500673388-6381
PBS_JOBID= 20623294
Free space on /tmp= 61980 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244131-1500680840/watcher-4244131-1500680840 -o /tmp/evaluation-result-4244131-1500680840/solver-4244131-1500680840 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500673388-6381 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244131-1500680840.xml

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

MD5SUM BENCH= 90a7b6352cefaac33401a11faadaca46
RANDOM SEED=1849348640

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

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

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

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

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

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 2668.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 2668.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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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		: 2668.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:        23654096 kB
MemAvailable:   23669204 kB
Buffers:           45076 kB
Cached:           281596 kB
SwapCached:            0 kB
Active:          8485732 kB
Inactive:         242896 kB
Active(anon):    8404792 kB
Inactive(anon):     8656 kB
Active(file):      80940 kB
Inactive(file):   234240 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1988 kB
Writeback:             8 kB
AnonPages:       8407336 kB
Mapped:            41692 kB
Shmem:              8840 kB
Slab:              64408 kB
SReclaimable:      31528 kB
SUnreclaim:        32880 kB
KernelStack:        4528 kB
PageTables:        22128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8226816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61980 MiB
End job on node126 at 2017-07-22 01:50:05