Trace number 4263789

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
sat4j-CSP 2017-07-05? 1515.0601 440.51001

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263789-1502638130/watcher-4263789-1502638130 -o /tmp/evaluation-result-4263789-1502638130/solver-4263789-1502638130 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263789-1502638130.xml 

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

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

solver pid=9714, runsolver pid=9711

[startup+0.100176 s]*
/proc/loadavg: 4.29 4.18 3.42 7/216 9729
/proc/meminfo: memFree=23322988/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555400 memory=29932 CPUtime=0.12 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 6537 0 0 0 10 2 0 0 20 0 15 0 96900761 10808729600 7483 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638850 7483 2840 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555400 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) R 9711 9714 29331 0 -1 4202560 4382 0 0 0 7 1 0 0 20 0 15 0 96900761 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630778858048 139630758716766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630731189136 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555400 memory=140201370953344 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630730136336 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630379719824 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) S 9711 9714 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630378667024 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555400 memory=140201370953344 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900763 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630334392432 139630774647426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96900764 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630333338400 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96900764 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630332286064 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) S 9711 9714 29331 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 96900766 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630330182256 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) S 9711 9714 29331 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 96900766 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630329129456 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10555400 memory=140201370953344 CPUtime=0.01 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) R 9711 9714 29331 0 -1 4202560 353 0 0 0 1 0 0 0 20 0 15 0 96900766 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630328077168 139630758716766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10555400 memory=140201370953344 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) S 9711 9714 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96900767 10808729600 7483 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29932 KiB

[startup+0.212439 s]*
/proc/loadavg: 4.29 4.18 3.42 7/216 9729
/proc/meminfo: memFree=23312380/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555400 memory=43220 CPUtime=0.31 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 7896 0 0 0 28 3 0 0 20 0 15 0 96900761 10808729600 10805 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638850 10805 2962 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) R 9711 9714 29331 0 -1 4202560 4998 0 0 0 18 2 0 0 20 0 15 0 96900761 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630778871376 139630774658205 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555400 memory=345 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630731189136 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555400 memory=4051188759195920032 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630730136336 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630379719824 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) S 9711 9714 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96900762 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630378667024 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555400 memory=140201370953344 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900763 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630334392432 139630774647426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96900764 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630333338400 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96900764 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630332286064 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10555400 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) S 9711 9714 29331 0 -1 1077944384 545 0 0 0 3 0 0 0 20 0 15 0 96900766 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630330182256 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10555400 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) S 9711 9714 29331 0 -1 1077944384 511 0 0 0 2 0 0 0 20 0 15 0 96900766 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630329129456 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10555400 memory=140201370953344 CPUtime=0.05 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) S 9711 9714 29331 0 -1 1077944384 475 0 0 0 5 0 0 0 20 0 15 0 96900766 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630328077168 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10555400 memory=140201370953344 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) S 9711 9714 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96900767 10808729600 10805 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 43220 KiB

[startup+0.310389 s]*
/proc/loadavg: 4.29 4.18 3.42 6/216 9729
/proc/meminfo: memFree=23299536/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555476 memory=54192 CPUtime=0.5 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 8756 0 0 0 47 3 0 0 20 0 15 0 96900761 10808807424 13548 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638869 13548 3003 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555476 memory=93309961 CPUtime=0.29 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) R 9711 9714 29331 0 -1 4202560 5526 0 0 0 27 2 0 0 20 0 15 0 96900761 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630778867888 139630774648214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630731189136 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555476 memory=140201221527503 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630730136336 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555476 memory=280402443052688 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900762 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630379719824 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555476 memory=1970350607106051 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) S 9711 9714 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96900762 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630378667024 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555476 memory=280402592487744 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96900763 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630334392432 139630774647426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10555476 memory=140201221423239 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630333338400 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10555476 memory=280402442962216 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630332286064 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10555476 memory=2110551828665892 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) R 9711 9714 29331 0 -1 1077944384 643 0 0 0 5 0 0 0 20 0 15 0 96900766 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630330182256 139630774647426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10555476 memory=2272 CPUtime=0.03 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) S 9711 9714 29331 0 -1 1077944384 512 0 0 0 3 0 0 0 20 0 15 0 96900766 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630329129456 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10555476 memory=140205665920639 CPUtime=0.11 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) R 9711 9714 29331 0 -1 4202560 711 0 0 0 11 0 0 0 20 0 15 0 96900766 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630328077168 139630774657626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10555476 memory=140201370953344 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) S 9711 9714 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96900767 10808807424 13548 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 54192 KiB

[startup+0.701569 s]
/proc/loadavg: 4.29 4.18 3.42 8/216 9729
/proc/meminfo: memFree=23226436/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555476 memory=208580 CPUtime=1.52 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 11078 0 0 0 144 8 0 0 20 0 15 0 96900761 10808807424 52145 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638869 52145 3099 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555476 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) R 9711 9714 29331 0 -1 4202560 5742 0 0 0 61 4 0 0 20 0 15 0 96900761 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630778870304 139630413057741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555476 memory=140201221557392 CPUtime=0.01 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) S 9711 9714 29331 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 15 0 96900762 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630731189136 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) S 9711 9714 29331 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 96900762 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630730136336 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555476 memory=181952598522200 CPUtime=0.01 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) S 9711 9714 29331 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 96900762 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630379719824 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555476 memory=402927 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) S 9711 9714 29331 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 96900762 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630378667024 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96900763 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630334392432 139630774647426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630333338400 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10555476 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630332286064 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10555476 memory=-3472574513799858009 CPUtime=0.29 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) R 9711 9714 29331 0 -1 4202560 1527 0 0 0 29 0 0 0 20 0 15 0 96900766 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630330168352 139630760351017 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10555476 memory=6656426216303648864 CPUtime=0.27 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) R 9711 9714 29331 0 -1 4202560 1321 0 0 0 27 0 0 0 20 0 15 0 96900766 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630329117568 139630755336963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10555476 memory=6944656592455097440 CPUtime=0.2 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) S 9711 9714 29331 0 -1 1077944384 975 0 0 0 20 0 0 0 20 0 15 0 96900766 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630328072896 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10555476 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10555476 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) S 9711 9714 29331 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96900767 10808807424 52145 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 208580 KiB

[startup+1.50073 s]
/proc/loadavg: 4.29 4.18 3.42 6/216 9729
/proc/meminfo: memFree=23114172/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555476 memory=421788 CPUtime=3.12 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 12354 0 0 0 296 16 0 0 20 0 15 0 96900761 10808807424 105447 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638869 105447 3111 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555476 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) R 9711 9714 29331 0 -1 4202560 5864 0 0 0 136 5 0 0 20 0 15 0 96900761 10808807424 105447 33554432000 4194304 4196468 140725321603568 139630778872336 139630413903254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555476 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) S 9711 9714 29331 0 -1 1077944384 180 0 0 0 3 2 0 0 20 0 15 0 96900762 10808807424 105447 33554432000 4194304 4196468 140725321603568 139630731189136 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555476 memory=4529 CPUtime=0.04 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) S 9711 9714 29331 0 -1 1077944384 109 0 0 0 3 1 0 0 20 0 15 0 96900762 10808807424 105447 33554432000 4194304 4196468 140725321603568 139630730136336 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555476 memory=15816716207125657 CPUtime=0.04 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) S 9711 9714 29331 0 -1 1077944384 39 0 0 0 3 1 0 0 20 0 15 0 96900762 10808807424 105447 33554432000 4194304 4196468 140725321603568 139630379719824 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555476 memory=140201221701392 CPUtime=0.04 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) S 9711 9714 29331 0 -1 1077944384 92 0 0 0 3 1 0 0 20 0 15 0 96900762 10808807424 105447 33554432000 4194304 4196468 140725321603568 139630378667024 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555476 memory=280402443384048 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 96900763 10808807424 105447 33554432000 4194304 4196468 140725321603568 139630334392432 139630774647426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0

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


[startup+438.402 s]
/proc/loadavg: 4.86 5.19 4.28 6/217 9821
/proc/meminfo: memFree=23127448/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555476 memory=8273896 CPUtime=1508.37 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 413128 0 0 0 150076 761 0 0 20 0 15 0 96900761 10808807424 2068474 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638869 2068474 3156 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555476 memory=2408 CPUtime=45.25 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) S 9711 9714 29331 0 -1 1077944384 19243 0 0 0 4511 14 0 0 20 0 15 0 96900761 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630778875360 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555476 memory=1728 CPUtime=358.07 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) R 9711 9714 29331 0 -1 4202560 81645 0 0 0 35637 170 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630731189336 139630767739265 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555476 memory=1720 CPUtime=356.28 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) R 9711 9714 29331 0 -1 4202560 75278 0 0 0 35432 196 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630730136336 139630767739288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555476 memory=1008 CPUtime=357.21 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) R 9711 9714 29331 0 -1 4202560 65320 0 0 0 35543 178 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630379719712 139630767739265 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555476 memory=1928 CPUtime=356.77 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) R 9711 9714 29331 0 -1 4202560 74203 0 0 0 35490 187 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630378667024 139630767739251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555476 memory=1200 CPUtime=30.66 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 73403 0 0 0 3061 5 0 0 20 0 15 0 96900763 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630334390976 139630774646485 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10555476 memory=8564 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630333338464 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10555476 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630332286080 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10555476 memory=1228 CPUtime=1.69 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) S 9711 9714 29331 0 -1 1077944384 9897 0 0 0 168 1 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630330182016 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10555476 memory=10928 CPUtime=1.77 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) S 9711 9714 29331 0 -1 1077944384 9372 0 0 0 176 1 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630329129456 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10555476 memory=796 CPUtime=0.31 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) S 9711 9714 29331 0 -1 1077944384 2052 0 0 0 31 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630328073360 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10555476 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10555476 memory=15872 CPUtime=0.23 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) S 9711 9714 29331 0 -1 1077944384 1296 0 0 0 14 9 0 0 20 0 15 0 96900767 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 1508.37 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8273896 KiB

[startup+439.202 s]
/proc/loadavg: 4.86 5.19 4.28 6/217 9821
/proc/meminfo: memFree=23127636/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555476 memory=8273896 CPUtime=1511.55 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 413128 0 0 0 150394 761 0 0 20 0 15 0 96900761 10808807424 2068474 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638869 2068474 3156 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555476 memory=8273896 CPUtime=45.25 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) S 9711 9714 29331 0 -1 1077944384 19243 0 0 0 4511 14 0 0 20 0 15 0 96900761 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630778875360 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555476 memory=4616 CPUtime=358.86 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) R 9711 9714 29331 0 -1 4202560 81645 0 0 0 35716 170 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630731189336 139630759335149 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555476 memory=8273896 CPUtime=357.08 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) R 9711 9714 29331 0 -1 4202560 75278 0 0 0 35512 196 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630730136336 139630756245965 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555476 memory=8112282956445269571 CPUtime=358.01 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) R 9711 9714 29331 0 -1 4202560 65320 0 0 0 35623 178 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630379719712 139630759335095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555476 memory=4128 CPUtime=357.57 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) R 9711 9714 29331 0 -1 4202560 74203 0 0 0 35570 187 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630378667224 139630759093747 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555476 memory=2200 CPUtime=30.66 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 73403 0 0 0 3061 5 0 0 20 0 15 0 96900763 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630334390976 139630774646485 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10555476 memory=6508 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630333338464 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10555476 memory=8273896 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630332286080 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10555476 memory=140201221465840 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10555476 memory=6944613755328037015 CPUtime=1.69 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) S 9711 9714 29331 0 -1 1077944384 9897 0 0 0 168 1 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630330182016 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10555476 memory=8099531882097107024 CPUtime=1.77 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) S 9711 9714 29331 0 -1 1077944384 9372 0 0 0 176 1 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630329129456 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10555476 memory=4052 CPUtime=0.31 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) S 9711 9714 29331 0 -1 1077944384 2052 0 0 0 31 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630328073360 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10555476 memory=16604 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10555476 memory=18444 CPUtime=0.23 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) R 9711 9714 29331 0 -1 1077944384 1296 0 0 0 14 9 0 0 20 0 15 0 96900767 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 1511.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8273896 KiB

[startup+440.001 s]*
/proc/loadavg: 4.86 5.19 4.28 3/217 9821
/proc/meminfo: memFree=23127636/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10555476 memory=8273896 CPUtime=1514.67 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 413256 0 0 0 150706 761 0 0 20 0 15 0 96900761 10808807424 2068474 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2638869 2068474 3156 1 0 2627263 0
[pid=9714/tid=9716] ppid=9711 vsize=10555476 memory=6935054825532540783 CPUtime=45.25 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) S 9711 9714 29331 0 -1 1077944384 19243 0 0 0 4511 14 0 0 20 0 15 0 96900761 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630778875360 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10555476 memory=4126316290023845779 CPUtime=359.63 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) S 9711 9714 29331 0 -1 1077944384 81645 0 0 0 35792 171 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630731189136 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10555476 memory=1008 CPUtime=357.86 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) S 9711 9714 29331 0 -1 1077944384 75278 0 0 0 35590 196 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630730136336 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10555476 memory=1928 CPUtime=358.78 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) S 9711 9714 29331 0 -1 1077944384 65448 0 0 0 35700 178 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630379719824 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10555476 memory=1200 CPUtime=358.35 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) S 9711 9714 29331 0 -1 1077944384 74203 0 0 0 35648 187 0 0 20 0 15 0 96900762 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630378667024 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10555476 memory=8564 CPUtime=30.69 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) R 9711 9714 29331 0 -1 4202560 73403 0 0 0 3064 5 0 0 20 0 15 0 96900763 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630334390976 139630759093870 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10555476 memory=5664 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630333338464 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10555476 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 96900764 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630332286080 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10555476 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10555476 memory=10928 CPUtime=1.69 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) S 9711 9714 29331 0 -1 1077944384 9897 0 0 0 168 1 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630330182016 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10555476 memory=796 CPUtime=1.77 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) S 9711 9714 29331 0 -1 1077944384 9372 0 0 0 176 1 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630329129504 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10555476 memory=1424 CPUtime=0.31 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) S 9711 9714 29331 0 -1 1077944384 2052 0 0 0 31 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630328073360 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10555476 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96900766 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10555476 memory=4052 CPUtime=0.23 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) S 9711 9714 29331 0 -1 1077944384 1296 0 0 0 14 9 0 0 20 0 15 0 96900767 10808807424 2068474 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 1514.67 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 8273896 KiB

[startup+440.401 s]
/proc/loadavg: 4.86 5.19 4.28 3/217 9821
/proc/meminfo: memFree=23127636/32770624 swapFree=67108860/67108860
[pid=9714] ppid=9711 vsize=10688756 memory=8274820 CPUtime=1515 cores=0,2,4,6
/proc/9714/stat : 9714 (java) S 9711 9714 29331 0 -1 1077944320 415626 0 0 0 150738 762 0 0 20 0 16 0 96900761 10945286144 2068705 33554432000 4194304 4196468 140725321603568 140725321586112 139630774636279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
/proc/9714/statm: 2672189 2068705 3200 1 0 2660545 0
[pid=9714/tid=9716] ppid=9711 vsize=10688756 memory=1236 CPUtime=45.28 cores=0,2,4,6
/proc/9714/task/9716/stat : 9716 (java) S 9711 9714 29331 0 -1 1077944384 19683 0 0 0 4514 14 0 0 20 0 16 0 96900761 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630778876960 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9717] ppid=9711 vsize=10688756 memory=4384 CPUtime=359.63 cores=0,2,4,6
/proc/9714/task/9717/stat : 9717 (java) S 9711 9714 29331 0 -1 1077944384 81645 0 0 0 35792 171 0 0 20 0 16 0 96900762 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630731189136 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9718] ppid=9711 vsize=10688756 memory=8112282956445269571 CPUtime=357.86 cores=0,2,4,6
/proc/9714/task/9718/stat : 9718 (java) S 9711 9714 29331 0 -1 1077944384 75278 0 0 0 35590 196 0 0 20 0 16 0 96900762 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630730136336 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9719] ppid=9711 vsize=10688756 memory=16604 CPUtime=358.78 cores=0,2,4,6
/proc/9714/task/9719/stat : 9719 (java) S 9711 9714 29331 0 -1 1077944384 65448 0 0 0 35700 178 0 0 20 0 16 0 96900762 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630379719824 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9720] ppid=9711 vsize=10688756 memory=18444 CPUtime=358.35 cores=0,2,4,6
/proc/9714/task/9720/stat : 9720 (java) S 9711 9714 29331 0 -1 1077944384 74203 0 0 0 35648 187 0 0 20 0 16 0 96900762 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630378667024 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9721] ppid=9711 vsize=10688756 memory=1788 CPUtime=30.91 cores=0,2,4,6
/proc/9714/task/9721/stat : 9721 (java) S 9711 9714 29331 0 -1 1077944384 73407 0 0 0 3086 5 0 0 20 0 16 0 96900763 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630334392432 139630774647426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9722] ppid=9711 vsize=10688756 memory=640 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9722/stat : 9722 (java) S 9711 9714 29331 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 96900764 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630333338464 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9723] ppid=9711 vsize=10688756 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9723/stat : 9723 (java) S 9711 9714 29331 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 96900764 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630332286080 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9724] ppid=9711 vsize=10688756 memory=8564 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9724/stat : 9724 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96900766 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630331234384 139630774654875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9725] ppid=9711 vsize=10688756 memory=5664 CPUtime=1.71 cores=0,2,4,6
/proc/9714/task/9725/stat : 9725 (java) S 9711 9714 29331 0 -1 1077944384 10481 0 0 0 170 1 0 0 20 0 16 0 96900766 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630330182256 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9726] ppid=9711 vsize=10688756 memory=4616 CPUtime=1.82 cores=0,2,4,6
/proc/9714/task/9726/stat : 9726 (java) S 9711 9714 29331 0 -1 1077944384 10365 0 0 0 181 1 0 0 20 0 16 0 96900766 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630329129456 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9727] ppid=9711 vsize=10688756 memory=1228 CPUtime=0.32 cores=0,2,4,6
/proc/9714/task/9727/stat : 9727 (java) S 9711 9714 29331 0 -1 1077944384 2354 0 0 0 32 0 0 0 20 0 16 0 96900766 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630328077168 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9728] ppid=9711 vsize=10688756 memory=10928 CPUtime=0 cores=0,2,4,6
/proc/9714/task/9728/stat : 9728 (java) S 9711 9714 29331 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96900766 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630259203040 139630774646485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
[pid=9714/tid=9729] ppid=9711 vsize=10688756 memory=796 CPUtime=0.23 cores=0,2,4,6
/proc/9714/task/9729/stat : 9729 (java) S 9711 9714 29331 0 -1 1077944384 1296 0 0 0 14 9 0 0 20 0 16 0 96900767 10945286144 2068705 33554432000 4194304 4196468 140725321603568 139630258149808 139630774647426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 14983168 140725321606278 140725321606431 140725321606431 140725321609167 0
Current children cumulated CPU time: 1515 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 8274820 KiB

[startup+440.501 s]*
/proc/loadavg: 4.86 5.19 4.28 3/204 9823
/proc/meminfo: memFree=31332356/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 440.51
CPU time (s): 1515.06
CPU user time (s): 1507.39
CPU system time (s): 7.66604
CPU usage (%): 343.932
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 8274820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1507.39
system time used= 7.66604
maximum resident set size= 8275044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27118
involuntary context switches= 25218


# summary of solver processes directly reported to runsolver:
#   pid: 9714
#   total CPU time (s): 1515.06
#   total CPU user time (s): 1507.39
#   total CPU system time (s): 7.66604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47037 second user time and 4.41287 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 17:14:32
IDJOB=4263789
IDBENCH=140123
IDSOLVER=2651
FILE ID=node115/4263789-1502638130
RUNJOBID= node115-1502624021-7817
PBS_JOBID= 20628301
Free space on /tmp= 61808 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd2008-vg/Crossword-m1c-ogd2008-vg-11-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263789-1502638130/watcher-4263789-1502638130 -o /tmp/evaluation-result-4263789-1502638130/solver-4263789-1502638130 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502624021-7817 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263789-1502638130.xml

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

MD5SUM BENCH= 9ac58fd867900409c70334584dcd9d09
RANDOM SEED=1462447072

node115.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.69
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.69
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.69
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.69
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:        23341264 kB
MemAvailable:   23675540 kB
Buffers:          125080 kB
Cached:           495928 kB
SwapCached:            0 kB
Active:          8768980 kB
Inactive:         205404 kB
Active(anon):    8302212 kB
Inactive(anon):    79404 kB
Active(file):     466768 kB
Inactive(file):   126000 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7248 kB
Writeback:             0 kB
AnonPages:       8382684 kB
Mapped:            55332 kB
Shmem:             25224 kB
Slab:             140644 kB
SReclaimable:     114684 kB
SUnreclaim:        25960 kB
KernelStack:        3808 kB
PageTables:        21800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8652348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8001536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61804 MiB
End job on node115 at 2017-08-13 17:21:53