Trace number 4263629

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? (problem) 1482.1899 401.61899

General information on the benchmark

NameScheduling/Scheduling-xcsp2-os-gp/
gp10-05-1070_X2.xml
MD5SUM23007d5514affe077dd6f6cf857721a4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.226101
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Number of domains2
Minimum domain size1
Maximum domain size1071
Distribution of domain sizes[{"size":1,"count":1},{"size":1071,"count":100}]
Minimum variable degree19
Maximum variable degree100
Distribution of variable degrees[{"degree":19,"count":100},{"degree":100,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1000}]
Number of extensional constraints0
Number of intensional constraints1000
Distribution of constraint types[{"type":"intension","count":1000}]
Optimization problemNO
Type of objective

Solver Data

1372.53/372.71	Aug 13, 2017 2:17:37 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1372.53/372.71	INFO: Runtime exception
1372.53/372.71	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1372.53/372.71		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1372.53/372.71		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1372.53/372.71		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1372.53/372.71		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1372.53/372.71		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1372.53/372.71		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1372.53/372.71		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1372.53/372.71		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1372.53/372.71		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1372.53/372.71		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1372.53/372.71		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1372.53/372.71		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1372.53/372.71		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1372.53/372.71		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1372.53/372.71	Caused by: java.lang.reflect.InvocationTargetException
1372.53/372.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1372.53/372.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.53/372.71		at java.lang.reflect.Method.invoke(Method.java:498)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1372.53/372.71		... 21 more
1372.53/372.71	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1372.53/372.71		... 25 more
1372.53/372.71	Caused by: java.lang.reflect.InvocationTargetException
1372.53/372.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1372.53/372.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.53/372.71		at java.lang.reflect.Method.invoke(Method.java:498)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1372.53/372.71		... 26 more
1372.53/372.71	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1372.53/372.71		... 30 more
1372.53/372.71	Caused by: java.lang.reflect.InvocationTargetException
1372.53/372.71		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1372.53/372.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.53/372.71		at java.lang.reflect.Method.invoke(Method.java:498)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1372.53/372.71		... 30 more
1372.53/372.71	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1372.53/372.71		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1372.53/372.71		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1372.53/372.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.53/372.71		at java.lang.reflect.Method.invoke(Method.java:498)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1372.53/372.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1372.53/372.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.53/372.71		at java.lang.reflect.Method.invoke(Method.java:498)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1372.53/372.71		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1372.53/372.71		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1372.53/372.71		at java.lang.reflect.Method.invoke(Method.java:498)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1372.53/372.71		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1372.53/372.71		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1372.53/372.71		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1372.53/372.71		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1372.53/372.71		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1372.53/372.71		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1372.53/372.71		at org.xcsp.parser.XCallbacks$$Lambda$44/745160567.accept(Unknown Source)
1372.53/372.71		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1372.53/372.71		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1372.53/372.71		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1372.53/372.71		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1372.53/372.71	
1481.96/401.57	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1481.96/401.57		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1481.96/401.57		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1481.96/401.57		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1481.96/401.57		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1481.96/401.57		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1481.96/401.58		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1481.96/401.58		at java.io.PrintWriter.flush(PrintWriter.java:320)
1481.96/401.58		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1481.96/401.58		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1481.96/401.58		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1481.96/401.58		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263629-1502583939/watcher-4263629-1502583939 -o /tmp/evaluation-result-4263629-1502583939/solver-4263629-1502583939 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263629-1502583939.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
solver pid=8568, runsolver pid=8565
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 2.01 1.00 0.42 3/209 8577
/proc/meminfo: memFree=29209520/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10417928 memory=23516 CPUtime=0.05 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 4785 0 0 0 4 1 0 0 20 0 13 0 12276593 10667958272 5879 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2604482 5879 2401 1 0 2593979 0
[pid=8568/tid=8570] ppid=8565 vsize=10417928 memory=-8035107114825123821 CPUtime=0.04 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) R 8565 8568 7968 0 -1 4202560 3117 0 0 0 4 0 0 0 20 0 13 0 12276599 10667958272 5879 18446744073709551615 4194304 4196468 140737007952976 140537806530968 140537802319005 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12276600 10667958272 5879 18446744073709551615 4194304 4196468 140737007952976 140537774140560 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10417928 memory=139949069235840 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12276600 10667958272 5879 18446744073709551615 4194304 4196468 140737007952976 140537412181008 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12276600 10667958272 5879 18446744073709551615 4194304 4196468 140737007952976 140537411128208 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) S 8565 8568 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 12276600 10667958272 5879 18446744073709551615 4194304 4196468 140737007952976 140537410075408 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10417928 memory=139949069235840 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 12276601 10667958272 5944 18446744073709551615 4194304 4196468 140737007952976 140536842266992 140537802308226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 12276601 10667958272 5944 18446744073709551615 4194304 4196468 140737007952976 140536841212960 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 12276602 10667958272 5944 18446744073709551615 4194304 4196468 140737007952976 140536840160112 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 12276604 10667958272 5944 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10417928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) R 8565 8568 7968 0 -1 4202560 281 0 0 0 0 0 0 0 20 0 13 0 12276604 10667958272 5944 18446744073709551615 4194304 4196468 140737007952976 140536838050088 140537794586461 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10417928 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12276604 10667958272 6010 18446744073709551615 4194304 4196468 140737007952976 140536837003712 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10417928 memory=139949069235840 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) R 8565 8568 7968 0 -1 4202560 146 0 0 0 0 0 0 0 20 0 13 0 12276604 10667958272 6010 18446744073709551615 4194304 4196468 140737007952976 140536835951216 140537781222528 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 23516 KiB

[startup+0.210531 s]*
/proc/loadavg: 2.01 1.00 0.42 3/215 8583
/proc/meminfo: memFree=29198744/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10551156 memory=31076 CPUtime=0.12 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 7896 0 0 0 10 2 0 0 20 0 15 0 12276593 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2637789 7769 2796 1 0 2627261 0
[pid=8568/tid=8570] ppid=8565 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) R 8565 8568 7968 0 -1 4202560 5752 0 0 0 8 1 0 0 20 0 15 0 12276599 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140537806485424 140537786377566 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140537774140560 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10551156 memory=139949069242845 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140537412181008 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140537411128208 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) S 8565 8568 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140537410075408 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10551156 memory=139949069235840 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12276601 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536842266992 140537802308226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12276601 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536841212960 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12276602 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536840160112 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12276604 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8565 8568 7968 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 12276604 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536838056816 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276604 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536837004016 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10551156 memory=139949069235840 CPUtime=0.01 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) R 8565 8568 7968 0 -1 4202560 347 0 0 0 1 0 0 0 20 0 15 0 12276604 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536835951216 140537802309014 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8582] ppid=8565 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12276604 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536834898656 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8583] ppid=8565 vsize=10551156 memory=139949069235840 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276610 10804383744 7769 18446744073709551615 4194304 4196468 140737007952976 140536363084464 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31076 KiB

[startup+0.312392 s]*
/proc/loadavg: 2.01 1.00 0.42 4/215 8583
/proc/meminfo: memFree=29191384/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10551156 memory=38908 CPUtime=0.29 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 9046 0 0 0 26 3 0 0 20 0 15 0 12276593 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2637789 9727 2868 1 0 2627261 0
[pid=8568/tid=8570] ppid=8565 vsize=10551156 memory=8318255677412212789 CPUtime=0.19 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) R 8565 8568 7968 0 -1 4202560 6224 0 0 0 17 2 0 0 20 0 15 0 12276599 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140537806535392 140537444116915 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10551156 memory=317 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140537774140560 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10551156 memory=139949069242845 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140537412181008 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140537411128208 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) S 8565 8568 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12276600 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140537410075408 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10551156 memory=3471342345390073520 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12276601 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536842266992 140537802308226 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10551156 memory=3904912498555709538 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12276601 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536841212960 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12276602 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536840160112 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12276604 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) R 8565 8568 7968 0 -1 1077944384 487 0 0 0 1 0 0 0 20 0 15 0 12276604 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536838056816 140537802308226 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10551156 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) R 8565 8568 7968 0 -1 4202560 129 0 0 0 1 0 0 0 20 0 15 0 12276604 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536837004016 140537783820517 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10551156 memory=139949069235840 CPUtime=0.05 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) R 8565 8568 7968 0 -1 4202560 838 0 0 0 5 0 0 0 20 0 15 0 12276604 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536835949176 140537781417603 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8582] ppid=8565 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12276604 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536834898656 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8583] ppid=8565 vsize=10551156 memory=139949069235840 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276610 10804383744 9727 18446744073709551615 4194304 4196468 140737007952976 140536363084464 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38908 KiB

[startup+0.703686 s]
/proc/loadavg: 2.01 1.00 0.42 4/215 8583
/proc/meminfo: memFree=29179568/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10551232 memory=201472 CPUtime=1.37 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 12530 0 0 0 130 7 0 0 20 0 15 0 12276593 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2637808 50368 3071 1 0 2627261 0
[pid=8568/tid=8570] ppid=8565 vsize=10551232 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) R 8565 8568 7968 0 -1 1077944384 7555 0 0 0 50 4 0 0 20 0 15 0 12276599 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140537806527744 140537802307285 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8565 8568 7968 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 12276600 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140537774140560 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8565 8568 7968 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 12276600 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140537412181008 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10551232 memory=1700 CPUtime=0.01 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8565 8568 7968 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 12276600 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140537411128208 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10551232 memory=1228 CPUtime=0.02 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) S 8565 8568 7968 0 -1 1077944384 30 0 0 0 2 0 0 0 20 0 15 0 12276600 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140537410075408 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10551232 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 12276601 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536842266992 140537802308226 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12276601 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536841212960 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10551232 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12276602 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536840160112 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10551232 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12276604 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10551232 memory=792 CPUtime=0.21 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) R 8565 8568 7968 0 -1 4202560 993 0 0 0 21 0 0 0 20 0 15 0 12276604 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536838056816 140537788320984 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10551232 memory=8676 CPUtime=0.25 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) R 8565 8568 7968 0 -1 4202560 1081 0 0 0 25 0 0 0 20 0 15 0 12276604 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536836993488 140537802318426 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10551232 memory=1440 CPUtime=0.26 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) R 8565 8568 7968 0 -1 4202560 1382 0 0 0 26 0 0 0 20 0 15 0 12276604 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536835949024 140537802309014 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8582] ppid=8565 vsize=10551232 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12276604 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536834898656 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8583] ppid=8565 vsize=10551232 memory=4639098309541127526 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8565 8568 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12276610 10804461568 50368 18446744073709551615 4194304 4196468 140737007952976 140536363084464 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 201472 KiB

[startup+1.50139 s]
/proc/loadavg: 2.01 1.00 0.42 6/215 8583
/proc/meminfo: memFree=29006064/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10551232 memory=512944 CPUtime=3.43 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 13898 0 0 0 311 32 0 0 20 0 15 0 12276593 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2637808 128236 3095 1 0 2627261 0
[pid=8568/tid=8570] ppid=8565 vsize=10551232 memory=4420 CPUtime=1.11 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8565 8568 7968 0 -1 1077944384 7654 0 0 0 105 6 0 0 20 0 15 0 12276599 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140537806533104 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10551232 memory=6628 CPUtime=0.22 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) R 8565 8568 7968 0 -1 4202560 183 0 0 0 16 6 0 0 20 0 15 0 12276600 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140537774140448 140537787319200 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10551232 memory=8836 CPUtime=0.21 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) R 8565 8568 7968 0 -1 4202560 163 0 0 0 16 5 0 0 20 0 15 0 12276600 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140537412181208 140537787321134 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) R 8565 8568 7968 0 -1 4202560 183 0 0 0 18 5 0 0 20 0 15 0 12276600 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140537411128208 140537787324953 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10551232 memory=4137287014106042739 CPUtime=0.23 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) R 8565 8568 7968 0 -1 4202560 191 0 0 0 17 6 0 0 20 0 15 0 12276600 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140537410075408 140537795396832 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10551232 memory=-7522837583112136845 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 12276601 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140536842265504 140537802307285 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10551232 memory=-7522837583112136845 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12276601 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140536841213024 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10551232 memory=6944658791478618170 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12276602 10804461568 128236 18446744073709551615 4194304 4196468 140737007952976 140536840160112 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0

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

/proc/8568/task/8574/stat : 8574 (java) R 8565 8568 7968 0 -1 4202560 47160 0 0 0 35523 156 0 0 20 0 17 0 12276600 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140537410075608 140537786994854 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10686560 memory=8081788 CPUtime=21.06 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 63003 0 0 0 2103 3 0 0 20 0 17 0 12276601 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536842265312 140537802307285 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10686560 memory=8081788 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 12276601 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536841213024 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10686560 memory=960 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12276602 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536840160128 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10686560 memory=8081788 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10686560 memory=1296 CPUtime=0.52 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8565 8568 7968 0 -1 1077944384 2108 0 0 0 52 0 0 0 20 0 17 0 12276604 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536838056816 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10686560 memory=8081788 CPUtime=0.59 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) S 8565 8568 7968 0 -1 1077944384 2321 0 0 0 59 0 0 0 20 0 17 0 12276604 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536837004064 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10686560 memory=1440 CPUtime=0.35 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8565 8568 7968 0 -1 1077944384 2915 0 0 0 35 0 0 0 20 0 17 0 12276604 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536835948624 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8582] ppid=8565 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536834898656 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8583] ppid=8565 vsize=10686560 memory=7680170660397595203 CPUtime=0.17 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8565 8568 7968 0 -1 1077944384 559 0 0 0 10 7 0 0 20 0 17 0 12276610 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536363084464 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8684] ppid=8565 vsize=10686560 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8684/stat : 8684 (java) S 8565 8568 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536359932336 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8685] ppid=8565 vsize=10686560 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8685/stat : 8685 (java) S 8565 8568 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020449 18446744073709551615 4194304 4196468 140737007952976 140536358879120 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 1463.31 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8081796 KiB

[startup+400.001 s]*
/proc/loadavg: 7.43 5.65 2.77 9/213 8687
/proc/meminfo: memFree=15119476/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10686560 memory=8081812 CPUtime=1476.04 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 353323 0 0 0 146893 711 0 0 20 0 17 0 12276593 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2671640 2020453 3157 1 0 2661055 0
[pid=8568/tid=8570] ppid=8565 vsize=10686560 memory=1236 CPUtime=14.35 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8565 8568 7968 0 -1 1077944384 22725 0 0 0 1425 10 0 0 20 0 17 0 12276599 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537806537760 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10686560 memory=640 CPUtime=359.4 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) R 8565 8568 7968 0 -1 4202560 56372 0 0 0 35763 177 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537774140560 140537783906916 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10686560 memory=1792 CPUtime=360.02 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) R 8565 8568 7968 0 -1 4202560 68319 0 0 0 35819 183 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537412181008 140537783906825 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10686560 memory=8081800 CPUtime=359.56 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) R 8565 8568 7968 0 -1 4202560 85913 0 0 0 35780 176 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537411128208 140537787286722 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10686560 memory=16444 CPUtime=359.92 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) R 8565 8568 7968 0 -1 4202560 47642 0 0 0 35836 156 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537410075608 140537787293483 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10686560 memory=7496 CPUtime=21.07 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 63003 0 0 0 2104 3 0 0 20 0 17 0 12276601 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536842265536 140537802307285 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 12276601 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536841213024 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10686560 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12276602 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536840160128 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10686560 memory=8676 CPUtime=0.52 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8565 8568 7968 0 -1 1077944384 2108 0 0 0 52 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536838056816 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10686560 memory=1440 CPUtime=0.59 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) S 8565 8568 7968 0 -1 1077944384 2321 0 0 0 59 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536837004064 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10686560 memory=7680170660397595203 CPUtime=0.35 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8565 8568 7968 0 -1 1077944384 2915 0 0 0 35 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536835948624 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8582] ppid=8565 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536834898656 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8583] ppid=8565 vsize=10686560 memory=1200 CPUtime=0.17 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8565 8568 7968 0 -1 1077944384 559 0 0 0 10 7 0 0 20 0 17 0 12276610 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536363084464 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8684] ppid=8565 vsize=10686560 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8684/stat : 8684 (java) S 8565 8568 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536359932336 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8685] ppid=8565 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8685/stat : 8685 (java) S 8565 8568 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536358879120 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 1476.04 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8081812 KiB

[startup+400.807 s]
/proc/loadavg: 7.43 5.65 2.77 9/213 8687
/proc/meminfo: memFree=15119476/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10686560 memory=8081812 CPUtime=1479.22 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 353323 0 0 0 147211 711 0 0 20 0 17 0 12276593 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2671640 2020453 3157 1 0 2661055 0
[pid=8568/tid=8570] ppid=8565 vsize=10686560 memory=8081796 CPUtime=14.35 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8565 8568 7968 0 -1 1077944384 22725 0 0 0 1425 10 0 0 20 0 17 0 12276599 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537806537760 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10686560 memory=7680170660397595203 CPUtime=360.2 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) R 8565 8568 7968 0 -1 4202560 56372 0 0 0 35843 177 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537774140760 140537787293476 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10686560 memory=16444 CPUtime=360.82 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) R 8565 8568 7968 0 -1 4202560 68319 0 0 0 35899 183 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537412181208 140537787293746 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10686560 memory=7496 CPUtime=360.36 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) R 8565 8568 7968 0 -1 4202560 85913 0 0 0 35860 176 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537411128096 140537787293572 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10686560 memory=8081800 CPUtime=360.71 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) R 8565 8568 7968 0 -1 4202560 47642 0 0 0 35915 156 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537410075608 140537786754682 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10686560 memory=640 CPUtime=21.07 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 63003 0 0 0 2104 3 0 0 20 0 17 0 12276601 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536842265536 140537802307285 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 12276601 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536841213024 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10686560 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12276602 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536840160128 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10686560 memory=1000 CPUtime=0.52 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8565 8568 7968 0 -1 1077944384 2108 0 0 0 52 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536838056816 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10686560 memory=2012 CPUtime=0.59 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) S 8565 8568 7968 0 -1 1077944384 2321 0 0 0 59 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536837004064 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10686560 memory=5520 CPUtime=0.35 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8565 8568 7968 0 -1 1077944384 2915 0 0 0 35 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536835948624 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8582] ppid=8565 vsize=10686560 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536834898656 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8583] ppid=8565 vsize=10686560 memory=1792 CPUtime=0.17 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8565 8568 7968 0 -1 1077944384 559 0 0 0 10 7 0 0 20 0 17 0 12276610 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536363084464 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8684] ppid=8565 vsize=10686560 memory=960 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8684/stat : 8684 (java) S 8565 8568 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536359932336 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8685] ppid=8565 vsize=10686560 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8685/stat : 8685 (java) S 8565 8568 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536358879120 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 1479.22 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8081812 KiB

[startup+401.201 s]
/proc/loadavg: 7.43 5.65 2.77 10/213 8687
/proc/meminfo: memFree=15119476/32770624 swapFree=67108860/67108860
[pid=8568] ppid=8565 vsize=10686560 memory=8081812 CPUtime=1480.78 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8565 8568 7968 0 -1 1077944320 353323 0 0 0 147367 711 0 0 20 0 17 0 12276593 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140737007935520 140537802297079 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
/proc/8568/statm: 2671640 2020453 3157 1 0 2661055 0
[pid=8568/tid=8570] ppid=8565 vsize=10686560 memory=288230613214036277 CPUtime=14.35 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8565 8568 7968 0 -1 1077944384 22725 0 0 0 1425 10 0 0 20 0 17 0 12276599 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537806537760 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8571] ppid=8565 vsize=10686560 memory=8081792 CPUtime=360.59 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) R 8565 8568 7968 0 -1 4202560 56372 0 0 0 35882 177 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537774140760 140537786996464 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8572] ppid=8565 vsize=10686560 memory=2424 CPUtime=361.21 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) R 8565 8568 7968 0 -1 4202560 68319 0 0 0 35938 183 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537412181208 140537787293699 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8573] ppid=8565 vsize=10686560 memory=7680170660397595203 CPUtime=360.75 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) R 8565 8568 7968 0 -1 4202560 85913 0 0 0 35899 176 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537411128096 140537783906724 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8574] ppid=8565 vsize=10686560 memory=1588 CPUtime=361.09 cores=0,2,4,6
/proc/8568/task/8574/stat : 8574 (java) R 8565 8568 7968 0 -1 4202560 47642 0 0 0 35953 156 0 0 20 0 17 0 12276600 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140537410075608 140537787293572 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8575] ppid=8565 vsize=10686560 memory=928 CPUtime=21.07 cores=0,2,4,6
/proc/8568/task/8575/stat : 8575 (java) S 8565 8568 7968 0 -1 1077944384 63003 0 0 0 2104 3 0 0 20 0 17 0 12276601 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536842265536 140537802307285 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8576] ppid=8565 vsize=10686560 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8576/stat : 8576 (java) S 8565 8568 7968 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 12276601 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536841213024 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8577] ppid=8565 vsize=10686560 memory=840 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8577/stat : 8577 (java) S 8565 8568 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12276602 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536840160128 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8578] ppid=8565 vsize=10686560 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8578/stat : 8578 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536839108432 140537802315675 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8579] ppid=8565 vsize=10686560 memory=3868 CPUtime=0.52 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8565 8568 7968 0 -1 1077944384 2108 0 0 0 52 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536838056816 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8580] ppid=8565 vsize=10686560 memory=4060 CPUtime=0.59 cores=0,2,4,6
/proc/8568/task/8580/stat : 8580 (java) S 8565 8568 7968 0 -1 1077944384 2321 0 0 0 59 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536837004064 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8581] ppid=8565 vsize=10686560 memory=3904 CPUtime=0.35 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8565 8568 7968 0 -1 1077944384 2915 0 0 0 35 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536835948624 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8582] ppid=8565 vsize=10686560 memory=2876 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8565 8568 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12276604 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536834898656 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8583] ppid=8565 vsize=10686560 memory=8081788 CPUtime=0.17 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8565 8568 7968 0 -1 1077944384 559 0 0 0 10 7 0 0 20 0 17 0 12276610 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536363084464 140537802308226 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8684] ppid=8565 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8684/stat : 8684 (java) S 8565 8568 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536359932336 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
[pid=8568/tid=8685] ppid=8565 vsize=10686560 memory=3148 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8685/stat : 8685 (java) S 8565 8568 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 12313865 10943037440 2020453 18446744073709551615 4194304 4196468 140737007952976 140536358879120 140537802307285 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30056448 140737007960465 140737007960618 140737007960618 140737007964111 0
Current children cumulated CPU time: 1480.78 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8081812 KiB

[startup+401.601 s]*
/proc/loadavg: 7.43 5.65 2.77 3/198 8687
/proc/meminfo: memFree=19674060/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 401.619
CPU time (s): 1482.19
CPU user time (s): 1475.03
CPU system time (s): 7.15902
CPU usage (%): 369.054
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8081812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1475.03
system time used= 7.15902
maximum resident set size= 8082080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23307
involuntary context switches= 27775


# summary of solver processes directly reported to runsolver:
#   pid: 8568
#   total CPU time (s): 1482.19
#   total CPU user time (s): 1475.03
#   total CPU system time (s): 7.15902

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.27545 second user time and 4.16212 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:11:42
IDJOB=4263629
IDBENCH=115551
IDSOLVER=2651
FILE ID=node128/4263629-1502583939
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-os-gp/gp10-05-1070_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263629-1502583939/watcher-4263629-1502583939 -o /tmp/evaluation-result-4263629-1502583939/solver-4263629-1502583939 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263629-1502583939.xml

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

MD5SUM BENCH= 23007d5514affe077dd6f6cf857721a4
RANDOM SEED=1213606063

node128.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.94
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.94
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.94
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.94
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:        29218584 kB
MemAvailable:   29704672 kB
Buffers:           99012 kB
Cached:           676548 kB
SwapCached:            0 kB
Active:          2541400 kB
Inactive:         599660 kB
Active(anon):    2365844 kB
Inactive(anon):    16764 kB
Active(file):     175556 kB
Inactive(file):   582896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       2364920 kB
Mapped:            43532 kB
Shmem:             17116 kB
Slab:             111760 kB
SReclaimable:      86944 kB
SUnreclaim:        24816 kB
KernelStack:        3504 kB
PageTables:         9812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4219176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2234368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:18:24