Trace number 4243811

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? 2109.1699 590.85797

General information on the benchmark

NameCrossword/Crossword-m1c-ogd-herald/
Crossword-m1c-ogd-h2310.xml
MD5SUM1382364eb69d46a6a3e5c5342b2b1514
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.8717699
Satisfiable
(Un)Satisfiability was proved
Number of variables529
Number of constraints156
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":462}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":67},{"degree":2,"count":462}]
Minimum constraint arity3
Maximum constraint arity13
Distribution of constraint arities[{"arity":3,"count":24},{"arity":4,"count":12},{"arity":5,"count":32},{"arity":6,"count":40},{"arity":7,"count":16},{"arity":8,"count":12},{"arity":9,"count":16},{"arity":13,"count":4}]
Number of extensional constraints156
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":156}]
Optimization problemNO
Type of objective

Solver Data

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

pid=22593
running on 4 cores: 1,3,5,7

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: 2.07 2.05 2.09 3/199 22596
/proc/meminfo: memFree=25051788/32770624 swapFree=0/348872
[pid=22596] ppid=22593 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/22596/stat : 22596 (runsolver) D 22593 22596 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48203908 24240128 107 18446744073709551615 4194304 4338465 140732478214928 140732478212568 139944172253911 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 29028352 140732478218375 140732478218825 140732478218825 140732478222282 0
/proc/22596/statm: 5918 107 54 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 2.07 2.05 2.09 3/199 22596
/proc/meminfo: memFree=25051788/32770624 swapFree=0/348872
[pid=22596] ppid=22593 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 4182 0 0 0 3 0 0 0 20 0 9 0 48203908 10395312128 5297 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800970 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2537918 5297 2123 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200224 s]
/proc/loadavg: 2.07 2.05 2.09 3/199 22596
/proc/meminfo: memFree=25051788/32770624 swapFree=0/348872
[pid=22596] ppid=22593 vsize=10552180 CPUtime=0.1 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 5407 0 0 0 9 1 0 0 20 0 15 0 48203908 10805432320 6941 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2638045 6941 2801 1 0 2627517 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10552180

[startup+0.300301 s]
/proc/loadavg: 2.07 2.05 2.09 3/199 22596
/proc/meminfo: memFree=25051788/32770624 swapFree=0/348872
[pid=22596] ppid=22593 vsize=10551156 CPUtime=0.25 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 8946 0 0 0 22 3 0 0 20 0 15 0 48203908 10804383744 9178 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637789 9178 2861 1 0 2627261 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10551156

[startup+0.700723 s]
/proc/loadavg: 2.07 2.05 2.09 3/199 22596
/proc/meminfo: memFree=25051788/32770624 swapFree=0/348872
[pid=22596] ppid=22593 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 12634 0 0 0 134 6 0 0 20 0 15 0 48203908 10804461568 38384 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 38384 3055 1 0 2627261 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 10551232

[startup+1.50072 s]
/proc/loadavg: 2.07 2.05 2.09 3/214 22611
/proc/meminfo: memFree=24835976/32770624 swapFree=0/348668
[pid=22596] ppid=22593 vsize=10551232 CPUtime=3.25 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 17713 0 0 0 314 11 0 0 20 0 15 0 48203908 10804461568 76419 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 76419 3096 1 0 2627261 0
[pid=22596/tid=22598] ppid=22593 vsize=10551232 CPUtime=1.34 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) R 22593 22596 12906 0 -1 4202560 7496 0 0 0 128 6 0 0 20 0 15 0 48203914 10804461568 76419 18446744073709551615 4194304 4196468 140723178015568 140309662358480 140309644192172 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) S 22593 22596 12906 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 15 0 48203915 10804461568 76419 18446744073709551615 4194304 4196468 140723178015568 140309604473488 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) S 22593 22596 12906 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 15 0 48203915 10804461568 76419 18446744073709551615 4194304 4196468 140723178015568 140309603420688 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10551232 CPUtime=0.02 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) S 22593 22596 12906 0 -1 1077944384 128 0 0 0 2 0 0 0 20 0 15 0 48203915 10804461568 76419 18446744073709551615 4194304 4196468 140723178015568 140309267536272 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) S 22593 22596 12906 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 15 0 48203915 10804461568 76419 18446744073709551615 4194304 4196468 140723178015568 140309266483472 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) S 22593 22596 12906 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309238135664 140309658135170 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309237081632 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10551232 CPUtime=0.74 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) R 22593 22596 12906 0 -1 4202560 3698 0 0 0 74 0 0 0 20 0 15 0 48203919 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309233910488 140309643250744 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10551232 CPUtime=0.72 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) R 22593 22596 12906 0 -1 4202560 3381 0 0 0 72 0 0 0 20 0 15 0 48203919 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309232852472 140309641620898 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) S 22593 22596 12906 0 -1 1077944384 1342 0 0 0 32 0 0 0 20 0 15 0 48203919 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309231818864 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 48203924 10804461568 76931 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 10551232

[startup+3.10071 s]
/proc/loadavg: 2.07 2.05 2.09 5/214 22611
/proc/meminfo: memFree=24634956/32770624 swapFree=0/348668
[pid=22596] ppid=22593 vsize=10551232 CPUtime=7.49 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 23867 0 0 0 716 33 0 0 20 0 15 0 48203908 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 161353 3118 1 0 2627261 0
[pid=22596/tid=22598] ppid=22593 vsize=10551232 CPUtime=2.77 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) R 22593 22596 12906 0 -1 4202560 7919 0 0 0 268 9 0 0 20 0 15 0 48203914 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309662341912 140309288451740 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10551232 CPUtime=0.19 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) S 22593 22596 12906 0 -1 1077944384 307 0 0 0 14 5 0 0 20 0 15 0 48203915 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309604473488 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10551232 CPUtime=0.15 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) S 22593 22596 12906 0 -1 1077944384 195 0 0 0 10 5 0 0 20 0 15 0 48203915 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309603420688 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10551232 CPUtime=0.19 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) S 22593 22596 12906 0 -1 1077944384 283 0 0 0 14 5 0 0 20 0 15 0 48203915 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309267536272 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) S 22593 22596 12906 0 -1 1077944384 207 0 0 0 13 5 0 0 20 0 15 0 48203915 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309266483472 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) S 22593 22596 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309238135664 140309658135170 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10551232 CPUtime=1.76 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) S 22593 22596 12906 0 -1 1077944384 5729 0 0 0 176 0 0 0 20 0 15 0 48203919 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309233924464 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10551232 CPUtime=1.82 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) S 22593 22596 12906 0 -1 1077944384 5951 0 0 0 181 1 0 0 20 0 15 0 48203919 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309232871664 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) S 22593 22596 12906 0 -1 1077944384 1710 0 0 0 36 0 0 0 20 0 15 0 48203919 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309231818864 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 48203924 10804461568 161353 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 10551232

[startup+6.30071 s]
/proc/loadavg: 2.22 2.08 2.10 3/214 22611
/proc/meminfo: memFree=23967708/32770624 swapFree=0/348668
[pid=22596] ppid=22593 vsize=10551232 CPUtime=14.31 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 27042 0 0 0 1368 63 0 0 20 0 15 0 48203908 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 273190 3134 1 0 2627261 0
[pid=22596/tid=22598] ppid=22593 vsize=10551232 CPUtime=4.45 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) R 22593 22596 12906 0 -1 4202560 8631 0 0 0 434 11 0 0 20 0 15 0 48203914 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309662360728 140309643815956 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10551232 CPUtime=1.35 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) S 22593 22596 12906 0 -1 1077944384 521 0 0 0 124 11 0 0 20 0 15 0 48203915 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309604473488 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10551232 CPUtime=1.28 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) S 22593 22596 12906 0 -1 1077944384 1332 0 0 0 117 11 0 0 20 0 15 0 48203915 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309603420688 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10551232 CPUtime=1.35 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) S 22593 22596 12906 0 -1 1077944384 490 0 0 0 123 12 0 0 20 0 15 0 48203915 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309267536272 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10551232 CPUtime=1.34 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) S 22593 22596 12906 0 -1 1077944384 364 0 0 0 122 12 0 0 20 0 15 0 48203915 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309266483472 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) S 22593 22596 12906 0 -1 1077944384 921 0 0 0 32 0 0 0 20 0 15 0 48203916 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309238135664 140309658135170 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10551232 CPUtime=1.91 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) S 22593 22596 12906 0 -1 1077944384 5752 0 0 0 191 0 0 0 20 0 15 0 48203919 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309233924464 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10551232 CPUtime=1.85 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) S 22593 22596 12906 0 -1 1077944384 5953 0 0 0 184 1 0 0 20 0 15 0 48203919 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309232871664 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) S 22593 22596 12906 0 -1 1077944384 1720 0 0 0 36 0 0 0 20 0 15 0 48203919 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309231818864 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203924 10804461568 273190 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 2.20 2.08 2.10 6/214 22611
/proc/meminfo: memFree=22823364/32770624 swapFree=0/348668
[pid=22596] ppid=22593 vsize=10551232 CPUtime=27.55 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 48079 0 0 0 2622 133 0 0 20 0 15 0 48203908 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 565293 3135 1 0 2627261 0
[pid=22596/tid=22598] ppid=22593 vsize=10551232 CPUtime=7.62 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) R 22593 22596 12906 0 -1 4202560 9908 0 0 0 746 16 0 0 20 0 15 0 48203914 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309662355184 140309639771183 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10551232 CPUtime=3.54 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) S 22593 22596 12906 0 -1 1077944384 4867 0 0 0 326 28 0 0 20 0 15 0 48203915 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309604473488 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10551232 CPUtime=3.48 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) S 22593 22596 12906 0 -1 1077944384 2252 0 0 0 319 29 0 0 20 0 15 0 48203915 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309603420688 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10551232 CPUtime=3.53 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) S 22593 22596 12906 0 -1 1077944384 4842 0 0 0 325 28 0 0 20 0 15 0 48203915 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309267536272 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10551232 CPUtime=3.53 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) S 22593 22596 12906 0 -1 1077944384 1734 0 0 0 327 26 0 0 20 0 15 0 48203915 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309266483472 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10551232 CPUtime=1.35 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) S 22593 22596 12906 0 -1 1077944384 5227 0 0 0 135 0 0 0 20 0 15 0 48203916 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309238135664 140309658135170 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 565293 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0

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

/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10551232 CPUtime=2.21 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) S 22593 22596 12906 0 -1 1077944384 9658 0 0 0 220 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309233924464 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10551232 CPUtime=1.9 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) S 22593 22596 12906 0 -1 1077944384 7130 0 0 0 189 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309232871664 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) S 22593 22596 12906 0 -1 1077944384 2517 0 0 0 37 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309231818864 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 433 0 0 0 17 19 0 0 20 0 15 0 48203924 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 2092.2
Current children cumulated vsize (KiB) 10551232

[startup+588.801 s]
/proc/loadavg: 7.35 5.28 3.59 9/214 22723
/proc/meminfo: memFree=14846880/32770624 swapFree=0/349440
[pid=22596] ppid=22593 vsize=10551232 CPUtime=2104.72 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 433404 0 0 0 209675 797 0 0 20 0 15 0 48203908 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 2078226 3139 1 0 2627261 0
[pid=22596/tid=22598] ppid=22593 vsize=10551232 CPUtime=50.06 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) S 22593 22596 12906 0 -1 1077944384 17178 0 0 0 4989 17 0 0 20 0 15 0 48203914 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309662355680 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10551232 CPUtime=508.4 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) R 22593 22596 12906 0 -1 4202560 57381 0 0 0 50658 182 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309604473688 140309651220462 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10551232 CPUtime=505.87 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) R 22593 22596 12906 0 -1 4202560 75327 0 0 0 50387 200 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309603420888 140309651227002 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10551232 CPUtime=505.68 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) R 22593 22596 12906 0 -1 4202560 114878 0 0 0 50382 186 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309267536160 140309642581528 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10551232 CPUtime=505.6 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) R 22593 22596 12906 0 -1 4202560 46481 0 0 0 50364 196 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309266483672 140309651227057 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10551232 CPUtime=24.17 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) S 22593 22596 12906 0 -1 1077944384 101057 0 0 0 2412 5 0 0 20 0 15 0 48203916 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309238134208 140309658134229 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10551232 CPUtime=2.21 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) S 22593 22596 12906 0 -1 1077944384 9658 0 0 0 220 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309233924512 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10551232 CPUtime=1.9 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) S 22593 22596 12906 0 -1 1077944384 7131 0 0 0 189 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309232871424 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) S 22593 22596 12906 0 -1 1077944384 2517 0 0 0 37 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309231818912 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 435 0 0 0 17 19 0 0 20 0 15 0 48203924 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 2104.72
Current children cumulated vsize (KiB) 10551232

[startup+589.611 s]
/proc/loadavg: 7.35 5.28 3.59 9/214 22723
/proc/meminfo: memFree=14846880/32770624 swapFree=0/349428
[pid=22596] ppid=22593 vsize=10551232 CPUtime=2107.97 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 433405 0 0 0 210000 797 0 0 20 0 15 0 48203908 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 2078226 3139 1 0 2627261 0
[pid=22596/tid=22598] ppid=22593 vsize=10551232 CPUtime=50.06 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) S 22593 22596 12906 0 -1 1077944384 17178 0 0 0 4989 17 0 0 20 0 15 0 48203914 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309662355680 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10551232 CPUtime=509.21 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) R 22593 22596 12906 0 -1 4202560 57382 0 0 0 50739 182 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309604473688 140309643120532 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10551232 CPUtime=506.68 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) R 22593 22596 12906 0 -1 4202560 75327 0 0 0 50468 200 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309603420808 140309643113687 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10551232 CPUtime=506.48 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) R 22593 22596 12906 0 -1 4202560 114878 0 0 0 50462 186 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309267536160 140309643113687 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10551232 CPUtime=506.41 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) R 22593 22596 12906 0 -1 4202560 46481 0 0 0 50445 196 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309266483672 140309643113703 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10551232 CPUtime=24.17 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) S 22593 22596 12906 0 -1 1077944384 101057 0 0 0 2412 5 0 0 20 0 15 0 48203916 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309238134208 140309658134229 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10551232 CPUtime=2.21 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) S 22593 22596 12906 0 -1 1077944384 9658 0 0 0 220 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309233924512 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10551232 CPUtime=1.9 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) S 22593 22596 12906 0 -1 1077944384 7131 0 0 0 189 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309232871424 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) S 22593 22596 12906 0 -1 1077944384 2517 0 0 0 37 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309231818912 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 435 0 0 0 17 19 0 0 20 0 15 0 48203924 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 11 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 2107.97
Current children cumulated vsize (KiB) 10551232

[startup+590.401 s]
/proc/loadavg: 7.35 5.28 3.59 9/214 22723
/proc/meminfo: memFree=14846880/32770624 swapFree=0/349428
[pid=22596] ppid=22593 vsize=10551232 CPUtime=2108.91 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 433484 0 0 0 210094 797 0 0 20 0 15 0 48203908 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2637808 2078226 3139 1 0 2627261 0
[pid=22596/tid=22598] ppid=22593 vsize=10551232 CPUtime=50.06 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) S 22593 22596 12906 0 -1 1077944384 17178 0 0 0 4989 17 0 0 20 0 15 0 48203914 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309662355680 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10551232 CPUtime=509.26 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) S 22593 22596 12906 0 -1 1077944384 57382 0 0 0 50744 182 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309604473488 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10551232 CPUtime=506.74 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) S 22593 22596 12906 0 -1 1077944384 75327 0 0 0 50474 200 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309603420688 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10551232 CPUtime=506.53 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) S 22593 22596 12906 0 -1 1077944384 114878 0 0 0 50467 186 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309267536272 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10551232 CPUtime=506.47 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) S 22593 22596 12906 0 -1 1077944384 46481 0 0 0 50451 196 0 0 20 0 15 0 48203915 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309266483472 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10551232 CPUtime=24.91 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) R 22593 22596 12906 0 -1 4202560 101136 0 0 0 2485 6 0 0 20 0 15 0 48203916 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309238134208 140309643120368 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 48203916 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 48203917 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10551232 CPUtime=2.21 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) S 22593 22596 12906 0 -1 1077944384 9658 0 0 0 220 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309233924512 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10551232 CPUtime=1.9 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) S 22593 22596 12906 0 -1 1077944384 7131 0 0 0 189 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309232871424 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) S 22593 22596 12906 0 -1 1077944384 2517 0 0 0 37 1 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309231818912 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 48203919 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 435 0 0 0 17 19 0 0 20 0 15 0 48203924 10804461568 2078226 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 2108.91
Current children cumulated vsize (KiB) 10551232

[startup+590.807 s]
/proc/loadavg: 7.35 5.28 3.59 5/215 22725
/proc/meminfo: memFree=14846368/32770624 swapFree=0/349432
[pid=22596] ppid=22593 vsize=10686560 CPUtime=2109.13 cores=1,3,5,7
/proc/22596/stat : 22596 (java) S 22593 22596 12906 0 -1 1077944320 434063 0 0 0 210115 798 0 0 20 0 16 0 48203908 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140723177998112 140309658124023 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
/proc/22596/statm: 2671640 2078416 3182 1 0 2661055 0
[pid=22596/tid=22598] ppid=22593 vsize=10686560 CPUtime=50.08 cores=1,3,5,7
/proc/22596/task/22598/stat : 22598 (java) S 22593 22596 12906 0 -1 1077944384 17579 0 0 0 4991 17 0 0 20 0 16 0 48203914 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309662364704 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22599] ppid=22593 vsize=10686560 CPUtime=509.26 cores=1,3,5,7
/proc/22596/task/22599/stat : 22599 (java) S 22593 22596 12906 0 -1 1077944384 57382 0 0 0 50744 182 0 0 20 0 16 0 48203915 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309604473488 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22600] ppid=22593 vsize=10686560 CPUtime=506.74 cores=1,3,5,7
/proc/22596/task/22600/stat : 22600 (java) S 22593 22596 12906 0 -1 1077944384 75327 0 0 0 50474 200 0 0 20 0 16 0 48203915 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309603420688 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22601] ppid=22593 vsize=10686560 CPUtime=506.53 cores=1,3,5,7
/proc/22596/task/22601/stat : 22601 (java) S 22593 22596 12906 0 -1 1077944384 114878 0 0 0 50467 186 0 0 20 0 16 0 48203915 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309267536272 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22602] ppid=22593 vsize=10686560 CPUtime=506.47 cores=1,3,5,7
/proc/22596/task/22602/stat : 22602 (java) S 22593 22596 12906 0 -1 1077944384 46481 0 0 0 50451 196 0 0 20 0 16 0 48203915 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309266483472 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22603] ppid=22593 vsize=10686560 CPUtime=25.09 cores=1,3,5,7
/proc/22596/task/22603/stat : 22603 (java) S 22593 22596 12906 0 -1 1077944384 101139 0 0 0 2503 6 0 0 20 0 16 0 48203916 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309238135664 140309658135170 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22604] ppid=22593 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22604/stat : 22604 (java) S 22593 22596 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 48203916 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309237081696 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22605] ppid=22593 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22605/stat : 22605 (java) S 22593 22596 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 48203917 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309236028784 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22606] ppid=22593 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22606/stat : 22606 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48203919 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309234977104 140309658142619 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22607] ppid=22593 vsize=10686560 CPUtime=2.21 cores=1,3,5,7
/proc/22596/task/22607/stat : 22607 (java) S 22593 22596 12906 0 -1 1077944384 9658 0 0 0 220 1 0 0 20 0 16 0 48203919 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309233924464 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22608] ppid=22593 vsize=10686560 CPUtime=1.9 cores=1,3,5,7
/proc/22596/task/22608/stat : 22608 (java) S 22593 22596 12906 0 -1 1077944384 7131 0 0 0 189 1 0 0 20 0 16 0 48203919 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309232871664 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22609] ppid=22593 vsize=10686560 CPUtime=0.39 cores=1,3,5,7
/proc/22596/task/22609/stat : 22609 (java) R 22593 22596 12906 0 -1 4202560 2642 0 0 0 38 1 0 0 20 0 16 0 48203919 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309231818864 140309637838820 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22610] ppid=22593 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22610/stat : 22610 (java) S 22593 22596 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 48203919 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309230766304 140309658134229 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22611] ppid=22593 vsize=10686560 CPUtime=0.36 cores=1,3,5,7
/proc/22596/task/22611/stat : 22611 (java) S 22593 22596 12906 0 -1 1077944384 435 0 0 0 17 19 0 0 20 0 16 0 48203924 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309229714608 140309658135170 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
[pid=22596/tid=22724] ppid=22593 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/22596/task/22724/stat : 22724 (java) R 22593 22596 12906 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 16 0 48262969 10943037440 2078416 18446744073709551615 4194304 4196468 140723178015568 140309226563216 140309658145853 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34648064 140723178017205 140723178017358 140723178017358 140723178020815 0
Current children cumulated CPU time (s) 2109.13
Current children cumulated vsize (KiB) 10686560

Child status: 0
Real time (s): 590.858
CPU time (s): 2109.17
CPU user time (s): 2101.15
CPU system time (s): 8.02042
CPU usage (%): 356.968
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2101.15
system time used= 8.02042
maximum resident set size= 8313972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 65778
involuntary context switches= 32688

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86774 second user time and 3.79569 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 01:28:12
IDJOB=4243811
IDBENCH=139957
IDSOLVER=2623
FILE ID=node135/4243811-1502062930
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd-herald/Crossword-m1c-ogd-h2310.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243811-1502062930/watcher-4243811-1502062930 -o /tmp/evaluation-result-4243811-1502062930/solver-4243811-1502062930 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243811-1502062930.xml

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

MD5SUM BENCH= 1382364eb69d46a6a3e5c5342b2b1514
RANDOM SEED=1484649485

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:        25052088 kB
MemAvailable:   25477724 kB
Buffers:          208792 kB
Cached:           505088 kB
SwapCached:            0 kB
Active:          6904900 kB
Inactive:         373844 kB
Active(anon):    6564816 kB
Inactive(anon):    24972 kB
Active(file):     340084 kB
Inactive(file):   348872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6332 kB
Writeback:             0 kB
AnonPages:       6564300 kB
Mapped:            50576 kB
Shmem:             25344 kB
Slab:             131912 kB
SReclaimable:     105032 kB
SUnreclaim:        26880 kB
KernelStack:        3568 kB
PageTables:        17700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7980252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6340608 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= 62016 MiB
End job on node135 at 2017-08-07 01:38:03