Trace number 4263173

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2528.0601 713.55603

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-29.xml
MD5SUM1822b9c415adc1a9dd10b23e46d08c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark425
Best CPU time to get the best result obtained on this benchmark2519.5801
Satisfiable
(Un)Satisfiability was proved
Number of variables1954
Number of constraints1139
Number of domains4
Minimum domain size2
Maximum domain size1923
Distribution of domain sizes[{"size":2,"count":961},{"size":3,"count":961},{"size":842,"count":1},{"size":1923,"count":31}]
Minimum variable degree1
Maximum variable degree32
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":958},{"degree":3,"count":34},{"degree":4,"count":116},{"degree":8,"count":112},{"degree":9,"count":729},{"degree":32,"count":1}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":147},{"arity":3,"count":116},{"arity":10,"count":841},{"arity":31,"count":4},{"arity":32,"count":1},{"arity":33,"count":30}]
Number of extensional constraints957
Number of intensional constraints146
Distribution of constraint types[{"type":"extension","count":957},{"type":"intension","count":146},{"type":"sum","count":32},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

2348.39/665.96	Aug 13, 2017 8:01:30 AM org.sat4j.reader.XMLCSP3Reader parseInstance
2348.39/665.96	INFO: Runtime exception
2348.39/665.96	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
2348.39/665.96		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:182)
2348.39/665.96		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
2348.39/665.96		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
2348.39/665.96		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
2348.39/665.96		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
2348.39/665.96		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
2348.39/665.96		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
2348.39/665.96		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
2348.39/665.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
2348.39/665.96		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
2348.39/665.96		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
2348.39/665.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
2348.39/665.96		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
2348.39/665.96		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
2348.39/665.96		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
2348.39/665.96		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
2348.39/665.96		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
2348.39/665.96		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
2348.39/665.96		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
2348.39/665.96		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 22 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 26 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 27 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 31 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 32 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 36 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 37 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 41 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 42 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 46 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 47 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 51 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 52 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 56 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 57 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 61 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 62 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 66 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 67 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 71 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 72 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 76 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 77 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 81 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 82 more
2348.39/665.96	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		... 86 more
2348.39/665.96	Caused by: java.lang.reflect.InvocationTargetException
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		... 87 more
2348.39/665.96	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
2348.39/665.96		at java.lang.reflect.Method.getParameterTypes(Method.java:264)
2348.39/665.96		at java.lang.Class.searchMethods(Class.java:3007)
2348.39/665.96		at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
2348.39/665.96		at java.lang.Class.getMethod0(Class.java:3018)
2348.39/665.96		at java.lang.Class.getMethod(Class.java:1784)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:124)
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
2348.39/665.96		at java.lang.reflect.Method.invoke(Method.java:498)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
2348.39/665.96		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
2348.39/665.96		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
2348.39/665.96	
2441.30/690.82	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2441.30/690.82	c This is free software under the dual EPL/GNU LGPL licenses.
2441.30/690.82	c See www.sat4j.org for details.
2441.30/690.82	c That software uses the Rhino library from the Mozilla project.
2441.30/690.82	c version CUSTOM.v20170705
2441.30/690.82	c java.runtime.name	Java(TM) SE Runtime Environment
2441.30/690.82	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2441.30/690.82	c java.vm.version	25.131-b11
2441.30/690.82	c java.vm.vendor	Oracle Corporation
2441.30/690.82	c sun.arch.data.model	64
2441.30/690.82	c java.version		1.8.0_131
2441.30/690.82	c os.name		Linux
2441.30/690.82	c os.version		3.10.0-514.16.1.el7.x86_64
2441.30/690.82	c os.arch		amd64
2441.30/690.82	c Free memory 		499604488
2441.30/690.82	c Max memory 		7247757312
2441.30/690.82	c Total memory 		504889344
2441.30/690.82	c Number of processors 	4
2441.30/690.82	c c --- Begin Solver configuration ---
2441.30/690.82	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2441.30/690.82	c Learn all clauses as in MiniSAT
2441.30/690.82	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2441.30/690.82	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2441.30/690.82	c No reason simplification
2441.30/690.82	c Glucose 2.1 dynamic restart strategy
2441.30/690.82	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
2441.30/690.82	c timeout=2147483s
2441.30/690.82	c DB Simplification allowed=false
2441.30/690.82	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2441.30/690.82	c --- End Solver configuration ---
2487.16/703.11	c starts		: 0
2518.04/711.01	c conflicts		: 0
2518.04/711.01	c decisions		: 0

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15368 MiB free)
  memory of node 1: 16384 MiB (12693 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263173-1502604299/watcher-4263173-1502604299 -o /tmp/evaluation-result-4263173-1502604299/solver-4263173-1502604299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263173-1502604299.xml 

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

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

solver pid=18843, runsolver pid=18840

[startup+0.100017 s]*
/proc/loadavg: 5.20 4.81 4.00 2/215 18857
/proc/meminfo: memFree=28724392/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10484492 memory=22856 CPUtime=0.05 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 4672 0 0 0 5 0 0 0 20 0 14 0 160082700 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2621123 5714 2571 1 0 2610620 0
[pid=18843/tid=18845] ppid=18840 vsize=10484492 memory=8258645624806612123 CPUtime=0.04 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) D 18840 18843 7084 0 -1 4202560 2780 0 0 0 4 0 0 0 20 0 14 0 160082704 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684871952288 139684867736829 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10484492 memory=732369939466845157 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 160082705 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684824681232 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10484492 memory=139801129391744 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 160082705 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684823628688 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 160082705 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684822576144 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10484492 memory=-1807685287725067907 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 160082705 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684821523600 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 160082706 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684431353840 139684867725954 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 160082707 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684430300064 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 160082707 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684429247472 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 160082709 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684428196048 139684867733403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) S 18840 18843 7084 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 160082709 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684427143664 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) S 18840 18843 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 160082709 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684426091120 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) S 18840 18843 7084 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 160082709 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684425038576 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 160082710 10736119808 5714 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22856 KiB

[startup+0.210551 s]*
/proc/loadavg: 5.20 4.81 4.00 3/216 18858
/proc/meminfo: memFree=28723676/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10551156 memory=26048 CPUtime=0.08 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 5041 0 0 0 8 0 0 0 20 0 15 0 160082700 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2637789 6512 2730 1 0 2627261 0
[pid=18843/tid=18845] ppid=18840 vsize=10551156 memory=-4116735710718344508 CPUtime=0.06 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) R 18840 18843 7084 0 -1 4202560 2981 0 0 0 6 0 0 0 20 0 15 0 160082704 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684871951328 139684851758437 0 4 1 16800974 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10551156 memory=279602113550072 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684824681232 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10551156 memory=139801129391744 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684823628688 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684822576144 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684821523600 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082706 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684431353840 139684867725954 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160082707 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684430300064 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160082707 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684429247472 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160082709 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684428196048 139684867733403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) S 18840 18843 7084 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 15 0 160082709 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684427143664 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) S 18840 18843 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 160082709 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684426091120 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10551156 memory=139801129391744 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) S 18840 18843 7084 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 15 0 160082709 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684425038576 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160082710 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18858] ppid=18840 vsize=10551156 memory=139801129391744 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18858/stat : 18858 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082720 10804383744 6512 18446744073709551615 4194304 4196468 140736095310192 139684422932784 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26048 KiB

[startup+0.310902 s]*
/proc/loadavg: 5.20 4.81 4.00 3/216 18858
/proc/meminfo: memFree=28711400/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10551156 memory=35968 CPUtime=0.23 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 8298 0 0 0 21 2 0 0 20 0 15 0 160082700 10804383744 8992 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2637789 8992 2863 1 0 2627261 0
[pid=18843/tid=18845] ppid=18840 vsize=10551156 memory=279601968316656 CPUtime=0.16 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) R 18840 18843 7084 0 -1 4202560 5920 0 0 0 14 2 0 0 20 0 15 0 160082704 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684871949056 139684851795294 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10551156 memory=279602113664960 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684824681232 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10551156 memory=279602113661312 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684823628688 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10551156 memory=279601968564480 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684822576144 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10551156 memory=139800984269583 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082705 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684821523600 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10551156 memory=279602113551368 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082706 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684431353840 139684867725954 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10551156 memory=139800984292607 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160082707 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684430300064 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10551156 memory=139800984295044 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160082707 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684429247472 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10551156 memory=139800984297579 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160082709 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684428196048 139684867733403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) S 18840 18843 7084 0 -1 1077944384 517 0 0 0 1 0 0 0 20 0 15 0 160082709 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684427143664 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) S 18840 18843 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 160082709 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684426091120 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10551156 memory=139801129391744 CPUtime=0.04 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) S 18840 18843 7084 0 -1 1077944384 424 0 0 0 4 0 0 0 20 0 15 0 160082709 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684425038576 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160082710 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18858] ppid=18840 vsize=10551156 memory=139801129391743 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18858/stat : 18858 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082720 10804383744 9058 18446744073709551615 4194304 4196468 140736095310192 139684422932784 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35968 KiB

[startup+0.705862 s]
/proc/loadavg: 5.20 4.81 4.00 3/216 18858
/proc/meminfo: memFree=28694116/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10551232 memory=75184 CPUtime=1.38 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 11935 0 0 0 133 5 0 0 20 0 15 0 160082700 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2637808 18796 3060 1 0 2627261 0
[pid=18843/tid=18845] ppid=18840 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) R 18840 18843 7084 0 -1 4202560 6807 0 0 0 51 3 0 0 20 0 15 0 160082704 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684871952016 139684503662312 0 4 1 16800974 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082705 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684824681232 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082705 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684823628688 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) S 18840 18843 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160082705 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684822576144 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082705 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684821523600 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 160082706 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684431353840 139684867725954 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160082707 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684430300064 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10551232 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160082707 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684429247472 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10551232 memory=708 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160082709 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684428196048 139684867733403 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10551232 memory=107 CPUtime=0.24 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) R 18840 18843 7084 0 -1 4202560 1110 0 0 0 24 0 0 0 20 0 15 0 160082709 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684427129544 139684846960655 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10551232 memory=9 CPUtime=0.27 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) R 18840 18843 7084 0 -1 4202560 1068 0 0 0 27 0 0 0 20 0 15 0 160082709 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684426080592 139684867736154 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10551232 memory=2 CPUtime=0.29 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) R 18840 18843 7084 0 -1 4202560 1577 0 0 0 29 0 0 0 20 0 15 0 160082709 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684425034528 139684867726742 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10551232 memory=747 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160082710 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18858] ppid=18840 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18858/stat : 18858 (java) S 18840 18843 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160082720 10804461568 18796 18446744073709551615 4194304 4196468 140736095310192 139684422932784 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 75184 KiB

[startup+1.5009 s]
/proc/loadavg: 5.20 4.81 4.00 5/216 18858
/proc/meminfo: memFree=28538084/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10553884 memory=275092 CPUtime=3.91 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 23948 0 0 0 377 14 0 0 20 0 15 0 160082700 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2638471 68773 3096 1 0 2627924 0
[pid=18843/tid=18845] ppid=18840 vsize=10553884 memory=2 CPUtime=1.27 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) R 18840 18843 7084 0 -1 4202560 7559 0 0 0 121 6 0 0 20 0 15 0 160082704 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 139684871950408 139684849662034 0 4 1 16800974 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10553884 memory=6 CPUtime=0.02 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) S 18840 18843 7084 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 15 0 160082705 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 139684824681232 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10553884 memory=4 CPUtime=0.06 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) S 18840 18843 7084 0 -1 1077944384 117 0 0 0 5 1 0 0 20 0 15 0 160082705 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 139684823628688 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10553884 memory=4 CPUtime=0.04 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) S 18840 18843 7084 0 -1 1077944384 44 0 0 0 3 1 0 0 20 0 15 0 160082705 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 139684822576144 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10553884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) S 18840 18843 7084 0 -1 1077944384 191 0 0 0 3 1 0 0 20 0 15 0 160082705 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 139684821523600 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10553884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 160082706 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 139684431353840 139684867725954 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10553884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 160082707 10807177216 68773 18446744073709551615 4194304 4196468 140736095310192 139684430300128 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0

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

[pid=18843/tid=18846] ppid=18840 vsize=10686560 memory=0 CPUtime=608.66 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) R 18840 18843 7084 0 -1 4202560 120112 0 0 0 60667 199 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684824681120 139684847741329 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10686560 memory=4156 CPUtime=607.02 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) R 18840 18843 7084 0 -1 4202560 74894 0 0 0 60472 230 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684823628888 139684852412365 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10686560 memory=67208 CPUtime=605.83 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) R 18840 18843 7084 0 -1 4202560 90307 0 0 0 60343 240 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684822576344 139684852665536 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10686560 memory=1296 CPUtime=606.26 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) R 18840 18843 7084 0 -1 4202560 115772 0 0 0 60392 234 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684821523800 139684852412420 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10686560 memory=1440 CPUtime=35.42 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 130736 0 0 0 3534 8 0 0 20 0 17 0 160082706 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684431352160 139684867725013 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10686560 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684430300128 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10686560 memory=988 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684429247488 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10686560 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684428195696 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10686560 memory=6944656575208382560 CPUtime=1.54 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) S 18840 18843 7084 0 -1 1077944384 7150 0 0 0 153 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684427143664 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10686560 memory=7596561499052009049 CPUtime=1.78 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) S 18840 18843 7084 0 -1 1077944384 8555 0 0 0 177 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684426091120 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10686560 memory=4872558044660077418 CPUtime=0.47 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) S 18840 18843 7084 0 -1 1077944384 4020 0 0 0 46 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684425038576 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10686560 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160082710 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18858] ppid=18840 vsize=10686560 memory=796 CPUtime=0.43 cores=0,2,4,6
/proc/18843/task/18858/stat : 18858 (java) S 18840 18843 7084 0 -1 1077944384 524 0 0 0 25 18 0 0 20 0 17 0 160082720 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684422932784 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18924] ppid=18840 vsize=10686560 memory=5768 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18924/stat : 18924 (java) S 18840 18843 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684419777856 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18925] ppid=18840 vsize=10686560 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18925/stat : 18925 (java) S 18840 18843 7084 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684418727872 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 2525.21 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8366704 KiB

[startup+713.201 s]
/proc/loadavg: 4.61 4.69 4.30 7/221 18927
/proc/meminfo: memFree=20305608/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10686560 memory=8366704 CPUtime=2526.76 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 574588 0 0 0 251727 949 0 0 20 0 17 0 160082700 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2671640 2091676 3174 1 0 2661055 0
[pid=18843/tid=18845] ppid=18840 vsize=10686560 memory=-7812789463949416390 CPUtime=57.7 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) S 18840 18843 7084 0 -1 1077944384 20829 0 0 0 5744 26 0 0 20 0 17 0 160082704 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684871955488 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10686560 memory=8292088564187963537 CPUtime=609.05 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) R 18840 18843 7084 0 -1 4202560 120112 0 0 0 60706 199 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684824681120 139684847740941 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10686560 memory=4137287014106042739 CPUtime=607.4 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) R 18840 18843 7084 0 -1 4202560 74894 0 0 0 60510 230 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684823628888 139684852666046 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10686560 memory=-7966001967256141664 CPUtime=606.22 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) R 18840 18843 7084 0 -1 4202560 90307 0 0 0 60382 240 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684822576344 139684850891391 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10686560 memory=6944656592452807320 CPUtime=606.65 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) R 18840 18843 7084 0 -1 4202560 115772 0 0 0 60431 234 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684821523800 139684852665940 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10686560 memory=6944656592455360608 CPUtime=35.42 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 130736 0 0 0 3534 8 0 0 20 0 17 0 160082706 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684431352160 139684867725013 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10686560 memory=-6737208495982354336 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684430300128 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10686560 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684429247488 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10686560 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684428195696 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10686560 memory=8303054830060986464 CPUtime=1.54 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) S 18840 18843 7084 0 -1 1077944384 7150 0 0 0 153 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684427143664 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10686560 memory=-7966001967256141664 CPUtime=1.78 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) S 18840 18843 7084 0 -1 1077944384 8555 0 0 0 177 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684426091120 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10686560 memory=-6876588628754522503 CPUtime=0.47 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) S 18840 18843 7084 0 -1 1077944384 4020 0 0 0 46 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684425038576 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10686560 memory=7682475212697334586 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160082710 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18858] ppid=18840 vsize=10686560 memory=6944656592455359580 CPUtime=0.43 cores=0,2,4,6
/proc/18843/task/18858/stat : 18858 (java) S 18840 18843 7084 0 -1 1077944384 524 0 0 0 25 18 0 0 20 0 17 0 160082720 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684422932784 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18924] ppid=18840 vsize=10686560 memory=-6876588427079294878 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18924/stat : 18924 (java) S 18840 18843 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684419777856 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18925] ppid=18840 vsize=10686560 memory=6944656591801718942 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18925/stat : 18925 (java) S 18840 18843 7084 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684418727872 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 2526.76 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8366704 KiB

[startup+713.401 s]
/proc/loadavg: 4.61 4.69 4.30 7/221 18927
/proc/meminfo: memFree=20305608/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10686560 memory=8366704 CPUtime=2527.56 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 574588 0 0 0 251807 949 0 0 20 0 17 0 160082700 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2671640 2091676 3174 1 0 2661055 0
[pid=18843/tid=18845] ppid=18840 vsize=10686560 memory=290763896594366775 CPUtime=57.7 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) S 18840 18843 7084 0 -1 1077944384 20829 0 0 0 5744 26 0 0 20 0 17 0 160082704 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684871955488 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10686560 memory=13563786715989427 CPUtime=609.25 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) R 18840 18843 7084 0 -1 4202560 120112 0 0 0 60726 199 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684824681120 139684852412559 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10686560 memory=-7966001967256141664 CPUtime=607.6 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) R 18840 18843 7084 0 -1 4202560 74894 0 0 0 60530 230 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684823628888 139684852665412 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10686560 memory=6944656592452807320 CPUtime=606.42 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) R 18840 18843 7084 0 -1 4202560 90307 0 0 0 60402 240 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684822576344 139684852665934 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10686560 memory=6944656592455360608 CPUtime=606.85 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) R 18840 18843 7084 0 -1 4202560 115772 0 0 0 60451 234 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684821523800 139684852666032 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10686560 memory=-6737208495982354336 CPUtime=35.42 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 130736 0 0 0 3534 8 0 0 20 0 17 0 160082706 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684431352160 139684867725013 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10686560 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684430300128 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10686560 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684429247488 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10686560 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684428195696 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10686560 memory=-7966001967256141664 CPUtime=1.54 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) S 18840 18843 7084 0 -1 1077944384 7150 0 0 0 153 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684427143664 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10686560 memory=-6876588628754522503 CPUtime=1.78 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) S 18840 18843 7084 0 -1 1077944384 8555 0 0 0 177 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684426091120 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10686560 memory=6944656592455359580 CPUtime=0.47 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) S 18840 18843 7084 0 -1 1077944384 4020 0 0 0 46 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684425038576 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10686560 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160082710 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18858] ppid=18840 vsize=10686560 memory=1097280 CPUtime=0.43 cores=0,2,4,6
/proc/18843/task/18858/stat : 18858 (java) S 18840 18843 7084 0 -1 1077944384 524 0 0 0 25 18 0 0 20 0 17 0 160082720 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684422932784 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18924] ppid=18840 vsize=10686560 memory=288230617525780800 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18924/stat : 18924 (java) S 18840 18843 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684419777856 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18925] ppid=18840 vsize=10686560 memory=14130035237853731 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18925/stat : 18925 (java) S 18840 18843 7084 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684418727872 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 2527.56 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8366704 KiB

[startup+713.501 s]
/proc/loadavg: 4.61 4.69 4.30 7/221 18927
/proc/meminfo: memFree=20305608/32770624 swapFree=67108776/67108860
[pid=18843] ppid=18840 vsize=10686560 memory=8366704 CPUtime=2527.96 cores=0,2,4,6
/proc/18843/stat : 18843 (java) S 18840 18843 7084 0 -1 1077944320 574588 0 0 0 251847 949 0 0 20 0 17 0 160082700 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 140736095292736 139684867714807 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 3 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
/proc/18843/statm: 2671640 2091676 3174 1 0 2661055 0
[pid=18843/tid=18845] ppid=18840 vsize=10686560 memory=-8774313645642428999 CPUtime=57.7 cores=0,2,4,6
/proc/18843/task/18845/stat : 18845 (java) S 18840 18843 7084 0 -1 1077944384 20829 0 0 0 5744 26 0 0 20 0 17 0 160082704 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684871955488 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18846] ppid=18840 vsize=10686560 memory=8366704 CPUtime=609.35 cores=0,2,4,6
/proc/18843/task/18846/stat : 18846 (java) R 18840 18843 7084 0 -1 4202560 120112 0 0 0 60736 199 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684824681120 139684853473175 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18847] ppid=18840 vsize=10686560 memory=8366696 CPUtime=607.7 cores=0,2,4,6
/proc/18843/task/18847/stat : 18847 (java) R 18840 18843 7084 0 -1 4202560 74894 0 0 0 60540 230 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684823628888 139684852665412 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18848] ppid=18840 vsize=10686560 memory=8366696 CPUtime=606.52 cores=0,2,4,6
/proc/18843/task/18848/stat : 18848 (java) R 18840 18843 7084 0 -1 4202560 90307 0 0 0 60412 240 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684822576344 139684852666268 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18849] ppid=18840 vsize=10686560 memory=8366704 CPUtime=606.95 cores=0,2,4,6
/proc/18843/task/18849/stat : 18849 (java) R 18840 18843 7084 0 -1 4202560 115772 0 0 0 60461 234 0 0 20 0 17 0 160082705 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684821523800 139684852700103 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18850] ppid=18840 vsize=10686560 memory=8366704 CPUtime=35.42 cores=0,2,4,6
/proc/18843/task/18850/stat : 18850 (java) S 18840 18843 7084 0 -1 1077944384 130736 0 0 0 3534 8 0 0 20 0 17 0 160082706 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684431352160 139684867725013 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18851] ppid=18840 vsize=10686560 memory=8366704 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18851/stat : 18851 (java) S 18840 18843 7084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684430300128 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18852] ppid=18840 vsize=10686560 memory=8366704 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18852/stat : 18852 (java) S 18840 18843 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 17 0 160082707 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684429247488 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18853] ppid=18840 vsize=10686560 memory=8366704 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18853/stat : 18853 (java) S 18840 18843 7084 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684428195696 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18854] ppid=18840 vsize=10686560 memory=8366704 CPUtime=1.54 cores=0,2,4,6
/proc/18843/task/18854/stat : 18854 (java) S 18840 18843 7084 0 -1 1077944384 7150 0 0 0 153 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684427143664 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18855] ppid=18840 vsize=10686560 memory=8366696 CPUtime=1.78 cores=0,2,4,6
/proc/18843/task/18855/stat : 18855 (java) S 18840 18843 7084 0 -1 1077944384 8555 0 0 0 177 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684426091120 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18856] ppid=18840 vsize=10686560 memory=8366696 CPUtime=0.47 cores=0,2,4,6
/proc/18843/task/18856/stat : 18856 (java) S 18840 18843 7084 0 -1 1077944384 4020 0 0 0 46 1 0 0 20 0 17 0 160082709 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684425038576 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18857] ppid=18840 vsize=10686560 memory=8366700 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18857/stat : 18857 (java) S 18840 18843 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160082710 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684423986272 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18858] ppid=18840 vsize=10686560 memory=8366700 CPUtime=0.43 cores=0,2,4,6
/proc/18843/task/18858/stat : 18858 (java) S 18840 18843 7084 0 -1 1077944384 524 0 0 0 25 18 0 0 20 0 17 0 160082720 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684422932784 139684867725954 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18924] ppid=18840 vsize=10686560 memory=8366704 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18924/stat : 18924 (java) S 18840 18843 7084 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684419777856 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
[pid=18843/tid=18925] ppid=18840 vsize=10686560 memory=8366704 CPUtime=0 cores=0,2,4,6
/proc/18843/task/18925/stat : 18925 (java) S 18840 18843 7084 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 160149297 10943037440 2091676 18446744073709551615 4194304 4196468 140736095310192 139684418727872 139684867725013 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23539712 140736095318416 140736095318569 140736095318569 140736095322063 0
Current children cumulated CPU time: 2527.96 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8366704 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 713.556
CPU time (s): 2528.06
CPU user time (s): 2518.52
CPU system time (s): 9.53873
CPU usage (%): 354.29
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8366704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.52
system time used= 9.53873
maximum resident set size= 8366932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55471
involuntary context switches= 37921


# summary of solver processes directly reported to runsolver:
#   pid: 18843
#   total CPU time (s): 2528.06
#   total CPU user time (s): 2518.52
#   total CPU system time (s): 9.53873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.67758 second user time and 6.83509 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 07:50:34
IDJOB=4263173
IDBENCH=115913
IDSOLVER=2651
FILE ID=node132/4263173-1502604299
RUNJOBID= node132-1502602071-18556
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-wst-s1/StillLife-wastage-29.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263173-1502604299/watcher-4263173-1502604299 -o /tmp/evaluation-result-4263173-1502604299/solver-4263173-1502604299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18556 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263173-1502604299.xml

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

MD5SUM BENCH= 1822b9c415adc1a9dd10b23e46d08c48
RANDOM SEED=1464594330

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28736336 kB
MemAvailable:   28944808 kB
Buffers:          218112 kB
Cached:           314728 kB
SwapCached:           84 kB
Active:          3484336 kB
Inactive:         137568 kB
Active(anon):    3034388 kB
Inactive(anon):   104320 kB
Active(file):     449948 kB
Inactive(file):    33248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1740 kB
Writeback:             4 kB
AnonPages:       3088908 kB
Mapped:            76568 kB
Shmem:             49768 kB
Slab:             109180 kB
SReclaimable:      82220 kB
SUnreclaim:        26960 kB
KernelStack:        3552 kB
PageTables:        11652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4853328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2678784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

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