Trace number 4263178

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? 2375.3899 669.34497

General information on the benchmark

NameStillLife/StillLife-wst-s1/
StillLife-wastage-44.xml
MD5SUM4997da7be544d89c7d7e917a89d7c5a2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark941
Best CPU time to get the best result obtained on this benchmark2519.6799
Satisfiable
(Un)Satisfiability was proved
Number of variables4279
Number of constraints2384
Number of domains4
Minimum domain size2
Maximum domain size4233
Distribution of domain sizes[{"size":2,"count":2116},{"size":3,"count":2116},{"size":1937,"count":1},{"size":4233,"count":46}]
Minimum variable degree1
Maximum variable degree47
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":2113},{"degree":3,"count":49},{"degree":4,"count":176},{"degree":8,"count":172},{"degree":9,"count":1764},{"degree":47,"count":1}]
Minimum constraint arity2
Maximum constraint arity48
Distribution of constraint arities[{"arity":2,"count":222},{"arity":3,"count":176},{"arity":10,"count":1936},{"arity":46,"count":4},{"arity":47,"count":1},{"arity":48,"count":45}]
Number of extensional constraints2112
Number of intensional constraints221
Distribution of constraint types[{"type":"extension","count":2112},{"type":"intension","count":221},{"type":"sum","count":47},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263178-1502602702/watcher-4263178-1502602702 -o /tmp/evaluation-result-4263178-1502602702/solver-4263178-1502602702 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19456 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263178-1502602702.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=20475, runsolver pid=20472

[startup+0.10019 s]*
/proc/loadavg: 3.78 3.96 3.34 6/203 20484
/proc/meminfo: memFree=23349948/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10484492 memory=22728 CPUtime=0.05 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 4630 0 0 0 5 0 0 0 20 0 14 0 62465587 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2621123 5682 2560 1 0 2610620 0
[pid=20475/tid=20477] ppid=20472 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) D 20472 20475 12560 0 -1 1077944384 2753 0 0 0 4 0 0 0 20 0 14 0 62465593 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139828422825792 139828418612285 0 4 1 16800974 18446744072101613092 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10484492 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) S 20472 20475 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 62465594 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139828029872912 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10484492 memory=140532434118272 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 62465594 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139828028820368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 62465594 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139828027767824 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 62465594 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139828026715280 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10484492 memory=140532434118272 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 62465595 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827982764016 139828418599554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 62465595 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827981710240 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 62465596 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827980657648 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 62465598 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) S 20472 20475 12560 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 14 0 62465598 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827978553840 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) S 20472 20475 12560 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 14 0 62465598 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827977501296 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10484492 memory=140532434118272 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) R 20472 20475 12560 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 14 0 62465598 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827976448752 139828418600342 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 62465598 10736119808 5682 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22728 KiB

[startup+0.212403 s]*
/proc/loadavg: 3.78 3.96 3.34 6/209 20490
/proc/meminfo: memFree=23342072/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10551156 memory=29812 CPUtime=0.13 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 7572 0 0 0 11 2 0 0 20 0 15 0 62465587 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2637789 7453 2786 1 0 2627261 0
[pid=20475/tid=20477] ppid=20472 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) R 20472 20475 12560 0 -1 4202560 5421 0 0 0 8 1 0 0 20 0 15 0 62465593 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139828422810424 139828402668894 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) S 20472 20475 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139828029872912 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10551156 memory=288370908585830016 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139828028820368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139828027767824 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139828026715280 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10551156 memory=140532434118272 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465595 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827982764016 139828418599554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62465595 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827981710240 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62465596 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827980657648 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465598 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) S 20472 20475 12560 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 62465598 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827978553840 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) S 20472 20475 12560 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 15 0 62465598 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827977501296 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10551156 memory=140532434118272 CPUtime=0.01 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) R 20472 20475 12560 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 62465598 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827976448752 139828410825534 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465598 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20490] ppid=20472 vsize=10551156 memory=140532434118272 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20490/stat : 20490 (java) S 20472 20475 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62465604 10804383744 7453 18446744073709551615 4194304 4196468 140722850422592 139827974342960 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29812 KiB

[startup+0.313543 s]*
/proc/loadavg: 3.78 3.96 3.34 7/209 20490
/proc/meminfo: memFree=23336364/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10551156 memory=38916 CPUtime=0.29 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 8975 0 0 0 26 3 0 0 20 0 15 0 62465587 10804383744 9729 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2637789 9729 2902 1 0 2627261 0
[pid=20475/tid=20477] ppid=20472 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) R 20472 20475 12560 0 -1 4202560 6134 0 0 0 18 2 0 0 20 0 15 0 62465593 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139828422827600 139828418600342 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) S 20472 20475 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139828029872912 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139828028820368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139828027767824 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465594 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139828026715280 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465595 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827982764016 139828418599554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62465595 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827981710240 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62465596 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827980657648 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465598 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) S 20472 20475 12560 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 62465598 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827978553936 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) R 20472 20475 12560 0 -1 1077944384 529 0 0 0 1 0 0 0 20 0 15 0 62465598 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827977491216 139828418598613 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10551156 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) R 20472 20475 12560 0 -1 4202560 750 0 0 0 5 0 0 0 20 0 15 0 62465598 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827976444664 139828418600342 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465598 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20490] ppid=20472 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20490/stat : 20490 (java) S 20472 20475 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62465604 10804383744 9795 18446744073709551615 4194304 4196468 140722850422592 139827974342960 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38916 KiB

[startup+0.700721 s]
/proc/loadavg: 3.78 3.96 3.34 9/209 20490
/proc/meminfo: memFree=23312040/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10551232 memory=87520 CPUtime=1.53 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 13105 0 0 0 149 4 0 0 20 0 15 0 62465587 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2637808 21880 3052 1 0 2627261 0
[pid=20475/tid=20477] ppid=20472 vsize=10551232 memory=1688 CPUtime=0.57 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) R 20472 20475 12560 0 -1 4202560 7423 0 0 0 54 3 0 0 20 0 15 0 62465593 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139828422824976 139828049457301 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10551232 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) S 20472 20475 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62465594 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139828029872912 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465594 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139828028820368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10551232 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465594 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139828027767824 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10551232 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) S 20472 20475 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 62465594 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139828026715280 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10551232 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) S 20472 20475 12560 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 62465595 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827982764016 139828418599554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10551232 memory=8600 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 62465595 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827981710240 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10551232 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 62465596 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827980657648 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10551232 memory=14260 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465598 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10551232 memory=796 CPUtime=0.32 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) R 20472 20475 12560 0 -1 4202560 1011 0 0 0 32 0 0 0 20 0 15 0 62465598 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827978542512 139828402494332 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10551232 memory=1228 CPUtime=0.32 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) R 20472 20475 12560 0 -1 4202560 1706 0 0 0 32 0 0 0 20 0 15 0 62465598 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827977488320 139828400132674 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10551232 memory=1412 CPUtime=0.29 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) S 20472 20475 12560 0 -1 1077944384 1590 0 0 0 29 0 0 0 20 0 15 0 62465598 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827976448752 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10551232 memory=15584 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 62465598 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20490] ppid=20472 vsize=10551232 memory=62880 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20490/stat : 20490 (java) S 20472 20475 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 62465604 10804461568 21880 18446744073709551615 4194304 4196468 140722850422592 139827974342960 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 87520 KiB

[startup+1.50356 s]
/proc/loadavg: 3.78 3.96 3.34 10/209 20490
/proc/meminfo: memFree=23034560/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10551232 memory=381168 CPUtime=3.96 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 17170 0 0 0 381 15 0 0 20 0 15 0 62465587 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2637808 95292 3094 1 0 2627261 0
[pid=20475/tid=20477] ppid=20472 vsize=10551232 memory=4144 CPUtime=1.29 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) R 20472 20475 12560 0 -1 4202560 7631 0 0 0 123 6 0 0 20 0 15 0 62465593 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 139828422814912 139828050830112 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10551232 memory=35632 CPUtime=0.04 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) S 20472 20475 12560 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 15 0 62465594 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 139828029872912 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10551232 memory=1292 CPUtime=0.06 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) S 20472 20475 12560 0 -1 1077944384 50 0 0 0 5 1 0 0 20 0 15 0 62465594 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 139828028820368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10551232 memory=2384 CPUtime=0.06 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) S 20472 20475 12560 0 -1 1077944384 47 0 0 0 5 1 0 0 20 0 15 0 62465594 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 139828027767824 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10551232 memory=1688 CPUtime=0.04 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) S 20472 20475 12560 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 15 0 62465594 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 139828026715280 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10551232 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) S 20472 20475 12560 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 62465595 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 139827982764016 139828418599554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 62465595 10804461568 95292 18446744073709551615 4194304 4196468 140722850422592 139827981710304 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0

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

/proc/20475/task/20481/stat : 20481 (java) R 20472 20475 12560 0 -1 4202560 345535 0 0 0 56773 248 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828026715480 139828400198157 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10686560 memory=5808 CPUtime=35.26 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) S 20472 20475 12560 0 -1 1077944384 120700 0 0 0 3519 7 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827982762560 139828418598613 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827981710304 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10686560 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 62465596 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827980657664 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10686560 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10686560 memory=35672 CPUtime=1.2 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) S 20472 20475 12560 0 -1 1077944384 3252 0 0 0 120 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827978553600 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10686560 memory=1292 CPUtime=1.38 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) S 20472 20475 12560 0 -1 1077944384 5565 0 0 0 137 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827977501344 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10686560 memory=2384 CPUtime=0.46 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) S 20472 20475 12560 0 -1 1077944384 4105 0 0 0 45 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827976444624 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10686560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20490] ppid=20472 vsize=10686560 memory=7752549240514114323 CPUtime=0.26 cores=0,2,4,6
/proc/20475/task/20490/stat : 20490 (java) S 20472 20475 12560 0 -1 1077944384 997 0 0 0 18 8 0 0 20 0 17 0 62465604 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827974342960 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20605] ppid=20472 vsize=10686560 memory=5867465089462723683 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20605/stat : 20605 (java) S 20472 20475 12560 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827971190368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20606] ppid=20472 vsize=10686560 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20606/stat : 20606 (java) S 20472 20475 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827970138128 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 2369.28 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8299436 KiB

[startup+668.001 s]*
/proc/loadavg: 7.32 6.73 5.20 9/211 20606
/proc/meminfo: memFree=15208856/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10686560 memory=8299436 CPUtime=2372.41 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 1432240 0 0 0 236254 987 0 0 20 0 17 0 62465587 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2671640 2074859 3174 1 0 2661055 0
[pid=20475/tid=20477] ppid=20472 vsize=10686560 memory=-8774313645642428999 CPUtime=49.67 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) S 20472 20475 12560 0 -1 1077944384 37818 0 0 0 4942 25 0 0 20 0 17 0 62465593 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828422829088 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10686560 memory=4126316290023845779 CPUtime=572.52 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) R 20472 20475 12560 0 -1 4202560 432743 0 0 0 57025 227 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828029873032 139828411216615 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10686560 memory=6943526294502006880 CPUtime=569.32 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) R 20472 20475 12560 0 -1 4202560 202944 0 0 0 56687 245 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828028820488 139828411216615 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10686560 memory=6944656592455359580 CPUtime=571.22 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) R 20472 20475 12560 0 -1 4202560 277053 0 0 0 56896 226 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828027767632 139828411216615 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10686560 memory=6656426216303648864 CPUtime=571.02 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) R 20472 20475 12560 0 -1 4202560 345621 0 0 0 56854 248 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828026715480 139828411693090 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10686560 memory=6944656575208382560 CPUtime=35.26 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) S 20472 20475 12560 0 -1 1077944384 120700 0 0 0 3519 7 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827982762560 139828418598613 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10686560 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827981710304 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10686560 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 62465596 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827980657664 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10686560 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) S 20472 20475 12560 0 -1 1077944384 3252 0 0 0 120 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827978553600 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10686560 memory=35672 CPUtime=1.38 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) S 20472 20475 12560 0 -1 1077944384 5565 0 0 0 137 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827977501344 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10686560 memory=1292 CPUtime=0.46 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) S 20472 20475 12560 0 -1 1077944384 4105 0 0 0 45 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827976444624 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10686560 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20490] ppid=20472 vsize=10686560 memory=1688 CPUtime=0.26 cores=0,2,4,6
/proc/20475/task/20490/stat : 20490 (java) S 20472 20475 12560 0 -1 1077944384 997 0 0 0 18 8 0 0 20 0 17 0 62465604 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827974342960 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20605] ppid=20472 vsize=10686560 memory=5808 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20605/stat : 20605 (java) S 20472 20475 12560 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827971190368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20606] ppid=20472 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20606/stat : 20606 (java) S 20472 20475 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827970138128 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 2372.41 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8299436 KiB

[startup+668.801 s]
/proc/loadavg: 7.32 6.73 5.20 9/211 20606
/proc/meminfo: memFree=15208856/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10686560 memory=8299436 CPUtime=2374.83 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 1435281 0 0 0 236495 988 0 0 20 0 17 0 62465587 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2671640 2074859 3174 1 0 2661055 0
[pid=20475/tid=20477] ppid=20472 vsize=10686560 memory=8299436 CPUtime=49.67 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) S 20472 20475 12560 0 -1 1077944384 37818 0 0 0 4942 25 0 0 20 0 17 0 62465593 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828422829088 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10686560 memory=4144 CPUtime=573.06 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) S 20472 20475 12560 0 -1 1077944384 432743 0 0 0 57079 227 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828029872912 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10686560 memory=8299436 CPUtime=569.86 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) S 20472 20475 12560 0 -1 1077944384 202944 0 0 0 56741 245 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828028820368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10686560 memory=1004 CPUtime=571.76 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) S 20472 20475 12560 0 -1 1077944384 277053 0 0 0 56950 226 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828027767824 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10686560 memory=2016 CPUtime=571.59 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) S 20472 20475 12560 0 -1 1077944384 348661 0 0 0 56910 249 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828026715280 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10686560 memory=281064674891504 CPUtime=35.49 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) R 20472 20475 12560 0 -1 4202560 120700 0 0 0 3542 7 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827982762560 139828403584916 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10686560 memory=288283153532191003 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827981710304 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10686560 memory=288283381249344645 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 62465596 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827980657664 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10686560 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10686560 memory=35672 CPUtime=1.2 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) S 20472 20475 12560 0 -1 1077944384 3252 0 0 0 120 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827978553600 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10686560 memory=1292 CPUtime=1.38 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) S 20472 20475 12560 0 -1 1077944384 5565 0 0 0 137 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827977501344 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10686560 memory=2384 CPUtime=0.46 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) S 20472 20475 12560 0 -1 1077944384 4105 0 0 0 45 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827976444624 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20490] ppid=20472 vsize=10686560 memory=4072 CPUtime=0.26 cores=0,2,4,6
/proc/20475/task/20490/stat : 20490 (java) S 20472 20475 12560 0 -1 1077944384 997 0 0 0 18 8 0 0 20 0 17 0 62465604 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827974342960 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20605] ppid=20472 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20605/stat : 20605 (java) S 20472 20475 12560 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827971190368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20606] ppid=20472 vsize=10686560 memory=3140 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20606/stat : 20606 (java) S 20472 20475 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827970138128 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 2374.83 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8299436 KiB

[startup+669.201 s]
/proc/loadavg: 7.32 6.73 5.20 6/211 20606
/proc/meminfo: memFree=15208856/32770624 swapFree=67105588/67108860
[pid=20475] ppid=20472 vsize=10686560 memory=8299436 CPUtime=2375.23 cores=0,2,4,6
/proc/20475/stat : 20475 (java) S 20472 20475 12560 0 -1 1077944320 1435281 0 0 0 236535 988 0 0 20 0 17 0 62465587 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 140722850405136 139828418588407 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
/proc/20475/statm: 2671640 2074859 3174 1 0 2661055 0
[pid=20475/tid=20477] ppid=20472 vsize=10686560 memory=-8774313645642428999 CPUtime=49.67 cores=0,2,4,6
/proc/20475/task/20477/stat : 20477 (java) S 20472 20475 12560 0 -1 1077944384 37818 0 0 0 4942 25 0 0 20 0 17 0 62465593 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828422829088 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20478] ppid=20472 vsize=10686560 memory=6944656575208382560 CPUtime=573.06 cores=0,2,4,6
/proc/20475/task/20478/stat : 20478 (java) S 20472 20475 12560 0 -1 1077944384 432743 0 0 0 57079 227 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828029872912 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20479] ppid=20472 vsize=10686560 memory=6656426216303648864 CPUtime=569.86 cores=0,2,4,6
/proc/20475/task/20479/stat : 20479 (java) S 20472 20475 12560 0 -1 1077944384 202944 0 0 0 56741 245 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828028820368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20480] ppid=20472 vsize=10686560 memory=6943526294502006880 CPUtime=571.76 cores=0,2,4,6
/proc/20475/task/20480/stat : 20480 (java) S 20472 20475 12560 0 -1 1077944384 277053 0 0 0 56950 226 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828027767824 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20481] ppid=20472 vsize=10686560 memory=4048 CPUtime=571.59 cores=0,2,4,6
/proc/20475/task/20481/stat : 20481 (java) S 20472 20475 12560 0 -1 1077944384 348661 0 0 0 56910 249 0 0 20 0 17 0 62465594 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139828026715280 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20482] ppid=20472 vsize=10686560 memory=644 CPUtime=35.89 cores=0,2,4,6
/proc/20475/task/20482/stat : 20482 (java) R 20472 20475 12560 0 -1 4202560 120700 0 0 0 3582 7 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827982762560 139828403584916 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20483] ppid=20472 vsize=10686560 memory=1744 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20483/stat : 20483 (java) S 20472 20475 12560 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 62465595 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827981710304 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20484] ppid=20472 vsize=10686560 memory=956 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20484/stat : 20484 (java) S 20472 20475 12560 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 62465596 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827980657664 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20485] ppid=20472 vsize=10686560 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20485/stat : 20485 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827979606224 139828418607003 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20486] ppid=20472 vsize=10686560 memory=2240 CPUtime=1.2 cores=0,2,4,6
/proc/20475/task/20486/stat : 20486 (java) S 20472 20475 12560 0 -1 1077944384 3252 0 0 0 120 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827978553600 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20487] ppid=20472 vsize=10686560 memory=4088 CPUtime=1.38 cores=0,2,4,6
/proc/20475/task/20487/stat : 20487 (java) S 20472 20475 12560 0 -1 1077944384 5565 0 0 0 137 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827977501344 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20488] ppid=20472 vsize=10686560 memory=1620 CPUtime=0.46 cores=0,2,4,6
/proc/20475/task/20488/stat : 20488 (java) S 20472 20475 12560 0 -1 1077944384 4105 0 0 0 45 1 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827976444624 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20489] ppid=20472 vsize=10686560 memory=920 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20489/stat : 20489 (java) S 20472 20475 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 62465598 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827975396448 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20490] ppid=20472 vsize=10686560 memory=2160 CPUtime=0.26 cores=0,2,4,6
/proc/20475/task/20490/stat : 20490 (java) S 20472 20475 12560 0 -1 1077944384 997 0 0 0 18 8 0 0 20 0 17 0 62465604 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827974342960 139828418599554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20605] ppid=20472 vsize=10686560 memory=832 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20605/stat : 20605 (java) S 20472 20475 12560 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827971190368 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
[pid=20475/tid=20606] ppid=20472 vsize=10686560 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/20475/task/20606/stat : 20606 (java) S 20472 20475 12560 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 62528645 10943037440 2074859 18446744073709551615 4194304 4196468 140722850422592 139827970138128 139828418598613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22810624 140722850431376 140722850431529 140722850431529 140722850435023 0
Current children cumulated CPU time: 2375.23 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8299436 KiB

[startup+669.301 s]*
/proc/loadavg: 7.13 6.70 5.20 6/196 20606
/proc/meminfo: memFree=17160916/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 669.345
CPU time (s): 2375.39
CPU user time (s): 2365.44
CPU system time (s): 9.95066
CPU usage (%): 354.883
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8299436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2365.44
system time used= 9.95066
maximum resident set size= 8299724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1435318
page faults= 0
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52974
involuntary context switches= 66139


# summary of solver processes directly reported to runsolver:
#   pid: 20475
#   total CPU time (s): 2375.39
#   total CPU user time (s): 2365.44
#   total CPU system time (s): 9.95066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.83048 second user time and 6.467 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 07:24:20
IDJOB=4263178
IDBENCH=115895
IDSOLVER=2651
FILE ID=node126/4263178-1502602702
RUNJOBID= node126-1502596857-19456
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 4997da7be544d89c7d7e917a89d7c5a2
RANDOM SEED=472097306

node126.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.81
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.81
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.81
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.81
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:        23361692 kB
MemAvailable:   23578788 kB
Buffers:          251780 kB
Cached:           232336 kB
SwapCached:          524 kB
Active:          8785012 kB
Inactive:         123920 kB
Active(anon):    8372612 kB
Inactive(anon):    85632 kB
Active(file):     412400 kB
Inactive(file):    38288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1592 kB
Writeback:             0 kB
AnonPages:       8424084 kB
Mapped:            57140 kB
Shmem:             33440 kB
Slab:             190296 kB
SReclaimable:     164488 kB
SUnreclaim:        25808 kB
KernelStack:        3424 kB
PageTables:        21528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8633840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8161280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 07:35:30