Trace number 4244107

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
R1: sat4j-CSP 2017-07-05? 983.53 173.23

General information on the benchmark

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

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244107-1500680579/watcher-4244107-1500680579 -o /tmp/evaluation-result-4244107-1500680579/solver-4244107-1500680579 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500680579-8027 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244107-1500680579.xml 

pid=8053
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 1.10 1.55 1.74 4/242 8056
/proc/meminfo: memFree=32122308/32770624 swapFree=5772/49820
[pid=8056] ppid=8053 vsize=8350772 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 2226 0 0 0 0 0 0 0 20 0 2 0 3325226 8551190528 2442 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2087693 2442 1197 1 0 2076604 0
[pid=8056/tid=8066] ppid=8053 vsize=8351800 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) S 8053 8056 7995 0 -1 1077944384 925 0 0 0 0 0 0 0 20 0 4 0 3325226 8552243200 2442 33554432000 4194304 4196468 140726684332944 140240969959120 140240965727957 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=8351800 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 4 0 3325227 8552243200 2442 33554432000 4194304 4196468 140726684332944 140240891792864 140240965727957 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 3325227 8553295872 2508 33554432000 4194304 4196468 140726684332944 140240890740064 140240965727957 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=8352828 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) R 8053 8056 7995 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 5 0 3325227 8553295872 2508 33554432000 4194304 4196468 140726684332944 140240969959120 140240965729686 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0

[startup+0.100062 s]
/proc/loadavg: 1.10 1.55 1.74 4/242 8056
/proc/meminfo: memFree=32122308/32770624 swapFree=5772/49820
[pid=8056] ppid=8053 vsize=10900456 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 4620 0 0 0 8 1 0 0 20 0 20 0 3325226 11162066944 6253 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725114 6253 2631 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900456 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) R 8053 8056 7995 0 -1 4202560 2714 0 0 0 7 0 0 0 20 0 20 0 3325226 11162066944 6253 33554432000 4194304 4196468 140726684332944 140240969953952 140240958395765 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3325227 11162066944 6253 33554432000 4194304 4196468 140726684332944 140240891792528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325227 11162066944 6253 33554432000 4194304 4196468 140726684332944 140240890739728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900456 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325227 11162066944 6253 33554432000 4194304 4196468 140726684332944 140240889686928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200559 s]
/proc/loadavg: 1.10 1.55 1.74 4/242 8056
/proc/meminfo: memFree=32122308/32770624 swapFree=5772/49820
[pid=8056] ppid=8053 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 6793 0 0 0 24 2 0 0 20 0 20 0 3325226 11162169344 9141 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725139 9141 2833 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) R 8053 8056 7995 0 -1 4202560 4453 0 0 0 17 1 0 0 20 0 20 0 3325226 11162169344 9141 33554432000 4194304 4196468 140726684332944 140240969923600 140240965739677 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3325227 11162169344 9141 33554432000 4194304 4196468 140726684332944 140240891792528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325227 11162169344 9141 33554432000 4194304 4196468 140726684332944 140240890739728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325227 11162169344 9141 33554432000 4194304 4196468 140726684332944 140240889686928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300371 s]
/proc/loadavg: 1.10 1.55 1.74 4/242 8056
/proc/meminfo: memFree=32122308/32770624 swapFree=5772/49820
[pid=8056] ppid=8053 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 7863 0 0 0 40 3 0 0 20 0 20 0 3325226 11162169344 10556 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725139 10556 2985 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) R 8053 8056 7995 0 -1 4202560 4972 0 0 0 26 1 0 0 20 0 20 0 3325226 11162169344 10556 33554432000 4194304 4196468 140726684332944 140240969942832 140240949761381 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3325227 11162169344 10556 33554432000 4194304 4196468 140726684332944 140240891792528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325227 11162169344 10556 33554432000 4194304 4196468 140726684332944 140240890739728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900556 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325227 11162169344 10556 33554432000 4194304 4196468 140726684332944 140240889686928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700469 s]
/proc/loadavg: 1.10 1.55 1.74 4/242 8056
/proc/meminfo: memFree=32122308/32770624 swapFree=5772/49820
[pid=8056] ppid=8053 vsize=10900632 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 11833 0 0 0 167 5 0 0 20 0 20 0 3325226 11162247168 29375 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725158 29375 3081 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) R 8053 8056 7995 0 -1 4202560 5341 0 0 0 64 3 0 0 20 0 20 0 3325226 11162247168 29375 33554432000 4194304 4196468 140726684332944 140240969954024 140240567066187 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3325227 11162247168 29375 33554432000 4194304 4196468 140726684332944 140240891792528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325227 11162247168 29375 33554432000 4194304 4196468 140726684332944 140240890739728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325227 11162247168 29375 33554432000 4194304 4196468 140726684332944 140240889686928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 10900632

[startup+1.50108 s]
/proc/loadavg: 1.10 1.55 1.74 7/281 8095
/proc/meminfo: memFree=31686708/32770624 swapFree=5772/49820
[pid=8056] ppid=8053 vsize=10900632 CPUtime=4.28 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 27902 0 0 0 400 28 0 0 20 0 20 0 3325226 11162247168 61797 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725158 61797 3125 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900632 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) R 8053 8056 7995 0 -1 4202560 6410 0 0 0 136 4 0 0 20 0 20 0 3325226 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240969930440 140240564026624 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 70 0 0 0 2 2 0 0 20 0 20 0 3325227 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240891792528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 15 0 0 0 2 1 0 0 20 0 20 0 3325227 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240890739728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) S 8053 8056 7995 0 -1 1077944384 21 0 0 0 2 2 0 0 20 0 20 0 3325227 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240889686928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8070] ppid=8053 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8070/stat : 8070 (java) S 8053 8056 7995 0 -1 1077944384 74 0 0 0 2 2 0 0 20 0 20 0 3325227 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240888634128 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8072] ppid=8053 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8072/stat : 8072 (java) S 8053 8056 7995 0 -1 1077944384 24 0 0 0 2 2 0 0 20 0 20 0 3325227 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240887581328 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8073] ppid=8053 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8073/stat : 8073 (java) S 8053 8056 7995 0 -1 1077944384 32 0 0 0 2 2 0 0 20 0 20 0 3325227 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240886528528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8074] ppid=8053 vsize=10900632 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8074/stat : 8074 (java) S 8053 8056 7995 0 -1 1077944384 122 0 0 0 2 2 0 0 20 0 20 0 3325227 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240885475728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8075] ppid=8053 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8075/stat : 8075 (java) S 8053 8056 7995 0 -1 1077944384 22 0 0 0 1 2 0 0 20 0 20 0 3325228 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240884422928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8078] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8078/stat : 8078 (java) S 8053 8056 7995 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 20 0 3325230 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240441355120 140240965728898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8080] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8080/stat : 8080 (java) S 8053 8056 7995 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 3325230 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240440301088 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8081] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8081/stat : 8081 (java) S 8053 8056 7995 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3325231 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240439248240 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8088] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8088/stat : 8088 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325234 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240438196560 140240965736347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8089] ppid=8053 vsize=10900632 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8089/stat : 8089 (java) R 8053 8056 7995 0 -1 4202560 4270 0 0 0 67 0 0 0 20 0 20 0 3325234 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240437130272 140240949621660 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8090] ppid=8053 vsize=10900632 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8090/stat : 8090 (java) R 8053 8056 7995 0 -1 4202560 4605 0 0 0 57 1 0 0 20 0 20 0 3325234 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240436077000 140240958007200 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8091] ppid=8053 vsize=10900632 CPUtime=0.84 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8091/stat : 8091 (java) R 8053 8056 7995 0 -1 4202560 7824 0 0 0 84 0 0 0 20 0 20 0 3325234 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240435019424 140240947248057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8092] ppid=8053 vsize=10900632 CPUtime=0.33 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8092/stat : 8092 (java) S 8053 8056 7995 0 -1 1077944384 2871 0 0 0 33 0 0 0 20 0 20 0 3325234 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240433985520 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8094] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8094/stat : 8094 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240432933984 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8095] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8095/stat : 8095 (java) S 8053 8056 7995 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 61863 33554432000 4194304 4196468 140726684332944 140240431881264 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 10900632

[startup+3.10081 s]
/proc/loadavg: 1.10 1.55 1.74 4/281 8095
/proc/meminfo: memFree=31198344/32770624 swapFree=5772/50056
[pid=8056] ppid=8053 vsize=10900632 CPUtime=9.99 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 35054 0 0 0 866 133 0 0 20 0 20 0 3325226 11162247168 152110 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725158 152110 3134 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900632 CPUtime=2.62 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) R 8053 8056 7995 0 -1 4202560 6804 0 0 0 256 6 0 0 20 0 20 0 3325226 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240969948824 140240568303254 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 423 0 0 0 24 14 0 0 20 0 20 0 3325227 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240891792528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 278 0 0 0 26 14 0 0 20 0 20 0 3325227 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240890739728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) S 8053 8056 7995 0 -1 1077944384 228 0 0 0 25 16 0 0 20 0 20 0 3325227 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240889686928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8070] ppid=8053 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8070/stat : 8070 (java) S 8053 8056 7995 0 -1 1077944384 267 0 0 0 26 15 0 0 20 0 20 0 3325227 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240888634128 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8072] ppid=8053 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8072/stat : 8072 (java) S 8053 8056 7995 0 -1 1077944384 302 0 0 0 27 14 0 0 20 0 20 0 3325227 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240887581328 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8073] ppid=8053 vsize=10900632 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8073/stat : 8073 (java) S 8053 8056 7995 0 -1 1077944384 335 0 0 0 28 14 0 0 20 0 20 0 3325227 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240886528528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8074] ppid=8053 vsize=10900632 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8074/stat : 8074 (java) S 8053 8056 7995 0 -1 1077944384 270 0 0 0 23 14 0 0 20 0 20 0 3325227 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240885475728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8075] ppid=8053 vsize=10900632 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8075/stat : 8075 (java) S 8053 8056 7995 0 -1 1077944384 204 0 0 0 23 16 0 0 20 0 20 0 3325228 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240884422928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8078] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8078/stat : 8078 (java) S 8053 8056 7995 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 20 0 3325230 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240441355120 140240965728898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8080] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8080/stat : 8080 (java) S 8053 8056 7995 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 3325230 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240440301152 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8081] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8081/stat : 8081 (java) S 8053 8056 7995 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3325231 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240439248256 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8088] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8088/stat : 8088 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325234 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240438196560 140240965736347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8089] ppid=8053 vsize=10900632 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8089/stat : 8089 (java) R 8053 8056 7995 0 -1 4202560 5375 0 0 0 126 0 0 0 20 0 20 0 3325234 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240437125120 140240946418857 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8090] ppid=8053 vsize=10900632 CPUtime=1.02 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8090/stat : 8090 (java) R 8053 8056 7995 0 -1 4202560 5491 0 0 0 101 1 0 0 20 0 20 0 3325234 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240436072320 140240949211753 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8091] ppid=8053 vsize=10900632 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8091/stat : 8091 (java) R 8053 8056 7995 0 -1 4202560 10351 0 0 0 141 1 0 0 20 0 20 0 3325234 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240435024864 140240945624887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8092] ppid=8053 vsize=10900632 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8092/stat : 8092 (java) S 8053 8056 7995 0 -1 1077944384 2969 0 0 0 35 0 0 0 20 0 20 0 3325234 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240433985520 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8094] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8094/stat : 8094 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240432933984 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8095] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8095/stat : 8095 (java) S 8053 8056 7995 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 152110 33554432000 4194304 4196468 140726684332944 140240431881264 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 10900632

[startup+6.30085 s]

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

/proc/8056/task/8088/stat : 8088 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240438196560 140240965736347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8089] ppid=8053 vsize=10900632 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8089/stat : 8089 (java) S 8053 8056 7995 0 -1 1077944384 5653 0 0 0 162 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240437143968 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8090] ppid=8053 vsize=10900632 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8090/stat : 8090 (java) S 8053 8056 7995 0 -1 1077944384 5682 0 0 0 137 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240436091168 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8091] ppid=8053 vsize=10900632 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8091/stat : 8091 (java) S 8053 8056 7995 0 -1 1077944384 10460 0 0 0 168 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240435038080 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8092] ppid=8053 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8092/stat : 8092 (java) S 8053 8056 7995 0 -1 1077944384 4105 0 0 0 38 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240433985568 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8094] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8094/stat : 8094 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240432933984 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8095] ppid=8053 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8095/stat : 8095 (java) S 8053 8056 7995 0 -1 1077944384 208 0 0 0 3 3 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240431881264 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 963.79
Current children cumulated vsize (KiB) 10900632

[startup+171.201 s]
/proc/loadavg: 7.22 3.80 2.55 10/282 8098
/proc/meminfo: memFree=22534988/32770624 swapFree=5772/50236
[pid=8056] ppid=8053 vsize=10900632 CPUtime=976.22 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 201579 0 0 0 95776 1846 0 0 20 0 20 0 3325226 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725158 2096626 3151 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900632 CPUtime=37.8 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) S 8053 8056 7995 0 -1 1077944384 19560 0 0 0 3763 17 0 0 20 0 20 0 3325226 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240969950160 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900632 CPUtime=114.33 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) R 8053 8056 7995 0 -1 4202560 11656 0 0 0 11185 248 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240891792648 140240949100784 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900632 CPUtime=113.94 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) R 8053 8056 7995 0 -1 4202560 11384 0 0 0 11183 211 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240890739848 140240958345959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900632 CPUtime=115.02 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) R 8053 8056 7995 0 -1 4202560 16897 0 0 0 11284 218 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240889687128 140240958821403 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8070] ppid=8053 vsize=10900632 CPUtime=114.48 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8070/stat : 8070 (java) R 8053 8056 7995 0 -1 4202560 12055 0 0 0 11210 238 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240888634248 140240958345959 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8072] ppid=8053 vsize=10900632 CPUtime=114.76 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8072/stat : 8072 (java) R 8053 8056 7995 0 -1 4202560 22635 0 0 0 11248 228 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240887581448 140240958345959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8073] ppid=8053 vsize=10900632 CPUtime=114.89 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8073/stat : 8073 (java) R 8053 8056 7995 0 -1 4202560 14182 0 0 0 11260 229 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240886528648 140240958345959 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8074] ppid=8053 vsize=10900632 CPUtime=114.45 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8074/stat : 8074 (java) R 8053 8056 7995 0 -1 4202560 19089 0 0 0 11233 212 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240885475848 140240958345959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8075] ppid=8053 vsize=10900632 CPUtime=114.67 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8075/stat : 8075 (java) R 8053 8056 7995 0 -1 4202560 16718 0 0 0 11238 229 0 0 20 0 20 0 3325228 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240884423048 140240958345959 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8078] ppid=8053 vsize=10900632 CPUtime=16.59 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8078/stat : 8078 (java) S 8053 8056 7995 0 -1 1077944384 29889 0 0 0 1657 2 0 0 20 0 20 0 3325230 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240441353680 140240965727957 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8080] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8080/stat : 8080 (java) S 8053 8056 7995 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 3325230 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240440301152 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8081] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8081/stat : 8081 (java) S 8053 8056 7995 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3325231 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240439248256 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8088] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8088/stat : 8088 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240438196560 140240965736347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8089] ppid=8053 vsize=10900632 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8089/stat : 8089 (java) S 8053 8056 7995 0 -1 1077944384 5653 0 0 0 162 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240437143968 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8090] ppid=8053 vsize=10900632 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8090/stat : 8090 (java) S 8053 8056 7995 0 -1 1077944384 5682 0 0 0 137 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240436091168 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8091] ppid=8053 vsize=10900632 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8091/stat : 8091 (java) S 8053 8056 7995 0 -1 1077944384 10460 0 0 0 168 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240435038080 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8092] ppid=8053 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8092/stat : 8092 (java) S 8053 8056 7995 0 -1 1077944384 4105 0 0 0 38 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240433985568 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8094] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8094/stat : 8094 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240432933984 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8095] ppid=8053 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8095/stat : 8095 (java) S 8053 8056 7995 0 -1 1077944384 208 0 0 0 3 3 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240431881264 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 976.22
Current children cumulated vsize (KiB) 10900632

[startup+172.001 s]
/proc/loadavg: 7.22 3.80 2.55 10/282 8098
/proc/meminfo: memFree=22534988/32770624 swapFree=5772/50236
[pid=8056] ppid=8053 vsize=10900632 CPUtime=982.45 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 201607 0 0 0 96397 1848 0 0 20 0 20 0 3325226 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725158 2096626 3151 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900632 CPUtime=37.8 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) S 8053 8056 7995 0 -1 1077944384 19560 0 0 0 3763 17 0 0 20 0 20 0 3325226 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240969950160 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900632 CPUtime=115.08 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) R 8053 8056 7995 0 -1 4202560 11656 0 0 0 11260 248 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240891792648 140240949100786 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900632 CPUtime=114.72 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) R 8053 8056 7995 0 -1 4202560 11384 0 0 0 11261 211 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240890739848 140240958345959 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900632 CPUtime=115.82 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) R 8053 8056 7995 0 -1 4202560 16925 0 0 0 11364 218 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240889687128 140240947327360 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8070] ppid=8053 vsize=10900632 CPUtime=115.26 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8070/stat : 8070 (java) R 8053 8056 7995 0 -1 4202560 12055 0 0 0 11287 239 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240888634248 140240958345959 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8072] ppid=8053 vsize=10900632 CPUtime=115.53 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8072/stat : 8072 (java) R 8053 8056 7995 0 -1 4202560 22635 0 0 0 11325 228 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240887581448 140240958345959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8073] ppid=8053 vsize=10900632 CPUtime=115.67 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8073/stat : 8073 (java) R 8053 8056 7995 0 -1 4202560 14182 0 0 0 11337 230 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240886528648 140240958345959 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8074] ppid=8053 vsize=10900632 CPUtime=115.23 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8074/stat : 8074 (java) R 8053 8056 7995 0 -1 4202560 19089 0 0 0 11311 212 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240885475848 140240958345959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8075] ppid=8053 vsize=10900632 CPUtime=115.45 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8075/stat : 8075 (java) R 8053 8056 7995 0 -1 4202560 16718 0 0 0 11316 229 0 0 20 0 20 0 3325228 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240884423048 140240958345959 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8078] ppid=8053 vsize=10900632 CPUtime=16.59 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8078/stat : 8078 (java) S 8053 8056 7995 0 -1 1077944384 29889 0 0 0 1657 2 0 0 20 0 20 0 3325230 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240441353680 140240965727957 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8080] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8080/stat : 8080 (java) S 8053 8056 7995 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 3325230 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240440301152 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8081] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8081/stat : 8081 (java) S 8053 8056 7995 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3325231 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240439248256 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8088] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8088/stat : 8088 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240438196560 140240965736347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8089] ppid=8053 vsize=10900632 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8089/stat : 8089 (java) S 8053 8056 7995 0 -1 1077944384 5653 0 0 0 162 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240437143968 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8090] ppid=8053 vsize=10900632 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8090/stat : 8090 (java) S 8053 8056 7995 0 -1 1077944384 5682 0 0 0 137 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240436091168 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8091] ppid=8053 vsize=10900632 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8091/stat : 8091 (java) S 8053 8056 7995 0 -1 1077944384 10460 0 0 0 168 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240435038080 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8092] ppid=8053 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8092/stat : 8092 (java) S 8053 8056 7995 0 -1 1077944384 4105 0 0 0 38 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240433985568 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8094] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8094/stat : 8094 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240432933984 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8095] ppid=8053 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8095/stat : 8095 (java) S 8053 8056 7995 0 -1 1077944384 208 0 0 0 3 3 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240431881264 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 982.45
Current children cumulated vsize (KiB) 10900632

[startup+172.809 s]
/proc/loadavg: 7.22 3.80 2.55 3/282 8098
/proc/meminfo: memFree=22534988/32770624 swapFree=5772/50236
[pid=8056] ppid=8053 vsize=10900632 CPUtime=983.3 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) S 8053 8056 7995 0 -1 1077944320 201619 0 0 0 96482 1848 0 0 20 0 20 0 3325226 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140726684315488 140240965717751 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
/proc/8056/statm: 2725158 2096626 3151 1 0 2713552 0
[pid=8056/tid=8066] ppid=8053 vsize=10900632 CPUtime=37.8 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8066/stat : 8066 (java) S 8053 8056 7995 0 -1 1077944384 19560 0 0 0 3763 17 0 0 20 0 20 0 3325226 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240969950160 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8067] ppid=8053 vsize=10900632 CPUtime=115.09 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8067/stat : 8067 (java) S 8053 8056 7995 0 -1 1077944384 11656 0 0 0 11261 248 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240891792528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8068] ppid=8053 vsize=10900632 CPUtime=114.72 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8068/stat : 8068 (java) S 8053 8056 7995 0 -1 1077944384 11384 0 0 0 11261 211 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240890739728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8069] ppid=8053 vsize=10900632 CPUtime=115.83 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8069/stat : 8069 (java) S 8053 8056 7995 0 -1 1077944384 16925 0 0 0 11365 218 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240889686928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8070] ppid=8053 vsize=10900632 CPUtime=115.27 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8070/stat : 8070 (java) S 8053 8056 7995 0 -1 1077944384 12055 0 0 0 11288 239 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240888634128 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8072] ppid=8053 vsize=10900632 CPUtime=115.54 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8072/stat : 8072 (java) S 8053 8056 7995 0 -1 1077944384 22635 0 0 0 11326 228 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240887581328 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8073] ppid=8053 vsize=10900632 CPUtime=115.68 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8073/stat : 8073 (java) S 8053 8056 7995 0 -1 1077944384 14182 0 0 0 11338 230 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240886528528 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8074] ppid=8053 vsize=10900632 CPUtime=115.23 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8074/stat : 8074 (java) S 8053 8056 7995 0 -1 1077944384 19089 0 0 0 11311 212 0 0 20 0 20 0 3325227 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240885475728 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8075] ppid=8053 vsize=10900632 CPUtime=115.45 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8075/stat : 8075 (java) S 8053 8056 7995 0 -1 1077944384 16718 0 0 0 11316 229 0 0 20 0 20 0 3325228 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240884422928 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8078] ppid=8053 vsize=10900632 CPUtime=17.39 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8078/stat : 8078 (java) R 8053 8056 7995 0 -1 4202560 29901 0 0 0 1737 2 0 0 20 0 20 0 3325230 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240441353568 140240950714118 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8080] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8080/stat : 8080 (java) S 8053 8056 7995 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 3325230 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240440301152 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8081] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8081/stat : 8081 (java) S 8053 8056 7995 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3325231 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240439248256 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8088] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8088/stat : 8088 (java) S 8053 8056 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240438196560 140240965736347 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8089] ppid=8053 vsize=10900632 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8089/stat : 8089 (java) S 8053 8056 7995 0 -1 1077944384 5653 0 0 0 162 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240437143968 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8090] ppid=8053 vsize=10900632 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8090/stat : 8090 (java) S 8053 8056 7995 0 -1 1077944384 5682 0 0 0 137 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240436091168 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8091] ppid=8053 vsize=10900632 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8091/stat : 8091 (java) S 8053 8056 7995 0 -1 1077944384 10460 0 0 0 168 1 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240435038080 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8092] ppid=8053 vsize=10900632 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8092/stat : 8092 (java) S 8053 8056 7995 0 -1 1077944384 4105 0 0 0 38 0 0 0 20 0 20 0 3325234 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240433985568 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8094] ppid=8053 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8094/stat : 8094 (java) S 8053 8056 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240432933984 140240965727957 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
[pid=8056/tid=8095] ppid=8053 vsize=10900632 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8095/stat : 8095 (java) S 8053 8056 7995 0 -1 1077944384 208 0 0 0 3 3 0 0 20 0 20 0 3325235 11162247168 2096626 33554432000 4194304 4196468 140726684332944 140240431881264 140240965728898 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8585216 140726684341419 140726684341572 140726684341572 140726684344271 0
Current children cumulated CPU time (s) 983.3
Current children cumulated vsize (KiB) 10900632

[startup+173.201 s]
/proc/loadavg: 7.22 3.80 2.55 3/282 8098
/proc/meminfo: memFree=22534988/32770624 swapFree=5772/50236
[pid=8056] ppid=8053 vsize=0 CPUtime=983.49 cores=1,3,5,7,9,11,13,15
/proc/8056/stat : 8056 (java) Z 8053 8056 7995 0 -1 4227084 202403 0 0 0 96499 1850 0 0 20 0 2 0 3325226 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8056/statm: 0 0 0 0 0 0 0
[pid=8056/tid=8072] ppid=8053 vsize=0 CPUtime=115.55 cores=1,3,5,7,9,11,13,15
/proc/8056/task/8072/stat : 8072 (java) R 8053 8056 7995 0 -1 4203588 22635 0 0 0 11326 229 0 0 20 0 2 0 3325227 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 983.49
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 173.23
CPU time (s): 983.53
CPU user time (s): 964.998
CPU system time (s): 18.532
CPU usage (%): 567.759
Max. virtual memory (cumulated for all children) (KiB): 11033912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 964.998
system time used= 18.532
maximum resident set size= 8387692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20315
involuntary context switches= 68888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47687 second user time and 1.75541 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 01:42:59
IDJOB=4244107
IDBENCH=135892
IDSOLVER=2623
FILE ID=node129/4244107-1500680579
RUNJOBID= node129-1500680579-8027
PBS_JOBID= 20623036
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-00.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244107-1500680579/watcher-4244107-1500680579 -o /tmp/evaluation-result-4244107-1500680579/solver-4244107-1500680579 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500680579-8027 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244107-1500680579.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=54170072

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.96
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32124632 kB
MemAvailable:   32038716 kB
Buffers:           61404 kB
Cached:           123528 kB
SwapCached:            0 kB
Active:           126828 kB
Inactive:         114972 kB
Active(anon):       2768 kB
Inactive(anon):    65152 kB
Active(file):     124060 kB
Inactive(file):    49820 kB
Unevictable:        5772 kB
Mlocked:            5772 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2948 kB
Writeback:             0 kB
AnonPages:         62220 kB
Mapped:            29020 kB
Shmem:              8844 kB
Slab:              93164 kB
SReclaimable:      60712 kB
SUnreclaim:        32452 kB
KernelStack:        4064 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     311072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61984 MiB
End job on node129 at 2017-07-22 01:45:52