Trace number 4263180

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 2017-07-05? 512.28802 176.569

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-00.xml
MD5SUMac62098c303420005332b673e951092f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark398
Best CPU time to get the best result obtained on this benchmark2520.0601
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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263180-1502633899/watcher-4263180-1502633899 -o /tmp/evaluation-result-4263180-1502633899/solver-4263180-1502633899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263180-1502633899.xml 

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

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


[startup+0.100198 s]*
/proc/loadavg: 2.06 2.01 2.04 3/207 18343
/proc/meminfo: memFree=28755244/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10018544 memory=19584 CPUtime=0.01 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 3716 0 0 0 1 0 0 0 20 0 7 0 110896336 10258989056 4896 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2504636 4896 2009 1 0 2494133 0
[pid=18337/tid=18339] ppid=18334 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 4674 0 -1 4202560 2426 0 0 0 1 0 0 0 20 0 7 0 110896344 10258989056 4896 18446744073709551615 4194304 4196468 140727414437216 140159198067472 140159179507507 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10018544 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 110896345 10258989056 4896 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10018544 memory=140571773687424 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 110896345 10258989056 4896 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 7 0 110896345 10258989056 4896 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10018544 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 110896345 10258989056 4896 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10018544 memory=140571773687424 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 110896346 10258989056 4962 18446744073709551615 4194304 4196468 140727414437216 140158757857520 140159193836162 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 19584 KiB

[startup+0.210074 s]*
/proc/loadavg: 2.06 2.01 2.04 2/215 18351
/proc/meminfo: memFree=28751076/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10484492 memory=22836 CPUtime=0.05 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 4674 0 0 0 4 1 0 0 20 0 14 0 110896336 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2621123 5709 2571 1 0 2610620 0
[pid=18337/tid=18339] ppid=18334 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) D 18334 18337 4674 0 -1 4202560 2779 0 0 0 4 0 0 0 20 0 14 0 110896344 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140159198062496 140159193847037 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10484492 memory=329 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110896345 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10484492 memory=140571774629015 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110896345 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110896345 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110896345 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10484492 memory=140571773687424 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110896346 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158757857520 140159193836162 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 110896347 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158756803744 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 110896347 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158755750640 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110896349 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 4674 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 14 0 110896349 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158753647344 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 110896349 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158752594800 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10484492 memory=140571773687424 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 4674 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 110896349 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158751541744 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110896350 10736119808 5709 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22836 KiB

[startup+0.3103 s]*
/proc/loadavg: 2.06 2.01 2.04 3/216 18352
/proc/meminfo: memFree=28742468/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10551156 memory=30984 CPUtime=0.19 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 8038 0 0 0 17 2 0 0 20 0 15 0 110896336 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2637789 7746 2844 1 0 2627261 0
[pid=18337/tid=18339] ppid=18334 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 4674 0 -1 4202560 5713 0 0 0 11 2 0 0 20 0 15 0 110896344 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140159198053296 140159177905502 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896345 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896345 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896345 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896345 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110896346 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158757857520 140159193836162 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110896347 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158756803744 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110896347 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158755750640 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896349 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 4674 0 -1 1077944384 485 0 0 0 1 0 0 0 20 0 15 0 110896349 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158753647344 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 4674 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 15 0 110896349 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158752594800 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) D 18334 18337 4674 0 -1 4202560 412 0 0 0 3 0 0 0 20 0 15 0 110896349 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158751538680 140159186542167 0 4 1 16800974 18446744071582151463 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896350 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896359 10804383744 7746 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30984 KiB

[startup+0.701285 s]
/proc/loadavg: 2.06 2.01 2.04 6/216 18352
/proc/meminfo: memFree=28730200/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10551232 memory=97728 CPUtime=1.07 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 12031 0 0 0 102 5 0 0 20 0 15 0 110896336 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2637808 24432 3034 1 0 2627261 0
[pid=18337/tid=18339] ppid=18334 vsize=10551232 memory=281143325148320 CPUtime=0.5 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 4674 0 -1 4202560 7371 0 0 0 47 3 0 0 20 0 15 0 110896344 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140159198061056 140159193846362 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896345 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896345 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896345 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10551232 memory=26 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896345 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10551232 memory=229 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110896346 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158757857520 140159193836162 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10551232 memory=4148 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158756803744 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10551232 memory=6498285520082 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158755750640 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896349 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10551232 memory=13564886244395551 CPUtime=0.15 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) R 18334 18337 4674 0 -1 1077944384 1269 0 0 0 15 0 0 0 20 0 15 0 110896349 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158753638672 140159193835221 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10551232 memory=519 CPUtime=0.17 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) R 18334 18337 4674 0 -1 4202560 850 0 0 0 17 0 0 0 20 0 15 0 110896349 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158752585840 140159177317577 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10551232 memory=2698 CPUtime=0.21 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) R 18334 18337 4674 0 -1 4202560 1171 0 0 0 21 0 0 0 20 0 15 0 110896349 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158751536512 140159193846362 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896350 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10551232 memory=1 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896359 10804461568 24432 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 97728 KiB

[startup+1.50141 s]
/proc/loadavg: 2.06 2.01 2.04 3/216 18352
/proc/meminfo: memFree=28634696/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10551232 memory=233944 CPUtime=3.09 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 18995 0 0 0 297 12 0 0 20 0 15 0 110896336 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2637808 58486 3086 1 0 2627261 0
[pid=18337/tid=18339] ppid=18334 vsize=10551232 memory=6944652177228980320 CPUtime=1.26 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) R 18334 18337 4674 0 -1 4202560 7848 0 0 0 122 4 0 0 20 0 15 0 110896344 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140159198032960 140158825533699 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 26 0 0 0 2 1 0 0 20 0 15 0 110896345 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 110896345 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 19 0 0 0 2 1 0 0 20 0 15 0 110896345 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10551232 memory=26 CPUtime=0.03 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 27 0 0 0 2 1 0 0 20 0 15 0 110896345 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10551232 memory=229 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 110896346 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158757857520 140159193836162 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158756803744 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158755750640 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896349 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10551232 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) R 18334 18337 4674 0 -1 4202560 4221 0 0 0 67 0 0 0 20 0 15 0 110896349 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158753633368 140159175368732 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10551232 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) R 18334 18337 4674 0 -1 4202560 3874 0 0 0 67 0 0 0 20 0 15 0 110896349 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158752575608 140159177321803 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 4674 0 -1 1077944384 1506 0 0 0 28 0 0 0 20 0 15 0 110896349 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158751541744 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896350 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110896359 10804461568 58486 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 10551232 KiB

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

[pid=18337/tid=18351] ppid=18334 vsize=10551232 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896350 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10551232 memory=1204 CPUtime=0.09 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 199 0 0 0 5 4 0 0 20 0 15 0 110896359 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 507.58 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8273880 KiB

[startup+175.201 s]
/proc/loadavg: 3.69 2.61 2.25 6/214 18358
/proc/meminfo: memFree=20485804/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10551232 memory=8273880 CPUtime=510.68 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 277115 0 0 0 50514 554 0 0 20 0 15 0 110896336 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2637808 2068470 3129 1 0 2627261 0
[pid=18337/tid=18339] ppid=18334 vsize=10551232 memory=1296 CPUtime=40.96 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) S 18334 18337 4674 0 -1 1077944384 17965 0 0 0 4084 12 0 0 20 0 15 0 110896344 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140159198057552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10551232 memory=2320 CPUtime=112.34 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) R 18334 18337 4674 0 -1 4202560 52254 0 0 0 11114 120 0 0 20 0 15 0 110896345 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140159150791504 140159186453223 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10551232 memory=1724 CPUtime=111.04 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) R 18334 18337 4674 0 -1 4202560 47093 0 0 0 10966 138 0 0 20 0 15 0 110896345 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140159149739272 140159186453223 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10551232 memory=2012 CPUtime=111.32 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) R 18334 18337 4674 0 -1 4202560 64064 0 0 0 11005 127 0 0 20 0 15 0 110896345 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140159148686296 140159175434847 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10551232 memory=9000 CPUtime=110.5 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) R 18334 18337 4674 0 -1 4202560 38809 0 0 0 10904 146 0 0 20 0 15 0 110896345 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140159147633672 140159186453223 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10551232 memory=1228 CPUtime=20.64 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 34248 0 0 0 2062 2 0 0 20 0 15 0 110896346 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158757856080 140159193835221 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10551232 memory=5712 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158756803808 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158755750656 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10551232 memory=984 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896349 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10551232 memory=1728 CPUtime=1.65 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 4674 0 -1 1077944384 9217 0 0 0 164 1 0 0 20 0 15 0 110896349 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158753647392 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10551232 memory=2244 CPUtime=1.7 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 4674 0 -1 1077944384 9895 0 0 0 169 1 0 0 20 0 15 0 110896349 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158752594848 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10551232 memory=4288 CPUtime=0.33 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 4674 0 -1 1077944384 2010 0 0 0 33 0 0 0 20 0 15 0 110896349 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158751541504 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10551232 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896350 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10551232 memory=928 CPUtime=0.09 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 199 0 0 0 5 4 0 0 20 0 15 0 110896359 10804461568 2068470 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 510.68 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8273880 KiB

[startup+176.001 s]*
/proc/loadavg: 3.69 2.61 2.25 3/214 18358
/proc/meminfo: memFree=20485812/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10551232 memory=8273884 CPUtime=511.9 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 277696 0 0 0 50636 554 0 0 20 0 15 0 110896336 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2637808 2068471 3129 1 0 2627261 0
[pid=18337/tid=18339] ppid=18334 vsize=10551232 memory=-8774313645642428999 CPUtime=40.96 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) S 18334 18337 4674 0 -1 1077944384 17965 0 0 0 4084 12 0 0 20 0 15 0 110896344 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140159198057552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10551232 memory=4064 CPUtime=112.47 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 52254 0 0 0 11127 120 0 0 20 0 15 0 110896345 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10551232 memory=1152 CPUtime=111.17 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 47093 0 0 0 10979 138 0 0 20 0 15 0 110896345 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10551232 memory=4872558044660077418 CPUtime=111.46 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 64064 0 0 0 11019 127 0 0 20 0 15 0 110896345 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10551232 memory=4572 CPUtime=110.64 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 38809 0 0 0 10918 146 0 0 20 0 15 0 110896345 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10551232 memory=1444 CPUtime=21.31 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) R 18334 18337 4674 0 -1 4202560 34829 0 0 0 2129 2 0 0 20 0 15 0 110896346 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158757856080 140159178821382 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10551232 memory=12304 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158756803808 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10551232 memory=4572 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110896347 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158755750656 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10551232 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896349 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10551232 memory=12304 CPUtime=1.65 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 4674 0 -1 1077944384 9217 0 0 0 164 1 0 0 20 0 15 0 110896349 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158753647392 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10551232 memory=1204 CPUtime=1.7 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 4674 0 -1 1077944384 9895 0 0 0 169 1 0 0 20 0 15 0 110896349 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158752594848 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10551232 memory=15880 CPUtime=0.33 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 4674 0 -1 1077944384 2010 0 0 0 33 0 0 0 20 0 15 0 110896349 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158751541504 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110896350 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10551232 memory=32068 CPUtime=0.09 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 199 0 0 0 5 4 0 0 20 0 15 0 110896359 10804461568 2068471 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 511.9 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8273884 KiB

[startup+176.401 s]
/proc/loadavg: 3.69 2.61 2.25 3/214 18358
/proc/meminfo: memFree=20485812/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10684512 memory=8274844 CPUtime=512.23 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 282049 0 0 0 50668 555 0 0 20 0 16 0 110896336 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2671128 2068711 3174 1 0 2660543 0
[pid=18337/tid=18339] ppid=18334 vsize=10684512 memory=8273880 CPUtime=41 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) S 18334 18337 4674 0 -1 1077944384 18513 0 0 0 4087 13 0 0 20 0 16 0 110896344 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159198065696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10684512 memory=8273880 CPUtime=112.47 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 52254 0 0 0 11127 120 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10684512 memory=-8774313645642428999 CPUtime=111.17 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 47093 0 0 0 10979 138 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10684512 memory=4148 CPUtime=111.46 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 64064 0 0 0 11019 127 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10684512 memory=53852 CPUtime=110.64 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 38809 0 0 0 10918 146 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10684512 memory=1296 CPUtime=21.57 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 37603 0 0 0 2155 2 0 0 20 0 16 0 110896346 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158757857520 140159193836162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10684512 memory=2320 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110896347 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158756803808 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10684512 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110896347 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158755750656 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10684512 memory=9000 CPUtime=1.68 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 4674 0 -1 1077944384 9904 0 0 0 167 1 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158753647344 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10684512 memory=1228 CPUtime=1.7 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 4674 0 -1 1077944384 9959 0 0 0 169 1 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158752594800 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10684512 memory=5712 CPUtime=0.34 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 4674 0 -1 1077944384 2240 0 0 0 34 0 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158751541744 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10684512 memory=796 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110896350 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10684512 memory=984 CPUtime=0.09 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 199 0 0 0 5 4 0 0 20 0 16 0 110896359 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 512.23 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8274844 KiB

[startup+176.501 s]
/proc/loadavg: 3.69 2.61 2.25 3/214 18358
/proc/meminfo: memFree=20485812/32770624 swapFree=67108764/67108860
[pid=18337] ppid=18334 vsize=10684512 memory=8274844 CPUtime=512.23 cores=0,2,4,6
/proc/18337/stat : 18337 (java) S 18334 18337 4674 0 -1 1077944320 282049 0 0 0 50668 555 0 0 20 0 16 0 110896336 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140727414419760 140159193825015 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
/proc/18337/statm: 2671128 2068711 3174 1 0 2660543 0
[pid=18337/tid=18339] ppid=18334 vsize=10684512 memory=8273884 CPUtime=41 cores=0,2,4,6
/proc/18337/task/18339/stat : 18339 (java) S 18334 18337 4674 0 -1 1077944384 18513 0 0 0 4087 13 0 0 20 0 16 0 110896344 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159198065696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18340] ppid=18334 vsize=10684512 memory=8273880 CPUtime=112.47 cores=0,2,4,6
/proc/18337/task/18340/stat : 18340 (java) S 18334 18337 4674 0 -1 1077944384 52254 0 0 0 11127 120 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159150791696 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18341] ppid=18334 vsize=10684512 memory=8273880 CPUtime=111.17 cores=0,2,4,6
/proc/18337/task/18341/stat : 18341 (java) S 18334 18337 4674 0 -1 1077944384 47093 0 0 0 10979 138 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159149739152 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18342] ppid=18334 vsize=10684512 memory=8274720 CPUtime=111.46 cores=0,2,4,6
/proc/18337/task/18342/stat : 18342 (java) S 18334 18337 4674 0 -1 1077944384 64064 0 0 0 11019 127 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159148686096 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18343] ppid=18334 vsize=10684512 memory=8273880 CPUtime=110.64 cores=0,2,4,6
/proc/18337/task/18343/stat : 18343 (java) S 18334 18337 4674 0 -1 1077944384 38809 0 0 0 10918 146 0 0 20 0 16 0 110896345 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140159147633552 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18344] ppid=18334 vsize=10684512 memory=8273880 CPUtime=21.57 cores=0,2,4,6
/proc/18337/task/18344/stat : 18344 (java) S 18334 18337 4674 0 -1 1077944384 37603 0 0 0 2155 2 0 0 20 0 16 0 110896346 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158757857520 140159193836162 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18345] ppid=18334 vsize=10684512 memory=8273880 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18345/stat : 18345 (java) S 18334 18337 4674 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 110896347 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158756803808 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18346] ppid=18334 vsize=10684512 memory=8273880 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18346/stat : 18346 (java) S 18334 18337 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110896347 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158755750656 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18347] ppid=18334 vsize=10684512 memory=33 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18347/stat : 18347 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158754699216 140159193843611 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18348] ppid=18334 vsize=10684512 memory=8273880 CPUtime=1.68 cores=0,2,4,6
/proc/18337/task/18348/stat : 18348 (java) S 18334 18337 4674 0 -1 1077944384 9904 0 0 0 167 1 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158753647344 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18349] ppid=18334 vsize=10684512 memory=0 CPUtime=1.7 cores=0,2,4,6
/proc/18337/task/18349/stat : 18349 (java) S 18334 18337 4674 0 -1 1077944384 9959 0 0 0 169 1 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158752594800 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18350] ppid=18334 vsize=10684512 memory=8027217066780348781 CPUtime=0.34 cores=0,2,4,6
/proc/18337/task/18350/stat : 18350 (java) S 18334 18337 4674 0 -1 1077944384 2240 0 0 0 34 0 0 0 20 0 16 0 110896349 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158751541744 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18351] ppid=18334 vsize=10684512 memory=8273884 CPUtime=0 cores=0,2,4,6
/proc/18337/task/18351/stat : 18351 (java) S 18334 18337 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110896350 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158750489440 140159193835221 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
[pid=18337/tid=18352] ppid=18334 vsize=10684512 memory=8273880 CPUtime=0.09 cores=0,2,4,6
/proc/18337/task/18352/stat : 18352 (java) S 18334 18337 4674 0 -1 1077944384 199 0 0 0 5 4 0 0 20 0 16 0 110896359 10940940288 2068711 18446744073709551615 4194304 4196468 140727414437216 140158749436464 140159193836162 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11673600 140727414440336 140727414440489 140727414440489 140727414443983 0
Current children cumulated CPU time: 512.23 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8274844 KiB

Child status: 0
Real time (s): 176.569
CPU time (s): 512.288
CPU user time (s): 506.689
CPU system time (s): 5.59944
CPU usage (%): 290.135
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8274844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 506.689
system time used= 5.59944
maximum resident set size= 8275104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282110
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12417
involuntary context switches= 6393


# summary of solver processes directly reported to runsolver:
#   pid: 18337
#   total CPU time (s): 512.288
#   total CPU user time (s): 506.689
#   total CPU system time (s): 5.59944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08863 second user time and 1.71125 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:04:25
IDJOB=4263180
IDBENCH=135892
IDSOLVER=2651
FILE ID=node134/4263180-1502633899
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-00.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263180-1502633899/watcher-4263180-1502633899 -o /tmp/evaluation-result-4263180-1502633899/solver-4263180-1502633899 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263180-1502633899.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=494410762

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
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:        28763568 kB
MemAvailable:   28979516 kB
Buffers:          226020 kB
Cached:           283604 kB
SwapCached:            4 kB
Active:          3341808 kB
Inactive:         209412 kB
Active(anon):    2988508 kB
Inactive(anon):    94432 kB
Active(file):     353300 kB
Inactive(file):   114980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1556 kB
Writeback:             0 kB
AnonPages:       3041436 kB
Mapped:            67796 kB
Shmem:             41564 kB
Slab:             153376 kB
SReclaimable:     127004 kB
SUnreclaim:        26372 kB
KernelStack:        3536 kB
PageTables:        11324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3837524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2932736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 16:07:21