Trace number 4289786

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 1595.95 1271.5

General information on the benchmark

NameCrosswordDesign/
CrosswordDesign-07-4-rom_c18.xml
MD5SUMb03b025d4dc3e1307d2e111dd352b63c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables217
Number of constraints56
Number of domains5
Minimum domain size2
Maximum domain size41345
Distribution of domain sizes[{"size":2,"count":14},{"size":8,"count":98},{"size":27,"count":49},{"size":41345,"count":56}]
Minimum variable degree1
Maximum variable degree8
Distribution of variable degrees[{"degree":1,"count":70},{"degree":2,"count":98},{"degree":8,"count":49}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":14},{"arity":11,"count":42}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289786-1532215187/watcher-4289786-1532215187 -o /tmp/evaluation-result-4289786-1532215187/solver-4289786-1532215187 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289786-1532215187.xml 

running on 4 cores: 1,3,5,7

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

Starting watchdog threadsStarting watchdog threads28536, runsolver pid=28533

[startup+0.100142 s]*
/proc/loadavg: 6.66 6.15 4.10 3/215 28551
/proc/meminfo: memFree=14619232/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659012 memory=30076 CPUtime=0.12 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 6607 0 0 0 12 0 0 0 20 0 15 0 39081890 10914828288 7519 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664753 7519 2823 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659012 memory=-8773748148830375299 CPUtime=0.09 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) R 28533 28536 25105 0 -1 4202560 4427 0 0 0 9 0 0 0 20 0 15 0 39081890 10914828288 7519 33554432000 4194304 4196468 140729740268368 140516654872400 140516634727774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 7519 33554432000 4194304 4196468 140729740268368 140516576722064 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 7519 33554432000 4194304 4196468 140729740268368 140516575669264 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) S 28533 28536 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 7519 33554432000 4194304 4196468 140729740268368 140516574616464 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 7519 33554432000 4194304 4196468 140729740268368 140516573563664 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081892 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515686185328 140516650658434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39081893 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515685131296 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39081893 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) S 28533 28536 25105 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515681975152 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515680922352 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0.02 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28533 28536 25105 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 39081895 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515679869552 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39081896 10914828288 7519 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30076 KiB

[startup+0.210586 s]*
/proc/loadavg: 6.66 6.15 4.10 4/215 28551
/proc/meminfo: memFree=14609184/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659012 memory=41780 CPUtime=0.33 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 8053 0 0 0 31 2 0 0 20 0 15 0 39081890 10914828288 10445 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664753 10445 3008 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) R 28533 28536 25105 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 39081890 10914828288 10445 33554432000 4194304 4196468 140729740268368 140516654883552 140516634727774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 10445 33554432000 4194304 4196468 140729740268368 140516576722064 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659012 memory=139978459857135 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 10445 33554432000 4194304 4196468 140729740268368 140516575669264 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) S 28533 28536 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 10445 33554432000 4194304 4196468 140729740268368 140516574616464 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 10445 33554432000 4194304 4196468 140729740268368 140516573563664 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081892 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515686185328 140516650658434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39081893 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515685131296 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39081893 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) S 28533 28536 25105 0 -1 1077944384 752 0 0 0 2 0 0 0 20 0 15 0 39081895 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515681975152 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28533 28536 25105 0 -1 1077944384 212 0 0 0 1 0 0 0 20 0 15 0 39081895 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515680922352 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0.07 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) R 28533 28536 25105 0 -1 4202560 707 0 0 0 7 0 0 0 20 0 15 0 39081895 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515679869552 140516634727774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39081896 10914828288 10445 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41780 KiB

[startup+0.310544 s]*
/proc/loadavg: 6.66 6.15 4.10 3/215 28551
/proc/meminfo: memFree=14594292/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659012 memory=54644 CPUtime=0.51 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 8892 0 0 0 49 2 0 0 20 0 15 0 39081890 10914828288 13661 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664753 13661 3035 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) R 28533 28536 25105 0 -1 4202560 5554 0 0 0 28 1 0 0 20 0 15 0 39081890 10914828288 13661 33554432000 4194304 4196468 140729740268368 140516654868832 140516634727774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 13661 33554432000 4194304 4196468 140729740268368 140516576722064 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659012 memory=139978459856737 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 13661 33554432000 4194304 4196468 140729740268368 140516575669264 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) S 28533 28536 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 13661 33554432000 4194304 4196468 140729740268368 140516574616464 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081891 10914828288 13661 33554432000 4194304 4196468 140729740268368 140516573563664 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39081892 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515686185328 140516650658434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39081893 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515685131296 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39081893 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10659012 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) S 28533 28536 25105 0 -1 1077944384 910 0 0 0 4 0 0 0 20 0 15 0 39081895 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515681975152 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10659012 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28533 28536 25105 0 -1 1077944384 310 0 0 0 4 0 0 0 20 0 15 0 39081895 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515680922352 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0.11 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28533 28536 25105 0 -1 1077944384 750 0 0 0 11 0 0 0 20 0 15 0 39081895 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515679869552 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659012 memory=139978459829888 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39081896 10914828288 13661 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54644 KiB

[startup+0.702834 s]
/proc/loadavg: 6.66 6.15 4.10 5/215 28551
/proc/meminfo: memFree=14540060/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659088 memory=204648 CPUtime=1.66 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 11675 0 0 0 159 7 0 0 20 0 15 0 39081890 10914906112 51162 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664772 51162 3121 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659088 memory=1728 CPUtime=0.66 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) R 28533 28536 25105 0 -1 4202560 5882 0 0 0 63 3 0 0 20 0 15 0 39081890 10914906112 51162 33554432000 4194304 4196468 140729740268368 140516654882224 140516650668634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659088 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) S 28533 28536 25105 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 39081891 10914906112 51162 33554432000 4194304 4196468 140729740268368 140516576722064 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) S 28533 28536 25105 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 39081891 10914906112 51162 33554432000 4194304 4196468 140729740268368 140516575669264 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659088 memory=5408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) S 28533 28536 25105 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 39081891 10914906112 51162 33554432000 4194304 4196468 140729740268368 140516574616464 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) S 28533 28536 25105 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 39081891 10914906112 51162 33554432000 4194304 4196468 140729740268368 140516573563664 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659088 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39081892 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515686185328 140516650658434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515685131296 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10659088 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10659088 memory=7017547551848162880 CPUtime=0.35 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) R 28533 28536 25105 0 -1 4202560 1907 0 0 0 34 1 0 0 20 0 15 0 39081895 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515681975152 140516635556191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10659088 memory=7811323491934034026 CPUtime=0.35 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) R 28533 28536 25105 0 -1 4202560 1197 0 0 0 35 0 0 0 20 0 15 0 39081895 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515680922352 140516632167347 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10659088 memory=5787213827163908199 CPUtime=0.21 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) R 28533 28536 25105 0 -1 1077944384 1180 0 0 0 21 0 0 0 20 0 15 0 39081895 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515679869552 140516650658434 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39081896 10914906112 51162 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 204648 KiB

[startup+1.5068 s]
/proc/loadavg: 6.66 6.15 4.10 4/215 28551
/proc/meminfo: memFree=14408888/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659088 memory=616028 CPUtime=3.88 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 13765 0 0 0 345 43 0 0 20 0 15 0 39081890 10914906112 154007 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664772 154007 3143 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659088 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) S 28533 28536 25105 0 -1 1077944384 5974 0 0 0 108 4 0 0 20 0 15 0 39081890 10914906112 154007 33554432000 4194304 4196468 140729740268368 140516654884288 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659088 memory=-6951259422114956437 CPUtime=0.34 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) R 28533 28536 25105 0 -1 4202560 327 0 0 0 25 9 0 0 20 0 15 0 39081891 10914906112 154007 33554432000 4194304 4196468 140729740268368 140516576722264 140516635597951 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659088 memory=-6509546260019855295 CPUtime=0.34 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) R 28533 28536 25105 0 -1 4202560 548 0 0 0 25 9 0 0 20 0 15 0 39081891 10914906112 154007 33554432000 4194304 4196468 140729740268368 140516575669264 140516635345039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659088 memory=-7390251449858225344 CPUtime=0.34 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) R 28533 28536 25105 0 -1 4202560 547 0 0 0 26 8 0 0 20 0 15 0 39081891 10914906112 154007 33554432000 4194304 4196468 140729740268368 140516574616464 140516635344926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659088 memory=4134692831991786133 CPUtime=0.34 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) R 28533 28536 25105 0 -1 4202560 345 0 0 0 25 9 0 0 20 0 15 0 39081891 10914906112 154007 33554432000 4194304 4196468 140729740268368 140516573563664 140516630673659 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 39081892 10914906112 154007 33554432000 4194304 4196468 140729740268368 140515686183648 140516650657493 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659088 memory=7378964845269642853 CPUtime=0 cores=1,3,5,7

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

[pid=28536/tid=28550] ppid=28533 vsize=10659088 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659088 memory=2240 CPUtime=0.55 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1048 0 0 0 24 31 0 0 20 0 15 0 39081896 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 1583.35 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8343884 KiB

[startup+1268.8 s]
/proc/loadavg: 2.98 2.36 2.61 6/216 28598
/proc/meminfo: memFree=4052432/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659088 memory=8343884 CPUtime=1589.54 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 1972742 0 0 0 158175 779 0 0 20 0 15 0 39081890 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664772 2085971 3174 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659088 memory=1200 CPUtime=1132.43 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) S 28533 28536 25105 0 -1 1077944384 175491 0 0 0 113216 27 0 0 20 0 15 0 39081890 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516654868272 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659088 memory=10412 CPUtime=105.95 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) R 28533 28536 25105 0 -1 4202560 486325 0 0 0 10401 194 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516576721872 140516643275495 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659088 memory=4616 CPUtime=106.47 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) R 28533 28536 25105 0 -1 4202560 440329 0 0 0 10475 172 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516575669384 140516643275495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659088 memory=8343884 CPUtime=106.09 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) R 28533 28536 25105 0 -1 4202560 384235 0 0 0 10439 170 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516574616664 140516632257070 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659088 memory=8343884 CPUtime=106.06 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) R 28533 28536 25105 0 -1 4202560 409941 0 0 0 10425 181 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516573563472 140516643275495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659088 memory=8343884 CPUtime=28.02 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 48253 0 0 0 2796 6 0 0 20 0 15 0 39081892 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515686183888 140516650657493 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659088 memory=8343884 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515685131360 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10659088 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10659088 memory=3236 CPUtime=1.86 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) S 28533 28536 25105 0 -1 1077944384 11769 0 0 0 184 2 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515681974912 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10659088 memory=6150532 CPUtime=1.61 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28533 28536 25105 0 -1 1077944384 9874 0 0 0 159 2 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515680922400 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10659088 memory=6791534058613427641 CPUtime=0.38 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28533 28536 25105 0 -1 1077944384 4073 0 0 0 38 0 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515679869600 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10659088 memory=8343884 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659088 memory=8343884 CPUtime=0.55 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1048 0 0 0 24 31 0 0 20 0 15 0 39081896 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 1589.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8343884 KiB

[startup+1270.4 s]
/proc/loadavg: 3.14 2.41 2.62 6/216 28598
/proc/meminfo: memFree=4052556/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659088 memory=8343884 CPUtime=1594.99 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 1972871 0 0 0 158718 781 0 0 20 0 15 0 39081890 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664772 2085971 3174 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659088 memory=243053 CPUtime=1132.43 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) S 28533 28536 25105 0 -1 1077944384 175491 0 0 0 113216 27 0 0 20 0 15 0 39081890 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516654868272 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659088 memory=1292 CPUtime=107.24 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) S 28533 28536 25105 0 -1 1077944384 486325 0 0 0 10529 195 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516576722064 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659088 memory=2416 CPUtime=107.75 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) S 28533 28536 25105 0 -1 1077944384 440329 0 0 0 10602 173 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516575669264 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659088 memory=1728 CPUtime=107.44 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) S 28533 28536 25105 0 -1 1077944384 384364 0 0 0 10574 170 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516574616464 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659088 memory=1008 CPUtime=107.35 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) S 28533 28536 25105 0 -1 1077944384 409941 0 0 0 10554 181 0 0 20 0 15 0 39081891 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140516573563664 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659088 memory=9916 CPUtime=28.27 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) R 28533 28536 25105 0 -1 4202560 48253 0 0 0 2821 6 0 0 20 0 15 0 39081892 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515686183776 140516635104920 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515685131360 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10659088 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10659088 memory=9916 CPUtime=1.86 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) S 28533 28536 25105 0 -1 1077944384 11769 0 0 0 184 2 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515681974912 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10659088 memory=1228 CPUtime=1.61 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28533 28536 25105 0 -1 1077944384 9874 0 0 0 159 2 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515680922400 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10659088 memory=8343884 CPUtime=0.38 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28533 28536 25105 0 -1 1077944384 4073 0 0 0 38 0 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515679869600 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10659088 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659088 memory=8343884 CPUtime=0.55 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1048 0 0 0 24 31 0 0 20 0 15 0 39081896 10914906112 2085971 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 1594.99 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8343884 KiB

[startup+1271.2 s]
/proc/loadavg: 3.14 2.41 2.62 3/216 28598
/proc/meminfo: memFree=4052556/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10659088 memory=8343956 CPUtime=1595.79 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 1973293 0 0 0 158798 781 0 0 20 0 15 0 39081890 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2664772 2085989 3175 1 0 2627263 0
[pid=28536/tid=28538] ppid=28533 vsize=10659088 memory=10412 CPUtime=1132.43 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) R 28533 28536 25105 0 -1 4202560 175604 0 0 0 113216 27 0 0 20 0 15 0 39081890 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140516654883216 140516635983700 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10659088 memory=4616 CPUtime=107.24 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) S 28533 28536 25105 0 -1 1077944384 486325 0 0 0 10529 195 0 0 20 0 15 0 39081891 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140516576722064 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10659088 memory=1428 CPUtime=107.75 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) S 28533 28536 25105 0 -1 1077944384 440329 0 0 0 10602 173 0 0 20 0 15 0 39081891 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140516575669264 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10659088 memory=6791534058613427641 CPUtime=107.44 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) S 28533 28536 25105 0 -1 1077944384 384364 0 0 0 10574 170 0 0 20 0 15 0 39081891 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140516574616464 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10659088 memory=1728 CPUtime=107.35 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) S 28533 28536 25105 0 -1 1077944384 409941 0 0 0 10554 181 0 0 20 0 15 0 39081891 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140516573563664 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10659088 memory=1700 CPUtime=29.07 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 48524 0 0 0 2901 6 0 0 20 0 15 0 39081892 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515686185328 140516650658434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515685131360 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10659088 memory=8343884 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 39081893 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10659088 memory=10412 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10659088 memory=4616 CPUtime=1.86 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) R 28533 28536 25105 0 -1 1077944384 11769 0 0 0 184 2 0 0 20 0 15 0 39081895 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515681975152 140516650658434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10659088 memory=1428 CPUtime=1.61 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28533 28536 25105 0 -1 1077944384 9874 0 0 0 159 2 0 0 20 0 15 0 39081895 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515680922352 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10659088 memory=15876 CPUtime=0.38 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) R 28533 28536 25105 0 -1 4202560 4111 0 0 0 38 0 0 0 20 0 15 0 39081895 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515679869552 140516634727774 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10659088 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39081895 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10659088 memory=8596 CPUtime=0.56 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1048 0 0 0 25 31 0 0 20 0 15 0 39081896 10914906112 2085989 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 1595.79 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8343956 KiB

[startup+1271.4 s]
/proc/loadavg: 3.14 2.41 2.62 3/216 28598
/proc/meminfo: memFree=4052556/32770624 swapFree=67108860/67108860
[pid=28536] ppid=28533 vsize=10794416 memory=8344868 CPUtime=1595.86 cores=1,3,5,7
/proc/28536/stat : 28536 (java) S 28533 28536 25105 0 -1 1077944320 1975860 0 0 0 158805 781 0 0 20 0 16 0 39081890 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140729740250912 140516650647287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
/proc/28536/statm: 2698604 2086217 3219 1 0 2661057 0
[pid=28536/tid=28538] ppid=28533 vsize=10794416 memory=1796 CPUtime=1132.46 cores=1,3,5,7
/proc/28536/task/28538/stat : 28538 (java) S 28533 28536 25105 0 -1 1077944384 176436 0 0 0 113219 27 0 0 20 0 16 0 39081890 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140516654887968 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28539] ppid=28533 vsize=10794416 memory=636 CPUtime=107.24 cores=1,3,5,7
/proc/28536/task/28539/stat : 28539 (java) S 28533 28536 25105 0 -1 1077944384 486325 0 0 0 10529 195 0 0 20 0 16 0 39081891 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140516576722064 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28540] ppid=28533 vsize=10794416 memory=960 CPUtime=107.75 cores=1,3,5,7
/proc/28536/task/28540/stat : 28540 (java) S 28533 28536 25105 0 -1 1077944384 440329 0 0 0 10602 173 0 0 20 0 16 0 39081891 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140516575669264 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28541] ppid=28533 vsize=10794416 memory=1232 CPUtime=107.44 cores=1,3,5,7
/proc/28536/task/28541/stat : 28541 (java) S 28533 28536 25105 0 -1 1077944384 384364 0 0 0 10574 170 0 0 20 0 16 0 39081891 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140516574616464 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28542] ppid=28533 vsize=10794416 memory=2344 CPUtime=107.35 cores=1,3,5,7
/proc/28536/task/28542/stat : 28542 (java) S 28533 28536 25105 0 -1 1077944384 409941 0 0 0 10554 181 0 0 20 0 16 0 39081891 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140516573563664 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28543] ppid=28533 vsize=10794416 memory=932 CPUtime=29.07 cores=1,3,5,7
/proc/28536/task/28543/stat : 28543 (java) S 28533 28536 25105 0 -1 1077944384 48536 0 0 0 2901 6 0 0 20 0 16 0 39081892 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515686185328 140516650658434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28544] ppid=28533 vsize=10794416 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28544/stat : 28544 (java) S 28533 28536 25105 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39081893 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515685131360 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28545] ppid=28533 vsize=10794416 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28545/stat : 28545 (java) S 28533 28536 25105 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 39081893 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515684078448 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28546] ppid=28533 vsize=10794416 memory=288230621803970871 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28546/stat : 28546 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39081895 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515683026768 140516650665883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28547] ppid=28533 vsize=10794416 memory=13567093857585738 CPUtime=1.87 cores=1,3,5,7
/proc/28536/task/28547/stat : 28547 (java) S 28533 28536 25105 0 -1 1077944384 12338 0 0 0 185 2 0 0 20 0 16 0 39081895 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515681975152 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28548] ppid=28533 vsize=10794416 memory=4048 CPUtime=1.63 cores=1,3,5,7
/proc/28536/task/28548/stat : 28548 (java) S 28533 28536 25105 0 -1 1077944384 10690 0 0 0 161 2 0 0 20 0 16 0 39081895 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515680922352 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28549] ppid=28533 vsize=10794416 memory=1796 CPUtime=0.39 cores=1,3,5,7
/proc/28536/task/28549/stat : 28549 (java) S 28533 28536 25105 0 -1 1077944384 4337 0 0 0 39 0 0 0 20 0 16 0 39081895 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515679869552 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28550] ppid=28533 vsize=10794416 memory=636 CPUtime=0 cores=1,3,5,7
/proc/28536/task/28550/stat : 28550 (java) S 28533 28536 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39081895 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515678816992 140516650657493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
[pid=28536/tid=28551] ppid=28533 vsize=10794416 memory=960 CPUtime=0.56 cores=1,3,5,7
/proc/28536/task/28551/stat : 28551 (java) S 28533 28536 25105 0 -1 1077944384 1051 0 0 0 25 31 0 0 20 0 16 0 39081896 11053481984 2086217 33554432000 4194304 4196468 140729740268368 140515677764272 140516650658434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36274176 140729740272753 140729740272905 140729740272905 140729740275663 0
Current children cumulated CPU time: 1595.86 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8344868 KiB

Child status: 0
Real time (s): 1271.5
CPU time (s): 1595.95
CPU user time (s): 1588.06
CPU system time (s): 7.88693
CPU usage (%): 125.516
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8344868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1588.06
system time used= 7.88693
maximum resident set size= 8345144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1975940
page faults= 0
swaps= 0
block input operations= 8
block output operations= 1416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42286
involuntary context switches= 5621


# summary of solver processes directly reported to runsolver:
#   pid: 28536
#   total CPU time (s): 1595.95
#   total CPU user time (s): 1588.06
#   total CPU system time (s): 7.88693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55609 second user time and 11.9417 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:19:47
IDJOB=4289786
IDBENCH=141308
IDSOLVER=2742
FILE ID=node139/4289786-1532215187
RUNJOBID= node139-1532209881-27635
PBS_JOBID= 21018928
Free space on /tmp= 45860 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CrosswordDesign/CrosswordDesign-07-4-rom_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289786-1532215187/watcher-4289786-1532215187 -o /tmp/evaluation-result-4289786-1532215187/solver-4289786-1532215187 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27635 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289786-1532215187.xml

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

MD5SUM BENCH= b03b025d4dc3e1307d2e111dd352b63c
RANDOM SEED=577575206

node139.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.80
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.80
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.80
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.80
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:        14638160 kB
MemAvailable:   28025688 kB
Buffers:          128412 kB
Cached:         13313788 kB
SwapCached:            0 kB
Active:          5051376 kB
Inactive:       12353240 kB
Active(anon):    3918264 kB
Inactive(anon):    64124 kB
Active(file):    1133112 kB
Inactive(file): 12289116 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7604 kB
Writeback:             0 kB
AnonPages:       4074500 kB
Mapped:            46740 kB
Shmem:             17036 kB
Slab:             421164 kB
SReclaimable:     393760 kB
SUnreclaim:        27404 kB
KernelStack:        3840 kB
PageTables:        12732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4831096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3485696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45856 MiB
End job on node139 at 2018-07-22 01:40:59