Trace number 4263182

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? 416.19501 147.093

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark410
Best CPU time to get the best result obtained on this benchmark2400.06
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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263182-1502634025/watcher-4263182-1502634025 -o /tmp/evaluation-result-4263182-1502634025/solver-4263182-1502634025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263182-1502634025.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
Current StackSize limit: 8192 KiB

solver pid=25860, runsolver pid=25857

[startup+0.100161 s]*
/proc/loadavg: 2.25 2.10 2.11 4/210 25869
/proc/meminfo: memFree=27312472/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10484492 memory=22520 CPUtime=0.05 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 4583 0 0 0 5 0 0 0 20 0 14 0 163055282 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2621123 5630 2581 1 0 2610620 0
[pid=25860/tid=25862] ppid=25857 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) R 25857 25860 7084 0 -1 4202560 2701 0 0 0 4 0 0 0 20 0 14 0 163055287 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139742463907648 139742459692189 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10484492 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 163055288 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10484492 memory=139998754109056 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 163055288 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 163055288 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163055288 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10484492 memory=139998754109056 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) S 25857 25860 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 163055290 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741500279664 139742459681410 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 163055290 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741499225632 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 163055290 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741498172784 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 163055293 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) S 25857 25860 7084 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 163055293 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741496068464 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 163055293 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741495015664 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10484492 memory=139998754109056 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) S 25857 25860 7084 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 163055293 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741493962864 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 163055293 10736119808 5630 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22520 KiB

[startup+0.214652 s]*
/proc/loadavg: 2.25 2.10 2.11 4/216 25875
/proc/meminfo: memFree=27303748/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10551156 memory=29796 CPUtime=0.14 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 7627 0 0 0 12 2 0 0 20 0 15 0 163055282 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2637789 7449 2795 1 0 2627261 0
[pid=25860/tid=25862] ppid=25857 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) R 25857 25860 7084 0 -1 4202560 5460 0 0 0 9 1 0 0 20 0 15 0 163055287 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139742463894160 139742459692189 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10551156 memory=3472473801160521376 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163055288 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10551156 memory=139998754109056 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) S 25857 25860 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163055290 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741500279664 139742459681410 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163055290 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741499225632 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163055290 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741498172784 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) S 25857 25860 7084 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 163055293 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741496068464 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741495015664 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10551156 memory=139998754109056 CPUtime=0.02 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) R 25857 25860 7084 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 15 0 163055293 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741493962864 139742438296641 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25875] ppid=25857 vsize=10551156 memory=139998754109056 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055298 10804383744 7449 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29796 KiB

[startup+0.310495 s]*
/proc/loadavg: 2.25 2.10 2.11 5/216 25875
/proc/meminfo: memFree=27298152/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10551156 memory=37496 CPUtime=0.3 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 9072 0 0 0 27 3 0 0 20 0 15 0 163055282 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2637789 9374 2893 1 0 2627261 0
[pid=25860/tid=25862] ppid=25857 vsize=10552180 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) R 25857 25860 7084 0 -1 4202560 6669 0 0 0 18 2 0 0 20 0 15 0 163055287 10805432320 9374 18446744073709551615 4194304 4196468 140726601562688 139742463880064 139742452349981 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10552180 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10805432320 9374 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163055288 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) S 25857 25860 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163055290 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741500279664 139742459681410 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163055290 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741499225632 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163055290 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741498172784 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) S 25857 25860 7084 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 15 0 163055293 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741496068464 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) S 25857 25860 7084 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 15 0 163055293 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741495015664 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) R 25857 25860 7084 0 -1 4202560 497 0 0 0 5 0 0 0 20 0 15 0 163055293 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741493959800 139742459691610 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25875] ppid=25857 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055298 10804383744 9374 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37496 KiB

[startup+0.70162 s]
/proc/loadavg: 2.25 2.10 2.11 6/216 25875
/proc/meminfo: memFree=27272188/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10551232 memory=105600 CPUtime=1.28 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 12360 0 0 0 124 4 0 0 20 0 15 0 163055282 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2637808 26400 3063 1 0 2627261 0
[pid=25860/tid=25862] ppid=25857 vsize=10551232 memory=1836 CPUtime=0.57 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) R 25857 25860 7084 0 -1 4202560 7264 0 0 0 55 2 0 0 20 0 15 0 163055287 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139742463905344 139742082324595 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10551232 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10551232 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055288 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10551232 memory=11368 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 163055288 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10551232 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) S 25857 25860 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741500279664 139742459681410 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10551232 memory=4600 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741499225632 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10551232 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741498172784 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10551232 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10551232 memory=988 CPUtime=0.22 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) R 25857 25860 7084 0 -1 4202560 1358 0 0 0 22 0 0 0 20 0 15 0 163055293 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741496049480 139742443167051 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10551232 memory=12320 CPUtime=0.23 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) R 25857 25860 7084 0 -1 4202560 1003 0 0 0 23 0 0 0 20 0 15 0 163055293 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741495003104 139742441214506 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10551232 memory=1196 CPUtime=0.22 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) S 25857 25860 7084 0 -1 1077944384 1364 0 0 0 22 0 0 0 20 0 15 0 163055293 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741493962864 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10551232 memory=15884 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25875] ppid=25857 vsize=10551232 memory=65832 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 163055298 10804461568 26400 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 105600 KiB

[startup+1.50072 s]
/proc/loadavg: 2.25 2.10 2.11 3/216 25875
/proc/meminfo: memFree=27187096/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10551232 memory=237968 CPUtime=3.35 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 26819 0 0 0 325 10 0 0 20 0 15 0 163055282 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2637808 59492 3094 1 0 2627261 0
[pid=25860/tid=25862] ppid=25857 vsize=10551232 memory=4156 CPUtime=1.33 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) R 25857 25860 7084 0 -1 4202560 8733 0 0 0 130 3 0 0 20 0 15 0 163055287 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 139742463852080 139742079384937 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10551232 memory=68772 CPUtime=0.03 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 161 0 0 0 2 1 0 0 20 0 15 0 163055288 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10551232 memory=1296 CPUtime=0.03 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 51 0 0 0 2 1 0 0 20 0 15 0 163055288 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10551232 memory=2460 CPUtime=0.03 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 85 0 0 0 3 0 0 0 20 0 15 0 163055288 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10551232 memory=1836 CPUtime=0.04 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 123 0 0 0 3 1 0 0 20 0 15 0 163055288 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) S 25857 25860 7084 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 139741500279664 139742459681410 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10551232 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 59492 18446744073709551615 4194304 4196468 140726601562688 139741499225632 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0

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

[pid=25860/tid=25875] ppid=25857 vsize=10551232 memory=1236 CPUtime=0.08 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 485 0 0 0 4 4 0 0 20 0 15 0 163055298 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 407.88 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8305172 KiB

[startup+145.601 s]
/proc/loadavg: 3.73 2.59 2.28 5/215 25880
/proc/meminfo: memFree=19015852/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10551232 memory=8305172 CPUtime=414.05 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 149802 0 0 0 40867 538 0 0 20 0 15 0 163055282 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2637808 2076293 3131 1 0 2627261 0
[pid=25860/tid=25862] ppid=25857 vsize=10551232 memory=-8774313645642428999 CPUtime=40.19 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) S 25857 25860 7084 0 -1 1077944384 19468 0 0 0 4005 14 0 0 20 0 15 0 163055287 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139742463902832 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10551232 memory=1608 CPUtime=88.63 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) R 25857 25860 7084 0 -1 4202560 20514 0 0 0 8732 131 0 0 20 0 15 0 163055288 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139742400707024 139742452298471 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10551232 memory=836 CPUtime=89.05 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) R 25857 25860 7084 0 -1 4202560 21999 0 0 0 8776 129 0 0 20 0 15 0 163055288 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139742399654304 139742444370968 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10551232 memory=3908 CPUtime=88.26 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) R 25857 25860 7084 0 -1 4202560 13437 0 0 0 8704 122 0 0 20 0 15 0 163055288 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139742068730064 139742452298471 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10551232 memory=16444 CPUtime=88.72 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) R 25857 25860 7084 0 -1 4202560 20718 0 0 0 8741 131 0 0 20 0 15 0 163055288 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139742067677576 139742452298471 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10551232 memory=2756 CPUtime=15.01 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) S 25857 25860 7084 0 -1 1077944384 28399 0 0 0 1499 2 0 0 20 0 15 0 163055290 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741500278224 139742459680469 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10551232 memory=2756 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741499225696 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741498172800 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10551232 memory=2460 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10551232 memory=1836 CPUtime=1.93 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) S 25857 25860 7084 0 -1 1077944384 10529 0 0 0 192 1 0 0 20 0 15 0 163055293 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741496068512 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10551232 memory=796 CPUtime=1.73 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) S 25857 25860 7084 0 -1 1077944384 9000 0 0 0 172 1 0 0 20 0 15 0 163055293 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741495015424 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10551232 memory=5768 CPUtime=0.34 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) S 25857 25860 7084 0 -1 1077944384 3834 0 0 0 34 0 0 0 20 0 15 0 163055293 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741493962912 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10551232 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25875] ppid=25857 vsize=10551232 memory=8305172 CPUtime=0.08 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 498 0 0 0 4 4 0 0 20 0 15 0 163055298 10804461568 2076293 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 414.05 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8305172 KiB

[startup+146.401 s]
/proc/loadavg: 3.73 2.59 2.28 3/215 25880
/proc/meminfo: memFree=19015852/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10551232 memory=8305180 CPUtime=415.66 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 151237 0 0 0 41028 538 0 0 20 0 15 0 163055282 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2637808 2076295 3131 1 0 2627261 0
[pid=25860/tid=25862] ppid=25857 vsize=10551232 memory=-8774313645642428999 CPUtime=40.19 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) S 25857 25860 7084 0 -1 1077944384 19468 0 0 0 4005 14 0 0 20 0 15 0 163055287 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742463902832 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10551232 memory=-8774313645642428999 CPUtime=88.9 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 20514 0 0 0 8759 131 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10551232 memory=1724 CPUtime=89.34 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 22094 0 0 0 8805 129 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10551232 memory=988 CPUtime=88.54 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 13437 0 0 0 8732 122 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10551232 memory=12320 CPUtime=88.99 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 20718 0 0 0 8768 131 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10551232 memory=-8774313645642428999 CPUtime=15.52 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) R 25857 25860 7084 0 -1 4202560 29735 0 0 0 1550 2 0 0 20 0 15 0 163055290 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741500278112 139742444666644 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10551232 memory=-6662747570986533011 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741499225696 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10551232 memory=-8253362762722141311 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741498172800 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10551232 memory=7100839861465685612 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10551232 memory=-7175204567652784766 CPUtime=1.93 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) S 25857 25860 7084 0 -1 1077944384 10529 0 0 0 192 1 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741496068512 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10551232 memory=3054156605268465310 CPUtime=1.73 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) S 25857 25860 7084 0 -1 1077944384 9000 0 0 0 172 1 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741495015424 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10551232 memory=8514726395714825349 CPUtime=0.34 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) S 25857 25860 7084 0 -1 1077944384 3834 0 0 0 34 0 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741493962912 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10551232 memory=-8341965534556230502 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25875] ppid=25857 vsize=10551232 memory=7309167735402819428 CPUtime=0.08 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 502 0 0 0 4 4 0 0 20 0 15 0 163055298 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 415.66 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8305180 KiB

[startup+146.801 s]
/proc/loadavg: 3.73 2.59 2.28 3/215 25880
/proc/meminfo: memFree=19015852/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10551232 memory=8305180 CPUtime=416.06 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 152479 0 0 0 41068 538 0 0 20 0 15 0 163055282 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2637808 2076295 3131 1 0 2627261 0
[pid=25860/tid=25862] ppid=25857 vsize=10551232 memory=-8774313645642428999 CPUtime=40.19 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) S 25857 25860 7084 0 -1 1077944384 19468 0 0 0 4005 14 0 0 20 0 15 0 163055287 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742463902832 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10551232 memory=-8774313645642428999 CPUtime=88.9 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 20514 0 0 0 8759 131 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10551232 memory=39648 CPUtime=89.34 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 22094 0 0 0 8805 129 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10551232 memory=636 CPUtime=88.54 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 13437 0 0 0 8732 122 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10551232 memory=1796 CPUtime=88.99 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 20718 0 0 0 8768 131 0 0 20 0 15 0 163055288 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10551232 memory=960 CPUtime=15.92 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) R 25857 25860 7084 0 -1 4202560 30978 0 0 0 1590 2 0 0 20 0 15 0 163055290 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741500278112 139742438040438 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10551232 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741499225696 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10551232 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 163055290 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741498172800 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10551232 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10551232 memory=2160 CPUtime=1.93 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) S 25857 25860 7084 0 -1 1077944384 10529 0 0 0 192 1 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741496068512 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10551232 memory=932 CPUtime=1.73 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) S 25857 25860 7084 0 -1 1077944384 9000 0 0 0 172 1 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741495015424 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10551232 memory=1608 CPUtime=0.34 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) S 25857 25860 7084 0 -1 1077944384 3834 0 0 0 34 0 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741493962912 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10551232 memory=836 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 163055293 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25875] ppid=25857 vsize=10551232 memory=8305180 CPUtime=0.08 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 502 0 0 0 4 4 0 0 20 0 15 0 163055298 10804461568 2076295 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 416.06 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 8305180 KiB

[startup+147.001 s]*
/proc/loadavg: 3.73 2.59 2.28 2/216 25882
/proc/meminfo: memFree=19014844/32770624 swapFree=67108776/67108860
[pid=25860] ppid=25857 vsize=10684512 memory=8306060 CPUtime=416.14 cores=0,2,4,6
/proc/25860/stat : 25860 (java) S 25857 25860 7084 0 -1 1077944320 158659 0 0 0 41075 539 0 0 20 0 16 0 163055282 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 140726601545232 139742459670263 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
/proc/25860/statm: 2671128 2076515 3176 1 0 2660543 0
[pid=25860/tid=25862] ppid=25857 vsize=10684512 memory=-8774313645642428999 CPUtime=40.22 cores=0,2,4,6
/proc/25860/task/25862/stat : 25862 (java) S 25857 25860 7084 0 -1 1077944384 21034 0 0 0 4007 15 0 0 20 0 16 0 163055287 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139742463910944 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25863] ppid=25857 vsize=10684512 memory=4872558044660077418 CPUtime=88.9 cores=0,2,4,6
/proc/25860/task/25863/stat : 25863 (java) S 25857 25860 7084 0 -1 1077944384 20514 0 0 0 8759 131 0 0 20 0 16 0 163055288 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139742400707216 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25864] ppid=25857 vsize=10684512 memory=0 CPUtime=89.34 cores=0,2,4,6
/proc/25860/task/25864/stat : 25864 (java) S 25857 25860 7084 0 -1 1077944384 22094 0 0 0 8805 129 0 0 20 0 16 0 163055288 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139742399654416 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25865] ppid=25857 vsize=10684512 memory=0 CPUtime=88.54 cores=0,2,4,6
/proc/25860/task/25865/stat : 25865 (java) S 25857 25860 7084 0 -1 1077944384 13437 0 0 0 8732 122 0 0 20 0 16 0 163055288 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139742068730256 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25866] ppid=25857 vsize=10684512 memory=0 CPUtime=88.99 cores=0,2,4,6
/proc/25860/task/25866/stat : 25866 (java) S 25857 25860 7084 0 -1 1077944384 20718 0 0 0 8768 131 0 0 20 0 16 0 163055288 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139742067677456 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25867] ppid=25857 vsize=10684512 memory=0 CPUtime=15.94 cores=0,2,4,6
/proc/25860/task/25867/stat : 25867 (java) S 25857 25860 7084 0 -1 1077944384 34430 0 0 0 1591 3 0 0 20 0 16 0 163055290 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741500279664 139742459681410 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25868] ppid=25857 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25868/stat : 25868 (java) S 25857 25860 7084 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 163055290 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741499225696 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25869] ppid=25857 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25869/stat : 25869 (java) S 25857 25860 7084 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 163055290 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741498172800 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25870] ppid=25857 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25870/stat : 25870 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163055293 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741497121104 139742459688859 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25871] ppid=25857 vsize=10684512 memory=0 CPUtime=1.95 cores=0,2,4,6
/proc/25860/task/25871/stat : 25871 (java) S 25857 25860 7084 0 -1 1077944384 11184 0 0 0 194 1 0 0 20 0 16 0 163055293 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741496068464 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25872] ppid=25857 vsize=10684512 memory=0 CPUtime=1.73 cores=0,2,4,6
/proc/25860/task/25872/stat : 25872 (java) S 25857 25860 7084 0 -1 1077944384 9080 0 0 0 172 1 0 0 20 0 16 0 163055293 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741495015664 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25873] ppid=25857 vsize=10684512 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/25860/task/25873/stat : 25873 (java) S 25857 25860 7084 0 -1 1077944384 4186 0 0 0 35 0 0 0 20 0 16 0 163055293 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741493962864 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25874] ppid=25857 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25874/stat : 25874 (java) S 25857 25860 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 163055293 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741492910304 139742459680469 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25875] ppid=25857 vsize=10684512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25860/task/25875/stat : 25875 (java) S 25857 25860 7084 0 -1 1077944384 502 0 0 0 4 4 0 0 20 0 16 0 163055298 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741491858608 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
[pid=25860/tid=25881] ppid=25857 vsize=10684512 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25860/task/25881/stat : 25881 (java) S 25857 25860 7084 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 16 0 163069967 10940940288 2076515 18446744073709551615 4194304 4196468 140726601562688 139741490804368 139742459681410 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20566016 140726601564560 140726601564713 140726601564713 140726601568207 0
Current children cumulated CPU time: 416.14 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8306060 KiB

Child status: 0
Real time (s): 147.093
CPU time (s): 416.195
CPU user time (s): 410.764
CPU system time (s): 5.43107
CPU usage (%): 282.946
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8306060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 410.764
system time used= 5.43107
maximum resident set size= 8306344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158767
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9989
involuntary context switches= 4600


# summary of solver processes directly reported to runsolver:
#   pid: 25860
#   total CPU time (s): 416.195
#   total CPU user time (s): 410.764
#   total CPU system time (s): 5.43107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.834388 second user time and 1.51116 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 16:06:00
IDJOB=4263182
IDBENCH=135903
IDSOLVER=2651
FILE ID=node132/4263182-1502634025
RUNJOBID= node132-1502602071-18556
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-08.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263182-1502634025/watcher-4263182-1502634025 -o /tmp/evaluation-result-4263182-1502634025/solver-4263182-1502634025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263182-1502634025.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=1167707955

node132.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.74
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.74
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.74
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.74
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:        27323684 kB
MemAvailable:   27568228 kB
Buffers:          227944 kB
Cached:           341388 kB
SwapCached:           84 kB
Active:          4867152 kB
Inactive:         164832 kB
Active(anon):    4410728 kB
Inactive(anon):   101948 kB
Active(file):     456424 kB
Inactive(file):    62884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:       4462984 kB
Mapped:            76340 kB
Shmem:             49768 kB
Slab:             109116 kB
SReclaimable:      82140 kB
SUnreclaim:        26976 kB
KernelStack:        3520 kB
PageTables:        13684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5532348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4321280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 16:08:27