Trace number 4263452

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1441.37 395.375

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-136.xml
MD5SUMb86bbac9d1c2750a8bd8bee071b595c8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.5399001
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints144
Number of domains2
Minimum domain size136
Maximum domain size18496
Distribution of domain sizes[{"size":136,"count":136},{"size":18496,"count":136}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":136},{"degree":4,"count":135},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity136
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":136},{"arity":68,"count":6},{"arity":136,"count":1}]
Number of extensional constraints0
Number of intensional constraints137
Distribution of constraint types[{"type":"intension","count":137},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263452-1502619991/watcher-4263452-1502619991 -o /tmp/evaluation-result-4263452-1502619991/solver-4263452-1502619991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1622 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263452-1502619991.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=1643, runsolver pid=1640

[startup+0.100164 s]*
/proc/loadavg: 2.00 2.01 1.95 4/216 1682
/proc/meminfo: memFree=29287524/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10555400 memory=29900 CPUtime=0.12 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 6526 0 0 0 10 2 0 0 20 0 15 0 95087189 10808729600 7475 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2638850 7475 2817 1 0 2627263 0
[pid=1643/tid=1645] ppid=1640 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) R 1640 1643 31794 0 -1 4202560 4375 0 0 0 8 1 0 0 20 0 15 0 95087189 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667831589440 139667827389597 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667779988240 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10555400 memory=140524096030336 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667778935696 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667777883152 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) S 1640 1643 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667776830608 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10555400 memory=140524096030336 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) S 1640 1643 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667386755056 139667827378818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667385701280 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667384648688 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667382544880 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667381492336 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10555400 memory=140524096030336 CPUtime=0.02 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) R 1640 1643 31794 0 -1 4202560 365 0 0 0 2 0 0 0 20 0 15 0 95087195 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667380439792 139667806296888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10555400 memory=140524096030336 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 7475 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 29900 KiB

[startup+0.210796 s]*
/proc/loadavg: 2.00 2.01 1.95 5/216 1682
/proc/meminfo: memFree=29268340/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10555400 memory=39496 CPUtime=0.29 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 7952 0 0 0 27 2 0 0 20 0 15 0 95087189 10808729600 9874 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2638850 9874 2934 1 0 2627263 0
[pid=1643/tid=1645] ppid=1640 vsize=10555400 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) R 1640 1643 31794 0 -1 4202560 5171 0 0 0 18 1 0 0 20 0 15 0 95087189 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667831593488 139667808931331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10555400 memory=331 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667779988240 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10555400 memory=140524096210942 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667778935696 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667777883152 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) S 1640 1643 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087190 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667776830608 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10555400 memory=140524096030336 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) S 1640 1643 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667386755056 139667827378818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667385701280 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087192 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667384648688 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 95087195 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667382544880 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10555400 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) R 1640 1643 31794 0 -1 1077944384 146 0 0 0 1 0 0 0 20 0 15 0 95087195 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667381492336 139667827378818 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10555400 memory=140524096030336 CPUtime=0.05 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) R 1640 1643 31794 0 -1 4202560 802 0 0 0 5 0 0 0 20 0 15 0 95087195 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667380439792 139667805846296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10555400 memory=140524096030336 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087195 10808729600 9939 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39496 KiB

[startup+0.311283 s]*
/proc/loadavg: 2.00 2.01 1.95 7/216 1682
/proc/meminfo: memFree=29255632/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10555476 memory=46100 CPUtime=0.51 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 8578 0 0 0 48 3 0 0 20 0 15 0 95087189 10808807424 11525 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2638869 11525 3018 1 0 2627263 0
[pid=1643/tid=1645] ppid=1640 vsize=10555476 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) R 1640 1643 31794 0 -1 4202560 5549 0 0 0 28 2 0 0 20 0 15 0 95087189 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667831599504 139667454372996 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10555476 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667779988240 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10555476 memory=15524 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667778935696 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087190 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667777883152 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) S 1640 1643 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087190 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667776830608 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) S 1640 1643 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667386755056 139667827378818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667385701280 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667384648688 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10555476 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 511 0 0 0 3 0 0 0 20 0 15 0 95087195 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667382544880 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10555476 memory=140523948049871 CPUtime=0.05 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) S 1640 1643 31794 0 -1 1077944384 282 0 0 0 5 0 0 0 20 0 15 0 95087195 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667381492336 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10555476 memory=140524096031960 CPUtime=0.12 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) R 1640 1643 31794 0 -1 4202560 871 0 0 0 12 0 0 0 20 0 15 0 95087195 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667380439792 139667806323302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10555476 memory=140523948059087 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10555476 memory=281048044117152 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087195 10808807424 11525 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46100 KiB

[startup+0.700777 s]
/proc/loadavg: 2.00 2.01 1.95 6/216 1682
/proc/meminfo: memFree=28899360/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10555476 memory=399520 CPUtime=1.55 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 9828 0 0 0 130 25 0 0 20 0 15 0 95087189 10808807424 99880 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2638869 99880 3096 1 0 2627263 0
[pid=1643/tid=1645] ppid=1640 vsize=10555476 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) R 1640 1643 31794 0 -1 4202560 5709 0 0 0 47 5 0 0 20 0 15 0 95087189 10808807424 99880 33554432000 4194304 4196468 140736957574608 139667831604864 139667813435790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10555476 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) S 1640 1643 31794 0 -1 1077944384 130 0 0 0 8 4 0 0 20 0 15 0 95087190 10808807424 99880 33554432000 4194304 4196468 140736957574608 139667779988240 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10555476 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) S 1640 1643 31794 0 -1 1077944384 151 0 0 0 9 4 0 0 20 0 15 0 95087190 10808807424 99880 33554432000 4194304 4196468 140736957574608 139667778935696 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10555476 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) S 1640 1643 31794 0 -1 1077944384 155 0 0 0 9 4 0 0 20 0 15 0 95087190 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667777883152 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10555476 memory=8458433173657302837 CPUtime=0.13 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) S 1640 1643 31794 0 -1 1077944384 150 0 0 0 9 4 0 0 20 0 15 0 95087190 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667776830608 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10555476 memory=5859271425798723175 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) S 1640 1643 31794 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667386755056 139667827378818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10555476 memory=7588675599774802240 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667385701280 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10555476 memory=8508280879210128541 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667384648688 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10555476 memory=8514726395714825349 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10555476 memory=4196912344889787449 CPUtime=0.14 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 680 0 0 0 14 0 0 0 20 0 15 0 95087195 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667382544880 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10555476 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) S 1640 1643 31794 0 -1 1077944384 438 0 0 0 15 0 0 0 20 0 15 0 95087195 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667381492336 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10555476 memory=668169 CPUtime=0.15 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) S 1640 1643 31794 0 -1 1077944384 972 0 0 0 15 0 0 0 20 0 15 0 95087195 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667380439792 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10555476 memory=-3535470213243961690 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95087195 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95087195 10808807424 100392 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 399520 KiB

[startup+1.50074 s]
/proc/loadavg: 2.00 2.01 1.95 5/216 1682
/proc/meminfo: memFree=28317572/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10555476 memory=923104 CPUtime=4.15 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 13040 0 0 0 360 55 0 0 20 0 15 0 95087189 10808807424 230776 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2638869 230776 3100 1 0 2627263 0
[pid=1643/tid=1645] ppid=1640 vsize=10555476 memory=4140 CPUtime=0.71 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) S 1640 1643 31794 0 -1 1077944384 6075 0 0 0 63 8 0 0 20 0 15 0 95087189 10808807424 230776 33554432000 4194304 4196468 140736957574608 139667831604656 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10555476 memory=0 CPUtime=0.72 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) R 1640 1643 31794 0 -1 4202560 986 0 0 0 61 11 0 0 20 0 15 0 95087190 10808807424 230776 33554432000 4194304 4196468 140736957574608 139667779988136 139667819995879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10555476 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) R 1640 1643 31794 0 -1 4202560 765 0 0 0 63 11 0 0 20 0 15 0 95087190 10808807424 230776 33554432000 4194304 4196468 140736957574608 139667778935280 139667819995879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10555476 memory=0 CPUtime=0.73 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) R 1640 1643 31794 0 -1 4202560 778 0 0 0 62 11 0 0 20 0 15 0 95087190 10808807424 230776 33554432000 4194304 4196468 140736957574608 139667777883152 139667812319146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10555476 memory=2276 CPUtime=0.73 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) R 1640 1643 31794 0 -1 4202560 416 0 0 0 62 11 0 0 20 0 15 0 95087190 10808807424 230776 33554432000 4194304 4196468 140736957574608 139667776830192 139667819995879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) S 1640 1643 31794 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 15 0 95087192 10808807424 230776 33554432000 4194304 4196468 140736957574608 139667386753376 139667827377877 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0

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

[pid=1643/tid=1650] ppid=1640 vsize=10754292 memory=8112282956445269571 CPUtime=350.73 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) R 1640 1643 31794 0 -1 4202560 29527 0 0 0 34895 178 0 0 20 0 17 0 95087190 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667779988360 139667819995879 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10754292 memory=8397512 CPUtime=350.21 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) R 1640 1643 31794 0 -1 4202560 40220 0 0 0 34843 178 0 0 20 0 17 0 95087190 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667778935896 139667812357314 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10754292 memory=27272 CPUtime=350.04 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) R 1640 1643 31794 0 -1 4202560 28708 0 0 0 34815 189 0 0 20 0 17 0 95087190 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667777882960 139667819995879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10754292 memory=1292 CPUtime=348.8 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) R 1640 1643 31794 0 -1 4202560 25827 0 0 0 34700 180 0 0 20 0 17 0 95087190 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667776830416 139667819995879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10754292 memory=2428 CPUtime=22.85 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) S 1640 1643 31794 0 -1 1077944384 62354 0 0 0 2282 3 0 0 20 0 17 0 95087192 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667386753600 139667827377877 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10754292 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667385701344 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10754292 memory=27272 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667384647808 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10754292 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10754292 memory=2428 CPUtime=0.67 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 7028 0 0 0 67 0 0 0 20 0 17 0 95087195 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667382544928 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10754292 memory=8112282956445269571 CPUtime=0.65 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) S 1640 1643 31794 0 -1 1077944384 2544 0 0 0 64 1 0 0 20 0 17 0 95087195 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667381492096 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10754292 memory=1952 CPUtime=0.22 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) S 1640 1643 31794 0 -1 1077944384 2321 0 0 0 22 0 0 0 20 0 17 0 95087195 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667380435664 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10754292 memory=8552 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10754292 memory=1224 CPUtime=0.14 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 312 0 0 0 9 5 0 0 20 0 17 0 95087195 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1691] ppid=1640 vsize=10754292 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1691/stat : 1691 (java) S 1640 1643 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667377278128 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1692] ppid=1640 vsize=10754292 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1692/stat : 1692 (java) S 1640 1643 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099378 33554432000 4194304 4196468 140736957574608 139667376226352 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 1439.53 s
Current children cumulated vsize: 10754292 KiB
Current children cumulated memory: 8397512 KiB

[startup+394.803 s]
/proc/loadavg: 7.03 5.68 3.65 6/218 1768
/proc/meminfo: memFree=20646652/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10754292 memory=8397516 CPUtime=1440.79 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 219420 0 0 0 143326 753 0 0 20 0 17 0 95087189 11012395008 2099379 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2688573 2099379 3182 1 0 2676929 0
[pid=1643/tid=1645] ppid=1640 vsize=10754292 memory=291045354391208245 CPUtime=15.11 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) S 1640 1643 31794 0 -1 1077944384 17132 0 0 0 1494 17 0 0 20 0 17 0 95087189 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667831608352 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10754292 memory=13846369794262621 CPUtime=351.03 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) S 1640 1643 31794 0 -1 1077944384 29534 0 0 0 34924 179 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667779988240 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10754292 memory=-7023579799431922829 CPUtime=350.51 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) S 1640 1643 31794 0 -1 1077944384 40308 0 0 0 34873 178 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667778935696 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10754292 memory=3047711553219693942 CPUtime=350.33 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) S 1640 1643 31794 0 -1 1077944384 28725 0 0 0 34844 189 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667777883152 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10754292 memory=4426639978525455914 CPUtime=349.08 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) S 1640 1643 31794 0 -1 1077944384 25837 0 0 0 34728 180 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667776830608 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10754292 memory=-7521736447810188379 CPUtime=22.95 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) R 1640 1643 31794 0 -1 4202560 64178 0 0 0 2292 3 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667386753488 139667811825304 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10754292 memory=7100839852926015589 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667385701344 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10754292 memory=7444567202162631784 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667384647808 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10754292 memory=5939523783129328487 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10754292 memory=7235436744729319526 CPUtime=0.67 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 7028 0 0 0 67 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667382544928 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10754292 memory=7665497446585691755 CPUtime=0.65 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) S 1640 1643 31794 0 -1 1077944384 2544 0 0 0 64 1 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667381492096 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10754292 memory=7452448479380793448 CPUtime=0.22 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) S 1640 1643 31794 0 -1 1077944384 2321 0 0 0 22 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667380435664 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10754292 memory=7019542147764474984 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10754292 memory=3832 CPUtime=0.14 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 327 0 0 0 9 5 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1691] ppid=1640 vsize=10754292 memory=6935054825532540783 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1691/stat : 1691 (java) S 1640 1643 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667377278128 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1692] ppid=1640 vsize=10754292 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1692/stat : 1692 (java) S 1640 1643 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667376226352 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 1440.79 s
Current children cumulated vsize: 10754292 KiB
Current children cumulated memory: 8397516 KiB

[startup+395.201 s]
/proc/loadavg: 7.03 5.68 3.65 3/218 1768
/proc/meminfo: memFree=20646652/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10754292 memory=8397516 CPUtime=1441.19 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 219427 0 0 0 143366 753 0 0 20 0 17 0 95087189 11012395008 2099379 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2688573 2099379 3182 1 0 2676929 0
[pid=1643/tid=1645] ppid=1640 vsize=10754292 memory=2428 CPUtime=15.11 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) S 1640 1643 31794 0 -1 1077944384 17132 0 0 0 1494 17 0 0 20 0 17 0 95087189 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667831608352 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10754292 memory=8112282956445269571 CPUtime=351.03 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) S 1640 1643 31794 0 -1 1077944384 29534 0 0 0 34924 179 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667779988240 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10754292 memory=3832 CPUtime=350.51 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) S 1640 1643 31794 0 -1 1077944384 40308 0 0 0 34873 178 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667778935696 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10754292 memory=2340 CPUtime=350.33 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) S 1640 1643 31794 0 -1 1077944384 28725 0 0 0 34844 189 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667777883152 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10754292 memory=1952 CPUtime=349.08 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) S 1640 1643 31794 0 -1 1077944384 25837 0 0 0 34728 180 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667776830608 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10754292 memory=8552 CPUtime=23.35 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) R 1640 1643 31794 0 -1 4202560 64185 0 0 0 2332 3 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667386753488 139667812364023 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10754292 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667385701344 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10754292 memory=792 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667384647808 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10754292 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10754292 memory=5296 CPUtime=0.67 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 7028 0 0 0 67 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667382544928 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10754292 memory=1196 CPUtime=0.65 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) S 1640 1643 31794 0 -1 1077944384 2544 0 0 0 64 1 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667381492096 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10754292 memory=8112282956445269571 CPUtime=0.22 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) S 1640 1643 31794 0 -1 1077944384 2321 0 0 0 22 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667380435664 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10754292 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10754292 memory=2428 CPUtime=0.14 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 327 0 0 0 9 5 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1691] ppid=1640 vsize=10754292 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1691/stat : 1691 (java) S 1640 1643 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667377278128 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1692] ppid=1640 vsize=10754292 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1692/stat : 1692 (java) S 1640 1643 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667376226352 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 1441.19 s
Current children cumulated vsize: 10754292 KiB
Current children cumulated memory: 8397516 KiB

[startup+395.301 s]
/proc/loadavg: 7.03 5.68 3.65 3/218 1768
/proc/meminfo: memFree=20646652/32770624 swapFree=67108860/67108860
[pid=1643] ppid=1640 vsize=10754292 memory=8397516 CPUtime=1441.29 cores=0,2,4,6
/proc/1643/stat : 1643 (java) S 1640 1643 31794 0 -1 1077944320 219953 0 0 0 143376 753 0 0 20 0 17 0 95087189 11012395008 2099379 33554432000 4194304 4196468 140736957574608 140736957557152 139667827367671 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
/proc/1643/statm: 2688573 2099379 3182 1 0 2676929 0
[pid=1643/tid=1645] ppid=1640 vsize=10754292 memory=8397516 CPUtime=15.11 cores=0,2,4,6
/proc/1643/task/1645/stat : 1645 (java) S 1640 1643 31794 0 -1 1077944384 17132 0 0 0 1494 17 0 0 20 0 17 0 95087189 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667831608352 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1650] ppid=1640 vsize=10754292 memory=8397512 CPUtime=351.03 cores=0,2,4,6
/proc/1643/task/1650/stat : 1650 (java) S 1640 1643 31794 0 -1 1077944384 29534 0 0 0 34924 179 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667779988240 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1651] ppid=1640 vsize=10754292 memory=8397512 CPUtime=350.51 cores=0,2,4,6
/proc/1643/task/1651/stat : 1651 (java) S 1640 1643 31794 0 -1 1077944384 40308 0 0 0 34873 178 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667778935696 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1652] ppid=1640 vsize=10754292 memory=8397512 CPUtime=350.33 cores=0,2,4,6
/proc/1643/task/1652/stat : 1652 (java) S 1640 1643 31794 0 -1 1077944384 28725 0 0 0 34844 189 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667777883152 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1653] ppid=1640 vsize=10754292 memory=8397512 CPUtime=349.08 cores=0,2,4,6
/proc/1643/task/1653/stat : 1653 (java) S 1640 1643 31794 0 -1 1077944384 25837 0 0 0 34728 180 0 0 20 0 17 0 95087190 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667776830608 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1661] ppid=1640 vsize=10754292 memory=8397064 CPUtime=23.45 cores=0,2,4,6
/proc/1643/task/1661/stat : 1661 (java) R 1640 1643 31794 0 -1 4202560 64711 0 0 0 2342 3 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667386753488 139667805737851 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1662] ppid=1640 vsize=10754292 memory=8397412 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1662/stat : 1662 (java) S 1640 1643 31794 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667385701344 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1663] ppid=1640 vsize=10754292 memory=8397508 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1663/stat : 1663 (java) S 1640 1643 31794 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 17 0 95087192 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667384647808 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1671] ppid=1640 vsize=10754292 memory=8397516 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1671/stat : 1671 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667383597264 139667827386267 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1672] ppid=1640 vsize=10754292 memory=3472328296227679313 CPUtime=0.67 cores=0,2,4,6
/proc/1643/task/1672/stat : 1672 (java) S 1640 1643 31794 0 -1 1077944384 7028 0 0 0 67 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667382544928 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1673] ppid=1640 vsize=10754292 memory=8397512 CPUtime=0.65 cores=0,2,4,6
/proc/1643/task/1673/stat : 1673 (java) S 1640 1643 31794 0 -1 1077944384 2544 0 0 0 64 1 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667381492096 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1674] ppid=1640 vsize=10754292 memory=8397512 CPUtime=0.22 cores=0,2,4,6
/proc/1643/task/1674/stat : 1674 (java) S 1640 1643 31794 0 -1 1077944384 2321 0 0 0 22 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667380435664 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1675] ppid=1640 vsize=10754292 memory=8397508 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1675/stat : 1675 (java) S 1640 1643 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667379387488 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1676] ppid=1640 vsize=10754292 memory=8397508 CPUtime=0.14 cores=0,2,4,6
/proc/1643/task/1676/stat : 1676 (java) S 1640 1643 31794 0 -1 1077944384 327 0 0 0 9 5 0 0 20 0 17 0 95087195 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667378334000 139667827378818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1691] ppid=1640 vsize=10754292 memory=8397508 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1691/stat : 1691 (java) S 1640 1643 31794 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667377278128 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
[pid=1643/tid=1692] ppid=1640 vsize=10754292 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/1643/task/1692/stat : 1692 (java) S 1640 1643 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 95124794 11012395008 2099379 33554432000 4194304 4196468 140736957574608 139667376226352 139667827377877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28332032 140736957580422 140736957580575 140736957580575 140736957583311 0
Current children cumulated CPU time: 1441.29 s
Current children cumulated vsize: 10754292 KiB
Current children cumulated memory: 8397516 KiB

Child status: 0
Real time (s): 395.375
CPU time (s): 1441.37
CPU user time (s): 1433.79
CPU system time (s): 7.58001
CPU usage (%): 364.558
Max. virtual memory (cumulated for all children) (KiB): 10754292
Max. memory (cumulated for all children) (KiB): 8397516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.79
system time used= 7.58001
maximum resident set size= 8397724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223208
page faults= 0
swaps= 0
block input operations= 760
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29603
involuntary context switches= 38824


# summary of solver processes directly reported to runsolver:
#   pid: 1643
#   total CPU time (s): 1441.37
#   total CPU user time (s): 1433.79
#   total CPU system time (s): 7.58001

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26273 second user time and 3.95065 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 12:12:13
IDJOB=4263452
IDBENCH=122905
IDSOLVER=2651
FILE ID=node107/4263452-1502619991
RUNJOBID= node107-1502619133-1622
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-136.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263452-1502619991/watcher-4263452-1502619991 -o /tmp/evaluation-result-4263452-1502619991/solver-4263452-1502619991 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1622 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263452-1502619991.xml

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

MD5SUM BENCH= b86bbac9d1c2750a8bd8bee071b595c8
RANDOM SEED=2025701552

node107.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.84
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.84
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.84
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.84
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:        29322344 kB
MemAvailable:   31996744 kB
Buffers:          144524 kB
Cached:          2822144 kB
SwapCached:            0 kB
Active:           450084 kB
Inactive:        2568428 kB
Active(anon):      54620 kB
Inactive(anon):    24972 kB
Active(file):     395464 kB
Inactive(file):  2543456 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1676 kB
Writeback:             4 kB
AnonPages:         58236 kB
Mapped:            43168 kB
Shmem:             25228 kB
Slab:             127712 kB
SReclaimable:     102632 kB
SUnreclaim:        25080 kB
KernelStack:        3184 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 12:18:48