Trace number 4262852

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? 552.33398 194.339

General information on the benchmark

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

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262852-1502634051/watcher-4262852-1502634051 -o /tmp/evaluation-result-4262852-1502634051/solver-4262852-1502634051 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2426 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262852-1502634051.xml 

running on 4 cores: 1,3,5,7

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

solver pid=2469, runsolver pid=2466

[startup+0.101714 s]*
/proc/loadavg: 1.14 1.30 1.76 3/217 2484
/proc/meminfo: memFree=29172796/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10555400 memory=29928 CPUtime=0.13 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 6554 0 0 0 11 2 0 0 20 0 15 0 96493240 10808729600 7482 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2638850 7482 2813 1 0 2627263 0
[pid=2469/tid=2471] ppid=2466 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) R 2466 2469 31794 0 -1 4202560 4412 0 0 0 8 1 0 0 20 0 15 0 96493240 10808729600 7482 33554432000 4194304 4196468 140722309340880 139647031531984 139647013553666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10555400 memory=140585636357760 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10555400 memory=140585636357760 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2466 2469 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493242 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646587181808 139647027325570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493243 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646586128032 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493243 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2466 2469 31794 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 96493245 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646582970608 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646581918064 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10555400 memory=140585636357760 CPUtime=0.02 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) R 2466 2469 31794 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 96493245 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646580865008 139647027335770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10555400 memory=140585636357760 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493246 10808729600 7482 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29928 KiB

[startup+0.213276 s]*
/proc/loadavg: 1.14 1.30 1.76 5/217 2484
/proc/meminfo: memFree=29152704/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10555400 memory=43444 CPUtime=0.31 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 7917 0 0 0 29 2 0 0 20 0 15 0 96493240 10808729600 10861 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2638850 10861 2973 1 0 2627263 0
[pid=2469/tid=2471] ppid=2466 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) R 2466 2469 31794 0 -1 4202560 5005 0 0 0 18 2 0 0 20 0 15 0 96493240 10808729600 10861 33554432000 4194304 4196468 140722309340880 139647031553264 139646650625156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10555400 memory=140585636476001 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493241 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10555400 memory=140585636357760 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2466 2469 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493242 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646587181808 139647027325570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493243 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646586128032 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493243 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2466 2469 31794 0 -1 1077944384 697 0 0 0 3 0 0 0 20 0 15 0 96493245 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646582970608 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 96493245 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646581918064 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10555400 memory=140585636357760 CPUtime=0.05 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) R 2466 2469 31794 0 -1 4202560 506 0 0 0 5 0 0 0 20 0 15 0 96493245 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646580861376 139647011394910 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10555400 memory=140585636357760 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493246 10808729600 10861 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43444 KiB

[startup+0.311911 s]*
/proc/loadavg: 1.14 1.30 1.76 10/217 2484
/proc/meminfo: memFree=29124920/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10555476 memory=50412 CPUtime=0.52 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 8713 0 0 0 49 3 0 0 20 0 15 0 96493240 10808807424 12603 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2638869 12603 2999 1 0 2627263 0
[pid=2469/tid=2471] ppid=2466 vsize=10555476 memory=2560 CPUtime=0.3 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) R 2466 2469 31794 0 -1 4202560 5496 0 0 0 28 2 0 0 20 0 15 0 96493240 10808807424 12603 33554432000 4194304 4196468 140722309340880 139647031550976 139646650625306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10555476 memory=140585636413472 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10555476 memory=58084 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10555476 memory=140585636420384 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2466 2469 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96493242 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646587181808 139647027325570 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10555476 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493243 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646586128032 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96493243 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) R 2466 2469 31794 0 -1 1077944384 723 0 0 0 4 0 0 0 20 0 15 0 96493245 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646582963632 139647027324629 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10555476 memory=140585486894351 CPUtime=0.05 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 389 0 0 0 5 0 0 0 20 0 15 0 96493245 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646581918064 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10555476 memory=140585636360200 CPUtime=0.12 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2466 2469 31794 0 -1 1077944384 738 0 0 0 12 0 0 0 20 0 15 0 96493245 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646580865136 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10555476 memory=140585486896559 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10555476 memory=281171123275712 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493246 10808807424 12603 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50412 KiB

[startup+0.700729 s]
/proc/loadavg: 1.14 1.30 1.76 8/217 2484
/proc/meminfo: memFree=29003168/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10555476 memory=200512 CPUtime=1.59 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 11011 0 0 0 154 5 0 0 20 0 15 0 96493240 10808807424 50128 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2638869 50128 3096 1 0 2627263 0
[pid=2469/tid=2471] ppid=2466 vsize=10555476 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) R 2466 2469 31794 0 -1 4202560 5600 0 0 0 62 4 0 0 20 0 15 0 96493240 10808807424 50128 33554432000 4194304 4196468 140722309340880 139647031552320 139647012395419 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10555476 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 96493241 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10555476 memory=15872 CPUtime=0.01 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 96493241 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2466 2469 31794 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96493242 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646587181808 139647027325570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96493243 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646586128032 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96493243 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10555476 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2466 2469 31794 0 -1 1077944384 1702 0 0 0 35 0 0 0 20 0 15 0 96493245 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646582970608 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10555476 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 1127 0 0 0 34 0 0 0 20 0 15 0 96493245 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646581918064 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10555476 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2466 2469 31794 0 -1 1077944384 1085 0 0 0 19 0 0 0 20 0 15 0 96493245 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646580865008 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493246 10808807424 50128 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 200512 KiB

[startup+1.50078 s]
/proc/loadavg: 1.13 1.30 1.76 5/217 2484
/proc/meminfo: memFree=28820548/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10555476 memory=201328 CPUtime=2.51 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 11168 0 0 0 246 5 0 0 20 0 15 0 96493240 10808807424 50332 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2638869 50332 3100 1 0 2627263 0
[pid=2469/tid=2471] ppid=2466 vsize=10555476 memory=2241 CPUtime=1.46 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) R 2466 2469 31794 0 -1 4202560 5652 0 0 0 142 4 0 0 20 0 15 0 96493240 10808807424 50332 33554432000 4194304 4196468 140722309340880 139647031553016 139647012395157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10555476 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 96493241 10808807424 50332 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10555476 memory=281170974001216 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 50332 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10555476 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96493241 10808807424 50332 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10555476 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 96493241 10808807424 50332 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2466 2469 31794 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96493242 10808807424 50332 33554432000 4194304 4196468 140722309340880 139646587181808 139647027325570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0

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


[startup+192.001 s]*
/proc/loadavg: 5.59 3.08 2.35 9/215 2563
/proc/meminfo: memFree=17078108/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10621012 memory=8277480 CPUtime=548.29 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 530780 0 0 0 54277 552 0 0 20 0 15 0 96493240 10875916288 2069370 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2655253 2069370 3159 1 0 2643647 0
[pid=2469/tid=2471] ppid=2466 vsize=10621012 memory=6935054825532540783 CPUtime=41.75 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2466 2469 31794 0 -1 1077944384 26390 0 0 0 4160 15 0 0 20 0 15 0 96493240 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139647031545936 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10621012 memory=4126316290023845779 CPUtime=117.56 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) R 2466 2469 31794 0 -1 4202560 79578 0 0 0 11618 138 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646634613384 139647019942631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10621012 memory=4044 CPUtime=118.65 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) R 2466 2469 31794 0 -1 4202560 128641 0 0 0 11748 117 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646633560920 139647012304087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10621012 memory=1792 CPUtime=117.92 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) R 2466 2469 31794 0 -1 4202560 157319 0 0 0 11661 131 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646632507784 139647019942631 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10621012 memory=636 CPUtime=117.73 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) R 2466 2469 31794 0 -1 4202560 72351 0 0 0 11632 141 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646631455240 139647019942631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10621012 memory=956 CPUtime=30.17 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2466 2469 31794 0 -1 1077944384 41414 0 0 0 3015 2 0 0 20 0 15 0 96493242 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646587180368 139647027324629 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10621012 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96493243 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646586128096 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10621012 memory=3597096 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 96493243 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10621012 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10621012 memory=1692 CPUtime=1.77 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2466 2469 31794 0 -1 1077944384 10198 0 0 0 177 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646582970656 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10621012 memory=916 CPUtime=2.22 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 10203 0 0 0 221 1 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646581918112 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10621012 memory=3832 CPUtime=0.34 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2466 2469 31794 0 -1 1077944384 2066 0 0 0 34 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646580864768 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10621012 memory=6935054825532540783 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10621012 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1205 0 0 0 5 3 0 0 20 0 15 0 96493246 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 548.29 s
Current children cumulated vsize: 10621012 KiB
Current children cumulated memory: 8277480 KiB

[startup+193.601 s]
/proc/loadavg: 5.59 3.08 2.35 6/215 2563
/proc/meminfo: memFree=17050492/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10621012 memory=8277480 CPUtime=551.71 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 530780 0 0 0 54618 553 0 0 20 0 15 0 96493240 10875916288 2069370 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2655253 2069370 3159 1 0 2643647 0
[pid=2469/tid=2471] ppid=2466 vsize=10621012 memory=1420 CPUtime=41.75 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2466 2469 31794 0 -1 1077944384 26390 0 0 0 4160 15 0 0 20 0 15 0 96493240 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139647031545936 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10621012 memory=11032 CPUtime=118.17 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 79578 0 0 0 11678 139 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10621012 memory=7234868220025726573 CPUtime=119.29 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 128641 0 0 0 11812 117 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10621012 memory=7230645025961766505 CPUtime=118.52 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 157319 0 0 0 11721 131 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10621012 memory=7670022035431908434 CPUtime=118.34 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 72351 0 0 0 11693 141 0 0 20 0 15 0 96493241 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10621012 memory=8112282956445269571 CPUtime=31.12 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) R 2466 2469 31794 0 -1 4202560 41414 0 0 0 3110 2 0 0 20 0 15 0 96493242 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646587180368 139647011771993 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10621012 memory=27620 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96493243 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646586128096 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10621012 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 96493243 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10621012 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10621012 memory=8112282956445269571 CPUtime=1.77 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2466 2469 31794 0 -1 1077944384 10198 0 0 0 177 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646582970656 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10621012 memory=1712 CPUtime=2.22 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 10203 0 0 0 221 1 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646581918112 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10621012 memory=1952 CPUtime=0.34 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2466 2469 31794 0 -1 1077944384 2066 0 0 0 34 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646580864768 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10621012 memory=8552 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10621012 memory=1224 CPUtime=0.08 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1205 0 0 0 5 3 0 0 20 0 15 0 96493246 10875916288 2069370 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 551.71 s
Current children cumulated vsize: 10621012 KiB
Current children cumulated memory: 8277480 KiB

[startup+194.001 s]*
/proc/loadavg: 5.59 3.08 2.35 6/215 2563
/proc/meminfo: memFree=17050492/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10621012 memory=8277492 CPUtime=552.12 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 531497 0 0 0 54659 553 0 0 20 0 15 0 96493240 10875916288 2069373 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2655253 2069373 3159 1 0 2643647 0
[pid=2469/tid=2471] ppid=2466 vsize=10621012 memory=6935054825532540783 CPUtime=41.75 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2466 2469 31794 0 -1 1077944384 26390 0 0 0 4160 15 0 0 20 0 15 0 96493240 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139647031545936 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10621012 memory=4126316290023845779 CPUtime=118.17 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 79578 0 0 0 11678 139 0 0 20 0 15 0 96493241 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10621012 memory=15688 CPUtime=119.29 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 128641 0 0 0 11812 117 0 0 20 0 15 0 96493241 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10621012 memory=4044 CPUtime=118.52 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 157319 0 0 0 11721 131 0 0 20 0 15 0 96493241 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10621012 memory=1792 CPUtime=118.34 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 72351 0 0 0 11693 141 0 0 20 0 15 0 96493241 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10621012 memory=636 CPUtime=31.53 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) R 2466 2469 31794 0 -1 4202560 42131 0 0 0 3151 2 0 0 20 0 15 0 96493242 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646587180368 139647012310827 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10621012 memory=956 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 96493243 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646586128096 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10621012 memory=8277480 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 96493243 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10621012 memory=6226620541335333225 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10621012 memory=7234868220025726573 CPUtime=1.77 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2466 2469 31794 0 -1 1077944384 10198 0 0 0 177 0 0 0 20 0 15 0 96493245 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646582970656 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10621012 memory=8112282956445269571 CPUtime=2.22 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 10203 0 0 0 221 1 0 0 20 0 15 0 96493245 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646581918112 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10621012 memory=7451856955630841188 CPUtime=0.34 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2466 2469 31794 0 -1 1077944384 2066 0 0 0 34 0 0 0 20 0 15 0 96493245 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646580864768 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10621012 memory=7234868220025726573 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96493245 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10621012 memory=6005103041637609833 CPUtime=0.08 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1205 0 0 0 5 3 0 0 20 0 15 0 96493246 10875916288 2069373 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 552.12 s
Current children cumulated vsize: 10621012 KiB
Current children cumulated memory: 8277492 KiB

[startup+194.201 s]
/proc/loadavg: 5.59 3.08 2.35 6/215 2563
/proc/meminfo: memFree=17050492/32770624 swapFree=67108860/67108860
[pid=2469] ppid=2466 vsize=10756340 memory=8278500 CPUtime=552.27 cores=1,3,5,7
/proc/2469/stat : 2469 (java) S 2466 2469 31794 0 -1 1077944320 534154 0 0 0 54674 553 0 0 20 0 16 0 96493240 11014492160 2069625 33554432000 4194304 4196468 140722309340880 140722309323424 139647027314423 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
/proc/2469/statm: 2689085 2069625 3204 1 0 2677441 0
[pid=2469/tid=2471] ppid=2466 vsize=10756340 memory=288230604624101685 CPUtime=41.78 cores=1,3,5,7
/proc/2469/task/2471/stat : 2471 (java) S 2466 2469 31794 0 -1 1077944384 26857 0 0 0 4163 15 0 0 20 0 16 0 96493240 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139647031555104 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2472] ppid=2466 vsize=10756340 memory=14698478437665088 CPUtime=118.17 cores=1,3,5,7
/proc/2469/task/2472/stat : 2472 (java) S 2466 2469 31794 0 -1 1077944384 79578 0 0 0 11678 139 0 0 20 0 16 0 96493241 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646634613264 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2473] ppid=2466 vsize=10756340 memory=1004 CPUtime=119.29 cores=1,3,5,7
/proc/2469/task/2473/stat : 2473 (java) S 2466 2469 31794 0 -1 1077944384 128641 0 0 0 11812 117 0 0 20 0 16 0 96493241 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646633560720 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2474] ppid=2466 vsize=10756340 memory=5296 CPUtime=118.52 cores=1,3,5,7
/proc/2469/task/2474/stat : 2474 (java) S 2466 2469 31794 0 -1 1077944384 157319 0 0 0 11721 131 0 0 20 0 16 0 96493241 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646632507664 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2475] ppid=2466 vsize=10756340 memory=1196 CPUtime=118.34 cores=1,3,5,7
/proc/2469/task/2475/stat : 2475 (java) S 2466 2469 31794 0 -1 1077944384 72351 0 0 0 11693 141 0 0 20 0 16 0 96493241 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646631455120 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2476] ppid=2466 vsize=10756340 memory=4612 CPUtime=31.58 cores=1,3,5,7
/proc/2469/task/2476/stat : 2476 (java) S 2466 2469 31794 0 -1 1077944384 42145 0 0 0 3155 3 0 0 20 0 16 0 96493242 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646587181808 139647027325570 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2477] ppid=2466 vsize=10756340 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2477/stat : 2477 (java) S 2466 2469 31794 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 96493243 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646586128096 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2478] ppid=2466 vsize=10756340 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2478/stat : 2478 (java) S 2466 2469 31794 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 96493243 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646585074928 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2479] ppid=2466 vsize=10756340 memory=15688 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2479/stat : 2479 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493245 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646584023504 139647027333019 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2480] ppid=2466 vsize=10756340 memory=4044 CPUtime=1.79 cores=1,3,5,7
/proc/2469/task/2480/stat : 2480 (java) S 2466 2469 31794 0 -1 1077944384 10915 0 0 0 179 0 0 0 20 0 16 0 96493245 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646582970608 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2481] ppid=2466 vsize=10756340 memory=1792 CPUtime=2.26 cores=1,3,5,7
/proc/2469/task/2481/stat : 2481 (java) S 2466 2469 31794 0 -1 1077944384 11300 0 0 0 225 1 0 0 20 0 16 0 96493245 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646581918064 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2482] ppid=2466 vsize=10756340 memory=636 CPUtime=0.35 cores=1,3,5,7
/proc/2469/task/2482/stat : 2482 (java) S 2466 2469 31794 0 -1 1077944384 2378 0 0 0 35 0 0 0 20 0 16 0 96493245 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646580865008 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2483] ppid=2466 vsize=10756340 memory=956 CPUtime=0 cores=1,3,5,7
/proc/2469/task/2483/stat : 2483 (java) S 2466 2469 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96493245 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646579812704 139647027324629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
[pid=2469/tid=2484] ppid=2466 vsize=10756340 memory=7737863011287192406 CPUtime=0.08 cores=1,3,5,7
/proc/2469/task/2484/stat : 2484 (java) S 2466 2469 31794 0 -1 1077944384 1205 0 0 0 5 3 0 0 20 0 16 0 96493246 11014492160 2069625 33554432000 4194304 4196468 140722309340880 139646578760752 139647027325570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 37892096 140722309346438 140722309346591 140722309346591 140722309349327 0
Current children cumulated CPU time: 552.27 s
Current children cumulated vsize: 10756340 KiB
Current children cumulated memory: 8278500 KiB

[startup+194.304 s]*
/proc/loadavg: 5.59 3.08 2.35 6/202 2565
/proc/meminfo: memFree=21035652/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): 194.339
CPU time (s): 552.334
CPU user time (s): 546.744
CPU system time (s): 5.59028
CPU usage (%): 284.211
Max. virtual memory (cumulated for all children) (KiB): 10756340
Max. memory (cumulated for all children) (KiB): 8278500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 546.744
system time used= 5.59028
maximum resident set size= 8278704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12952
involuntary context switches= 14428


# summary of solver processes directly reported to runsolver:
#   pid: 2469
#   total CPU time (s): 552.334
#   total CPU user time (s): 546.744
#   total CPU system time (s): 5.59028

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12076 second user time and 1.96823 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 16:06:33
IDJOB=4262852
IDBENCH=135979
IDSOLVER=2651
FILE ID=node107/4262852-1502634051
RUNJOBID= node107-1502633193-2426
PBS_JOBID= 20628298
Free space on /tmp= 61656 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft249-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262852-1502634051/watcher-4262852-1502634051 -o /tmp/evaluation-result-4262852-1502634051/solver-4262852-1502634051 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502633193-2426 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262852-1502634051.xml

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

MD5SUM BENCH= a945271e4f3ca829c58581a3c461a76e
RANDOM SEED=1643037541

node107.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.84
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.84
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.84
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.84
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:        29205436 kB
MemAvailable:   31980556 kB
Buffers:          162064 kB
Cached:          2901844 kB
SwapCached:            0 kB
Active:           489916 kB
Inactive:        2637648 kB
Active(anon):      66488 kB
Inactive(anon):    24972 kB
Active(file):     423428 kB
Inactive(file):  2612676 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6772 kB
Writeback:             8 kB
AnonPages:         72224 kB
Mapped:            51000 kB
Shmem:             25228 kB
Slab:             135376 kB
SReclaimable:     109700 kB
SUnreclaim:        25676 kB
KernelStack:        3504 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1164616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 16:09:48