Trace number 4263779

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1716.23 462.10001

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1538.90/415.20	Aug 13, 2017 5:04:34 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1538.90/415.20	INFO: Runtime exception
1538.90/415.20	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1538.90/415.20		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1538.90/415.20		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1538.90/415.20		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1538.90/415.20		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1538.90/415.20		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1538.90/415.20		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1538.90/415.20		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1538.90/415.20		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1538.90/415.20		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1538.90/415.20		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1538.90/415.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1538.90/415.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1538.90/415.20		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1538.90/415.20		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1538.90/415.20		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1538.90/415.20		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1538.90/415.20		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1538.90/415.20		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1538.90/415.20		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1538.90/415.20	Caused by: java.lang.reflect.InvocationTargetException
1538.90/415.20		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1538.90/415.20		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1538.90/415.20		at java.lang.reflect.Method.invoke(Method.java:498)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1538.90/415.20		... 21 more
1538.90/415.20	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1538.90/415.20		... 25 more
1538.90/415.20	Caused by: java.lang.reflect.InvocationTargetException
1538.90/415.20		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1538.90/415.20		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1538.90/415.20		at java.lang.reflect.Method.invoke(Method.java:498)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1538.90/415.20		... 25 more
1538.90/415.20	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1538.90/415.20		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1538.90/415.20		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1538.90/415.20		at java.lang.reflect.Method.invoke(Method.java:498)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1538.90/415.20		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1538.90/415.20		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1538.90/415.20		at java.lang.reflect.Method.invoke(Method.java:498)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1538.90/415.20		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1538.90/415.20		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1538.90/415.20		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1538.90/415.20		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1538.90/415.20		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1538.90/415.20		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1538.90/415.20		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1538.90/415.20		at org.xcsp.parser.XCallbacks$$Lambda$69/798981583.accept(Unknown Source)
1538.90/415.20		... 13 more
1538.90/415.20	
1715.86/461.99	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1715.86/461.99		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1715.86/461.99		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1715.86/461.99		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1715.86/461.99		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1715.86/461.99		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1715.86/461.99		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1715.86/461.99		at java.io.PrintWriter.flush(PrintWriter.java:320)
1715.86/461.99		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1715.86/461.99		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1715.86/461.99		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1715.86/461.99		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 (15362 MiB free)
  memory of node 1: 16384 MiB (7281 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263779-1502593896/watcher-4263779-1502593896 -o /tmp/evaluation-result-4263779-1502593896/solver-4263779-1502593896 -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-4263779-1502593896.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=12556, runsolver pid=12553
Current StackSize limit: 8192 KiB


[startup+0.106664 s]*
/proc/loadavg: 7.42 7.50 7.37 6/203 12563
/proc/meminfo: memFree=23178356/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10151672 memory=18748 CPUtime=0.03 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 4029 0 0 0 2 1 0 0 20 0 9 0 13272271 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2537918 4687 2101 1 0 2527415 0
[pid=12556/tid=12558] ppid=12553 vsize=10151672 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) R 12553 12556 7968 0 -1 4202560 2670 0 0 0 1 0 0 0 20 0 9 0 13272280 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821511467464 139821491311966 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13272280 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821453580944 139821507241685 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10151672 memory=139774176491136 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13272280 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821117659664 139821507241685 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13272280 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821116606864 139821507241685 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13272280 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821115554064 139821507241685 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10151672 memory=139774176491136 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13272282 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821071281008 139821507242626 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13272282 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821070226976 139821507241685 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13272282 10395312128 4687 18446744073709551615 4194304 4196468 140737013308384 139821069174192 139821507241685 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18748 KiB

[startup+0.209949 s]*
/proc/loadavg: 7.42 7.50 7.37 6/211 12571
/proc/meminfo: memFree=23172720/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10552180 memory=28516 CPUtime=0.11 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 5592 0 0 0 10 1 0 0 20 0 15 0 13272271 10805432320 7129 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2638045 7129 2794 1 0 2627517 0
[pid=12556/tid=12558] ppid=12553 vsize=10552180 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) R 12553 12556 7968 0 -1 4202560 3521 0 0 0 7 1 0 0 20 0 15 0 13272280 10805432320 7129 18446744073709551615 4194304 4196468 140737013308384 139821511419824 139821499911197 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10553140 memory=317 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13272280 10806415360 7129 18446744073709551615 4194304 4196468 140737013308384 139821453580944 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10553140 memory=139774176499426 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13272280 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821117659664 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13272280 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821116606864 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13272280 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821115554064 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10553140 memory=139774176491136 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13272282 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821071281008 139821507242626 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13272282 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821070226976 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13272282 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821069174128 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10553140 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) S 12553 12556 7968 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 13272285 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821067069808 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821066017008 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10553140 memory=139774176491136 CPUtime=0.01 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 13272285 10806415360 7195 18446744073709551615 4194304 4196468 140737013308384 139821064964208 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12570] ppid=12553 vsize=10553140 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12570/stat : 12570 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10806415360 7261 18446744073709551615 4194304 4196468 140737013308384 139821063911648 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12571] ppid=12553 vsize=10553140 memory=139774176491136 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12571/stat : 12571 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13272289 10806415360 7261 18446744073709551615 4194304 4196468 140737013308384 139821062859952 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 28516 KiB

[startup+0.31057 s]*
/proc/loadavg: 7.42 7.50 7.37 6/211 12571
/proc/meminfo: memFree=23161672/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10551156 memory=36756 CPUtime=0.25 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 8490 0 0 0 23 2 0 0 20 0 15 0 13272271 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2637789 9189 2877 1 0 2627261 0
[pid=12556/tid=12558] ppid=12553 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) R 12553 12556 7968 0 -1 4202560 6157 0 0 0 16 2 0 0 20 0 15 0 13272280 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821511462880 139821491311966 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13272280 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821453580944 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13272280 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821117659664 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13272280 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821116606864 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13272280 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821115554064 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13272282 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821071281008 139821507242626 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13272282 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821070226976 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13272282 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821069174128 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) R 12553 12556 7968 0 -1 4202560 507 0 0 0 1 0 0 0 20 0 15 0 13272285 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821067069808 139821487931776 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 13272285 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821066017008 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 393 0 0 0 4 0 0 0 20 0 15 0 13272285 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821064964208 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12570] ppid=12553 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12570/stat : 12570 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821063911648 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12571] ppid=12553 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12571/stat : 12571 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13272289 10804383744 9189 18446744073709551615 4194304 4196468 140737013308384 139821062859952 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36756 KiB

[startup+0.709504 s]
/proc/loadavg: 7.42 7.50 7.37 9/211 12571
/proc/meminfo: memFree=23144188/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10551232 memory=189228 CPUtime=1.43 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 12347 0 0 0 136 7 0 0 20 0 15 0 13272271 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2637808 47307 3050 1 0 2627261 0
[pid=12556/tid=12558] ppid=12553 vsize=10551232 memory=196 CPUtime=0.55 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) S 12553 12556 7968 0 -1 1077944384 6879 0 0 0 51 4 0 0 20 0 15 0 13272280 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821511468208 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) R 12553 12556 7968 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 13272280 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821453580944 139821492259344 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10551232 memory=5 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) R 12553 12556 7968 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 15 0 13272280 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821117657296 139821492258898 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10551232 memory=15 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) R 12553 12556 7968 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 15 0 13272280 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821116607064 139821492259344 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10551232 memory=62 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) R 12553 12556 7968 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 15 0 13272280 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821115554064 139821492259344 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 13272282 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821071279520 139821507241685 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13272282 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821070226976 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13272282 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821069174128 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10551232 memory=30 CPUtime=0.24 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) S 12553 12556 7968 0 -1 1077944384 1324 0 0 0 24 0 0 0 20 0 15 0 13272285 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821067049952 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10551232 memory=2 CPUtime=0.29 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 1204 0 0 0 29 0 0 0 20 0 15 0 13272285 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821066002000 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10551232 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 1502 0 0 0 28 0 0 0 20 0 15 0 13272285 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821064964208 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12570] ppid=12553 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12570/stat : 12570 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821063911648 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12571] ppid=12553 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12571/stat : 12571 (java) S 12553 12556 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13272289 10804461568 47307 18446744073709551615 4194304 4196468 140737013308384 139821062859952 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 189228 KiB

[startup+1.5015 s]
/proc/loadavg: 7.42 7.50 7.37 6/211 12571
/proc/meminfo: memFree=22772476/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10551232 memory=1256972 CPUtime=3.16 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 14902 0 0 0 268 48 0 0 20 0 15 0 13272271 10804461568 314243 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2637808 314243 3093 1 0 2627261 0
[pid=12556/tid=12558] ppid=12553 vsize=10551232 memory=7085094975009154921 CPUtime=1.08 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) S 12553 12556 7968 0 -1 1077944384 7798 0 0 0 92 16 0 0 20 0 15 0 13272280 10804461568 314243 18446744073709551615 4194304 4196468 140737013308384 139821511468544 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10551232 memory=-3472574513799858009 CPUtime=0.25 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) R 12553 12556 7968 0 -1 4202560 218 0 0 0 18 7 0 0 20 0 15 0 13272280 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821453580944 139821492259344 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10551232 memory=-6081406862755241769 CPUtime=0.25 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) R 12553 12556 7968 0 -1 4202560 284 0 0 0 18 7 0 0 20 0 15 0 13272280 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821117659864 139821492255182 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10551232 memory=-7449383003082255457 CPUtime=0.25 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) R 12553 12556 7968 0 -1 4202560 279 0 0 0 18 7 0 0 20 0 15 0 13272280 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821116607064 139821492259362 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10551232 memory=7679937539709960979 CPUtime=0.25 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) R 12553 12556 7968 0 -1 4202560 370 0 0 0 18 7 0 0 20 0 15 0 13272280 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821115554064 139821492259362 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 491 0 0 0 0 0 0 0 20 0 15 0 13272282 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821071279520 139821507241685 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13272282 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821070227040 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13272282 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821069174128 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13272285 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10551232 memory=6944656592455097440 CPUtime=0.31 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) S 12553 12556 7968 0 -1 1077944384 1335 0 0 0 31 0 0 0 20 0 15 0 13272285 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821067069808 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10551232 memory=6944656575208382560 CPUtime=0.39 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 1232 0 0 0 39 0 0 0 20 0 15 0 13272285 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821066017008 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10551232 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 1536 0 0 0 30 0 0 0 20 0 15 0 13272285 10804461568 314755 18446744073709551615 4194304 4196468 140737013308384 139821064964208 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0

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

/proc/12556/task/12562/stat : 12562 (java) R 12553 12556 7968 0 -1 4202560 984399 0 0 0 41253 209 0 0 20 0 17 0 13272280 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821115553648 139821499859687 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10686560 memory=2424 CPUtime=18.1 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 100160 0 0 0 1804 6 0 0 20 0 17 0 13272282 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821071279328 139821507241685 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10686560 memory=8336692 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821070227040 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821069174144 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10686560 memory=7744 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10686560 memory=-8774313645642428999 CPUtime=1.44 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) S 12553 12556 7968 0 -1 1077944384 13513 0 0 0 143 1 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821067069808 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10686560 memory=1700 CPUtime=1.57 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 9686 0 0 0 156 1 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821066017008 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10686560 memory=1228 CPUtime=0.44 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 4811 0 0 0 43 1 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821064964208 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12570] ppid=12553 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12570/stat : 12570 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821063911648 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12571] ppid=12553 vsize=10686560 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/12556/task/12571/stat : 12571 (java) S 12553 12556 7968 0 -1 1077944384 606 0 0 0 11 5 0 0 20 0 17 0 13272289 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821062859952 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12715] ppid=12553 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12715/stat : 12715 (java) S 12553 12556 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821059707440 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12716] ppid=12553 vsize=10686560 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12716/stat : 12716 (java) S 12553 12556 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821058654608 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 1698.98 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8336696 KiB

[startup+459.201 s]
/proc/loadavg: 7.84 7.46 7.35 9/213 12718
/proc/meminfo: memFree=15150968/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10686560 memory=8336696 CPUtime=1705.23 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 4211225 0 0 0 169674 849 0 0 20 0 17 0 13272271 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2671640 2084174 3164 1 0 2661055 0
[pid=12556/tid=12558] ppid=12553 vsize=10686560 memory=2424 CPUtime=16.91 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) S 12553 12556 7968 0 -1 1077944384 22521 0 0 0 1654 37 0 0 20 0 17 0 13272280 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821511472160 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10686560 memory=1296 CPUtime=416.72 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) R 12553 12556 7968 0 -1 4202560 1067612 0 0 0 41470 202 0 0 20 0 17 0 13272280 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821453581144 139821491929254 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10686560 memory=-8774313645642428999 CPUtime=416.39 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) R 12553 12556 7968 0 -1 4202560 1194533 0 0 0 41427 212 0 0 20 0 17 0 13272280 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821117659560 139821499859687 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10686560 memory=8676 CPUtime=417.24 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) R 12553 12556 7968 0 -1 4202560 811674 0 0 0 41553 171 0 0 20 0 17 0 13272280 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821116607064 139821492216490 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10686560 memory=1440 CPUtime=416.15 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) R 12553 12556 7968 0 -1 4202560 984399 0 0 0 41405 210 0 0 20 0 17 0 13272280 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821115553960 139821499859687 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10686560 memory=9916 CPUtime=18.1 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 100160 0 0 0 1804 6 0 0 20 0 17 0 13272282 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821071279328 139821507241685 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821070227040 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10686560 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821069174144 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10686560 memory=8336696 CPUtime=1.44 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) S 12553 12556 7968 0 -1 1077944384 13513 0 0 0 143 1 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821067069808 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10686560 memory=4124 CPUtime=1.57 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 9686 0 0 0 156 1 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821066017008 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10686560 memory=11444 CPUtime=0.44 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 4811 0 0 0 43 1 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821064964208 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12570] ppid=12553 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12570/stat : 12570 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821063911648 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12571] ppid=12553 vsize=10686560 memory=1296 CPUtime=0.16 cores=0,2,4,6
/proc/12556/task/12571/stat : 12571 (java) S 12553 12556 7968 0 -1 1077944384 608 0 0 0 11 5 0 0 20 0 17 0 13272289 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821062859952 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12715] ppid=12553 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12715/stat : 12715 (java) S 12553 12556 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821059707440 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12716] ppid=12553 vsize=10686560 memory=8336696 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12716/stat : 12716 (java) S 12553 12556 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084174 18446744073709551615 4194304 4196468 140737013308384 139821058654608 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 1705.23 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8336696 KiB

[startup+460.801 s]
/proc/loadavg: 7.84 7.46 7.35 6/213 12718
/proc/meminfo: memFree=15150968/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10686560 memory=8336700 CPUtime=1711.52 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 4280832 0 0 0 170297 855 0 0 20 0 17 0 13272271 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2671640 2084175 3164 1 0 2661055 0
[pid=12556/tid=12558] ppid=12553 vsize=10686560 memory=0 CPUtime=16.91 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) S 12553 12556 7968 0 -1 1077944384 22521 0 0 0 1654 37 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821511472160 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10686560 memory=7739276948478257774 CPUtime=418.32 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) R 12553 12556 7968 0 -1 4202560 1081313 0 0 0 41629 203 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821453581144 139821491930447 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10686560 memory=1200 CPUtime=417.95 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) R 12553 12556 7968 0 -1 4202560 1194533 0 0 0 41582 213 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821117659864 139821492228032 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10686560 memory=15872 CPUtime=418.82 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) R 12553 12556 7968 0 -1 4202560 811683 0 0 0 41711 171 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821116606864 139821492227880 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10686560 memory=4040 CPUtime=417.68 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) R 12553 12556 7968 0 -1 4202560 1037189 0 0 0 41554 214 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821115554264 139821491689099 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10686560 memory=0 CPUtime=18.12 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 103267 0 0 0 1805 7 0 0 20 0 17 0 13272282 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821071279552 139821507241685 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821070227040 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821069174144 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10686560 memory=640 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10686560 memory=1792 CPUtime=1.44 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) S 12553 12556 7968 0 -1 1077944384 13513 0 0 0 143 1 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821067069856 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10686560 memory=960 CPUtime=1.57 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 9686 0 0 0 156 1 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821066016768 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10686560 memory=279548147307296 CPUtime=0.44 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 4811 0 0 0 43 1 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821064964256 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12570] ppid=12553 vsize=10686560 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12570/stat : 12570 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821063911648 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12571] ppid=12553 vsize=10686560 memory=4294967328 CPUtime=0.16 cores=0,2,4,6
/proc/12556/task/12571/stat : 12571 (java) S 12553 12556 7968 0 -1 1077944384 608 0 0 0 11 5 0 0 20 0 17 0 13272289 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821062859952 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12715] ppid=12553 vsize=10686560 memory=8336484 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12715/stat : 12715 (java) S 12553 12556 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821059707440 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12716] ppid=12553 vsize=10686560 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12716/stat : 12716 (java) S 12553 12556 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821058654608 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 1711.52 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8336700 KiB

[startup+461.602 s]
/proc/loadavg: 7.84 7.46 7.35 9/213 12718
/proc/meminfo: memFree=15150968/32770624 swapFree=67108860/67108860
[pid=12556] ppid=12553 vsize=10686560 memory=8336700 CPUtime=1714.69 cores=0,2,4,6
/proc/12556/stat : 12556 (java) S 12553 12556 7968 0 -1 1077944320 4280832 0 0 0 170614 855 0 0 20 0 17 0 13272271 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 140737013290928 139821507231479 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
/proc/12556/statm: 2671640 2084175 3164 1 0 2661055 0
[pid=12556/tid=12558] ppid=12553 vsize=10686560 memory=1732 CPUtime=16.91 cores=0,2,4,6
/proc/12556/task/12558/stat : 12558 (java) S 12553 12556 7968 0 -1 1077944384 22521 0 0 0 1654 37 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821511472160 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12559] ppid=12553 vsize=10686560 memory=1700 CPUtime=419.12 cores=0,2,4,6
/proc/12556/task/12559/stat : 12559 (java) R 12553 12556 7968 0 -1 4202560 1081313 0 0 0 41709 203 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821453581144 139821492228032 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12560] ppid=12553 vsize=10686560 memory=1228 CPUtime=418.75 cores=0,2,4,6
/proc/12556/task/12560/stat : 12560 (java) R 12553 12556 7968 0 -1 4202560 1194533 0 0 0 41662 213 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821117659472 139821499859687 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12561] ppid=12553 vsize=10686560 memory=1000 CPUtime=419.62 cores=0,2,4,6
/proc/12556/task/12561/stat : 12561 (java) R 12553 12556 7968 0 -1 4202560 811683 0 0 0 41791 171 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821116606752 139821492227988 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12562] ppid=12553 vsize=10686560 memory=2012 CPUtime=418.47 cores=0,2,4,6
/proc/12556/task/12562/stat : 12562 (java) R 12553 12556 7968 0 -1 4202560 1037189 0 0 0 41633 214 0 0 20 0 17 0 13272280 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821115554264 139821492227903 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12563] ppid=12553 vsize=10686560 memory=5520 CPUtime=18.12 cores=0,2,4,6
/proc/12556/task/12563/stat : 12563 (java) S 12553 12556 7968 0 -1 1077944384 103267 0 0 0 1805 7 0 0 20 0 17 0 13272282 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821071279552 139821507241685 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12564] ppid=12553 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12564/stat : 12564 (java) S 12553 12556 7968 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821070227040 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12565] ppid=12553 vsize=10686560 memory=7744 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12565/stat : 12565 (java) S 12553 12556 7968 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 17 0 13272282 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821069174144 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12566] ppid=12553 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12566/stat : 12566 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821068122448 139821507250075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12567] ppid=12553 vsize=10686560 memory=640 CPUtime=1.44 cores=0,2,4,6
/proc/12556/task/12567/stat : 12567 (java) S 12553 12556 7968 0 -1 1077944384 13513 0 0 0 143 1 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821067069856 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12568] ppid=12553 vsize=10686560 memory=1792 CPUtime=1.57 cores=0,2,4,6
/proc/12556/task/12568/stat : 12568 (java) S 12553 12556 7968 0 -1 1077944384 9686 0 0 0 156 1 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821066016768 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12569] ppid=12553 vsize=10686560 memory=960 CPUtime=0.44 cores=0,2,4,6
/proc/12556/task/12569/stat : 12569 (java) S 12553 12556 7968 0 -1 1077944384 4811 0 0 0 43 1 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821064964256 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12570] ppid=12553 vsize=10686560 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12570/stat : 12570 (java) S 12553 12556 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13272285 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821063911648 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12571] ppid=12553 vsize=10686560 memory=4304 CPUtime=0.16 cores=0,2,4,6
/proc/12556/task/12571/stat : 12571 (java) S 12553 12556 7968 0 -1 1077944384 608 0 0 0 11 5 0 0 20 0 17 0 13272289 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821062859952 139821507242626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12715] ppid=12553 vsize=10686560 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12715/stat : 12715 (java) S 12553 12556 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821059707440 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
[pid=12556/tid=12716] ppid=12553 vsize=10686560 memory=928 CPUtime=0 cores=0,2,4,6
/proc/12556/task/12716/stat : 12716 (java) S 12553 12556 7968 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 17 0 13313792 10943037440 2084175 18446744073709551615 4194304 4196468 140737013308384 139821058654608 139821507241685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16502784 140737013309841 140737013309994 140737013309994 140737013313487 0
Current children cumulated CPU time: 1714.69 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8336700 KiB

[startup+462.001 s]*
/proc/loadavg: 7.84 7.46 7.35 6/198 12718
/proc/meminfo: memFree=15922344/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): 462.1
CPU time (s): 1716.23
CPU user time (s): 1707.57
CPU system time (s): 8.66384
CPU usage (%): 371.399
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8336700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1707.57
system time used= 8.66384
maximum resident set size= 8336768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4280964
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37718
involuntary context switches= 46137


# summary of solver processes directly reported to runsolver:
#   pid: 12556
#   total CPU time (s): 1716.23
#   total CPU user time (s): 1707.57
#   total CPU system time (s): 8.66384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.75247 second user time and 4.51401 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:57:39
IDJOB=4263779
IDBENCH=115804
IDSOLVER=2651
FILE ID=node128/4263779-1502593896
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263779-1502593896/watcher-4263779-1502593896 -o /tmp/evaluation-result-4263779-1502593896/solver-4263779-1502593896 -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-4263779-1502593896.xml

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=1298173593

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:        23187248 kB
MemAvailable:   23694340 kB
Buffers:          109280 kB
Cached:           686964 kB
SwapCached:            0 kB
Active:          8543556 kB
Inactive:         615768 kB
Active(anon):    8363688 kB
Inactive(anon):    16764 kB
Active(file):     179868 kB
Inactive(file):   599004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1704 kB
Writeback:             0 kB
AnonPages:       8363212 kB
Mapped:            43688 kB
Shmem:             17116 kB
Slab:             112740 kB
SReclaimable:      88112 kB
SUnreclaim:        24628 kB
KernelStack:        3488 kB
PageTables:        21240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7069696 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 05:05:21