Trace number 4289823

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 423.118 152.627

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-100-50-00_c18.xml
MD5SUMac62098c303420005332b673e951092f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark451
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289823-1532269856/watcher-4289823-1532269856 -o /tmp/evaluation-result-4289823-1532269856/solver-4289823-1532269856 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289823-1532269856.xml 

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

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

solver pid=5540, runsolver pid=5537

[startup+0.103966 s]*
/proc/loadavg: 4.21 3.94 2.99 5/217 5555
/proc/meminfo: memFree=17696580/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659012 memory=30080 CPUtime=0.13 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 6604 0 0 0 12 1 0 0 20 0 15 0 44548503 10914828288 7520 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664753 7520 2846 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659012 memory=-8968182508073874624 CPUtime=0.09 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) R 5537 5540 3751 0 -1 4202560 4440 0 0 0 8 1 0 0 20 0 15 0 44548504 10914828288 7520 33554432000 4194304 4196468 140734581016240 139820223554192 139820203410782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819825834640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659012 memory=139758693938816 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819824781840 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819823729040 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) S 5537 5540 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819822676240 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659012 memory=139758693938816 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44548506 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819779099504 139820219341442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44548506 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819778045472 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44548507 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819776992624 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) S 5537 5540 3751 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819707525488 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) S 5537 5540 3751 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819706472688 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10659012 memory=139758693938816 CPUtime=0.02 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) S 5537 5540 3751 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 44548509 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819705419888 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10659012 memory=139758693938816 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 7520 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30080 KiB

[startup+0.210465 s]*
/proc/loadavg: 4.21 3.94 2.99 4/217 5555
/proc/meminfo: memFree=17687144/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659012 memory=41828 CPUtime=0.32 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 8067 0 0 0 30 2 0 0 20 0 15 0 44548503 10914828288 10457 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664753 10457 3007 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) R 5537 5540 3751 0 -1 4202560 4996 0 0 0 18 1 0 0 20 0 15 0 44548504 10914828288 10457 33554432000 4194304 4196468 140734581016240 139820223566576 139820198408159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819825834640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659012 memory=139758693962399 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819824781840 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819823729040 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) S 5537 5540 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44548504 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819822676240 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659012 memory=139758693938816 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44548506 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819779099504 139820219341442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44548506 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819778045472 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44548507 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819776992624 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) S 5537 5540 3751 0 -1 1077944384 611 0 0 0 2 0 0 0 20 0 15 0 44548509 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819707525488 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) S 5537 5540 3751 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 15 0 44548509 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819706472688 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10659012 memory=139758693938816 CPUtime=0.07 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) R 5537 5540 3751 0 -1 4202560 706 0 0 0 7 0 0 0 20 0 15 0 44548509 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819705419888 139820198138133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10659012 memory=139758693938816 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548509 10914828288 10457 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41828 KiB

[startup+0.310844 s]*
/proc/loadavg: 4.21 3.94 2.99 7/217 5555
/proc/meminfo: memFree=17680320/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659088 memory=47096 CPUtime=0.5 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 8981 0 0 0 47 3 0 0 20 0 15 0 44548503 10914906112 11774 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664772 11774 3032 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) R 5537 5540 3751 0 -1 4202560 5718 0 0 0 28 2 0 0 20 0 15 0 44548504 10914906112 11774 33554432000 4194304 4196468 140734581016240 139820223567984 139820203373925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659088 memory=4294979916 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819825834640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659088 memory=139758694022905 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819824781840 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819823729040 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) S 5537 5540 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819822676240 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659088 memory=139758693938816 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819779099504 139820219341442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819778045472 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44548507 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819776992624 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) R 5537 5540 3751 0 -1 4202560 634 0 0 0 3 0 0 0 20 0 15 0 44548509 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819707525488 139820219351642 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) R 5537 5540 3751 0 -1 1077944384 494 0 0 0 3 0 0 0 20 0 15 0 44548509 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819706472688 139820219341442 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10659088 memory=139758693938816 CPUtime=0.11 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) R 5537 5540 3751 0 -1 4202560 772 0 0 0 11 0 0 0 20 0 15 0 44548509 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819705415616 139820219351642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10659088 memory=139758693938816 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 11774 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47096 KiB

[startup+0.700688 s]
/proc/loadavg: 4.21 3.94 2.99 5/217 5555
/proc/meminfo: memFree=17620392/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659088 memory=125984 CPUtime=1.68 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 11824 0 0 0 164 4 0 0 20 0 15 0 44548503 10914906112 31496 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664772 31496 3105 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659088 memory=18460 CPUtime=0.68 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) R 5537 5540 3751 0 -1 4202560 5870 0 0 0 65 3 0 0 20 0 15 0 44548504 10914906112 31496 33554432000 4194304 4196468 140734581016240 139820223566552 139819859330055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659088 memory=10156 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819825834640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659088 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819824781840 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659088 memory=644 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819823729040 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659088 memory=952 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) S 5537 5540 3751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44548504 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819822676240 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659088 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819779099504 139820219341442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10659088 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819778045472 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10659088 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44548507 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819776992624 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10659088 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10659088 memory=6081105704601809001 CPUtime=0.39 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) R 5537 5540 3751 0 -1 4202560 1928 0 0 0 39 0 0 0 20 0 15 0 44548509 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819707506504 139820202741190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10659088 memory=6293050847276651881 CPUtime=0.37 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) S 5537 5540 3751 0 -1 1077944384 1271 0 0 0 37 0 0 0 20 0 15 0 44548509 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819706472688 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10659088 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) S 5537 5540 3751 0 -1 1077944384 1384 0 0 0 22 0 0 0 20 0 15 0 44548509 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819705419888 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10659088 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) S 5537 5540 3751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 31496 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 125984 KiB

[startup+1.50129 s]
/proc/loadavg: 4.21 3.94 2.99 5/217 5555
/proc/meminfo: memFree=17551340/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659088 memory=241580 CPUtime=3.79 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 26220 0 0 0 369 10 0 0 20 0 15 0 44548503 10914906112 60395 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664772 60395 3141 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659088 memory=234452 CPUtime=1.43 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) R 5537 5540 3751 0 -1 4202560 6880 0 0 0 139 4 0 0 20 0 15 0 44548504 10914906112 60395 33554432000 4194304 4196468 140734581016240 139820223535936 139819856427137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659088 memory=8112282956445269571 CPUtime=0.03 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) S 5537 5540 3751 0 -1 1077944384 57 0 0 0 3 0 0 0 20 0 15 0 44548504 10914906112 60395 33554432000 4194304 4196468 140734581016240 139819825834640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) S 5537 5540 3751 0 -1 1077944384 98 0 0 0 3 0 0 0 20 0 15 0 44548504 10914906112 60395 33554432000 4194304 4196468 140734581016240 139819824781840 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) S 5537 5540 3751 0 -1 1077944384 192 0 0 0 3 1 0 0 20 0 15 0 44548504 10914906112 60395 33554432000 4194304 4196468 140734581016240 139819823729040 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659088 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) S 5537 5540 3751 0 -1 1077944384 174 0 0 0 2 1 0 0 20 0 15 0 44548504 10914906112 60395 33554432000 4194304 4196468 140734581016240 139819822676240 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 60395 33554432000 4194304 4196468 140734581016240 139819779099504 139820219341442 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0

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


[startup+147.201 s]
/proc/loadavg: 3.78 3.71 3.02 6/217 5557
/proc/meminfo: memFree=9425424/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659088 memory=8267980 CPUtime=405.74 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 250432 0 0 0 40012 562 0 0 20 0 15 0 44548503 10914906112 2066995 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664772 2066995 3174 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659088 memory=15052 CPUtime=39.92 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) S 5537 5540 3751 0 -1 1077944384 20210 0 0 0 3977 15 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139820223562848 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659088 memory=4140 CPUtime=85.33 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) R 5537 5540 3751 0 -1 4202560 52400 0 0 0 8395 138 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819825834448 139820211958503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659088 memory=15052 CPUtime=85.67 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) R 5537 5540 3751 0 -1 4202560 37631 0 0 0 8435 132 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819824781728 139820204328236 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659088 memory=1296 CPUtime=85.51 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) R 5537 5540 3751 0 -1 4202560 49188 0 0 0 8416 135 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819823729160 139820211958503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659088 memory=8112282956445269571 CPUtime=84.97 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) R 5537 5540 3751 0 -1 4202560 31967 0 0 0 8365 132 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819822676048 139820211958503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659088 memory=288230621803970871 CPUtime=20.35 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 34663 0 0 0 2033 2 0 0 20 0 15 0 44548506 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819779098064 139820219340501 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10659088 memory=15541808151136668 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819778045536 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10659088 memory=8267980 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 44548507 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819776992640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10659088 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10659088 memory=792 CPUtime=1.76 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) S 5537 5540 3751 0 -1 1077944384 9062 0 0 0 175 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819707525248 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10659088 memory=15052 CPUtime=1.71 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) S 5537 5540 3751 0 -1 1077944384 10231 0 0 0 170 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819706472736 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10659088 memory=1296 CPUtime=0.36 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) S 5537 5540 3751 0 -1 1077944384 3193 0 0 0 35 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819705419936 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10659088 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10659088 memory=8267968 CPUtime=0.07 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) R 5537 5540 3751 0 -1 1077944384 480 0 0 0 4 3 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 405.74 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8267980 KiB

[startup+150.401 s]
/proc/loadavg: 3.88 3.73 3.04 6/217 5557
/proc/meminfo: memFree=9425424/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659088 memory=8267980 CPUtime=418.13 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 251580 0 0 0 41247 566 0 0 20 0 15 0 44548503 10914906112 2066995 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664772 2066995 3174 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659088 memory=8241064 CPUtime=39.92 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) S 5537 5540 3751 0 -1 1077944384 20210 0 0 0 3977 15 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139820223562848 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659088 memory=8267960 CPUtime=88.41 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) R 5537 5540 3751 0 -1 4202560 52400 0 0 0 8702 139 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819825834448 139820211958503 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659088 memory=1228 CPUtime=88.86 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) R 5537 5540 3751 0 -1 4202560 38779 0 0 0 8754 132 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819824781728 139820204031000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659088 memory=8388 CPUtime=88.55 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) R 5537 5540 3751 0 -1 4202560 49188 0 0 0 8718 137 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819823729160 139820211958503 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659088 memory=1228 CPUtime=88.04 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) R 5537 5540 3751 0 -1 4202560 31967 0 0 0 8671 133 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819822676048 139820211958503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659088 memory=8388 CPUtime=20.35 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 34663 0 0 0 2033 2 0 0 20 0 15 0 44548506 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819779098064 139820219340501 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10659088 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819778045536 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10659088 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 44548507 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819776992640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10659088 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10659088 memory=14004 CPUtime=1.76 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) S 5537 5540 3751 0 -1 1077944384 9062 0 0 0 175 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819707525248 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10659088 memory=8267980 CPUtime=1.71 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) S 5537 5540 3751 0 -1 1077944384 10231 0 0 0 170 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819706472736 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10659088 memory=214 CPUtime=0.36 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) S 5537 5540 3751 0 -1 1077944384 3193 0 0 0 35 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819705419936 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10659088 memory=69 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10659088 memory=1603 CPUtime=0.08 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) S 5537 5540 3751 0 -1 1077944384 480 0 0 0 5 3 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 418.13 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8267980 KiB

[startup+152.001 s]*
/proc/loadavg: 3.88 3.73 3.04 3/217 5557
/proc/meminfo: memFree=9425424/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10659088 memory=8267980 CPUtime=422.66 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 251733 0 0 0 41699 567 0 0 20 0 15 0 44548503 10914906112 2066995 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2664772 2066995 3174 1 0 2627263 0
[pid=5540/tid=5542] ppid=5537 vsize=10659088 memory=8112282956445269571 CPUtime=39.92 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) S 5537 5540 3751 0 -1 1077944384 20210 0 0 0 3977 15 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139820223562848 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10659088 memory=4126316290023845779 CPUtime=89.39 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) S 5537 5540 3751 0 -1 1077944384 52400 0 0 0 8800 139 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819825834640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10659088 memory=6944656592455350634 CPUtime=89.88 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) S 5537 5540 3751 0 -1 1077944384 38932 0 0 0 8856 132 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819824781840 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10659088 memory=8187704045996132563 CPUtime=89.51 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) S 5537 5540 3751 0 -1 1077944384 49188 0 0 0 8814 137 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819823729040 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10659088 memory=-8990767739041718176 CPUtime=89.01 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) S 5537 5540 3751 0 -1 1077944384 31967 0 0 0 8768 133 0 0 20 0 15 0 44548504 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819822676240 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10659088 memory=6944656592455350634 CPUtime=20.94 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) R 5537 5540 3751 0 -1 4202560 34663 0 0 0 2092 2 0 0 20 0 15 0 44548506 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819779097952 139820204326702 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10659088 memory=6944656592452807314 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 44548506 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819778045536 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 44548507 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819776992640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10659088 memory=8443538352883892301 CPUtime=1.76 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) S 5537 5540 3751 0 -1 1077944384 9062 0 0 0 175 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819707525248 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10659088 memory=288287779262300920 CPUtime=1.71 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) S 5537 5540 3751 0 -1 1077944384 10231 0 0 0 170 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819706472736 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10659088 memory=3761122730486006049 CPUtime=0.36 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) S 5537 5540 3751 0 -1 1077944384 3193 0 0 0 35 1 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819705419936 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10659088 memory=8267980 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10659088 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) S 5537 5540 3751 0 -1 1077944384 480 0 0 0 5 3 0 0 20 0 15 0 44548509 10914906112 2066995 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 422.66 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 8267980 KiB

[startup+152.401 s]
/proc/loadavg: 3.88 3.73 3.04 3/217 5557
/proc/meminfo: memFree=9425424/32770624 swapFree=67108860/67108860
[pid=5540] ppid=5537 vsize=10794416 memory=8268888 CPUtime=423.06 cores=0,2,4,6
/proc/5540/stat : 5540 (java) S 5537 5540 3751 0 -1 1077944320 253433 0 0 0 41739 567 0 0 20 0 16 0 44548503 11053481984 2067222 33554432000 4194304 4196468 140734581016240 140734580998784 139820219330295 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
/proc/5540/statm: 2698604 2067222 3218 1 0 2661057 0
[pid=5540/tid=5542] ppid=5537 vsize=10794416 memory=1576 CPUtime=39.95 cores=0,2,4,6
/proc/5540/task/5542/stat : 5542 (java) S 5537 5540 3751 0 -1 1077944384 20631 0 0 0 3980 15 0 0 20 0 16 0 44548504 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139820223570976 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5543] ppid=5537 vsize=10794416 memory=928 CPUtime=89.39 cores=0,2,4,6
/proc/5540/task/5543/stat : 5543 (java) S 5537 5540 3751 0 -1 1077944384 52400 0 0 0 8800 139 0 0 20 0 16 0 44548504 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819825834640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5544] ppid=5537 vsize=10794416 memory=2240 CPUtime=89.88 cores=0,2,4,6
/proc/5540/task/5544/stat : 5544 (java) S 5537 5540 3751 0 -1 1077944384 38932 0 0 0 8856 132 0 0 20 0 16 0 44548504 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819824781840 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5545] ppid=5537 vsize=10794416 memory=4124 CPUtime=89.51 cores=0,2,4,6
/proc/5540/task/5545/stat : 5545 (java) S 5537 5540 3751 0 -1 1077944384 49188 0 0 0 8814 137 0 0 20 0 16 0 44548504 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819823729040 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5546] ppid=5537 vsize=10794416 memory=8267980 CPUtime=89.01 cores=0,2,4,6
/proc/5540/task/5546/stat : 5546 (java) S 5537 5540 3751 0 -1 1077944384 31967 0 0 0 8768 133 0 0 20 0 16 0 44548504 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819822676240 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5547] ppid=5537 vsize=10794416 memory=1204 CPUtime=21.28 cores=0,2,4,6
/proc/5540/task/5547/stat : 5547 (java) S 5537 5540 3751 0 -1 1077944384 34775 0 0 0 2126 2 0 0 20 0 16 0 44548506 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819779099504 139820219341442 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5548] ppid=5537 vsize=10794416 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5548/stat : 5548 (java) S 5537 5540 3751 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 16 0 44548506 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819778045536 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5549] ppid=5537 vsize=10794416 memory=4008 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5549/stat : 5549 (java) S 5537 5540 3751 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44548507 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819776992640 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5550] ppid=5537 vsize=10794416 memory=18460 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5550/stat : 5550 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44548509 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819775940944 139820219348891 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5551] ppid=5537 vsize=10794416 memory=10156 CPUtime=1.78 cores=0,2,4,6
/proc/5540/task/5551/stat : 5551 (java) S 5537 5540 3751 0 -1 1077944384 9909 0 0 0 177 1 0 0 20 0 16 0 44548509 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819707525488 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5552] ppid=5537 vsize=10794416 memory=1788 CPUtime=1.71 cores=0,2,4,6
/proc/5540/task/5552/stat : 5552 (java) S 5537 5540 3751 0 -1 1077944384 10259 0 0 0 170 1 0 0 20 0 16 0 44548509 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819706472688 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5553] ppid=5537 vsize=10794416 memory=644 CPUtime=0.37 cores=0,2,4,6
/proc/5540/task/5553/stat : 5553 (java) S 5537 5540 3751 0 -1 1077944384 3434 0 0 0 36 1 0 0 20 0 16 0 44548509 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819705419888 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5554] ppid=5537 vsize=10794416 memory=952 CPUtime=0 cores=0,2,4,6
/proc/5540/task/5554/stat : 5554 (java) S 5537 5540 3751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44548509 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819704367328 139820219340501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
[pid=5540/tid=5555] ppid=5537 vsize=10794416 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/5540/task/5555/stat : 5555 (java) S 5537 5540 3751 0 -1 1077944384 480 0 0 0 5 3 0 0 20 0 16 0 44548509 11053481984 2067222 33554432000 4194304 4196468 140734581016240 139819703315632 139820219341442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38756352 140734581019761 140734581019913 140734581019913 140734581022671 0
Current children cumulated CPU time: 423.06 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8268888 KiB

[startup+152.601 s]*
/proc/loadavg: 3.88 3.73 3.04 3/204 5559
/proc/meminfo: memFree=12660596/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): 152.627
CPU time (s): 423.118
CPU user time (s): 417.395
CPU system time (s): 5.72304
CPU usage (%): 277.224
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8268888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 417.395
system time used= 5.72304
maximum resident set size= 8269240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10147
involuntary context switches= 6904


# summary of solver processes directly reported to runsolver:
#   pid: 5540
#   total CPU time (s): 423.118
#   total CPU user time (s): 417.395
#   total CPU system time (s): 5.72304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.983399 second user time and 1.4389 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-22 16:30:56
IDJOB=4289823
IDBENCH=141623
IDSOLVER=2742
FILE ID=node106/4289823-1532269856
RUNJOBID= node106-1532261164-3782
PBS_JOBID= 21018972
Free space on /tmp= 53028 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-100-50-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289823-1532269856/watcher-4289823-1532269856 -o /tmp/evaluation-result-4289823-1532269856/solver-4289823-1532269856 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532261164-3782 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289823-1532269856.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=1611721869

node106.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        17714904 kB
MemAvailable:   31436232 kB
Buffers:          245232 kB
Cached:         13565596 kB
SwapCached:            0 kB
Active:          1770032 kB
Inactive:       12599140 kB
Active(anon):     560584 kB
Inactive(anon):    17096 kB
Active(file):    1209448 kB
Inactive(file): 12582044 kB
Unevictable:        6920 kB
Mlocked:            6920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:        673112 kB
Mapped:            48008 kB
Shmem:             17036 kB
Slab:             385760 kB
SReclaimable:     358296 kB
SUnreclaim:        27464 kB
KernelStack:        3856 kB
PageTables:         6144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1560596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    571392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 53028 MiB
End job on node106 at 2018-07-22 16:33:29