Trace number 4290190

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? 716.736 233.522

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-09-10_c18.xml
MD5SUM6ec4d3779b35bd6998a70efbce1ebeb4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints19
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":90}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":90}]
Minimum constraint arity9
Maximum constraint arity10
Distribution of constraint arities[{"arity":9,"count":10},{"arity":10,"count":9}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290190-1532218631/watcher-4290190-1532218631 -o /tmp/evaluation-result-4290190-1532218631/solver-4290190-1532218631 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532209093-27994 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290190-1532218631.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
Starting watchdog thread
solver pid=29000, runsolver pid=28997
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 2.00 2.01 2.05 5/216 29015
/proc/meminfo: memFree=21279276/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10659012 memory=30692 CPUtime=0.13 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 6735 0 0 0 12 1 0 0 20 0 15 0 39426321 10914828288 7673 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2664753 7673 2846 1 0 2627263 0
[pid=29000/tid=29002] ppid=28997 vsize=10659012 memory=-8773748148829981821 CPUtime=0.09 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) R 28997 29000 25432 0 -1 4202560 4576 0 0 0 9 0 0 0 20 0 15 0 39426321 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938828003184 139938823810454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938760490128 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938429266960 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938428214160 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938427161360 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426323 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938315893104 139938823809666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39426324 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938314839072 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39426324 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938313786224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426326 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) S 28997 29000 25432 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 39426326 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938311682928 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) S 28997 29000 25432 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 39426326 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938310630128 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0.02 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) R 28997 29000 25432 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 39426326 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938309577328 139938802593229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426327 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426327 10914828288 7673 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30692 KiB

[startup+0.210629 s]*
/proc/loadavg: 2.00 2.01 2.05 3/216 29015
/proc/meminfo: memFree=21267740/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10659012 memory=42160 CPUtime=0.33 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 8100 0 0 0 32 1 0 0 20 0 15 0 39426321 10914828288 10540 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2664753 10540 3007 1 0 2627263 0
[pid=29000/tid=29002] ppid=28997 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) R 28997 29000 25432 0 -1 4202560 5036 0 0 0 19 0 0 0 20 0 15 0 39426321 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938828034800 139938807842149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938760490128 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10659012 memory=140341054354324 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938429266960 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938428214160 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938427161360 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426323 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938315893104 139938823809666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39426324 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938314839072 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39426324 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938313786224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426326 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) S 28997 29000 25432 0 -1 1077944384 465 0 0 0 2 0 0 0 20 0 15 0 39426326 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938311682928 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) S 28997 29000 25432 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 15 0 39426326 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938310630128 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0.07 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) R 28997 29000 25432 0 -1 4202560 691 0 0 0 7 0 0 0 20 0 15 0 39426326 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938309577328 139938807879006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426327 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426327 10914828288 10540 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42160 KiB

[startup+0.310405 s]*
/proc/loadavg: 2.00 2.01 2.05 4/216 29015
/proc/meminfo: memFree=21252848/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10659012 memory=54812 CPUtime=0.52 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 8885 0 0 0 50 2 0 0 20 0 15 0 39426321 10914828288 13703 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2664753 13703 3011 1 0 2627263 0
[pid=29000/tid=29002] ppid=28997 vsize=10659012 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) R 28997 29000 25432 0 -1 4202560 5589 0 0 0 28 1 0 0 20 0 15 0 39426321 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938828025744 139938807879006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10659012 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938760490128 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10659012 memory=140341054353367 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938429266960 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938428214160 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426322 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938427161360 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39426323 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938315893104 139938823809666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39426324 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938314839072 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39426324 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938313786224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426326 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10659012 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) S 28997 29000 25432 0 -1 1077944384 620 0 0 0 5 0 0 0 20 0 15 0 39426326 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938311682928 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10659012 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) S 28997 29000 25432 0 -1 1077944384 569 0 0 0 4 0 0 0 20 0 15 0 39426326 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938310630128 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0.11 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) S 28997 29000 25432 0 -1 1077944384 741 0 0 0 11 0 0 0 20 0 15 0 39426326 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938309577328 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426327 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10659012 memory=140341054326400 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426327 10914828288 13703 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54812 KiB

[startup+0.705739 s]
/proc/loadavg: 2.00 2.01 2.05 5/216 29015
/proc/meminfo: memFree=21186024/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10659088 memory=208384 CPUtime=1.47 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 11051 0 0 0 140 7 0 0 20 0 15 0 39426321 10914906112 52096 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2664772 52096 3116 1 0 2627263 0
[pid=29000/tid=29002] ppid=28997 vsize=10659088 memory=1724 CPUtime=0.66 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) R 28997 29000 25432 0 -1 4202560 5911 0 0 0 63 3 0 0 20 0 15 0 39426321 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938828031168 139938442100103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10659088 memory=10928 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) S 28997 29000 25432 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 39426322 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938760490128 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) S 28997 29000 25432 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 39426322 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938429266960 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) S 28997 29000 25432 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 39426322 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938428214160 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) S 28997 29000 25432 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 39426322 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938427161360 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10659088 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39426323 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938315893104 139938823809666 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10659088 memory=5404 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 39426324 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938314839072 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10659088 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39426324 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938313786224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10659088 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426326 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10659088 memory=4639098309541129069 CPUtime=0.27 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) R 28997 29000 25432 0 -1 4202560 1329 0 0 0 27 0 0 0 20 0 15 0 39426326 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938311670800 139938808908556 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10659088 memory=7380106142448643183 CPUtime=0.24 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) R 28997 29000 25432 0 -1 4202560 1322 0 0 0 24 0 0 0 20 0 15 0 39426326 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938310617520 139938805326726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10659088 memory=7810487918915055718 CPUtime=0.21 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) R 28997 29000 25432 0 -1 1077944384 976 0 0 0 21 0 0 0 20 0 15 0 39426326 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938309577328 139938823809666 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39426327 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39426327 10914906112 52096 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 208384 KiB

[startup+1.50121 s]
/proc/loadavg: 2.00 2.01 2.05 6/216 29015
/proc/meminfo: memFree=21070796/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10659088 memory=441284 CPUtime=3.36 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 16767 0 0 0 321 15 0 0 20 0 15 0 39426321 10914906112 110321 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2664772 110321 3138 1 0 2627263 0
[pid=29000/tid=29002] ppid=28997 vsize=10659088 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) R 28997 29000 25432 0 -1 4202560 6028 0 0 0 137 5 0 0 20 0 15 0 39426321 10914906112 110321 33554432000 4194304 4196468 140720537635712 139938828031448 139938805747360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10659088 memory=-6951259422114956437 CPUtime=0.04 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) S 28997 29000 25432 0 -1 1077944384 77 0 0 0 3 1 0 0 20 0 15 0 39426322 10914906112 110321 33554432000 4194304 4196468 140720537635712 139938760490128 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10659088 memory=-6509546260019855295 CPUtime=0.04 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) S 28997 29000 25432 0 -1 1077944384 111 0 0 0 3 1 0 0 20 0 15 0 39426322 10914906112 110321 33554432000 4194304 4196468 140720537635712 139938429266960 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10659088 memory=-7390251449858225344 CPUtime=0.04 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) S 28997 29000 25432 0 -1 1077944384 51 0 0 0 2 2 0 0 20 0 15 0 39426322 10914906112 110321 33554432000 4194304 4196468 140720537635712 139938428214160 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10659088 memory=4134692831991786133 CPUtime=0.05 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) S 28997 29000 25432 0 -1 1077944384 201 0 0 0 3 2 0 0 20 0 15 0 39426322 10914906112 110321 33554432000 4194304 4196468 140720537635712 139938427161360 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39426323 10914906112 110321 33554432000 4194304 4196468 140720537635712 139938315893104 139938823809666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0

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

/proc/29000/task/29002/stat : 29002 (java) S 28997 29000 25432 0 -1 1077944384 18853 0 0 0 4328 11 0 0 20 0 16 0 39426321 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938828039200 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10794416 memory=8289944 CPUtime=158.87 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) R 28997 29000 25432 0 -1 4202560 25679 0 0 0 15736 151 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938760490328 139938805408152 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10794416 memory=2506851616513 CPUtime=159.37 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) R 28997 29000 25432 0 -1 4202560 22544 0 0 0 15790 147 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938429266960 139938808497287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10794416 memory=0 CPUtime=158.8 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) R 28997 29000 25432 0 -1 4202560 25862 0 0 0 15722 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938428214160 139938808794929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10794416 memory=280681885244768 CPUtime=159.17 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) R 28997 29000 25432 0 -1 4202560 20453 0 0 0 15759 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938427161248 139938808497335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10794416 memory=6791534058613427641 CPUtime=27.18 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 53541 0 0 0 2714 4 0 0 20 0 16 0 39426323 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938315891648 139938823808725 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10794416 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938314839136 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10794416 memory=8106164 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938313786240 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10794416 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10794416 memory=5404 CPUtime=1.63 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) S 28997 29000 25432 0 -1 1077944384 8161 0 0 0 162 1 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938311682928 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10794416 memory=4612 CPUtime=1.97 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) S 28997 29000 25432 0 -1 1077944384 14796 0 0 0 195 2 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938310630128 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10794416 memory=1432 CPUtime=0.33 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) S 28997 29000 25432 0 -1 1077944384 2344 0 0 0 33 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938309577328 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10794416 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10794416 memory=140340942767120 CPUtime=0.11 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1252 0 0 0 5 6 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29104] ppid=28997 vsize=10794416 memory=8128038100524242582 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29104/stat : 29104 (java) S 28997 29000 25432 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 39449122 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938304318224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 710.93 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8106164 KiB

[startup+232.801 s]
/proc/loadavg: 6.03 3.70 2.68 10/216 29105
/proc/meminfo: memFree=6582120/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10794416 memory=8106164 CPUtime=714.09 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 195086 0 0 0 70770 639 0 0 20 0 16 0 39426321 11053481984 2026541 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2698604 2026541 3217 1 0 2661057 0
[pid=29000/tid=29002] ppid=28997 vsize=10794416 memory=8106164 CPUtime=43.39 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) S 28997 29000 25432 0 -1 1077944384 18853 0 0 0 4328 11 0 0 20 0 16 0 39426321 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938828039200 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10794416 memory=13952 CPUtime=159.66 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) R 28997 29000 25432 0 -1 4202560 25774 0 0 0 15815 151 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938760490328 139938808795165 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10794416 memory=2428 CPUtime=160.16 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) R 28997 29000 25432 0 -1 4202560 22577 0 0 0 15869 147 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938429266960 139938808256141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10794416 memory=6791534058613427641 CPUtime=159.59 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) R 28997 29000 25432 0 -1 4202560 25862 0 0 0 15801 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938428214360 139938805408269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10794416 memory=18472 CPUtime=159.97 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) R 28997 29000 25432 0 -1 4202560 20453 0 0 0 15839 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938427161248 139938808497264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10794416 memory=4040 CPUtime=27.18 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 53541 0 0 0 2714 4 0 0 20 0 16 0 39426323 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938315891648 139938823808725 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10794416 memory=644 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938314839136 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10794416 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938313786240 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10794416 memory=1724 CPUtime=1.63 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) S 28997 29000 25432 0 -1 1077944384 8161 0 0 0 162 1 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938311682928 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10794416 memory=10928 CPUtime=1.97 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) S 28997 29000 25432 0 -1 1077944384 14796 0 0 0 195 2 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938310630128 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10794416 memory=1228 CPUtime=0.33 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) S 28997 29000 25432 0 -1 1077944384 2344 0 0 0 33 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938309577328 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10794416 memory=796 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10794416 memory=1008 CPUtime=0.11 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1253 0 0 0 5 6 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29104] ppid=28997 vsize=10794416 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29104/stat : 29104 (java) S 28997 29000 25432 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 39449122 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938304318224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 714.09 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8106164 KiB

[startup+233.201 s]
/proc/loadavg: 6.03 3.70 2.68 11/216 29105
/proc/meminfo: memFree=6582120/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10794416 memory=8106164 CPUtime=715.67 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 195087 0 0 0 70928 639 0 0 20 0 16 0 39426321 11053481984 2026541 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2698604 2026541 3217 1 0 2661057 0
[pid=29000/tid=29002] ppid=28997 vsize=10794416 memory=2204 CPUtime=43.39 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) S 28997 29000 25432 0 -1 1077944384 18853 0 0 0 4328 11 0 0 20 0 16 0 39426321 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938828039200 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10794416 memory=7524 CPUtime=160.04 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) R 28997 29000 25432 0 -1 4202560 25774 0 0 0 15853 151 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938760490328 139938808794929 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10794416 memory=840 CPUtime=160.56 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) R 28997 29000 25432 0 -1 4202560 22577 0 0 0 15909 147 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938429267160 139938805408128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10794416 memory=1800 CPUtime=159.99 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) R 28997 29000 25432 0 -1 4202560 25862 0 0 0 15841 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938428214360 139938808795100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10794416 memory=920 CPUtime=160.37 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) R 28997 29000 25432 0 -1 4202560 20453 0 0 0 15879 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938427161248 139938808794920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10794416 memory=6791534058613427641 CPUtime=27.18 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 53541 0 0 0 2714 4 0 0 20 0 16 0 39426323 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938315891648 139938823808725 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10794416 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938314839136 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10794416 memory=14417003460954513 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938313786240 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10794416 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10794416 memory=1296 CPUtime=1.63 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) S 28997 29000 25432 0 -1 1077944384 8162 0 0 0 162 1 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938311682688 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10794416 memory=1724 CPUtime=1.97 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) S 28997 29000 25432 0 -1 1077944384 14796 0 0 0 195 2 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938310630176 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10794416 memory=10928 CPUtime=0.33 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) S 28997 29000 25432 0 -1 1077944384 2344 0 0 0 33 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938309577376 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10794416 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10794416 memory=796 CPUtime=0.11 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1253 0 0 0 5 6 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29104] ppid=28997 vsize=10794416 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29104/stat : 29104 (java) S 28997 29000 25432 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 39449122 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938304318224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 715.67 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8106164 KiB

[startup+233.401 s]
/proc/loadavg: 6.03 3.70 2.68 11/216 29105
/proc/meminfo: memFree=6582120/32770624 swapFree=67108860/67108860
[pid=29000] ppid=28997 vsize=10794416 memory=8106164 CPUtime=716.47 cores=1,3,5,7
/proc/29000/stat : 29000 (java) S 28997 29000 25432 0 -1 1077944320 195087 0 0 0 71008 639 0 0 20 0 16 0 39426321 11053481984 2026541 33554432000 4194304 4196468 140720537635712 140720537618256 139938823798519 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
/proc/29000/statm: 2698604 2026541 3217 1 0 2661057 0
[pid=29000/tid=29002] ppid=28997 vsize=10794416 memory=288230617509003574 CPUtime=43.39 cores=1,3,5,7
/proc/29000/task/29002/stat : 29002 (java) S 28997 29000 25432 0 -1 1077944384 18853 0 0 0 4328 11 0 0 20 0 16 0 39426321 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938828039200 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29003] ppid=28997 vsize=10794416 memory=14417003460954513 CPUtime=160.24 cores=1,3,5,7
/proc/29000/task/29003/stat : 29003 (java) R 28997 29000 25432 0 -1 4202560 25774 0 0 0 15873 151 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938760490328 139938808794864 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29004] ppid=28997 vsize=10794416 memory=1228 CPUtime=160.75 cores=1,3,5,7
/proc/29000/task/29004/stat : 29004 (java) R 28997 29000 25432 0 -1 4202560 22577 0 0 0 15928 147 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938429266768 139938816426727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29005] ppid=28997 vsize=10794416 memory=796 CPUtime=160.19 cores=1,3,5,7
/proc/29000/task/29005/stat : 29005 (java) R 28997 29000 25432 0 -1 4202560 25862 0 0 0 15861 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938428213968 139938816426727 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29006] ppid=28997 vsize=10794416 memory=57 CPUtime=160.56 cores=1,3,5,7
/proc/29000/task/29006/stat : 29006 (java) R 28997 29000 25432 0 -1 4202560 20453 0 0 0 15898 158 0 0 20 0 16 0 39426322 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938427161168 139938816426727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29007] ppid=28997 vsize=10794416 memory=18 CPUtime=27.18 cores=1,3,5,7
/proc/29000/task/29007/stat : 29007 (java) S 28997 29000 25432 0 -1 1077944384 53541 0 0 0 2714 4 0 0 20 0 16 0 39426323 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938315891648 139938823808725 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29008] ppid=28997 vsize=10794416 memory=10 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29008/stat : 29008 (java) S 28997 29000 25432 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938314839136 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29009] ppid=28997 vsize=10794416 memory=280681885456964 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29009/stat : 29009 (java) S 28997 29000 25432 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 39426324 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938313786240 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29010] ppid=28997 vsize=10794416 memory=5864339070211413861 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29010/stat : 29010 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938312734544 139938823817115 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29011] ppid=28997 vsize=10794416 memory=7089629476927651940 CPUtime=1.63 cores=1,3,5,7
/proc/29000/task/29011/stat : 29011 (java) S 28997 29000 25432 0 -1 1077944384 8162 0 0 0 162 1 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938311682688 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29012] ppid=28997 vsize=10794416 memory=6152869729420798053 CPUtime=1.97 cores=1,3,5,7
/proc/29000/task/29012/stat : 29012 (java) S 28997 29000 25432 0 -1 1077944384 14796 0 0 0 195 2 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938310630176 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29013] ppid=28997 vsize=10794416 memory=5937503940875993191 CPUtime=0.33 cores=1,3,5,7
/proc/29000/task/29013/stat : 29013 (java) S 28997 29000 25432 0 -1 1077944384 2344 0 0 0 33 0 0 0 20 0 16 0 39426326 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938309577376 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29014] ppid=28997 vsize=10794416 memory=7593443271375482729 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29014/stat : 29014 (java) S 28997 29000 25432 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938308524768 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29015] ppid=28997 vsize=10794416 memory=7957413531726079058 CPUtime=0.11 cores=1,3,5,7
/proc/29000/task/29015/stat : 29015 (java) S 28997 29000 25432 0 -1 1077944384 1253 0 0 0 5 6 0 0 20 0 16 0 39426327 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938307472048 139938823809666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 10 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
[pid=29000/tid=29104] ppid=28997 vsize=10794416 memory=140340942351935 CPUtime=0 cores=1,3,5,7
/proc/29000/task/29104/stat : 29104 (java) S 28997 29000 25432 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 16 0 39449122 11053481984 2026541 33554432000 4194304 4196468 140720537635712 139938304318224 139938823808725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31105024 140720537638001 140720537638153 140720537638153 140720537640911 0
Current children cumulated CPU time: 716.47 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8106164 KiB

[startup+233.501 s]*
/proc/loadavg: 6.03 3.70 2.68 8/202 29105
/proc/meminfo: memFree=10463372/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 233.522
CPU time (s): 716.736
CPU user time (s): 710.303
CPU system time (s): 6.43297
CPU usage (%): 306.925
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8106164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.303
system time used= 6.43297
maximum resident set size= 8106376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195157
page faults= 0
swaps= 0
block input operations= 88
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12719
involuntary context switches= 13743


# summary of solver processes directly reported to runsolver:
#   pid: 29000
#   total CPU time (s): 716.736
#   total CPU user time (s): 710.303
#   total CPU system time (s): 6.43297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4259 second user time and 2.16042 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 02:17:12
IDJOB=4290190
IDBENCH=141443
IDSOLVER=2742
FILE ID=node138/4290190-1532218631
RUNJOBID= node138-1532209093-27994
PBS_JOBID= 21018929
Free space on /tmp= 59104 MiB

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

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

MD5SUM BENCH= 6ec4d3779b35bd6998a70efbce1ebeb4
RANDOM SEED=1756357366

node138.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.71
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.71
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.71
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.71
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:        21296168 kB
MemAvailable:   30261912 kB
Buffers:          226596 kB
Cached:          8981852 kB
SwapCached:            0 kB
Active:          3907476 kB
Inactive:        7050248 kB
Active(anon):    1751672 kB
Inactive(anon):    17052 kB
Active(file):    2155804 kB
Inactive(file):  7033196 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7500 kB
Writeback:             0 kB
AnonPages:       1766416 kB
Mapped:            46952 kB
Shmem:             17036 kB
Slab:             212456 kB
SReclaimable:     185156 kB
SUnreclaim:        27300 kB
KernelStack:        3808 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3514352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1658880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59100 MiB
End job on node138 at 2018-07-22 02:21:05