Trace number 4262850

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
sat4j-CSP 2017-07-05? 354.819 133.742

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

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262850-1502634052/watcher-4262850-1502634052 -o /tmp/evaluation-result-4262850-1502634052/solver-4262850-1502634052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262850-1502634052.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6861, runsolver pid=6858
Current StackSize limit: 8192 KiB


[startup+0.100126 s]*
/proc/loadavg: 1.95 1.95 2.10 5/216 6876
/proc/meminfo: memFree=30953840/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10555400 memory=29948 CPUtime=0.13 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 6540 0 0 0 11 2 0 0 20 0 15 0 96493057 10808729600 7487 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2638850 7487 2841 1 0 2627263 0
[pid=6861/tid=6863] ppid=6858 vsize=10555400 memory=-8196701287824659301 CPUtime=0.09 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) R 6858 6861 1335 0 -1 4202560 4388 0 0 0 8 1 0 0 20 0 15 0 96493058 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535845836736 140535841637533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10555400 memory=5793854932315806137 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10555400 memory=139681305912960 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493060 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535078542064 140535841626754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493060 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535077488288 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493060 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535076435184 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) S 6858 6861 1335 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535074330864 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) R 6858 6861 1335 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535073278320 140535841626754 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10555400 memory=139681305912960 CPUtime=0.01 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) R 6858 6861 1335 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 15 0 96493063 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535072225264 140535841627542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10555400 memory=139681305912960 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 7487 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29948 KiB

[startup+0.213735 s]*
/proc/loadavg: 1.95 1.95 2.10 5/216 6876
/proc/meminfo: memFree=30941792/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10555400 memory=43192 CPUtime=0.32 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 8382 0 0 0 30 2 0 0 20 0 15 0 96493057 10808729600 10798 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2638850 10798 2975 1 0 2627263 0
[pid=6861/tid=6863] ppid=6858 vsize=10555400 memory=-3103912127665269909 CPUtime=0.2 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) R 6858 6861 1335 0 -1 4202560 5104 0 0 0 19 1 0 0 20 0 15 0 96493058 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535845852816 140535822387745 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10555400 memory=4211973407510703498 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10555400 memory=139681305912960 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10555400 memory=139681305912960 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493060 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535078542064 140535841626754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493060 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535077488288 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493060 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535076435184 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) S 6858 6861 1335 0 -1 1077944384 672 0 0 0 2 0 0 0 20 0 15 0 96493063 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535074330864 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10555400 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) S 6858 6861 1335 0 -1 1077944384 574 0 0 0 3 0 0 0 20 0 15 0 96493063 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535073278320 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10555400 memory=139681305912960 CPUtime=0.06 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) S 6858 6861 1335 0 -1 1077944384 666 0 0 0 6 0 0 0 20 0 15 0 96493063 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535072225264 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10555400 memory=139681305912960 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493063 10808729600 10798 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43192 KiB

[startup+0.313239 s]*
/proc/loadavg: 1.95 1.95 2.10 3/216 6876
/proc/meminfo: memFree=30937016/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10555476 memory=53528 CPUtime=0.52 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 8939 0 0 0 50 2 0 0 20 0 15 0 96493057 10808807424 13382 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2638869 13382 3010 1 0 2627263 0
[pid=6861/tid=6863] ppid=6858 vsize=10555476 memory=7377246124687064083 CPUtime=0.29 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) S 6858 6861 1335 0 -1 1077944384 5521 0 0 0 28 1 0 0 20 0 15 0 96493058 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535845852560 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10555476 memory=4211973407510703498 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10555476 memory=139681305915132 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10555476 memory=139681194947363 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10555476 memory=139681194954191 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10555476 memory=139681305915312 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535078542064 140535841626754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10555476 memory=139681194963375 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535077488288 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10555476 memory=279362389917584 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535076435184 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10555476 memory=279362389915280 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) S 6858 6861 1335 0 -1 1077944384 684 0 0 0 3 0 0 0 20 0 15 0 96493063 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535074330864 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10555476 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) S 6858 6861 1335 0 -1 1077944384 634 0 0 0 5 0 0 0 20 0 15 0 96493063 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535073278320 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10555476 memory=139681305912960 CPUtime=0.12 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) R 6858 6861 1335 0 -1 4202560 744 0 0 0 12 0 0 0 20 0 15 0 96493063 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535072225264 140535825696094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10555476 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10555476 memory=139681305912960 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 13382 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 53528 KiB

[startup+0.700718 s]
/proc/loadavg: 1.95 1.95 2.10 5/216 6876
/proc/meminfo: memFree=30873968/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10555476 memory=130616 CPUtime=1.51 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 10809 0 0 0 147 4 0 0 20 0 15 0 96493057 10808807424 32654 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2638869 32654 3081 1 0 2627263 0
[pid=6861/tid=6863] ppid=6858 vsize=10555476 memory=8536 CPUtime=0.68 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) R 6858 6861 1335 0 -1 4202560 5658 0 0 0 65 3 0 0 20 0 15 0 96493058 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535845852816 140535841627542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10555476 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10555476 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493058 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) S 6858 6861 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535078542064 140535841626754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535077488288 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535076435184 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10555476 memory=20036 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10555476 memory=1436 CPUtime=0.3 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) R 6858 6861 1335 0 -1 4202560 1242 0 0 0 30 0 0 0 20 0 15 0 96493063 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535074330864 140535820859499 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10555476 memory=1200 CPUtime=0.29 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) R 6858 6861 1335 0 -1 4202560 1340 0 0 0 29 0 0 0 20 0 15 0 96493063 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535073266912 140535827634154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10555476 memory=15872 CPUtime=0.21 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) R 6858 6861 1335 0 -1 1077944384 1201 0 0 0 21 0 0 0 20 0 15 0 96493063 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535072225264 140535841626754 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10555476 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10555476 memory=16624 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 32654 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 130616 KiB

[startup+1.50146 s]
/proc/loadavg: 1.95 1.95 2.10 5/216 6876
/proc/meminfo: memFree=30771588/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10557636 memory=301048 CPUtime=3.96 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 20122 0 0 0 385 11 0 0 20 0 15 0 96493057 10811019264 75262 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2639409 75262 3121 1 0 2627803 0
[pid=6861/tid=6863] ppid=6858 vsize=10557636 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) R 6858 6861 1335 0 -1 4202560 5964 0 0 0 134 3 0 0 20 0 15 0 96493058 10811019264 75262 33554432000 4194304 4196468 140733435570080 140535845849816 140535443975495 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10557636 memory=664970774370811553 CPUtime=0.06 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 110 0 0 0 5 1 0 0 20 0 15 0 96493058 10811019264 75262 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10557636 memory=667957 CPUtime=0.04 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 50 0 0 0 4 0 0 0 20 0 15 0 96493058 10811019264 75262 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10557636 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 139 0 0 0 6 1 0 0 20 0 15 0 96493058 10811019264 75262 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10557636 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 131 0 0 0 6 1 0 0 20 0 15 0 96493058 10811019264 75262 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10557636 memory=-6948614817169703622 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) S 6858 6861 1335 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96493060 10811019264 75262 33554432000 4194304 4196468 140733435570080 140535078542064 140535841626754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0

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


[startup+131.201 s]
/proc/loadavg: 2.81 2.20 2.17 6/216 6878
/proc/meminfo: memFree=22566880/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10555476 memory=8444380 CPUtime=349.11 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 190152 0 0 0 34410 501 0 0 20 0 15 0 96493057 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2638869 2111095 3155 1 0 2627263 0
[pid=6861/tid=6863] ppid=6858 vsize=10555476 memory=4132 CPUtime=37.49 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) S 6858 6861 1335 0 -1 1077944384 16177 0 0 0 3735 14 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535845847024 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10555476 memory=28124 CPUtime=71.71 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) R 6858 6861 1335 0 -1 4202560 26335 0 0 0 7060 111 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535767689552 140535834243815 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10555476 memory=8112282956445269571 CPUtime=71.63 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) R 6858 6861 1335 0 -1 4202560 33479 0 0 0 7035 128 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535766637320 140535834243815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10555476 memory=10020 CPUtime=71.66 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) R 6858 6861 1335 0 -1 4202560 26550 0 0 0 7056 110 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535765584344 140535826315526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10555476 memory=1948 CPUtime=71.05 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) R 6858 6861 1335 0 -1 4202560 34816 0 0 0 6977 128 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535764531408 140535834243815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10555476 memory=8536 CPUtime=21.09 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) S 6858 6861 1335 0 -1 1077944384 28936 0 0 0 2107 2 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535078540624 140535841625813 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535077488352 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535076435200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10555476 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10555476 memory=16624 CPUtime=1.95 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) S 6858 6861 1335 0 -1 1077944384 8958 0 0 0 194 1 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535074330912 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10555476 memory=18292 CPUtime=2.04 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) S 6858 6861 1335 0 -1 1077944384 10551 0 0 0 203 1 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535073278080 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10555476 memory=8444380 CPUtime=0.32 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) S 6858 6861 1335 0 -1 1077944384 1575 0 0 0 32 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535072225312 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10555476 memory=8444380 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10555476 memory=8444380 CPUtime=0.07 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1363 0 0 0 4 3 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 349.11 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8444380 KiB

[startup+132.801 s]
/proc/loadavg: 2.81 2.20 2.17 6/216 6878
/proc/meminfo: memFree=22566880/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10555476 memory=8444380 CPUtime=354.08 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 190152 0 0 0 34906 502 0 0 20 0 15 0 96493057 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2638869 2111095 3155 1 0 2627263 0
[pid=6861/tid=6863] ppid=6858 vsize=10555476 memory=16105866189342951 CPUtime=37.49 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) S 6858 6861 1335 0 -1 1077944384 16177 0 0 0 3735 14 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535845847024 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10555476 memory=6504 CPUtime=72.84 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 26335 0 0 0 7172 112 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10555476 memory=8112282956445269571 CPUtime=72.75 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 33479 0 0 0 7146 129 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10555476 memory=10020 CPUtime=72.83 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 26550 0 0 0 7173 110 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10555476 memory=2332 CPUtime=72.18 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 34816 0 0 0 7089 129 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10555476 memory=1292 CPUtime=21.52 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) R 6858 6861 1335 0 -1 4202560 28936 0 0 0 2150 2 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535078540624 140535826612014 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10555476 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535077488352 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10555476 memory=8444380 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535076435200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10555476 memory=8444380 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10555476 memory=8976414709404591081 CPUtime=1.95 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) S 6858 6861 1335 0 -1 1077944384 8958 0 0 0 194 1 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535074330912 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10555476 memory=-1598831814710746722 CPUtime=2.04 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) S 6858 6861 1335 0 -1 1077944384 10551 0 0 0 203 1 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535073278080 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10555476 memory=-3472574944341025154 CPUtime=0.32 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) S 6858 6861 1335 0 -1 1077944384 1575 0 0 0 32 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535072225312 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10555476 memory=-1189914978686163229 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10555476 memory=8976414709404591081 CPUtime=0.07 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1363 0 0 0 4 3 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 354.08 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8444380 KiB

[startup+133.201 s]
/proc/loadavg: 2.66 2.18 2.16 3/216 6878
/proc/meminfo: memFree=22566880/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10555476 memory=8444380 CPUtime=354.48 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 190152 0 0 0 34946 502 0 0 20 0 15 0 96493057 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2638869 2111095 3155 1 0 2627263 0
[pid=6861/tid=6863] ppid=6858 vsize=10555476 memory=1228 CPUtime=37.49 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) S 6858 6861 1335 0 -1 1077944384 16177 0 0 0 3735 14 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535845847024 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10555476 memory=796 CPUtime=72.84 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 26335 0 0 0 7172 112 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10555476 memory=10020 CPUtime=72.75 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 33479 0 0 0 7146 129 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10555476 memory=1948 CPUtime=72.83 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 26550 0 0 0 7173 110 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10555476 memory=8536 CPUtime=72.18 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 34816 0 0 0 7089 129 0 0 20 0 15 0 96493058 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10555476 memory=4616 CPUtime=21.92 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) R 6858 6861 1335 0 -1 4202560 28936 0 0 0 2190 2 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535078540512 140535826073198 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10555476 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535077488352 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 96493060 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535076435200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10555476 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10555476 memory=4132 CPUtime=1.95 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) S 6858 6861 1335 0 -1 1077944384 8958 0 0 0 194 1 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535074330912 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10555476 memory=28124 CPUtime=2.04 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) S 6858 6861 1335 0 -1 1077944384 10551 0 0 0 203 1 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535073278080 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10555476 memory=2332 CPUtime=0.32 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) S 6858 6861 1335 0 -1 1077944384 1575 0 0 0 32 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535072225312 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10555476 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10555476 memory=288230574492221466 CPUtime=0.07 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1363 0 0 0 4 3 0 0 20 0 15 0 96493063 10808807424 2111095 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 354.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8444380 KiB

[startup+133.601 s]
/proc/loadavg: 2.66 2.18 2.16 3/216 6878
/proc/meminfo: memFree=22566880/32770624 swapFree=67108860/67108860
[pid=6861] ppid=6858 vsize=10690804 memory=8445280 CPUtime=354.76 cores=0,2,4,6
/proc/6861/stat : 6861 (java) S 6858 6861 1335 0 -1 1077944320 191240 0 4 0 34974 502 0 0 20 0 16 0 96493057 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140733435552624 140535841615607 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
/proc/6861/statm: 2672701 2111320 3200 1 0 2661057 0
[pid=6861/tid=6863] ppid=6858 vsize=10690804 memory=18292 CPUtime=37.52 cores=0,2,4,6
/proc/6861/task/6863/stat : 6863 (java) S 6858 6861 1335 0 -1 1077944384 16645 0 4 0 3738 14 0 0 20 0 16 0 96493058 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535845856288 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6864] ppid=6858 vsize=10690804 memory=8444380 CPUtime=72.84 cores=0,2,4,6
/proc/6861/task/6864/stat : 6864 (java) S 6858 6861 1335 0 -1 1077944384 26335 0 0 0 7172 112 0 0 20 0 16 0 96493058 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535767689744 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6865] ppid=6858 vsize=10690804 memory=8444380 CPUtime=72.75 cores=0,2,4,6
/proc/6861/task/6865/stat : 6865 (java) S 6858 6861 1335 0 -1 1077944384 33479 0 0 0 7146 129 0 0 20 0 16 0 96493058 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535766637200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6866] ppid=6858 vsize=10690804 memory=8444380 CPUtime=72.83 cores=0,2,4,6
/proc/6861/task/6866/stat : 6866 (java) S 6858 6861 1335 0 -1 1077944384 26550 0 0 0 7173 110 0 0 20 0 16 0 96493058 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535765584144 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6867] ppid=6858 vsize=10690804 memory=8444380 CPUtime=72.18 cores=0,2,4,6
/proc/6861/task/6867/stat : 6867 (java) S 6858 6861 1335 0 -1 1077944384 34816 0 0 0 7089 129 0 0 20 0 16 0 96493058 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535764531600 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6868] ppid=6858 vsize=10690804 memory=8112282956445269571 CPUtime=22.15 cores=0,2,4,6
/proc/6861/task/6868/stat : 6868 (java) S 6858 6861 1335 0 -1 1077944384 29170 0 0 0 2213 2 0 0 20 0 16 0 96493060 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535078542064 140535841626754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6869] ppid=6858 vsize=10690804 memory=2332 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6869/stat : 6869 (java) S 6858 6861 1335 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 96493060 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535077488352 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6870] ppid=6858 vsize=10690804 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6870/stat : 6870 (java) S 6858 6861 1335 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 96493060 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535076435200 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6871] ppid=6858 vsize=10690804 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6871/stat : 6871 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493063 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535075383760 140535841634203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6872] ppid=6858 vsize=10690804 memory=5788 CPUtime=1.95 cores=0,2,4,6
/proc/6861/task/6872/stat : 6872 (java) S 6858 6861 1335 0 -1 1077944384 9022 0 0 0 194 1 0 0 20 0 16 0 96493063 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535074330864 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6873] ppid=6858 vsize=10690804 memory=1228 CPUtime=2.04 cores=0,2,4,6
/proc/6861/task/6873/stat : 6873 (java) S 6858 6861 1335 0 -1 1077944384 10668 0 0 0 203 1 0 0 20 0 16 0 96493063 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535073278320 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6874] ppid=6858 vsize=10690804 memory=796 CPUtime=0.33 cores=0,2,4,6
/proc/6861/task/6874/stat : 6874 (java) S 6858 6861 1335 0 -1 1077944384 1731 0 0 0 33 0 0 0 20 0 16 0 96493063 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535072225264 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6875] ppid=6858 vsize=10690804 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6861/task/6875/stat : 6875 (java) S 6858 6861 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493063 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535071172960 140535841625813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
[pid=6861/tid=6876] ppid=6858 vsize=10690804 memory=2536 CPUtime=0.08 cores=0,2,4,6
/proc/6861/task/6876/stat : 6876 (java) S 6858 6861 1335 0 -1 1077944384 1363 0 0 0 5 3 0 0 20 0 16 0 96493063 10947383296 2111320 33554432000 4194304 4196468 140733435570080 140535070121008 140535841626754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35168256 140733435573382 140733435573535 140733435573535 140733435576271 0
Current children cumulated CPU time: 354.76 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8445280 KiB

[startup+133.701 s]*
/proc/loadavg: 2.66 2.18 2.16 3/203 6880
/proc/meminfo: memFree=22631056/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 133.742
CPU time (s): 354.819
CPU user time (s): 349.747
CPU system time (s): 5.07145
CPU usage (%): 265.301
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8445280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.747
system time used= 5.07145
maximum resident set size= 8445604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 191300
page faults= 4
swaps= 0
block input operations= 5056
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8450
involuntary context switches= 3758


# summary of solver processes directly reported to runsolver:
#   pid: 6861
#   total CPU time (s): 354.819
#   total CPU user time (s): 349.747
#   total CPU system time (s): 5.07145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.783374 second user time and 1.34057 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 16:06:34
IDJOB=4262850
IDBENCH=135990
IDSOLVER=2651
FILE ID=node112/4262850-1502634052
RUNJOBID= node112-1502619513-3998
PBS_JOBID= 20628299
Free space on /tmp= 61788 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-4262850-1502634052/watcher-4262850-1502634052 -o /tmp/evaluation-result-4262850-1502634052/solver-4262850-1502634052 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3998 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262850-1502634052.xml

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

MD5SUM BENCH= 90a7b6352cefaac33401a11faadaca46
RANDOM SEED=1235956262

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30972304 kB
MemAvailable:   31168388 kB
Buffers:          123072 kB
Cached:           353520 kB
SwapCached:            0 kB
Active:          1196168 kB
Inactive:         147336 kB
Active(anon):     818080 kB
Inactive(anon):    76488 kB
Active(file):     378088 kB
Inactive(file):    70848 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:        841932 kB
Mapped:            55224 kB
Shmem:             25224 kB
Slab:             151636 kB
SReclaimable:     125964 kB
SUnreclaim:        25672 kB
KernelStack:        3888 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1399916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-13 16:08:48