Trace number 4290194

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? 1726.22 494.719

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-13-14_c18.xml
MD5SUM1e3f313ec943efeca8787f022e591dae
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 variables182
Number of constraints27
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":182}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":182}]
Minimum constraint arity13
Maximum constraint arity14
Distribution of constraint arities[{"arity":13,"count":14},{"arity":14,"count":13}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290194-1532218402/watcher-4290194-1532218402 -o /tmp/evaluation-result-4290194-1532218402/solver-4290194-1532218402 -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-4290194-1532218402.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=28715, runsolver pid=28712

[startup+0.102674 s]*
/proc/loadavg: 4.61 3.21 2.50 6/216 28730
/proc/meminfo: memFree=15888060/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659012 memory=31128 CPUtime=0.13 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 6854 0 0 0 11 2 0 0 20 0 15 0 39403433 10914828288 7782 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664753 7782 2818 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659012 memory=-8701690554791924610 CPUtime=0.09 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) R 28712 28715 24904 0 -1 4202560 4701 0 0 0 8 1 0 0 20 0 15 0 39403433 10914828288 7782 33554432000 4194304 4196468 140722114537120 140415406221248 140415402012054 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 7782 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659012 memory=140481564857984 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 7782 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 7782 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 7782 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659012 memory=140481564857984 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) S 28712 28715 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39403435 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414893934576 140415402011266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39403436 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414892880800 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39403436 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 443 0 0 0 0 0 0 0 20 0 15 0 39403438 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414889724400 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403438 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414888671856 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10659012 memory=140481564857984 CPUtime=0.02 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) R 28712 28715 24904 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 39403438 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414887619312 140415380803439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10659012 memory=140481564857984 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403439 10914828288 7782 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31128 KiB

[startup+0.21063 s]*
/proc/loadavg: 4.61 3.21 2.50 7/216 28730
/proc/meminfo: memFree=15881248/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659012 memory=41220 CPUtime=0.32 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 7838 0 0 0 30 2 0 0 20 0 15 0 39403433 10914828288 10305 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664753 10305 3004 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) R 28712 28715 24904 0 -1 4202560 5064 0 0 0 18 1 0 0 20 0 15 0 39403433 10914828288 10305 33554432000 4194304 4196468 140722114537120 140415406236400 140415386043749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 10305 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659012 memory=288370857716569728 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 10305 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 10305 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 10305 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659012 memory=140481564857984 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) S 28712 28715 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39403435 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414893934576 140415402011266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39403436 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414892880800 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39403436 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 671 0 0 0 2 0 0 0 20 0 15 0 39403438 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414889724400 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) S 28712 28715 24904 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 15 0 39403438 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414888671856 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10659012 memory=140481564857984 CPUtime=0.07 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) R 28712 28715 24904 0 -1 4202560 662 0 0 0 7 0 0 0 20 0 15 0 39403438 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414887619312 140415386080606 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10659012 memory=140481564857984 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403439 10914828288 10305 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41220 KiB

[startup+0.310538 s]*
/proc/loadavg: 4.61 3.21 2.50 7/216 28730
/proc/meminfo: memFree=15868064/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659012 memory=51816 CPUtime=0.51 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 8715 0 0 0 48 3 0 0 20 0 15 0 39403433 10914828288 12954 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664753 12954 3016 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659012 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) D 28712 28715 24904 0 -1 1077944384 5656 0 0 0 27 2 0 0 20 0 15 0 39403433 10914828288 12954 33554432000 4194304 4196468 140722114537120 140415406232256 140415402023997 0 4 0 16800975 18446744072101625380 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659012 memory=4294979967 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 12954 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659012 memory=288370857716569728 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 12954 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914828288 12954 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403434 10914906112 13019 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659088 memory=140481564857984 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) S 28712 28715 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39403435 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414893934576 140415402011266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414892880800 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 805 0 0 0 5 0 0 0 20 0 15 0 39403438 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414889724400 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) S 28712 28715 24904 0 -1 1077944384 99 0 0 0 3 0 0 0 20 0 15 0 39403438 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414888671856 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10659088 memory=140481564857984 CPUtime=0.1 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) R 28712 28715 24904 0 -1 4202560 787 0 0 0 10 0 0 0 20 0 15 0 39403438 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414887619312 140415402021466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10659088 memory=140481564857984 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403439 10914906112 13019 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 51816 KiB

[startup+0.700759 s]
/proc/loadavg: 4.61 3.21 2.50 8/216 28730
/proc/meminfo: memFree=15804512/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659088 memory=188216 CPUtime=1.56 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 10709 0 0 0 149 7 0 0 20 0 15 0 39403433 10914906112 47054 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664772 47054 3118 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659088 memory=8616 CPUtime=0.67 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) R 28712 28715 24904 0 -1 4202560 5932 0 0 0 63 4 0 0 20 0 15 0 39403433 10914906112 47054 33554432000 4194304 4196468 140722114537120 140415406235224 140415040962068 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659088 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 39403434 10914906112 47054 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 39403434 10914906112 47054 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 39403434 10914906112 47054 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 39403434 10914906112 47054 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659088 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) S 28712 28715 24904 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39403435 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414893934576 140415402011266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414892880800 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10659088 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10659088 memory=7013340940837610608 CPUtime=0.32 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 1468 0 0 0 32 0 0 0 20 0 15 0 39403438 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414889724400 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10659088 memory=5788647689011156329 CPUtime=0.3 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) R 28712 28715 24904 0 -1 4202560 684 0 0 0 30 0 0 0 20 0 15 0 39403438 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414888663184 140415385496645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10659088 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) S 28712 28715 24904 0 -1 1077944384 1115 0 0 0 19 0 0 0 20 0 15 0 39403438 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414887619312 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10659088 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39403439 10914906112 47054 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 188216 KiB

[startup+1.50076 s]
/proc/loadavg: 4.61 3.21 2.50 6/216 28730
/proc/meminfo: memFree=15693056/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659088 memory=451864 CPUtime=3.77 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 18392 0 0 0 361 16 0 0 20 0 15 0 39403433 10914906112 112966 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664772 112966 3142 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659088 memory=326060 CPUtime=1.36 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) R 28712 28715 24904 0 -1 4202560 6062 0 0 0 131 5 0 0 20 0 15 0 39403433 10914906112 112966 33554432000 4194304 4196468 140722114537120 140415406235424 140415042102870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659088 memory=6791534058613427641 CPUtime=0.06 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 134 0 0 0 5 1 0 0 20 0 15 0 39403434 10914906112 112966 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 59 0 0 0 5 1 0 0 20 0 15 0 39403434 10914906112 112966 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659088 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 183 0 0 0 5 1 0 0 20 0 15 0 39403434 10914906112 112966 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659088 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 91 0 0 0 5 2 0 0 20 0 15 0 39403434 10914906112 112966 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) S 28712 28715 24904 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39403435 10914906112 112966 33554432000 4194304 4196468 140722114537120 140414893934576 140415402011266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0

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


[startup+492.801 s]
/proc/loadavg: 8.01 6.90 4.56 9/216 28746
/proc/meminfo: memFree=7015456/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659088 memory=8316648 CPUtime=1722.23 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 301187 0 0 0 171434 789 0 0 20 0 15 0 39403433 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664772 2079162 3179 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659088 memory=8316448 CPUtime=44.33 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) S 28712 28715 24904 0 -1 1077944384 19552 0 0 0 4422 11 0 0 20 0 15 0 39403433 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415406231616 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659088 memory=8316448 CPUtime=409.18 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) R 28712 28715 24904 0 -1 4202560 40335 0 0 0 40726 192 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415367281624 140415386989781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659088 memory=8316648 CPUtime=411.36 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) R 28712 28715 24904 0 -1 4202560 35787 0 0 0 40958 178 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415007829080 140415386700000 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659088 memory=1724 CPUtime=410.25 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) R 28712 28715 24904 0 -1 4202560 49157 0 0 0 40828 197 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415006776536 140415386700781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659088 memory=8316448 CPUtime=410.94 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) R 28712 28715 24904 0 -1 4202560 47886 0 0 0 40898 196 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415005723680 140415386700769 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659088 memory=8316448 CPUtime=32.13 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) S 28712 28715 24904 0 -1 1077944384 83273 0 0 0 3209 4 0 0 20 0 15 0 39403435 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414893933120 140415402010325 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414892880864 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10659088 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10659088 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10659088 memory=1724 CPUtime=1.94 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 11936 0 0 0 192 2 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414889724448 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10659088 memory=1228 CPUtime=1.5 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) S 28712 28715 24904 0 -1 1077944384 7409 0 0 0 149 1 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414888671616 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10659088 memory=1428 CPUtime=0.32 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) S 28712 28715 24904 0 -1 1077944384 3023 0 0 0 32 0 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414887619360 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10659088 memory=8316648 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10659088 memory=4140 CPUtime=0.19 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1359 0 0 0 10 9 0 0 20 0 15 0 39403439 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 1722.23 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8316648 KiB

[startup+493.601 s]
/proc/loadavg: 8.01 6.90 4.56 9/216 28746
/proc/meminfo: memFree=7015456/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659088 memory=8316648 CPUtime=1725.28 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 301417 0 0 0 171739 789 0 0 20 0 15 0 39403433 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664772 2079162 3179 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659088 memory=1296 CPUtime=44.33 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) S 28712 28715 24904 0 -1 1077944384 19552 0 0 0 4422 11 0 0 20 0 15 0 39403433 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415406231616 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659088 memory=2412 CPUtime=409.93 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 40388 0 0 0 40801 192 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659088 memory=1724 CPUtime=412.1 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 35857 0 0 0 41032 178 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659088 memory=1228 CPUtime=411 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 49222 0 0 0 40903 197 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659088 memory=1428 CPUtime=411.69 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 47928 0 0 0 40973 196 0 0 20 0 15 0 39403434 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659088 memory=6791534058613427641 CPUtime=32.17 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) R 28712 28715 24904 0 -1 4202560 83273 0 0 0 3213 4 0 0 20 0 15 0 39403435 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414893933008 140415386996672 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10659088 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414892880864 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10659088 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10659088 memory=8316648 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10659088 memory=8316648 CPUtime=1.94 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 11936 0 0 0 192 2 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414889724448 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10659088 memory=2240 CPUtime=1.5 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) S 28712 28715 24904 0 -1 1077944384 7409 0 0 0 149 1 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414888671616 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10659088 memory=4128 CPUtime=0.32 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) S 28712 28715 24904 0 -1 1077944384 3023 0 0 0 32 0 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414887619360 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10659088 memory=11960 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10659088 memory=1008 CPUtime=0.19 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1359 0 0 0 10 9 0 0 20 0 15 0 39403439 10914906112 2079162 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 1725.28 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8316648 KiB

[startup+494.401 s]
/proc/loadavg: 8.01 6.90 4.56 6/216 28746
/proc/meminfo: memFree=7015456/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10659088 memory=8316652 CPUtime=1726.08 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 301482 0 0 0 171819 789 0 0 20 0 15 0 39403433 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2664772 2079163 3180 1 0 2627263 0
[pid=28715/tid=28717] ppid=28712 vsize=10659088 memory=8316648 CPUtime=44.33 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) S 28712 28715 24904 0 -1 1077944384 19552 0 0 0 4422 11 0 0 20 0 15 0 39403433 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140415406231616 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10659088 memory=1716 CPUtime=409.93 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 40388 0 0 0 40801 192 0 0 20 0 15 0 39403434 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10659088 memory=13960 CPUtime=412.1 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 35857 0 0 0 41032 178 0 0 20 0 15 0 39403434 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10659088 memory=1296 CPUtime=411 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 49222 0 0 0 40903 197 0 0 20 0 15 0 39403434 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10659088 memory=3208 CPUtime=411.69 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 47928 0 0 0 40973 196 0 0 20 0 15 0 39403434 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10659088 memory=8260164 CPUtime=32.97 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) R 28712 28715 24904 0 -1 4202560 83338 0 0 0 3293 4 0 0 20 0 15 0 39403435 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414893933008 140415386457750 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10659088 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414892880864 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 39403436 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10659088 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10659088 memory=1228 CPUtime=1.94 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 11936 0 0 0 192 2 0 0 20 0 15 0 39403438 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414889724448 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10659088 memory=1428 CPUtime=1.5 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) S 28712 28715 24904 0 -1 1077944384 7409 0 0 0 149 1 0 0 20 0 15 0 39403438 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414888671616 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10659088 memory=6791534058613427641 CPUtime=0.32 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) S 28712 28715 24904 0 -1 1077944384 3023 0 0 0 32 0 0 0 20 0 15 0 39403438 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414887619360 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10659088 memory=8384 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39403438 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10659088 memory=15872 CPUtime=0.19 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1359 0 0 0 10 9 0 0 20 0 15 0 39403439 10914906112 2079163 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 1726.08 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8316652 KiB

[startup+494.601 s]
/proc/loadavg: 8.01 6.90 4.56 6/216 28746
/proc/meminfo: memFree=7015456/32770624 swapFree=67108860/67108860
[pid=28715] ppid=28712 vsize=10794416 memory=8317504 CPUtime=1726.17 cores=0,2,4,6
/proc/28715/stat : 28715 (java) S 28712 28715 24904 0 -1 1077944320 302077 0 0 0 171827 790 0 0 20 0 16 0 39403433 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140722114519664 140415402000119 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
/proc/28715/statm: 2698604 2079376 3223 1 0 2661057 0
[pid=28715/tid=28717] ppid=28712 vsize=10794416 memory=792 CPUtime=44.36 cores=0,2,4,6
/proc/28715/task/28717/stat : 28717 (java) S 28712 28715 24904 0 -1 1077944384 19858 0 0 0 4424 12 0 0 20 0 16 0 39403433 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140415406240800 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28718] ppid=28712 vsize=10794416 memory=1716 CPUtime=409.93 cores=0,2,4,6
/proc/28715/task/28718/stat : 28718 (java) S 28712 28715 24904 0 -1 1077944384 40388 0 0 0 40801 192 0 0 20 0 16 0 39403434 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140415367281424 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28719] ppid=28712 vsize=10794416 memory=1952 CPUtime=412.1 cores=0,2,4,6
/proc/28715/task/28719/stat : 28719 (java) S 28712 28715 24904 0 -1 1077944384 35857 0 0 0 41032 178 0 0 20 0 16 0 39403434 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140415007828880 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28720] ppid=28712 vsize=10794416 memory=8384 CPUtime=411 cores=0,2,4,6
/proc/28715/task/28720/stat : 28720 (java) S 28712 28715 24904 0 -1 1077944384 49222 0 0 0 40903 197 0 0 20 0 16 0 39403434 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140415006776336 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28721] ppid=28712 vsize=10794416 memory=15872 CPUtime=411.69 cores=0,2,4,6
/proc/28715/task/28721/stat : 28721 (java) S 28712 28715 24904 0 -1 1077944384 47928 0 0 0 40973 196 0 0 20 0 16 0 39403434 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140415005723792 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28722] ppid=28712 vsize=10794416 memory=6791534058613427641 CPUtime=33.02 cores=0,2,4,6
/proc/28715/task/28722/stat : 28722 (java) S 28712 28715 24904 0 -1 1077944384 83339 0 0 0 3298 4 0 0 20 0 16 0 39403435 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414893934576 140415402011266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28723] ppid=28712 vsize=10794416 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28723/stat : 28723 (java) S 28712 28715 24904 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39403436 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414892880864 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28724] ppid=28712 vsize=10794416 memory=644 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28724/stat : 28724 (java) S 28712 28715 24904 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 16 0 39403436 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414891828208 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28725] ppid=28712 vsize=10794416 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28725/stat : 28725 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39403438 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414890776784 140415402018715 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28726] ppid=28712 vsize=10794416 memory=8316648 CPUtime=1.94 cores=0,2,4,6
/proc/28715/task/28726/stat : 28726 (java) S 28712 28715 24904 0 -1 1077944384 12000 0 0 0 192 2 0 0 20 0 16 0 39403438 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414889724400 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28727] ppid=28712 vsize=10794416 memory=6791534058613427641 CPUtime=1.5 cores=0,2,4,6
/proc/28715/task/28727/stat : 28727 (java) S 28712 28715 24904 0 -1 1077944384 7476 0 0 0 149 1 0 0 20 0 16 0 39403438 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414888671856 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28728] ppid=28712 vsize=10794416 memory=5300 CPUtime=0.33 cores=0,2,4,6
/proc/28715/task/28728/stat : 28728 (java) S 28712 28715 24904 0 -1 1077944384 3130 0 0 0 33 0 0 0 20 0 16 0 39403438 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414887619312 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28729] ppid=28712 vsize=10794416 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/28715/task/28729/stat : 28729 (java) S 28712 28715 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39403438 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414886567008 140415402010325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
[pid=28715/tid=28730] ppid=28712 vsize=10794416 memory=11960 CPUtime=0.19 cores=0,2,4,6
/proc/28715/task/28730/stat : 28730 (java) S 28712 28715 24904 0 -1 1077944384 1359 0 0 0 10 9 0 0 20 0 16 0 39403439 11053481984 2079376 33554432000 4194304 4196468 140722114537120 140414885513520 140415402011266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11755520 140722114544753 140722114544905 140722114544905 140722114547663 0
Current children cumulated CPU time: 1726.17 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8317504 KiB

[startup+494.709 s]*
/proc/loadavg: 7.77 6.87 4.57 6/203 28748
/proc/meminfo: memFree=14949772/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 494.719
CPU time (s): 1726.22
CPU user time (s): 1718.28
CPU system time (s): 7.93966
CPU usage (%): 348.93
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8317504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1718.28
system time used= 7.93966
maximum resident set size= 8317620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 302130
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28990
involuntary context switches= 41923


# summary of solver processes directly reported to runsolver:
#   pid: 28715
#   total CPU time (s): 1726.22
#   total CPU user time (s): 1718.28
#   total CPU system time (s): 7.93966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.95702 second user time and 4.84569 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 02:13:22
IDJOB=4290194
IDBENCH=141441
IDSOLVER=2742
FILE ID=node103/4290194-1532218402
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-13-14_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290194-1532218402/watcher-4290194-1532218402 -o /tmp/evaluation-result-4290194-1532218402/solver-4290194-1532218402 -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-4290194-1532218402.xml

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

MD5SUM BENCH= 1e3f313ec943efeca8787f022e591dae
RANDOM SEED=1109228832

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:        15907032 kB
MemAvailable:   24244880 kB
Buffers:          217404 kB
Cached:          8325752 kB
SwapCached:            0 kB
Active:          9017636 kB
Inactive:        7261716 kB
Active(anon):    7738356 kB
Inactive(anon):    16984 kB
Active(file):    1279280 kB
Inactive(file):  7244732 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6336 kB
Writeback:             0 kB
AnonPages:       7742332 kB
Mapped:            46920 kB
Shmem:             17036 kB
Slab:             269884 kB
SReclaimable:     242296 kB
SUnreclaim:        27588 kB
KernelStack:        3552 kB
PageTables:        20476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8643496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7469056 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= 56864 MiB
End job on node103 at 2018-07-22 02:21:37