Trace number 4262857

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? 1727.8 494.289

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0500-12.xml
MD5SUMc3cbaa9ce8e56a4446daa69c64b890b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables1919
Number of constraints277
Number of domains2
Minimum domain size82
Maximum domain size275
Distribution of domain sizes[{"size":82,"count":1918},{"size":275,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1644},{"degree":4,"count":274}]
Minimum constraint arity7
Maximum constraint arity1918
Distribution of constraint arities[{"arity":7,"count":274},{"arity":275,"count":1},{"arity":1918,"count":2}]
Number of extensional constraints274
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":274},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262857-1502634654/watcher-4262857-1502634654 -o /tmp/evaluation-result-4262857-1502634654/solver-4262857-1502634654 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262857-1502634654.xml 

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

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

solver pid=12472, runsolver pid=12469

[startup+0.100081 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 12487
/proc/meminfo: memFree=22866860/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555400 memory=30264 CPUtime=0.12 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 6675 0 0 0 11 1 0 0 20 0 15 0 96546546 10808729600 7566 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638850 7566 2788 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555400 memory=-8773748148830113665 CPUtime=0.08 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) R 12469 12472 6758 0 -1 4202560 4535 0 0 0 8 0 0 0 20 0 15 0 96546546 10808729600 7566 33554432000 4194304 4196468 140729759558896 140553616994656 140553596851550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 7566 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555400 memory=140566421689984 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 7566 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 7566 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 7566 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555400 memory=140566421689984 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546548 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552971241840 140553612782210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) S 12469 12472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96546549 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552970187808 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96546549 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552969134960 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546551 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) S 12469 12472 6758 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 96546551 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552967031664 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 96546551 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552965978864 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10555400 memory=140566421689984 CPUtime=0.02 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) R 12469 12472 6758 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 96546551 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552964926064 140553612782998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555400 memory=140566421689984 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546552 10808729600 7566 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30264 KiB

[startup+0.21452 s]*
/proc/loadavg: 2.00 2.01 2.05 3/216 12487
/proc/meminfo: memFree=22856920/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555400 memory=43288 CPUtime=0.31 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 7889 0 0 0 30 1 0 0 20 0 15 0 96546546 10808729600 10822 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638850 10822 2975 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) R 12469 12472 6758 0 -1 4202560 5032 0 0 0 19 1 0 0 20 0 15 0 96546546 10808729600 11334 33554432000 4194304 4196468 140729759558896 140553616998368 140553598839182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 11334 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555400 memory=140566422116524 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 11334 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 11334 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546547 10808729600 11334 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555400 memory=140566421689984 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546548 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552971241840 140553612782210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) S 12469 12472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96546549 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552970187808 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96546549 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552969134960 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546551 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10555400 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) S 12469 12472 6758 0 -1 1077944384 646 0 0 0 2 0 0 0 20 0 15 0 96546551 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552967031664 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 96546551 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552965978864 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10555400 memory=140566421689984 CPUtime=0.05 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) R 12469 12472 6758 0 -1 4202560 493 0 0 0 5 0 0 0 20 0 15 0 96546551 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552964922432 140553596851550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555400 memory=140566421689984 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546552 10808729600 11334 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43288 KiB

[startup+0.310869 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 12487
/proc/meminfo: memFree=22848996/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555476 memory=50096 CPUtime=0.5 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 8741 0 0 0 48 2 0 0 20 0 15 0 96546546 10808807424 12524 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638869 12524 3015 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555476 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) R 12469 12472 6758 0 -1 4202560 5642 0 0 0 28 1 0 0 20 0 15 0 96546546 10808807424 12524 33554432000 4194304 4196468 140729759558896 140553617007504 140553596851550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555476 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 12524 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555476 memory=140566422116011 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 12524 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 12524 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 12524 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555476 memory=140566421689984 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) S 12469 12472 6758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96546548 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552971241840 140553612782210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) S 12469 12472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552970187808 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552969134960 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546551 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) S 12469 12472 6758 0 -1 1077944384 675 0 0 0 4 0 0 0 20 0 15 0 96546551 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552967031664 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 358 0 0 0 4 0 0 0 20 0 15 0 96546551 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552965978864 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10555476 memory=140566421689984 CPUtime=0.11 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) R 12469 12472 6758 0 -1 4202560 702 0 0 0 11 0 0 0 20 0 15 0 96546551 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552964926064 140553612782998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555476 memory=140566421689984 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 12524 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50096 KiB

[startup+0.700719 s]
/proc/loadavg: 2.00 2.01 2.05 5/216 12487
/proc/meminfo: memFree=22779248/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555476 memory=203616 CPUtime=1.48 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 11389 0 0 0 142 6 0 0 20 0 15 0 96546546 10808807424 50904 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638869 50904 3094 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555476 memory=1728 CPUtime=0.66 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) R 12469 12472 6758 0 -1 4202560 5807 0 0 0 63 3 0 0 20 0 15 0 96546546 10808807424 50904 33554432000 4194304 4196468 140729759558896 140553617008128 140553226660876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 50904 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555476 memory=11040 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 50904 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555476 memory=5700 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 50904 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 50904 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555476 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) S 12469 12472 6758 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96546548 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552971241840 140553612782210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) S 12469 12472 6758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552970187808 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10555476 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552969134960 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10555476 memory=7014751519700506193 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546551 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10555476 memory=7883949533517342546 CPUtime=0.29 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) R 12469 12472 6758 0 -1 1077944384 1639 0 0 0 29 0 0 0 20 0 15 0 96546551 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552967031664 140553612782210 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10555476 memory=7236547281622689387 CPUtime=0.26 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 1337 0 0 0 26 0 0 0 20 0 15 0 96546551 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552965978864 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10555476 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) R 12469 12472 6758 0 -1 4202560 1108 0 0 0 21 0 0 0 20 0 15 0 96546551 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552964926064 140553592216864 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555476 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 50904 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 203616 KiB

[startup+1.50067 s]
/proc/loadavg: 2.00 2.01 2.05 3/216 12487
/proc/meminfo: memFree=22694600/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555476 memory=204288 CPUtime=2.43 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 11575 0 0 0 237 6 0 0 20 0 15 0 96546546 10808807424 51072 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638869 51072 3104 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=1.46 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) R 12469 12472 6758 0 -1 4202560 5870 0 0 0 143 3 0 0 20 0 15 0 96546546 10808807424 51072 33554432000 4194304 4196468 140729759558896 140553617009448 140553597851797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555476 memory=-8754540793456063680 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 51072 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555476 memory=-2843874019102283166 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 51072 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555476 memory=5450919713671312938 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 51072 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555476 memory=7077795359591905642 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 96546547 10808807424 51072 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) S 12469 12472 6758 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96546548 10808807424 51072 33554432000 4194304 4196468 140729759558896 140552971241840 140553612782210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0

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

[pid=12472/tid=12486] ppid=12469 vsize=10555476 memory=4193187940433920032 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 2079402 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555476 memory=288284459269375402 CPUtime=0.37 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 746 0 0 0 20 17 0 0 20 0 15 0 96546552 10808807424 2079402 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 1714 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8317608 KiB

[startup+492.801 s]
/proc/loadavg: 4.80 4.06 3.00 7/217 12503
/proc/meminfo: memFree=14101324/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555476 memory=8317612 CPUtime=1726.42 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 1042866 0 0 0 172006 636 0 0 20 0 15 0 96546546 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638869 2079403 3163 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555476 memory=8317608 CPUtime=42.4 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) S 12469 12472 6758 0 -1 1077944384 74377 0 0 0 4206 34 0 0 20 0 15 0 96546546 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553617002608 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555476 memory=8317608 CPUtime=411.15 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 138029 0 0 0 40976 139 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555476 memory=16444 CPUtime=411.27 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 212375 0 0 0 40982 145 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555476 memory=8317516 CPUtime=412.1 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 293652 0 0 0 41069 141 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555476 memory=1424 CPUtime=411.21 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 204174 0 0 0 40958 163 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555476 memory=8317516 CPUtime=33.86 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) R 12469 12472 6758 0 -1 4202560 96373 0 0 0 3381 5 0 0 20 0 15 0 96546548 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552971240384 140553597767473 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10555476 memory=8317608 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) S 12469 12472 6758 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552970187872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10555476 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552969134976 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10555476 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=1.76 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) S 12469 12472 6758 0 -1 1077944384 7697 0 0 0 175 1 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552967031424 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10555476 memory=1296 CPUtime=1.83 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 11395 0 0 0 182 1 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552965978912 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10555476 memory=2396 CPUtime=0.38 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) S 12469 12472 6758 0 -1 1077944384 2578 0 0 0 38 0 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552964926112 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10555476 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=0.37 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 766 0 0 0 20 17 0 0 20 0 15 0 96546552 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 1726.42 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8317612 KiB

[startup+493.601 s]
/proc/loadavg: 4.82 4.07 3.01 3/217 12503
/proc/meminfo: memFree=14101324/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555476 memory=8317612 CPUtime=1727.22 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 1043095 0 0 0 172086 636 0 0 20 0 15 0 96546546 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638869 2079403 3163 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555476 memory=28176 CPUtime=42.4 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) S 12469 12472 6758 0 -1 1077944384 74377 0 0 0 4206 34 0 0 20 0 15 0 96546546 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553617002608 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555476 memory=1296 CPUtime=411.15 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 138029 0 0 0 40976 139 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=411.27 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 212375 0 0 0 40982 145 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555476 memory=4616 CPUtime=412.1 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 293652 0 0 0 41069 141 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555476 memory=792 CPUtime=411.21 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 204174 0 0 0 40958 163 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555476 memory=1424 CPUtime=34.66 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) R 12469 12472 6758 0 -1 4202560 96602 0 0 0 3461 5 0 0 20 0 15 0 96546548 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552971240384 140553597767473 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) S 12469 12472 6758 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552970187872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10555476 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552969134976 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10555476 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10555476 memory=8317608 CPUtime=1.76 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) S 12469 12472 6758 0 -1 1077944384 7697 0 0 0 175 1 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552967031424 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10555476 memory=2396 CPUtime=1.83 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 11395 0 0 0 182 1 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552965978912 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10555476 memory=1728 CPUtime=0.38 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) S 12469 12472 6758 0 -1 1077944384 2578 0 0 0 38 0 0 0 20 0 15 0 96546551 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552964926112 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10555476 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555476 memory=11040 CPUtime=0.37 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 766 0 0 0 20 17 0 0 20 0 15 0 96546552 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 1727.22 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8317612 KiB

[startup+494.001 s]*
/proc/loadavg: 4.82 4.07 3.01 3/217 12503
/proc/meminfo: memFree=14101324/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10555476 memory=8317612 CPUtime=1727.63 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 1046249 0 0 0 172127 636 0 0 20 0 15 0 96546546 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2638869 2079403 3163 1 0 2627263 0
[pid=12472/tid=12474] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=42.4 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) S 12469 12472 6758 0 -1 1077944384 74377 0 0 0 4206 34 0 0 20 0 15 0 96546546 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553617002608 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10555476 memory=4872558044660077418 CPUtime=411.15 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 138029 0 0 0 40976 139 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10555476 memory=792 CPUtime=411.27 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 212375 0 0 0 40982 145 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10555476 memory=1424 CPUtime=412.1 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 293652 0 0 0 41069 141 0 0 20 0 15 0 96546547 10808807424 2079403 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10555476 memory=1936 CPUtime=411.21 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 204174 0 0 0 40958 163 0 0 20 0 15 0 96546547 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10555476 memory=1224 CPUtime=35.07 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) S 12469 12472 6758 0 -1 1077944384 100297 0 0 0 3502 5 0 0 20 0 15 0 96546548 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552971241840 140553612782210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10555476 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) R 12469 12472 6758 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552970187872 140553612781269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10555476 memory=10588 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 96546549 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552969134976 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10555476 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546551 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=1.76 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) S 12469 12472 6758 0 -1 1077944384 7701 0 0 0 175 1 0 0 20 0 15 0 96546551 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552967031664 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10555476 memory=6791534058613427641 CPUtime=1.83 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 11397 0 0 0 182 1 0 0 20 0 15 0 96546551 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552965978864 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10555476 memory=28176 CPUtime=0.38 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) S 12469 12472 6758 0 -1 1077944384 2580 0 0 0 38 0 0 0 20 0 15 0 96546551 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552964926064 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10555476 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96546552 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10555476 memory=28176 CPUtime=0.37 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 766 0 0 0 20 17 0 0 20 0 15 0 96546552 10808807424 2079407 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 1727.63 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8317612 KiB

[startup+494.201 s]
/proc/loadavg: 4.82 4.07 3.01 3/217 12503
/proc/meminfo: memFree=14101324/32770624 swapFree=67108860/67108860
[pid=12472] ppid=12469 vsize=10690804 memory=8318644 CPUtime=1727.73 cores=0,2,4,6
/proc/12472/stat : 12472 (java) S 12469 12472 6758 0 -1 1077944320 1050479 0 0 0 172137 636 0 0 20 0 16 0 96546546 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140729759541440 140553612771063 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
/proc/12472/statm: 2672701 2079661 3211 1 0 2661057 0
[pid=12472/tid=12474] ppid=12469 vsize=10690804 memory=288230596050944315 CPUtime=42.42 cores=0,2,4,6
/proc/12472/task/12474/stat : 12474 (java) S 12469 12472 6758 0 -1 1077944384 75987 0 0 0 4208 34 0 0 20 0 16 0 96546546 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140553617011744 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12475] ppid=12469 vsize=10690804 memory=15535206786402648 CPUtime=411.15 cores=0,2,4,6
/proc/12472/task/12475/stat : 12475 (java) S 12469 12472 6758 0 -1 1077944384 138029 0 0 0 40976 139 0 0 20 0 16 0 96546547 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140553549462672 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12476] ppid=12469 vsize=10690804 memory=916 CPUtime=411.27 cores=0,2,4,6
/proc/12472/task/12476/stat : 12476 (java) S 12469 12472 6758 0 -1 1077944384 212375 0 0 0 40982 145 0 0 20 0 16 0 96546547 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140553548409872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12477] ppid=12469 vsize=10690804 memory=3832 CPUtime=412.1 cores=0,2,4,6
/proc/12472/task/12477/stat : 12477 (java) S 12469 12472 6758 0 -1 1077944384 293652 0 0 0 41069 141 0 0 20 0 16 0 96546547 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140553547357072 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12478] ppid=12469 vsize=10690804 memory=3332 CPUtime=411.21 cores=0,2,4,6
/proc/12472/task/12478/stat : 12478 (java) S 12469 12472 6758 0 -1 1077944384 204174 0 0 0 40958 163 0 0 20 0 16 0 96546547 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140553546304272 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12479] ppid=12469 vsize=10690804 memory=2536 CPUtime=35.07 cores=0,2,4,6
/proc/12472/task/12479/stat : 12479 (java) S 12469 12472 6758 0 -1 1077944384 100320 0 0 0 3502 5 0 0 20 0 16 0 96546548 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552971241840 140553612782210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12480] ppid=12469 vsize=10690804 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12480/stat : 12480 (java) S 12469 12472 6758 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 96546549 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552970187872 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12481] ppid=12469 vsize=10690804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12481/stat : 12481 (java) S 12469 12472 6758 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 96546549 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552969134976 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12482] ppid=12469 vsize=10690804 memory=3208 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12482/stat : 12482 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96546551 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552968083280 140553612789659 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12483] ppid=12469 vsize=10690804 memory=4836052 CPUtime=1.81 cores=0,2,4,6
/proc/12472/task/12483/stat : 12483 (java) S 12469 12472 6758 0 -1 1077944384 8608 0 0 0 180 1 0 0 20 0 16 0 96546551 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552967031664 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12484] ppid=12469 vsize=10690804 memory=8317516 CPUtime=1.85 cores=0,2,4,6
/proc/12472/task/12484/stat : 12484 (java) S 12469 12472 6758 0 -1 1077944384 12042 0 0 0 184 1 0 0 20 0 16 0 96546551 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552965978864 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12485] ppid=12469 vsize=10690804 memory=3080 CPUtime=0.39 cores=0,2,4,6
/proc/12472/task/12485/stat : 12485 (java) S 12469 12472 6758 0 -1 1077944384 2983 0 0 0 39 0 0 0 20 0 16 0 96546551 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552964926064 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12486] ppid=12469 vsize=10690804 memory=8317516 CPUtime=0 cores=0,2,4,6
/proc/12472/task/12486/stat : 12486 (java) S 12469 12472 6758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96546552 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552963873504 140553612781269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
[pid=12472/tid=12487] ppid=12469 vsize=10690804 memory=8317612 CPUtime=0.37 cores=0,2,4,6
/proc/12472/task/12487/stat : 12487 (java) S 12469 12472 6758 0 -1 1077944384 766 0 0 0 20 17 0 0 20 0 16 0 96546552 10947383296 2079661 33554432000 4194304 4196468 140729759558896 140552962820784 140553612782210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 13856768 140729759560838 140729759560991 140729759560991 140729759563727 0
Current children cumulated CPU time: 1727.73 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8318644 KiB

Child status: 0
Real time (s): 494.289
CPU time (s): 1727.8
CPU user time (s): 1721.38
CPU system time (s): 6.4164
CPU usage (%): 349.552
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8318644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1721.38
system time used= 6.4164
maximum resident set size= 8318756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1050620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27431
involuntary context switches= 17643


# summary of solver processes directly reported to runsolver:
#   pid: 12472
#   total CPU time (s): 1727.8
#   total CPU user time (s): 1721.38
#   total CPU system time (s): 6.4164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.85015 second user time and 5.11333 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-13 16:16:36
IDJOB=4262857
IDBENCH=137017
IDSOLVER=2651
FILE ID=node150/4262857-1502634654
RUNJOBID= node150-1502620602-10434
PBS_JOBID= 20628304
Free space on /tmp= 61632 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0500-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262857-1502634654/watcher-4262857-1502634654 -o /tmp/evaluation-result-4262857-1502634654/solver-4262857-1502634654 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1502620602-10434 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262857-1502634654.xml

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

MD5SUM BENCH= c3cbaa9ce8e56a4446daa69c64b890b7
RANDOM SEED=359123725

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22885840 kB
MemAvailable:   27607096 kB
Buffers:          238200 kB
Cached:          4760332 kB
SwapCached:            0 kB
Active:          5025424 kB
Inactive:        4391528 kB
Active(anon):    4421036 kB
Inactive(anon):    25068 kB
Active(file):     604388 kB
Inactive(file):  4366460 kB
Unevictable:        6228 kB
Mlocked:            6228 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4060 kB
Writeback:             0 kB
AnonPages:       4423848 kB
Mapped:            55484 kB
Shmem:             25224 kB
Slab:             158440 kB
SReclaimable:     132488 kB
SUnreclaim:        25952 kB
KernelStack:        3520 kB
PageTables:        13804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5403344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4276224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61632 MiB
End job on node150 at 2017-08-13 16:24:50