Trace number 4243815

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 NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? 1335.8 395.13699

General information on the benchmark

NameCrossword/
Crossword-m1c-ogd2008-vg/Crossword-m1c-ogd2008-vg-11-12.xml
MD5SUM9ac58fd867900409c70334584dcd9d09
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints23
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":132}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":132}]
Minimum constraint arity11
Maximum constraint arity12
Distribution of constraint arities[{"arity":11,"count":12},{"arity":12,"count":11}]
Number of extensional constraints23
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":23}]
Optimization problemNO
Type of objective

Solver Data

1335.65/394.87	Aug 07, 2017 1:41:01 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1335.65/394.87	INFO: Runtime exception
1335.65/394.87	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1335.65/394.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
1335.65/394.87		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
1335.65/394.87		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
1335.65/394.87		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
1335.65/394.87		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
1335.65/394.87		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1335.65/394.87		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1335.65/394.87		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1335.65/394.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1335.65/394.87		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1335.65/394.87		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1335.65/394.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1335.65/394.87		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1335.65/394.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1335.65/394.87		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1335.65/394.87		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1335.65/394.87		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1335.65/394.87		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1335.65/394.87		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1335.65/394.87		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1335.65/394.87		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1335.65/394.87		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 24 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 28 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 29 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 33 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 34 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 38 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 39 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 43 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 44 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 48 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 49 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 53 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 54 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 58 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 59 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 63 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 64 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 68 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 69 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 73 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 74 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 78 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 79 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 83 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 84 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 88 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 89 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 93 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 94 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 98 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 99 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 103 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 104 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 108 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 109 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 113 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 114 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 118 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 119 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		... 123 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		... 124 more
1335.65/394.87	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1335.65/394.87		... 128 more
1335.65/394.87	Caused by: java.lang.reflect.InvocationTargetException
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1335.65/394.87		... 128 more
1335.65/394.87	Caused by: java.lang.OutOfMemoryError: Java heap space
1335.65/394.87		at org.sat4j.core.Vec.ensure(Vec.java:176)
1335.65/394.87		at org.sat4j.core.Vec.push(Vec.java:183)
1335.65/394.87		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1335.65/394.87		at org.sat4j.minisat.constraints.cnf.BinaryClause.register(BinaryClause.java:241)
1335.65/394.87		at org.sat4j.minisat.constraints.cnf.OriginalBinaryClause.brandNewClause(OriginalBinaryClause.java:73)
1335.65/394.87		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:54)
1335.65/394.87		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1335.65/394.87		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1335.65/394.87		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1335.65/394.87		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1335.65/394.87		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1335.65/394.87		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:526)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1335.65/394.87		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1335.65/394.87		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1335.65/394.87		at java.lang.reflect.Method.invoke(Method.java:498)
1335.65/394.87		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1335.65/394.87	
1335.73/395.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1335.73/395.07	c This is free software under the dual EPL/GNU LGPL licenses.
1335.73/395.07	c See www.sat4j.org for details.
1335.73/395.07	c That software uses the Rhino library from the Mozilla project.
1335.73/395.07	c version CUSTOM.v20170705
1335.73/395.07	c java.runtime.name	Java(TM) SE Runtime Environment
1335.73/395.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1335.73/395.07	c java.vm.version	25.131-b11
1335.73/395.07	c java.vm.vendor	Oracle Corporation
1335.73/395.07	c sun.arch.data.model	64
1335.73/395.07	c java.version		1.8.0_131
1335.73/395.07	c os.name		Linux
1335.73/395.07	c os.version		3.10.0-514.16.1.el7.x86_64
1335.73/395.07	c os.arch		amd64
1335.73/395.07	c Free memory 		499604488
1335.73/395.07	c Max memory 		7247757312
1335.73/395.07	c Total memory 		504889344
1335.73/395.07	c Number of processors 	4
1335.73/395.07	c c --- Begin Solver configuration ---
1335.73/395.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1335.73/395.07	c Learn all clauses as in MiniSAT
1335.73/395.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1335.73/395.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1335.73/395.07	c No reason simplification
1335.73/395.07	c Glucose 2.1 dynamic restart strategy
1335.73/395.07	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
1335.73/395.07	c timeout=2147483s
1335.73/395.07	c DB Simplification allowed=false
1335.73/395.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1335.73/395.07	c --- End Solver configuration ---
1335.73/395.07	c starts		: 0
1335.73/395.07	c conflicts		: 0
1335.73/395.07	c decisions		: 0
1335.73/395.07	c propagations		: 0
1335.73/395.07	c inspects		: 0
1335.73/395.07	c shortcuts		: 0
1335.73/395.07	c learnt literals	: 0
1335.73/395.07	c learnt binary clauses	: 0
1335.73/395.07	c learnt ternary clauses	: 0
1335.73/395.07	c learnt constraints	: 0
1335.73/395.07	c ignored constraints	: 0
1335.73/395.07	c root simplifications	: 0
1335.73/395.07	c removed literals (reason simplification)	: 0
1335.73/395.07	c reason swapping (by a shorter reason)	: 0
1335.73/395.07	c Calls to reduceDB	: 0
1335.73/395.07	c Number of update (reduction) of LBD	: 0
1335.73/395.07	c Imported unit clauses	: 0
1335.73/395.07	c number of reductions to clauses (during analyze)	: 0
1335.73/395.07	c number of learned constraints concerned by reduction	: 0
1335.73/395.07	c number of learning phase by resolution	: 0
1335.73/395.07	c number of learning phase by cutting planes	: 0
1335.73/395.07	c number of rounding to 1 operations	: 0
1335.73/395.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1335.73/395.07	c number of reductions of the coefficients by power 2 	: 0
1335.73/395.07	c number of right shift for reduction by power 2 	: 0
1335.73/395.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
1335.73/395.07	c speed (assignments/second)	: 0.0
1335.73/395.07	c non guided choices	0
1335.73/395.07	c learnt constraints type 
1335.73/395.07	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243815-1502063303/watcher-4243815-1502063303 -o /tmp/evaluation-result-4243815-1502063303/solver-4243815-1502063303 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243815-1502063303.xml 

pid=22698
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.90 3.73 2.80 6/198 22701
/proc/meminfo: memFree=23247060/32770624 swapFree=0/349272
[pid=22701] ppid=22698 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (runsolver) D 22698 22701 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48241239 24240128 108 18446744073709551615 4194304 4338465 140730679271248 140730679268888 140423816700631 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14897152 140730679279751 140730679280201 140730679280201 140730679283658 0
/proc/22701/statm: 5918 108 54 36 0 2156 0

[startup+0.100162 s]
/proc/loadavg: 4.90 3.73 2.80 6/198 22701
/proc/meminfo: memFree=23247060/32770624 swapFree=0/349272
[pid=22701] ppid=22698 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (runsolver) D 22698 22701 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48241239 24240128 108 18446744073709551615 4194304 4338465 140730679271248 140730679268888 140423816700631 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14897152 140730679279751 140730679280201 140730679280201 140730679283658 0
/proc/22701/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200332 s]
/proc/loadavg: 4.90 3.73 2.80 6/198 22701
/proc/meminfo: memFree=23247060/32770624 swapFree=0/349272
[pid=22701] ppid=22698 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (runsolver) D 22698 22701 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48241239 24240128 108 18446744073709551615 4194304 4338465 140730679271248 140730679268888 140423816700631 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14897152 140730679279751 140730679280201 140730679280201 140730679283658 0
/proc/22701/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.300285 s]
/proc/loadavg: 4.90 3.73 2.80 6/198 22701
/proc/meminfo: memFree=23247060/32770624 swapFree=0/349272
[pid=22701] ppid=22698 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/22701/stat : 22701 (runsolver) D 22698 22701 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48241239 24240128 108 18446744073709551615 4194304 4338465 140730679271248 140730679268888 140423816700631 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14897152 140730679279751 140730679280201 140730679280201 140730679283658 0
/proc/22701/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.700944 s]
/proc/loadavg: 4.90 3.73 2.80 6/198 22701
/proc/meminfo: memFree=23247060/32770624 swapFree=0/349272
[pid=22701] ppid=22698 vsize=10551232 CPUtime=0.54 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 10380 0 0 0 51 3 0 0 20 0 15 0 48241239 10804461568 14032 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 14032 2988 1 0 2627261 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10551232

[startup+1.50304 s]
/proc/loadavg: 4.90 3.73 2.80 8/213 22716
/proc/meminfo: memFree=23052404/32770624 swapFree=0/349376
[pid=22701] ppid=22698 vsize=10551232 CPUtime=2.27 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 12948 0 0 0 216 11 0 0 20 0 15 0 48241239 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 59365 3081 1 0 2627261 0
[pid=22701/tid=22703] ppid=22698 vsize=10551232 CPUtime=1.08 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) R 22698 22701 12906 0 -1 4202560 7433 0 0 0 105 3 0 0 20 0 15 0 48241271 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140396359756832 140395988460213 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10551232 CPUtime=0.02 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 12906 0 -1 1077944384 176 0 0 0 1 1 0 0 20 0 15 0 48241272 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140396312488464 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10551232 CPUtime=0.02 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 12906 0 -1 1077944384 98 0 0 0 1 1 0 0 20 0 15 0 48241272 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140396311435920 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10551232 CPUtime=0.02 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 12906 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 15 0 48241272 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140396310382864 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10551232 CPUtime=0.02 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 12906 0 -1 1077944384 62 0 0 0 1 1 0 0 20 0 15 0 48241272 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140396309330320 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 48241273 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395919530736 140396355533442 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22712] ppid=22698 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/22701/task/22712/stat : 22712 (java) R 22698 22701 12906 0 -1 4202560 1404 0 0 0 40 0 0 0 20 0 15 0 48241276 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395915312560 140396339021093 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22713] ppid=22698 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/22701/task/22713/stat : 22713 (java) R 22698 22701 12906 0 -1 4202560 1090 0 0 0 38 0 0 0 20 0 15 0 48241276 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395914263360 140396339811296 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22714] ppid=22698 vsize=10551232 CPUtime=0.24 cores=0,2,4,6
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 12906 0 -1 1077944384 1225 0 0 0 24 0 0 0 20 0 15 0 48241276 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395913213936 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22715] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 48241281 10804461568 59365 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10551232

[startup+3.10073 s]
/proc/loadavg: 4.90 3.73 2.80 8/213 22716
/proc/meminfo: memFree=22813996/32770624 swapFree=0/349408
[pid=22701] ppid=22698 vsize=10551232 CPUtime=5.75 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 23032 0 0 0 545 30 0 0 20 0 15 0 48241239 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 173377 3111 1 0 2627261 0
[pid=22701/tid=22703] ppid=22698 vsize=10551232 CPUtime=2.54 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) R 22698 22701 12906 0 -1 4202560 7938 0 0 0 247 7 0 0 20 0 15 0 48241271 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140396359758544 140396337473180 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10551232 CPUtime=0.11 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 12906 0 -1 1077944384 291 0 0 0 7 4 0 0 20 0 15 0 48241272 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140396312488464 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 12906 0 -1 1077944384 172 0 0 0 12 4 0 0 20 0 15 0 48241272 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140396311435920 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 12906 0 -1 1077944384 236 0 0 0 12 4 0 0 20 0 15 0 48241272 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140396310382864 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 12906 0 -1 1077944384 165 0 0 0 11 4 0 0 20 0 15 0 48241272 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140396309330320 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 48241273 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395919530736 140396355533442 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22712] ppid=22698 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 12906 0 -1 1077944384 5141 0 0 0 100 1 0 0 20 0 15 0 48241276 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395915319536 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22713] ppid=22698 vsize=10551232 CPUtime=1.27 cores=0,2,4,6
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 12906 0 -1 1077944384 6206 0 0 0 126 1 0 0 20 0 15 0 48241276 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395914266992 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22714] ppid=22698 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 12906 0 -1 1077944384 1316 0 0 0 27 0 0 0 20 0 15 0 48241276 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395913213936 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22715] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 48241281 10804461568 173377 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 10551232

[startup+6.30074 s]
/proc/loadavg: 4.91 3.75 2.81 7/213 22716
/proc/meminfo: memFree=21990712/32770624 swapFree=0/349408
[pid=22701] ppid=22698 vsize=10551232 CPUtime=12.76 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 42143 0 0 0 1192 84 0 0 20 0 15 0 48241239 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 313774 3127 1 0 2627261 0
[pid=22701/tid=22703] ppid=22698 vsize=10551232 CPUtime=4.44 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) R 22698 22701 12906 0 -1 4202560 8906 0 0 0 436 8 0 0 20 0 15 0 48241271 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140396359758640 140396339959045 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10551232 CPUtime=1.38 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 12906 0 -1 1077944384 4316 0 0 0 121 17 0 0 20 0 15 0 48241272 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140396312488464 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10551232 CPUtime=1.44 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 12906 0 -1 1077944384 4219 0 0 0 126 18 0 0 20 0 15 0 48241272 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140396311435920 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10551232 CPUtime=1.42 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 12906 0 -1 1077944384 4150 0 0 0 125 17 0 0 20 0 15 0 48241272 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140396310382864 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10551232 CPUtime=1.42 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 12906 0 -1 1077944384 4180 0 0 0 125 17 0 0 20 0 15 0 48241272 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140396309330320 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10551232 CPUtime=0.02 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 12906 0 -1 1077944384 1356 0 0 0 2 0 0 0 20 0 15 0 48241273 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395919530736 140396355533442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22712] ppid=22698 vsize=10551232 CPUtime=1.01 cores=0,2,4,6
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 12906 0 -1 1077944384 5141 0 0 0 100 1 0 0 20 0 15 0 48241276 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395915319536 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22713] ppid=22698 vsize=10551232 CPUtime=1.27 cores=0,2,4,6
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 12906 0 -1 1077944384 6206 0 0 0 126 1 0 0 20 0 15 0 48241276 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395914266992 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22714] ppid=22698 vsize=10551232 CPUtime=0.27 cores=0,2,4,6
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 12906 0 -1 1077944384 1316 0 0 0 27 0 0 0 20 0 15 0 48241276 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395913213936 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22715] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 997 0 0 0 0 0 0 0 20 0 15 0 48241281 10804461568 313774 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 5.07 3.80 2.84 7/213 22716
/proc/meminfo: memFree=21184168/32770624 swapFree=0/349404
[pid=22701] ppid=22698 vsize=10551232 CPUtime=30.58 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 69538 0 0 0 2903 155 0 0 20 0 15 0 48241239 10804461568 539825 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 540337 3130 1 0 2627261 0
[pid=22701/tid=22703] ppid=22698 vsize=10551232 CPUtime=7.27 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) R 22698 22701 12906 0 -1 4202560 11287 0 0 0 715 12 0 0 20 0 15 0 48241271 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140396359727592 140395992565718 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10551232 CPUtime=4.89 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 12906 0 -1 1077944384 8714 0 0 0 456 33 0 0 20 0 15 0 48241272 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140396312488464 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10551232 CPUtime=4.9 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 12906 0 -1 1077944384 5560 0 0 0 454 36 0 0 20 0 15 0 48241272 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140396311435920 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10551232 CPUtime=4.96 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 12906 0 -1 1077944384 14616 0 0 0 462 34 0 0 20 0 15 0 48241272 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140396310382864 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10551232 CPUtime=4.92 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 12906 0 -1 1077944384 5376 0 0 0 460 32 0 0 20 0 15 0 48241272 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140396309330320 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10551232 CPUtime=0.04 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 12906 0 -1 1077944384 5004 0 0 0 4 0 0 0 20 0 15 0 48241273 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140395919530736 140396355533442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 540337 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0

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

[pid=22701/tid=22715] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 1274 0 0 0 11 6 0 0 20 0 15 0 48241281 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 1318.95
Current children cumulated vsize (KiB) 10551232

[startup+393.601 s]
/proc/loadavg: 6.45 5.62 4.00 9/218 22820
/proc/meminfo: memFree=14852680/32770624 swapFree=0/349700
[pid=22701] ppid=22698 vsize=10551232 CPUtime=1331.51 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 395995 0 0 0 132404 747 0 0 20 0 15 0 48241239 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 2098380 3131 1 0 2627261 0
[pid=22701/tid=22703] ppid=22698 vsize=10551232 CPUtime=45.15 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) S 22698 22701 12906 0 -1 1077944384 24814 0 0 0 4499 16 0 0 20 0 15 0 48241271 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396359761376 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10551232 CPUtime=313.13 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) R 22698 22701 12906 0 -1 4202560 58486 0 0 0 31143 170 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396312488352 140396340518696 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10551232 CPUtime=312.47 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) R 22698 22701 12906 0 -1 4202560 59931 0 0 0 31047 200 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396311436120 140396337132045 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10551232 CPUtime=312.78 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) R 22698 22701 12906 0 -1 4202560 98078 0 0 0 31095 183 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396310383064 140396340518647 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10551232 CPUtime=312.65 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) R 22698 22701 12906 0 -1 4202560 61124 0 0 0 31100 165 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396309330320 140396340221111 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10551232 CPUtime=31.31 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 12906 0 -1 1077944384 71122 0 0 0 3128 3 0 0 20 0 15 0 48241273 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395919529280 140396355532501 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22712] ppid=22698 vsize=10551232 CPUtime=1.5 cores=0,2,4,6
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 12906 0 -1 1077944384 7581 0 0 0 149 1 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395915319536 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22713] ppid=22698 vsize=10551232 CPUtime=1.94 cores=0,2,4,6
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 12906 0 -1 1077944384 10341 0 0 0 193 1 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395914266992 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22714] ppid=22698 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 12906 0 -1 1077944384 1857 0 0 0 31 0 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395913213936 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22715] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 1274 0 0 0 11 6 0 0 20 0 15 0 48241281 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 1331.51
Current children cumulated vsize (KiB) 10551232

[startup+394.401 s]
/proc/loadavg: 6.45 5.62 4.00 9/218 22820
/proc/meminfo: memFree=14852680/32770624 swapFree=0/349700
[pid=22701] ppid=22698 vsize=10551232 CPUtime=1334.69 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 395996 0 0 0 132722 747 0 0 20 0 15 0 48241239 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 2098380 3131 1 0 2627261 0
[pid=22701/tid=22703] ppid=22698 vsize=10551232 CPUtime=45.15 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) S 22698 22701 12906 0 -1 1077944384 24814 0 0 0 4499 16 0 0 20 0 15 0 48241271 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396359761376 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10551232 CPUtime=313.92 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) R 22698 22701 12906 0 -1 4202560 58486 0 0 0 31222 170 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396312488272 140396348150503 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10551232 CPUtime=313.27 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) R 22698 22701 12906 0 -1 4202560 59931 0 0 0 31127 200 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396311436120 140396339979865 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10551232 CPUtime=313.57 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) R 22698 22701 12906 0 -1 4202560 98078 0 0 0 31174 183 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396310383064 140396337131904 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10551232 CPUtime=313.45 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) R 22698 22701 12906 0 -1 4202560 61124 0 0 0 31180 165 0 0 20 0 15 0 48241272 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140396309330128 140396348150503 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10551232 CPUtime=31.31 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 12906 0 -1 1077944384 71122 0 0 0 3128 3 0 0 20 0 15 0 48241273 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395919529280 140396355532501 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22712] ppid=22698 vsize=10551232 CPUtime=1.5 cores=0,2,4,6
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 12906 0 -1 1077944384 7581 0 0 0 149 1 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395915319584 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22713] ppid=22698 vsize=10551232 CPUtime=1.94 cores=0,2,4,6
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 12906 0 -1 1077944384 10341 0 0 0 193 1 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395914267040 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22714] ppid=22698 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 12906 0 -1 1077944384 1858 0 0 0 31 0 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395913213696 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22715] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 1274 0 0 0 11 6 0 0 20 0 15 0 48241281 10804461568 2098380 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 1334.69
Current children cumulated vsize (KiB) 10551232

[startup+394.801 s]
/proc/loadavg: 6.45 5.62 4.00 9/218 22820
/proc/meminfo: memFree=14852680/32770624 swapFree=0/349700
[pid=22701] ppid=22698 vsize=10551232 CPUtime=1335.65 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 396088 0 0 0 132818 747 0 0 20 0 15 0 48241239 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2637808 2098382 3132 1 0 2627261 0
[pid=22701/tid=22703] ppid=22698 vsize=10551232 CPUtime=45.15 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) S 22698 22701 12906 0 -1 1077944384 24814 0 0 0 4499 16 0 0 20 0 15 0 48241271 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140396359761376 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10551232 CPUtime=314.11 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 12906 0 -1 1077944384 58486 0 0 0 31241 170 0 0 20 0 15 0 48241272 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140396312488464 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10551232 CPUtime=313.46 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 12906 0 -1 1077944384 59931 0 0 0 31146 200 0 0 20 0 15 0 48241272 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140396311435920 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10551232 CPUtime=313.76 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 12906 0 -1 1077944384 98078 0 0 0 31193 183 0 0 20 0 15 0 48241272 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140396310382864 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10551232 CPUtime=313.63 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 12906 0 -1 1077944384 61124 0 0 0 31198 165 0 0 20 0 15 0 48241272 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140396309330320 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10551232 CPUtime=31.51 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) R 22698 22701 12906 0 -1 4202560 71214 0 0 0 3148 3 0 0 20 0 15 0 48241273 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395919529280 140396339979928 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 48241274 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22712] ppid=22698 vsize=10551232 CPUtime=1.5 cores=0,2,4,6
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 12906 0 -1 1077944384 7581 0 0 0 149 1 0 0 20 0 15 0 48241276 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395915319584 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22713] ppid=22698 vsize=10551232 CPUtime=1.94 cores=0,2,4,6
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 12906 0 -1 1077944384 10341 0 0 0 193 1 0 0 20 0 15 0 48241276 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395914267040 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22714] ppid=22698 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 12906 0 -1 1077944384 1858 0 0 0 31 0 0 0 20 0 15 0 48241276 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395913213696 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22715] ppid=22698 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48241276 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 1274 0 0 0 11 6 0 0 20 0 15 0 48241281 10804461568 2098382 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 1335.65
Current children cumulated vsize (KiB) 10551232

[startup+395.007 s]
/proc/loadavg: 6.57 5.66 4.03 3/219 22822
/proc/meminfo: memFree=14851936/32770624 swapFree=0/349700
[pid=22701] ppid=22698 vsize=10684512 CPUtime=1335.73 cores=0,2,4,6
/proc/22701/stat : 22701 (java) S 22698 22701 12906 0 -1 1077944320 396899 0 0 0 132826 747 0 0 20 0 16 0 48241239 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140720446932240 140396355522295 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
/proc/22701/statm: 2671128 2098591 3176 1 0 2660543 0
[pid=22701/tid=22703] ppid=22698 vsize=10684512 CPUtime=45.18 cores=0,2,4,6
/proc/22701/task/22703/stat : 22703 (java) S 22698 22701 12906 0 -1 1077944384 25301 0 0 0 4502 16 0 0 20 0 16 0 48241271 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140396359762976 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22704] ppid=22698 vsize=10684512 CPUtime=314.11 cores=0,2,4,6
/proc/22701/task/22704/stat : 22704 (java) S 22698 22701 12906 0 -1 1077944384 58486 0 0 0 31241 170 0 0 20 0 16 0 48241272 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140396312488464 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22705] ppid=22698 vsize=10684512 CPUtime=313.46 cores=0,2,4,6
/proc/22701/task/22705/stat : 22705 (java) S 22698 22701 12906 0 -1 1077944384 59931 0 0 0 31146 200 0 0 20 0 16 0 48241272 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140396311435920 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22706] ppid=22698 vsize=10684512 CPUtime=313.76 cores=0,2,4,6
/proc/22701/task/22706/stat : 22706 (java) S 22698 22701 12906 0 -1 1077944384 98078 0 0 0 31193 183 0 0 20 0 16 0 48241272 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140396310382864 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22707] ppid=22698 vsize=10684512 CPUtime=313.63 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) S 22698 22701 12906 0 -1 1077944384 61124 0 0 0 31198 165 0 0 20 0 16 0 48241272 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140396309330320 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22708] ppid=22698 vsize=10684512 CPUtime=31.55 cores=0,2,4,6
/proc/22701/task/22708/stat : 22708 (java) S 22698 22701 12906 0 -1 1077944384 71214 0 0 0 3152 3 0 0 20 0 16 0 48241273 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395919530736 140396355533442 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22709] ppid=22698 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22709/stat : 22709 (java) S 22698 22701 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 48241274 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395918477024 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22710] ppid=22698 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22710/stat : 22710 (java) S 22698 22701 12906 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 48241274 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395917423872 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22711] ppid=22698 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22711/stat : 22711 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48241276 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395916372432 140396355540891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22712] ppid=22698 vsize=10684512 CPUtime=1.5 cores=0,2,4,6
/proc/22701/task/22712/stat : 22712 (java) S 22698 22701 12906 0 -1 1077944384 7708 0 0 0 149 1 0 0 20 0 16 0 48241276 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395915319536 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22713] ppid=22698 vsize=10684512 CPUtime=1.94 cores=0,2,4,6
/proc/22701/task/22713/stat : 22713 (java) S 22698 22701 12906 0 -1 1077944384 10341 0 0 0 193 1 0 0 20 0 16 0 48241276 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395914266992 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22714] ppid=22698 vsize=10684512 CPUtime=0.33 cores=0,2,4,6
/proc/22701/task/22714/stat : 22714 (java) S 22698 22701 12906 0 -1 1077944384 2008 0 0 0 32 1 0 0 20 0 16 0 48241276 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395913213936 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22715] ppid=22698 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22715/stat : 22715 (java) S 22698 22701 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48241276 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395912161632 140396355532501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22716] ppid=22698 vsize=10684512 CPUtime=0.17 cores=0,2,4,6
/proc/22701/task/22716/stat : 22716 (java) S 22698 22701 12906 0 -1 1077944384 1274 0 0 0 11 6 0 0 20 0 16 0 48241281 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395911109680 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
[pid=22701/tid=22821] ppid=22698 vsize=10684512 CPUtime=0 cores=0,2,4,6
/proc/22701/task/22821/stat : 22821 (java) S 22698 22701 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 48280726 10940940288 2098591 18446744073709551615 4194304 4196468 140720446949696 140395910055696 140396355533442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30846976 140720446951861 140720446952014 140720446952014 140720446955471 0
Current children cumulated CPU time (s) 1335.73
Current children cumulated vsize (KiB) 10684512

[startup+395.101 s]
/proc/loadavg: 6.57 5.66 4.03 3/219 22822
/proc/meminfo: memFree=14851936/32770624 swapFree=0/349700
[pid=22701] ppid=22698 vsize=0 CPUtime=1335.76 cores=0,2,4,6
/proc/22701/stat : 22701 (java) Z 22698 22701 12906 0 -1 4227084 397021 0 0 0 132827 749 0 0 20 0 2 0 48241239 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 32 0 0 0 0 0 0 0 0 0 0
/proc/22701/statm: 0 0 0 0 0 0 0
[pid=22701/tid=22707] ppid=22698 vsize=0 CPUtime=313.65 cores=0,2,4,6
/proc/22701/task/22707/stat : 22707 (java) R 22698 22701 12906 0 -1 4203588 61124 0 0 0 31198 167 0 0 20 0 2 0 48241272 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1335.76
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 395.137
CPU time (s): 1335.8
CPU user time (s): 1328.27
CPU system time (s): 7.52637
CPU usage (%): 338.06
Max. virtual memory (cumulated for all children) (KiB): 10684512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1328.27
system time used= 7.52637
maximum resident set size= 8394648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23357
involuntary context switches= 25290

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.86566 second user time and 2.47455 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 01:34:26
IDJOB=4243815
IDBENCH=140123
IDSOLVER=2623
FILE ID=node135/4243815-1502063303
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd2008-vg/Crossword-m1c-ogd2008-vg-11-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243815-1502063303/watcher-4243815-1502063303 -o /tmp/evaluation-result-4243815-1502063303/solver-4243815-1502063303 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243815-1502063303.xml

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

MD5SUM BENCH= 9ac58fd867900409c70334584dcd9d09
RANDOM SEED=1080733407

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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:        23246784 kB
MemAvailable:   23678396 kB
Buffers:          208932 kB
Cached:           511376 kB
SwapCached:            0 kB
Active:          8704748 kB
Inactive:         374244 kB
Active(anon):    8359088 kB
Inactive(anon):    24972 kB
Active(file):     345660 kB
Inactive(file):   349272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6860 kB
Writeback:            12 kB
AnonPages:       8358620 kB
Mapped:            50556 kB
Shmem:             25344 kB
Slab:             131928 kB
SReclaimable:     105028 kB
SUnreclaim:        26900 kB
KernelStack:        3488 kB
PageTables:        21732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8617560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8132608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62020 MiB
End job on node135 at 2017-08-07 01:41:01