Trace number 4290191

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 2018-07-11? 574.491 188.258

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-10-11_c18.xml
MD5SUM6eb53458083bb5bfd537601a03885fcf
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 variables110
Number of constraints21
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":110}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":110}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":11},{"arity":11,"count":10}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21}]
Optimization problemNO
Type of objective

Solver Data

574.31/188.00	Jul 22, 2018 2:13:22 AM org.sat4j.reader.XMLCSP3Reader parseInstance
574.31/188.00	INFO: Runtime exception
574.31/188.00	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
574.31/188.00		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:215)
574.31/188.00		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:94)
574.31/188.00		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:419)
574.31/188.00		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:306)
574.31/188.00		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:167)
574.31/188.00		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
574.31/188.00		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
574.31/188.00		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
574.31/188.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
574.31/188.00		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
574.31/188.00		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
574.31/188.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
574.31/188.00		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
574.31/188.00		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
574.31/188.00		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
574.31/188.00		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
574.31/188.00		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
574.31/188.00		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
574.31/188.00		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
574.31/188.00		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 22 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 26 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 27 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 31 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 32 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 36 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 37 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 41 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 42 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 46 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 47 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 51 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 52 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 56 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 57 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 61 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 62 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 66 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 67 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 71 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 72 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 76 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 77 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 81 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 82 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 86 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 87 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 91 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 92 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 96 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 97 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 101 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 102 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 106 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 107 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 111 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 112 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		... 116 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		... 117 more
574.31/188.00	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
574.31/188.00		... 121 more
574.31/188.00	Caused by: java.lang.reflect.InvocationTargetException
574.31/188.00		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
574.31/188.00		... 121 more
574.31/188.00	Caused by: java.lang.OutOfMemoryError: Java heap space
574.31/188.00		at org.sat4j.minisat.constraints.cnf.Lits.init(Lits.java:87)
574.31/188.00		at org.sat4j.minisat.constraints.cnf.Lits.ensurePool(Lits.java:155)
574.31/188.00		at org.sat4j.minisat.constraints.cnf.Lits.nextFreeVarId(Lits.java:286)
574.31/188.00		at org.sat4j.minisat.core.Solver.nextFreeVarId(Solver.java:2134)
574.31/188.00		at org.sat4j.csp.CspSatSolverDecorator.nextFreeVarId(CspSatSolverDecorator.java:115)
574.31/188.00		at org.sat4j.tools.SolverDecorator.nextFreeVarId(SolverDecorator.java:421)
574.31/188.00		at org.sat4j.csp.intension.CspToPBSolverDecorator.newSatSolverVar(CspToPBSolverDecorator.java:94)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:534)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAnd(TseitinBasedIntensionCtrEncoder.java:423)
574.31/188.00		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
574.31/188.00		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
574.31/188.00		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
574.31/188.00		at java.lang.reflect.Method.invoke(Method.java:498)
574.31/188.00		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
574.31/188.00	
574.43/188.20	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
574.43/188.20	c This is free software under the dual EPL/GNU LGPL licenses.
574.43/188.20	c See www.sat4j.org for details.
574.43/188.20	c That software uses the Rhino library from the Mozilla project.
574.43/188.20	c version 2.3.6-SNAPSHOT
574.43/188.20	c java.runtime.name	Java(TM) SE Runtime Environment
574.43/188.20	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
574.43/188.20	c java.vm.version	25.131-b11
574.43/188.20	c java.vm.vendor	Oracle Corporation
574.43/188.20	c sun.arch.data.model	64
574.43/188.20	c java.version		1.8.0_131
574.43/188.20	c os.name		Linux
574.43/188.20	c os.version		3.10.0-514.16.1.el7.x86_64
574.43/188.20	c os.arch		amd64
574.43/188.20	c Free memory 		499604488
574.43/188.20	c Max memory 		7247757312
574.43/188.20	c Total memory 		504889344
574.43/188.20	c Number of processors 	4
574.43/188.20	c c --- Begin Solver configuration ---
574.43/188.20	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
574.43/188.20	c Learn all clauses as in MiniSAT
574.43/188.20	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
574.43/188.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
574.43/188.20	c No reason simplification
574.43/188.20	c Glucose 2.1 dynamic restart strategy
574.43/188.20	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
574.43/188.20	c timeout=2147483s
574.43/188.20	c DB Simplification allowed=false
574.43/188.20	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
574.43/188.20	c --- End Solver configuration ---
574.43/188.20	c starts		: 0
574.43/188.20	c conflicts		: 0
574.43/188.20	c decisions		: 0
574.43/188.20	c propagations		: 0
574.43/188.20	c inspects		: 0
574.43/188.20	c shortcuts		: 0
574.43/188.20	c learnt literals	: 0
574.43/188.20	c learnt binary clauses	: 0
574.43/188.20	c learnt ternary clauses	: 0
574.43/188.20	c learnt constraints	: 0
574.43/188.20	c ignored constraints	: 0
574.43/188.20	c root simplifications	: 0
574.43/188.20	c removed literals (reason simplification)	: 0
574.43/188.20	c reason swapping (by a shorter reason)	: 0
574.43/188.20	c Calls to reduceDB	: 0
574.43/188.20	c Number of update (reduction) of LBD	: 0
574.43/188.20	c Imported unit clauses	: 0
574.43/188.20	c number of reductions to clauses (during analyze)	: 0
574.43/188.20	c number of learned constraints concerned by reduction	: 0
574.43/188.20	c number of learning phase by resolution	: 0
574.43/188.20	c number of learning phase by cutting planes	: 0
574.43/188.20	c number of rounding to 1 operations	: 0
574.43/188.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
574.43/188.20	c number of reductions of the coefficients by power 2 	: 0
574.43/188.20	c number of right shift for reduction by power 2 	: 0
574.43/188.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
574.43/188.20	c number of ending skipping 	: 0
574.43/188.20	c number of internal skipping 	: 0
574.43/188.20	c number of derivation steps 	: 0
574.43/188.20	c number of skipped derivation steps 	: 0
574.43/188.20	c number of remaining unassigned 	: 0
574.43/188.20	c number of remaining assigned 	: 0
574.43/188.20	c speed (assignments/second)	: 0.0
574.43/188.20	c non guided choices	: 0
574.43/188.20	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 (11155 MiB free)
  memory of node 1: 16384 MiB (7823 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290191-1532218213/watcher-4290191-1532218213 -o /tmp/evaluation-result-4290191-1532218213/solver-4290191-1532218213 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290191-1532218213.xml 

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

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

solver pid=28558, runsolver pid=28555

[startup+0.100059 s]*
/proc/loadavg: 2.14 2.05 2.05 2/217 28573
/proc/meminfo: memFree=19418316/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10659012 memory=30112 CPUtime=0.12 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 6600 0 0 0 11 1 0 0 20 0 15 0 39384535 10914828288 7528 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2664753 7528 2820 1 0 2627263 0
[pid=28558/tid=28560] ppid=28555 vsize=10659012 memory=-8773748148830246018 CPUtime=0.09 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) R 28555 28558 24904 0 -1 4202560 4432 0 0 0 8 1 0 0 20 0 15 0 39384536 10914828288 7528 33554432000 4194304 4196468 140720428565552 140064205940592 140064185816414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 7528 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 7528 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 7528 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 7528 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384538 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063438498416 140064201747074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384539 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063437444384 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384539 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063436392048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 441 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063434287216 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) R 28555 28558 24904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063433234416 140064201747862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0.02 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) R 28555 28558 24904 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 15 0 39384541 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063432182128 140064180654496 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) R 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 7528 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30112 KiB

[startup+0.210652 s]*
/proc/loadavg: 2.14 2.05 2.05 4/217 28573
/proc/meminfo: memFree=19407152/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10659012 memory=41804 CPUtime=0.33 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 8067 0 0 0 31 2 0 0 20 0 15 0 39384535 10914828288 10451 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2664753 10451 3006 1 0 2627263 0
[pid=28558/tid=28560] ppid=28555 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) R 28555 28558 24904 0 -1 4202560 5015 0 0 0 18 1 0 0 20 0 15 0 39384536 10914828288 10451 33554432000 4194304 4196468 140720428565552 140064205972208 140064185779557 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 10451 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10659012 memory=288370892744373888 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 10451 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 10451 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 10451 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384538 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063438498416 140064201747074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384539 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063437444384 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384539 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063436392048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 744 0 0 0 2 0 0 0 20 0 15 0 39384541 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063434287216 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) S 28555 28558 24904 0 -1 1077944384 233 0 0 0 2 0 0 0 20 0 15 0 39384541 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063433234416 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0.07 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) R 28555 28558 24904 0 -1 4202560 709 0 0 0 7 0 0 0 20 0 15 0 39384541 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063432182128 140064185816414 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 10451 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41804 KiB

[startup+0.310592 s]*
/proc/loadavg: 2.14 2.05 2.05 4/217 28573
/proc/meminfo: memFree=19389468/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10659012 memory=56964 CPUtime=0.52 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 8905 0 0 0 49 3 0 0 20 0 15 0 39384535 10914828288 14241 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2664753 14241 3031 1 0 2627263 0
[pid=28558/tid=28560] ppid=28555 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) R 28555 28558 24904 0 -1 4202560 5544 0 0 0 28 2 0 0 20 0 15 0 39384536 10914828288 14241 33554432000 4194304 4196468 140720428565552 140064205958400 140064201757853 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10659012 memory=4294979967 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 14241 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10659012 memory=288370892744373888 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 14241 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 14241 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384537 10914828288 14241 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39384538 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063438498416 140064201747074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384539 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063437444384 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384539 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063436392048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10659012 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 831 0 0 0 5 0 0 0 20 0 15 0 39384541 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063434287216 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10659012 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) S 28555 28558 24904 0 -1 1077944384 405 0 0 0 4 0 0 0 20 0 15 0 39384541 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063433234416 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0.11 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) R 28555 28558 24904 0 -1 4202560 756 0 0 0 11 0 0 0 20 0 15 0 39384541 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063432182128 140064185779557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10659012 memory=140516592662144 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384541 10914828288 14241 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 56964 KiB

[startup+0.706138 s]
/proc/loadavg: 2.14 2.05 2.05 5/217 28573
/proc/meminfo: memFree=19321940/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10659088 memory=209456 CPUtime=1.5 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 11321 0 0 0 143 7 0 0 20 0 15 0 39384535 10914906112 52364 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2664772 52364 3118 1 0 2627263 0
[pid=28558/tid=28560] ppid=28555 vsize=10659088 memory=8616 CPUtime=0.66 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) R 28555 28558 24904 0 -1 4202560 5871 0 0 0 63 3 0 0 20 0 15 0 39384536 10914906112 52364 33554432000 4194304 4196468 140720428565552 140064205971528 140064184142928 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10659088 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384537 10914906112 52364 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 39384537 10914906112 52364 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39384537 10914906112 52364 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384537 10914906112 52364 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10659088 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39384538 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063438498416 140064201747074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39384539 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063437444384 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10659088 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39384539 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063436392048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10659088 memory=7013340940837610608 CPUtime=0.31 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 1724 0 0 0 31 0 0 0 20 0 15 0 39384541 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063434287216 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10659088 memory=5932762877087012201 CPUtime=0.27 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) S 28555 28558 24904 0 -1 1077944384 1254 0 0 0 27 0 0 0 20 0 15 0 39384541 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063433234416 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) S 28555 28558 24904 0 -1 1077944384 969 0 0 0 19 0 0 0 20 0 15 0 39384541 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063432182128 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10659088 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) S 28555 28558 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39384541 10914906112 52364 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 209456 KiB

[startup+1.50118 s]
/proc/loadavg: 2.14 2.05 2.05 5/217 28573
/proc/meminfo: memFree=19204276/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10659088 memory=409980 CPUtime=3.38 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 15588 0 0 0 326 12 0 0 20 0 15 0 39384535 10914906112 102495 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2664772 102495 3130 1 0 2627263 0
[pid=28558/tid=28560] ppid=28555 vsize=10659088 memory=397184 CPUtime=1.42 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) R 28555 28558 24904 0 -1 4202560 6003 0 0 0 137 5 0 0 20 0 15 0 39384536 10914906112 102495 33554432000 4194304 4196468 140720428565552 140064205970288 140063799583431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10659088 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 39384537 10914906112 102495 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 52 0 0 0 3 2 0 0 20 0 15 0 39384537 10914906112 102495 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10659088 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 15 0 39384537 10914906112 102495 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 15 0 39384537 10914906112 102495 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 39384538 10914906112 102495 33554432000 4194304 4196468 140720428565552 140063438498416 140064201747074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0

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

Current children cumulated CPU time: 555.76 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8388856 KiB

[startup+185.601 s]
/proc/loadavg: 4.58 3.18 2.48 6/216 28653
/proc/meminfo: memFree=7736988/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10659088 memory=8388856 CPUtime=568.16 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 346942 0 0 0 56218 598 0 0 20 0 15 0 39384535 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2664772 2097214 3173 1 0 2627263 0
[pid=28558/tid=28560] ppid=28555 vsize=10659088 memory=4012 CPUtime=38.67 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) S 28555 28558 24904 0 -1 1077944384 17005 0 0 0 3853 14 0 0 20 0 15 0 39384536 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140064205967728 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10659088 memory=7392 CPUtime=126.81 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 52529 0 0 0 12535 146 0 0 20 0 15 0 39384537 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140064127809744 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10659088 memory=840 CPUtime=126.61 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) R 28555 28558 24904 0 -1 4202560 45148 0 0 0 12518 143 0 0 20 0 15 0 39384537 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140064126756944 140064194364135 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10659088 memory=8388856 CPUtime=126.69 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) R 28555 28558 24904 0 -1 4202560 113779 0 0 0 12524 145 0 0 20 0 15 0 39384537 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140064125704968 140064194364135 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10659088 memory=6791534058613427641 CPUtime=126.66 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) R 28555 28558 24904 0 -1 4202560 64527 0 0 0 12524 142 0 0 20 0 15 0 39384537 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140064124652248 140064186193395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10659088 memory=1228 CPUtime=18.62 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 29135 0 0 0 1861 1 0 0 20 0 15 0 39384538 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063438496976 140064201746133 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10659088 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39384539 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063437444448 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10659088 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39384539 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063436392064 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10659088 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10659088 memory=13956 CPUtime=1.8 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 9698 0 0 0 180 0 0 0 20 0 15 0 39384541 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063434287264 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10659088 memory=1296 CPUtime=1.78 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) S 28555 28558 24904 0 -1 1077944384 10239 0 0 0 176 2 0 0 20 0 15 0 39384541 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063433234464 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10659088 memory=2412 CPUtime=0.32 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) S 28555 28558 24904 0 -1 1077944384 2225 0 0 0 32 0 0 0 20 0 15 0 39384541 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063432181888 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10659088 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10659088 memory=4616 CPUtime=0.12 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) S 28555 28558 24904 0 -1 1077944384 1223 0 0 0 8 4 0 0 20 0 15 0 39384541 10914906112 2097214 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 568.16 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8388856 KiB

[startup+187.201 s]
/proc/loadavg: 4.58 3.18 2.48 6/216 28653
/proc/meminfo: memFree=7512576/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10659088 memory=8388860 CPUtime=573.61 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 347003 0 0 0 56761 600 0 0 20 0 15 0 39384535 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2664772 2097215 3173 1 0 2627263 0
[pid=28558/tid=28560] ppid=28555 vsize=10659088 memory=8388856 CPUtime=38.67 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) S 28555 28558 24904 0 -1 1077944384 17005 0 0 0 3853 14 0 0 20 0 15 0 39384536 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140064205967728 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10659088 memory=15872 CPUtime=128.1 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 52529 0 0 0 12663 147 0 0 20 0 15 0 39384537 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10659088 memory=8388856 CPUtime=127.9 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 45148 0 0 0 12646 144 0 0 20 0 15 0 39384537 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10659088 memory=6791534058613427641 CPUtime=127.97 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 113779 0 0 0 12651 146 0 0 20 0 15 0 39384537 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10659088 memory=13956 CPUtime=128 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 64588 0 0 0 12658 142 0 0 20 0 15 0 39384537 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10659088 memory=1296 CPUtime=18.88 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) R 28555 28558 24904 0 -1 4202560 29135 0 0 0 1887 1 0 0 20 0 15 0 39384538 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063438496864 140064186193558 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10659088 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39384539 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063437444448 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10659088 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39384539 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063436392064 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10659088 memory=8388856 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10659088 memory=0 CPUtime=1.8 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 9698 0 0 0 180 0 0 0 20 0 15 0 39384541 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063434287264 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10659088 memory=0 CPUtime=1.78 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) S 28555 28558 24904 0 -1 1077944384 10239 0 0 0 176 2 0 0 20 0 15 0 39384541 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063433234464 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10659088 memory=17618996 CPUtime=0.32 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) S 28555 28558 24904 0 -1 1077944384 2225 0 0 0 32 0 0 0 20 0 15 0 39384541 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063432181888 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10659088 memory=8388856 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39384541 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10659088 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) S 28555 28558 24904 0 -1 1077944384 1223 0 0 0 8 4 0 0 20 0 15 0 39384541 10914906112 2097215 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 573.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8388860 KiB

[startup+188.004 s]*
/proc/loadavg: 4.58 3.18 2.48 7/217 28654
/proc/meminfo: memFree=7512204/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10794416 memory=8389780 CPUtime=574.43 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 348161 0 0 0 56842 601 0 0 20 0 16 0 39384535 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2698604 2097445 3217 1 0 2661057 0
[pid=28558/tid=28560] ppid=28555 vsize=10794416 memory=6791534058613427641 CPUtime=38.69 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) S 28555 28558 24904 0 -1 1077944384 17433 0 0 0 3855 14 0 0 20 0 16 0 39384536 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064205976608 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10794416 memory=2580 CPUtime=128.1 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 52529 0 0 0 12663 147 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10794416 memory=4100 CPUtime=127.9 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 45148 0 0 0 12646 144 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10794416 memory=1408 CPUtime=127.97 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 113779 0 0 0 12651 146 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10794416 memory=3140 CPUtime=128 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 64588 0 0 0 12658 142 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10794416 memory=8388856 CPUtime=19.65 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 29540 0 0 0 1964 1 0 0 20 0 16 0 39384538 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063438498416 140064201747074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10794416 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39384539 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063437444448 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10794416 memory=2944 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39384539 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063436392064 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10794416 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10794416 memory=288230621803970871 CPUtime=1.8 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 9698 0 0 0 180 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063434287216 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10794416 memory=13572582825790009 CPUtime=1.78 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) S 28555 28558 24904 0 -1 1077944384 10312 0 0 0 176 2 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063433234416 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10794416 memory=2200 CPUtime=0.33 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) S 28555 28558 24904 0 -1 1077944384 2424 0 0 0 33 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063432182128 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10794416 memory=7392 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10794416 memory=840 CPUtime=0.12 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) S 28555 28558 24904 0 -1 1077944384 1223 0 0 0 8 4 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28654] ppid=28555 vsize=10794416 memory=303430223234596890 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28654/stat : 28654 (java) S 28555 28558 24904 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39403336 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063426925968 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 574.43 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8389780 KiB

[startup+188.201 s]
/proc/loadavg: 4.58 3.18 2.48 7/217 28654
/proc/meminfo: memFree=7512204/32770624 swapFree=67108860/67108860
[pid=28558] ppid=28555 vsize=10794416 memory=8389780 CPUtime=574.43 cores=0,2,4,6
/proc/28558/stat : 28558 (java) S 28555 28558 24904 0 -1 1077944320 348161 0 0 0 56842 601 0 0 20 0 16 0 39384535 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140720428548096 140064201735927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
/proc/28558/statm: 2698604 2097445 3217 1 0 2661057 0
[pid=28558/tid=28560] ppid=28555 vsize=10794416 memory=13572582825790009 CPUtime=38.69 cores=0,2,4,6
/proc/28558/task/28560/stat : 28560 (java) S 28555 28558 24904 0 -1 1077944384 17433 0 0 0 3855 14 0 0 20 0 16 0 39384536 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064205976608 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28561] ppid=28555 vsize=10794416 memory=4616 CPUtime=128.1 cores=0,2,4,6
/proc/28558/task/28561/stat : 28561 (java) S 28555 28558 24904 0 -1 1077944384 52529 0 0 0 12663 147 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064127809936 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28562] ppid=28555 vsize=10794416 memory=11960 CPUtime=127.9 cores=0,2,4,6
/proc/28558/task/28562/stat : 28562 (java) S 28555 28558 24904 0 -1 1077944384 45148 0 0 0 12646 144 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064126757136 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28563] ppid=28555 vsize=10794416 memory=1008 CPUtime=127.97 cores=0,2,4,6
/proc/28558/task/28563/stat : 28563 (java) S 28555 28558 24904 0 -1 1077944384 113779 0 0 0 12651 146 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064125704848 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28564] ppid=28555 vsize=10794416 memory=792 CPUtime=128 cores=0,2,4,6
/proc/28558/task/28564/stat : 28564 (java) S 28555 28558 24904 0 -1 1077944384 64588 0 0 0 12658 142 0 0 20 0 16 0 39384537 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140064124652048 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28565] ppid=28555 vsize=10794416 memory=1716 CPUtime=19.65 cores=0,2,4,6
/proc/28558/task/28565/stat : 28565 (java) S 28555 28558 24904 0 -1 1077944384 29540 0 0 0 1964 1 0 0 20 0 16 0 39384538 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063438498416 140064201747074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28566] ppid=28555 vsize=10794416 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28566/stat : 28566 (java) S 28555 28558 24904 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39384539 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063437444448 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28567] ppid=28555 vsize=10794416 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28567/stat : 28567 (java) S 28555 28558 24904 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 16 0 39384539 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063436392064 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28568] ppid=28555 vsize=10794416 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28568/stat : 28568 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063435340368 140064201754523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28569] ppid=28555 vsize=10794416 memory=4012 CPUtime=1.8 cores=0,2,4,6
/proc/28558/task/28569/stat : 28569 (java) S 28555 28558 24904 0 -1 1077944384 9698 0 0 0 180 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063434287216 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28570] ppid=28555 vsize=10794416 memory=8616 CPUtime=1.78 cores=0,2,4,6
/proc/28558/task/28570/stat : 28570 (java) S 28555 28558 24904 0 -1 1077944384 10312 0 0 0 176 2 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063433234416 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28571] ppid=28555 vsize=10794416 memory=18484 CPUtime=0.33 cores=0,2,4,6
/proc/28558/task/28571/stat : 28571 (java) S 28555 28558 24904 0 -1 1077944384 2424 0 0 0 33 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063432182128 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28572] ppid=28555 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28572/stat : 28572 (java) S 28555 28558 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063431129568 140064201746133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28573] ppid=28555 vsize=10794416 memory=13572582825790009 CPUtime=0.12 cores=0,2,4,6
/proc/28558/task/28573/stat : 28573 (java) S 28555 28558 24904 0 -1 1077944384 1223 0 0 0 8 4 0 0 20 0 16 0 39384541 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063430077360 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
[pid=28558/tid=28654] ppid=28555 vsize=10794416 memory=2700 CPUtime=0 cores=0,2,4,6
/proc/28558/task/28654/stat : 28654 (java) S 28555 28558 24904 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 16 0 39403336 11053481984 2097445 33554432000 4194304 4196468 140720428565552 140063426925968 140064201747074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7086080 140720428569713 140720428569865 140720428569865 140720428572623 0
Current children cumulated CPU time: 574.43 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8389780 KiB

Child status: 0
Real time (s): 188.258
CPU time (s): 574.491
CPU user time (s): 568.423
CPU system time (s): 6.06725
CPU usage (%): 305.162
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8389780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 568.423
system time used= 6.06725
maximum resident set size= 8389944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10732
involuntary context switches= 7681


# summary of solver processes directly reported to runsolver:
#   pid: 28558
#   total CPU time (s): 574.491
#   total CPU user time (s): 568.423
#   total CPU system time (s): 6.06725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13275 second user time and 1.90388 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 02:10:13
IDJOB=4290191
IDBENCH=141436
IDSOLVER=2742
FILE ID=node103/4290191-1532218213
RUNJOBID= node103-1532209718-27131
PBS_JOBID= 21018940
Free space on /tmp= 56864 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-10-11_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290191-1532218213/watcher-4290191-1532218213 -o /tmp/evaluation-result-4290191-1532218213/solver-4290191-1532218213 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27131 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290191-1532218213.xml

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

MD5SUM BENCH= 6eb53458083bb5bfd537601a03885fcf
RANDOM SEED=900958878

node103.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.48
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.48
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.48
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.48
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:        19434292 kB
MemAvailable:   27772476 kB
Buffers:          217280 kB
Cached:          8326876 kB
SwapCached:            0 kB
Active:          5495168 kB
Inactive:        7261768 kB
Active(anon):    4215548 kB
Inactive(anon):    16984 kB
Active(file):    1279620 kB
Inactive(file):  7244784 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7696 kB
Writeback:             0 kB
AnonPages:       4232348 kB
Mapped:            47000 kB
Shmem:             17036 kB
Slab:             269792 kB
SReclaimable:     242240 kB
SUnreclaim:        27552 kB
KernelStack:        3824 kB
PageTables:        13388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5389860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4079616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56860 MiB
End job on node103 at 2018-07-22 02:13:22