Trace number 4263778

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) 1715.5601 462.17899

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
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 size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263778-1502597255/watcher-4263778-1502597255 -o /tmp/evaluation-result-4263778-1502597255/solver-4263778-1502597255 -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-4263778-1502597255.xml 

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

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

solver pid=13512, runsolver pid=13509

[startup+0.103249 s]*
/proc/loadavg: 4.68 4.10 3.63 3/206 13520
/proc/meminfo: memFree=28664688/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10151672 memory=19012 CPUtime=0.02 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 4123 0 0 0 2 0 0 0 20 0 9 0 13608248 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2537918 4753 2112 1 0 2527415 0
[pid=13512/tid=13514] ppid=13509 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) R 13509 13512 7968 0 -1 4202560 2768 0 0 0 2 0 0 0 20 0 9 0 13608256 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139910433317320 139910413161822 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13608257 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139910375431312 139910429091541 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10151672 memory=140090433709696 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13608257 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139910374378512 139910429091541 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 13608257 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139910373325712 139910429091541 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) S 13509 13512 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13608257 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139910036904720 139910429091541 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10151672 memory=140090433709696 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) S 13509 13512 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13608258 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139909993003376 139910429092482 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13608258 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139909991949344 139910429091541 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13608259 10395312128 4753 18446744073709551615 4194304 4196468 140736817506000 139909990896560 139910429091541 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19012 KiB

[startup+0.209879 s]*
/proc/loadavg: 4.68 4.10 3.63 4/213 13527
/proc/meminfo: memFree=28658692/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10552180 memory=28468 CPUtime=0.1 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 5583 0 0 0 9 1 0 0 20 0 15 0 13608248 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2638045 7117 2787 1 0 2627517 0
[pid=13512/tid=13514] ppid=13509 vsize=10552180 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) R 13509 13512 7968 0 -1 4202560 3507 0 0 0 7 0 0 0 20 0 15 0 13608256 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139910433269680 139910421761053 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10552180 memory=317 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139910375431312 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10552180 memory=140090433717986 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139910374378512 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139910373325712 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) S 13509 13512 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13608257 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139910036904720 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10552180 memory=140090433709696 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) S 13509 13512 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13608258 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909993003376 139910429092482 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13608258 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909991949344 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13608259 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909990896496 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) S 13509 13512 7968 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 15 0 13608261 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909988793200 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909987740400 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10552180 memory=140090433709696 CPUtime=0.01 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) S 13509 13512 7968 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 15 0 13608261 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909986687600 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13526] ppid=13509 vsize=10552180 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13526/stat : 13526 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909985635040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13527] ppid=13509 vsize=10552180 memory=140090433709696 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13527/stat : 13527 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608267 10805432320 7117 18446744073709551615 4194304 4196468 140736817506000 139909984582320 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 28468 KiB

[startup+0.311004 s]*
/proc/loadavg: 4.68 4.10 3.63 4/213 13527
/proc/meminfo: memFree=28649020/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10551156 memory=36996 CPUtime=0.25 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 8526 0 0 0 22 3 0 0 20 0 15 0 13608248 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2637789 9249 2863 1 0 2627261 0
[pid=13512/tid=13514] ppid=13509 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) R 13509 13512 7968 0 -1 4202560 6150 0 0 0 16 2 0 0 20 0 15 0 13608256 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139910433315360 139910052934096 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139910375431312 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139910374378512 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139910373325712 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) S 13509 13512 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13608257 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139910036904720 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) S 13509 13512 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13608258 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909993003376 139910429092482 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13608258 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909991949344 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13608259 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909990896496 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) R 13509 13512 7968 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 15 0 13608261 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909988793200 139910429092482 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) R 13509 13512 7968 0 -1 4202560 112 0 0 0 1 0 0 0 20 0 15 0 13608261 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909987740400 139910406773648 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) R 13509 13512 7968 0 -1 4202560 397 0 0 0 3 0 0 0 20 0 15 0 13608261 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909986687600 139910413161822 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13526] ppid=13509 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13526/stat : 13526 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909985635040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13527] ppid=13509 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13527/stat : 13527 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608267 10804383744 9249 18446744073709551615 4194304 4196468 140736817506000 139909984582320 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36996 KiB

[startup+0.700717 s]
/proc/loadavg: 4.68 4.10 3.63 6/213 13527
/proc/meminfo: memFree=28631740/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10551232 memory=168576 CPUtime=1.43 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 12235 0 0 0 138 5 0 0 20 0 15 0 13608248 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2637808 42144 3053 1 0 2627261 0
[pid=13512/tid=13514] ppid=13509 vsize=10551232 memory=200 CPUtime=0.55 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) R 13509 13512 7968 0 -1 4202560 6875 0 0 0 52 3 0 0 20 0 15 0 13608256 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139910433318720 139910056427089 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139910375431312 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10551232 memory=5 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139910374378512 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10551232 memory=15 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608257 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139910373325712 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10551232 memory=63 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) S 13509 13512 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13608257 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139910036904720 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) S 13509 13512 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13608258 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139909993003376 139910429092482 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13608258 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139909991949344 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13608259 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139909990896496 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10804461568 42144 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10551232 memory=30 CPUtime=0.26 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) R 13509 13512 7968 0 -1 4202560 1240 0 0 0 26 0 0 0 20 0 15 0 13608261 10804461568 42656 18446744073709551615 4194304 4196468 140736817506000 139909988793200 139910412580204 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10551232 memory=2 CPUtime=0.31 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) R 13509 13512 7968 0 -1 4202560 1253 0 0 0 31 0 0 0 20 0 15 0 13608261 10804461568 42656 18446744073709551615 4194304 4196468 140736817506000 139909987740400 139910412579880 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10551232 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) S 13509 13512 7968 0 -1 1077944384 1497 0 0 0 27 0 0 0 20 0 15 0 13608261 10804461568 42656 18446744073709551615 4194304 4196468 140736817506000 139909986687600 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13526] ppid=13509 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13526/stat : 13526 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10804461568 42656 18446744073709551615 4194304 4196468 140736817506000 139909985635040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13527] ppid=13509 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13527/stat : 13527 (java) S 13509 13512 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13608267 10804461568 42656 18446744073709551615 4194304 4196468 140736817506000 139909984582320 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 168576 KiB

[startup+1.50146 s]
/proc/loadavg: 4.68 4.10 3.63 4/213 13527
/proc/meminfo: memFree=28257832/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10551232 memory=1238448 CPUtime=3.17 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 14851 0 0 0 271 46 0 0 20 0 15 0 13608248 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2637808 309612 3090 1 0 2627261 0
[pid=13512/tid=13514] ppid=13509 vsize=10551232 memory=7085094962191230313 CPUtime=1.09 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) S 13509 13512 7968 0 -1 1077944384 7788 0 0 0 96 13 0 0 20 0 15 0 13608256 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139910433318512 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10551232 memory=-3472574513799858009 CPUtime=0.24 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) R 13509 13512 7968 0 -1 4202560 217 0 0 0 17 7 0 0 20 0 15 0 13608257 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139910375431312 139910422184170 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10551232 memory=-6081406862755241769 CPUtime=0.24 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) R 13509 13512 7968 0 -1 4202560 269 0 0 0 17 7 0 0 20 0 15 0 13608257 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139910374378712 139910413529472 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10551232 memory=-7449383003082255457 CPUtime=0.24 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) R 13509 13512 7968 0 -1 4202560 326 0 0 0 16 8 0 0 20 0 15 0 13608257 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139910373325912 139910422184221 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10551232 memory=7679937539709960979 CPUtime=0.24 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) R 13509 13512 7968 0 -1 4202560 297 0 0 0 17 7 0 0 20 0 15 0 13608257 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139910036904720 139910422184189 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) S 13509 13512 7968 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 15 0 13608258 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139909993001888 139910429091541 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13608258 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139909991949344 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13608259 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139909990896496 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13608261 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10551232 memory=6944656592455097440 CPUtime=0.37 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) S 13509 13512 7968 0 -1 1077944384 1299 0 0 0 37 0 0 0 20 0 15 0 13608261 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139909988793200 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10551232 memory=6944656575208382560 CPUtime=0.37 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) S 13509 13512 7968 0 -1 1077944384 1276 0 0 0 37 0 0 0 20 0 15 0 13608261 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139909987740400 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) S 13509 13512 7968 0 -1 1077944384 1522 0 0 0 29 0 0 0 20 0 15 0 13608261 10804461568 309612 18446744073709551615 4194304 4196468 140736817506000 139909986687600 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0

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

/proc/13512/task/13518/stat : 13518 (java) R 13509 13512 7968 0 -1 4202560 1186874 0 0 0 41494 215 0 0 20 0 17 0 13608257 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139910036904840 139910421709543 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10686560 memory=8323592 CPUtime=16.73 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) S 13509 13512 7968 0 -1 1077944384 117676 0 0 0 1667 6 0 0 20 0 17 0 13608258 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909993001920 139910429091541 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10686560 memory=4584 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 13608258 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909991949216 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10686560 memory=9047017150487036571 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 17 0 13608259 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909990895824 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10686560 memory=8323592 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10686560 memory=8323592 CPUtime=1.53 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) S 13509 13512 7968 0 -1 1077944384 9661 0 0 0 152 1 0 0 20 0 17 0 13608261 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909988793296 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10686560 memory=7450197758341960530 CPUtime=1.48 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) S 13509 13512 7968 0 -1 1077944384 8036 0 0 0 147 1 0 0 20 0 17 0 13608261 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909987740160 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10686560 memory=7523107478184158290 CPUtime=0.43 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) S 13509 13512 7968 0 -1 1077944384 4633 0 0 0 43 0 0 0 20 0 17 0 13608261 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909986683472 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13526] ppid=13509 vsize=10686560 memory=7453848161977919592 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13526/stat : 13526 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909985635040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13527] ppid=13509 vsize=10686560 memory=8170489874263599207 CPUtime=0.25 cores=0,2,4,6
/proc/13512/task/13527/stat : 13527 (java) S 13509 13512 7968 0 -1 1077944384 368 0 0 0 17 8 0 0 20 0 17 0 13608267 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909984582320 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13573] ppid=13509 vsize=10686560 memory=7378991186251375720 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13573/stat : 13573 (java) S 13509 13512 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909981429040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13574] ppid=13509 vsize=10686560 memory=4639948313719891052 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13574/stat : 13574 (java) S 13509 13512 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080898 18446744073709551615 4194304 4196468 140736817506000 139909980377008 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 1706.12 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8323592 KiB

[startup+460.801 s]
/proc/loadavg: 4.40 4.51 4.01 6/217 13600
/proc/meminfo: memFree=20324328/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10686560 memory=8323596 CPUtime=1712.32 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 4963377 0 0 0 170333 899 0 0 20 0 17 0 13608248 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2671640 2080899 3164 1 0 2661055 0
[pid=13512/tid=13514] ppid=13509 vsize=10686560 memory=41833 CPUtime=17.51 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) S 13509 13512 7968 0 -1 1077944384 24255 0 0 0 1718 33 0 0 20 0 17 0 13608256 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139910433322016 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10686560 memory=282 CPUtime=419.59 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) R 13509 13512 7968 0 -1 4202560 1407467 0 0 0 41748 211 0 0 20 0 17 0 13608257 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139910375431120 139910421709543 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10686560 memory=39735 CPUtime=416.33 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) R 13509 13512 7968 0 -1 4202560 1163776 0 0 0 41401 232 0 0 20 0 17 0 13608257 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139910374378320 139910421709543 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10686560 memory=39414 CPUtime=419.74 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) R 13509 13512 7968 0 -1 4202560 1039102 0 0 0 41784 190 0 0 20 0 17 0 13608257 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139910373325600 139910414077680 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10686560 memory=39743 CPUtime=418.61 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) R 13509 13512 7968 0 -1 4202560 1186874 0 0 0 41645 216 0 0 20 0 17 0 13608257 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139910036904840 139910421709543 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10686560 memory=8327696 CPUtime=16.73 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) S 13509 13512 7968 0 -1 1077944384 117676 0 0 0 1667 6 0 0 20 0 17 0 13608258 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909993001920 139910429091541 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10686560 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 13608258 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909991949216 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 17 0 13608259 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909990895824 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10686560 memory=11576 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10686560 memory=2424 CPUtime=1.53 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) S 13509 13512 7968 0 -1 1077944384 9661 0 0 0 152 1 0 0 20 0 17 0 13608261 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909988793296 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10686560 memory=1296 CPUtime=1.48 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) S 13509 13512 7968 0 -1 1077944384 8036 0 0 0 147 1 0 0 20 0 17 0 13608261 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909987740160 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10686560 memory=2424 CPUtime=0.43 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) S 13509 13512 7968 0 -1 1077944384 4633 0 0 0 43 0 0 0 20 0 17 0 13608261 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909986683472 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13526] ppid=13509 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13526/stat : 13526 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909985635040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13527] ppid=13509 vsize=10686560 memory=1732 CPUtime=0.25 cores=0,2,4,6
/proc/13512/task/13527/stat : 13527 (java) S 13509 13512 7968 0 -1 1077944384 368 0 0 0 17 8 0 0 20 0 17 0 13608267 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909984582320 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13573] ppid=13509 vsize=10686560 memory=8323588 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13573/stat : 13573 (java) S 13509 13512 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909981429040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13574] ppid=13509 vsize=10686560 memory=11584 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13574/stat : 13574 (java) S 13509 13512 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080899 18446744073709551615 4194304 4196468 140736817506000 139909980377008 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 1712.32 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8323596 KiB

[startup+461.601 s]
/proc/loadavg: 4.40 4.51 4.01 6/217 13600
/proc/meminfo: memFree=20324328/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10686560 memory=8323600 CPUtime=1714.98 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 4963401 0 0 0 170598 900 0 0 20 0 17 0 13608248 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2671640 2080900 3164 1 0 2661055 0
[pid=13512/tid=13514] ppid=13509 vsize=10686560 memory=8305311027921445216 CPUtime=17.51 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) S 13509 13512 7968 0 -1 1077944384 24255 0 0 0 1718 33 0 0 20 0 17 0 13608256 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910433322016 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10686560 memory=8323596 CPUtime=420.21 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) S 13509 13512 7968 0 -1 1077944384 1407467 0 0 0 41810 211 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910375431312 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10686560 memory=4612 CPUtime=416.96 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) S 13509 13512 7968 0 -1 1077944384 1163776 0 0 0 41463 233 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910374378512 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10686560 memory=792 CPUtime=420.39 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) S 13509 13512 7968 0 -1 1077944384 1039102 0 0 0 41849 190 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910373325712 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10686560 memory=8676 CPUtime=419.22 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) S 13509 13512 7968 0 -1 1077944384 1186874 0 0 0 41706 216 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910036904720 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10686560 memory=1732 CPUtime=16.89 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) R 13509 13512 7968 0 -1 4202560 117700 0 0 0 1683 6 0 0 20 0 17 0 13608258 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909993001920 139910414077828 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10686560 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 13608258 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909991949216 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10686560 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 17 0 13608259 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909990895824 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10686560 memory=55 CPUtime=1.53 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) S 13509 13512 7968 0 -1 1077944384 9661 0 0 0 152 1 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909988793296 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10686560 memory=0 CPUtime=1.48 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) S 13509 13512 7968 0 -1 1077944384 8036 0 0 0 147 1 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909987740160 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10686560 memory=1000 CPUtime=0.43 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) S 13509 13512 7968 0 -1 1077944384 4633 0 0 0 43 0 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909986683472 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13526] ppid=13509 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13526/stat : 13526 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909985635040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13527] ppid=13509 vsize=10686560 memory=5520 CPUtime=0.25 cores=0,2,4,6
/proc/13512/task/13527/stat : 13527 (java) S 13509 13512 7968 0 -1 1077944384 368 0 0 0 17 8 0 0 20 0 17 0 13608267 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909984582320 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13573] ppid=13509 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13573/stat : 13573 (java) S 13509 13512 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909981429040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13574] ppid=13509 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13574/stat : 13574 (java) S 13509 13512 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909980377008 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 1714.98 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8323600 KiB

[startup+462.001 s]*
/proc/loadavg: 4.40 4.51 4.01 3/217 13600
/proc/meminfo: memFree=20324336/32770624 swapFree=67108860/67108860
[pid=13512] ppid=13509 vsize=10686560 memory=8323600 CPUtime=1715.39 cores=0,2,4,6
/proc/13512/stat : 13512 (java) S 13509 13512 7968 0 -1 1077944320 4963401 0 0 0 170639 900 0 0 20 0 17 0 13608248 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 140736817488544 139910429081335 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
/proc/13512/statm: 2671640 2080900 3164 1 0 2661055 0
[pid=13512/tid=13514] ppid=13509 vsize=10686560 memory=-8195925453750481479 CPUtime=17.51 cores=0,2,4,6
/proc/13512/task/13514/stat : 13514 (java) S 13509 13512 7968 0 -1 1077944384 24255 0 0 0 1718 33 0 0 20 0 17 0 13608256 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910433322016 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13515] ppid=13509 vsize=10686560 memory=1236 CPUtime=420.21 cores=0,2,4,6
/proc/13512/task/13515/stat : 13515 (java) S 13509 13512 7968 0 -1 1077944384 1407467 0 0 0 41810 211 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910375431312 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13516] ppid=13509 vsize=10686560 memory=640 CPUtime=416.96 cores=0,2,4,6
/proc/13512/task/13516/stat : 13516 (java) S 13509 13512 7968 0 -1 1077944384 1163776 0 0 0 41463 233 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910374378512 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13517] ppid=13509 vsize=10686560 memory=280180580942064 CPUtime=420.39 cores=0,2,4,6
/proc/13512/task/13517/stat : 13517 (java) S 13509 13512 7968 0 -1 1077944384 1039102 0 0 0 41849 190 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910373325712 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13518] ppid=13509 vsize=10686560 memory=960 CPUtime=419.22 cores=0,2,4,6
/proc/13512/task/13518/stat : 13518 (java) S 13509 13512 7968 0 -1 1077944384 1186874 0 0 0 41706 216 0 0 20 0 17 0 13608257 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139910036904720 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13519] ppid=13509 vsize=10686560 memory=-8774313645642428999 CPUtime=17.3 cores=0,2,4,6
/proc/13512/task/13519/stat : 13519 (java) R 13509 13512 7968 0 -1 4202560 117700 0 0 0 1724 6 0 0 20 0 17 0 13608258 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909993001808 139910413538966 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13520] ppid=13509 vsize=10686560 memory=8323576 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13520/stat : 13520 (java) S 13509 13512 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 13608258 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909991949216 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13521] ppid=13509 vsize=10686560 memory=11576 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13521/stat : 13521 (java) S 13509 13512 7968 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 17 0 13608259 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909990895824 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13522] ppid=13509 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13522/stat : 13522 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909989844816 139910429099931 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13523] ppid=13509 vsize=10686560 memory=1236 CPUtime=1.53 cores=0,2,4,6
/proc/13512/task/13523/stat : 13523 (java) S 13509 13512 7968 0 -1 1077944384 9661 0 0 0 152 1 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909988793296 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13524] ppid=13509 vsize=10686560 memory=640 CPUtime=1.48 cores=0,2,4,6
/proc/13512/task/13524/stat : 13524 (java) S 13509 13512 7968 0 -1 1077944384 8036 0 0 0 147 1 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909987740160 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13525] ppid=13509 vsize=10686560 memory=1792 CPUtime=0.43 cores=0,2,4,6
/proc/13512/task/13525/stat : 13525 (java) S 13509 13512 7968 0 -1 1077944384 4633 0 0 0 43 0 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909986683472 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13526] ppid=13509 vsize=10686560 memory=960 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13526/stat : 13526 (java) S 13509 13512 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13608261 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909985635040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13527] ppid=13509 vsize=10686560 memory=2248 CPUtime=0.26 cores=0,2,4,6
/proc/13512/task/13527/stat : 13527 (java) S 13509 13512 7968 0 -1 1077944384 368 0 0 0 17 9 0 0 20 0 17 0 13608267 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909984582320 139910429092482 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13573] ppid=13509 vsize=10686560 memory=8323596 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13573/stat : 13573 (java) S 13509 13512 7968 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909981429040 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
[pid=13512/tid=13574] ppid=13509 vsize=10686560 memory=3208 CPUtime=0 cores=0,2,4,6
/proc/13512/task/13574/stat : 13574 (java) S 13509 13512 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 13652234 10943037440 2080900 18446744073709551615 4194304 4196468 140736817506000 139909980377008 139910429091541 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140736817508753 140736817508906 140736817508906 140736817512399 0
Current children cumulated CPU time: 1715.39 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8323600 KiB

[startup+462.11 s]*
/proc/loadavg: 4.40 4.51 4.01 3/202 13600
/proc/meminfo: memFree=21441124/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.179
CPU time (s): 1715.56
CPU user time (s): 1706.44
CPU system time (s): 9.11337
CPU usage (%): 371.189
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8328760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1706.44
system time used= 9.11337
maximum resident set size= 8328760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4963469
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39190
involuntary context switches= 19978


# summary of solver processes directly reported to runsolver:
#   pid: 13512
#   total CPU time (s): 1715.56
#   total CPU user time (s): 1706.44
#   total CPU system time (s): 9.11337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.73548 second user time and 4.55022 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 05:53:39
IDJOB=4263778
IDBENCH=115837
IDSOLVER=2651
FILE ID=node128/4263778-1502597255
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-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263778-1502597255/watcher-4263778-1502597255 -o /tmp/evaluation-result-4263778-1502597255/solver-4263778-1502597255 -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-4263778-1502597255.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=2002891294

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:        28674588 kB
MemAvailable:   29189120 kB
Buffers:          112596 kB
Cached:           690424 kB
SwapCached:            0 kB
Active:          3062092 kB
Inactive:         621556 kB
Active(anon):    2880616 kB
Inactive(anon):    16764 kB
Active(file):     181476 kB
Inactive(file):   604792 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       2880132 kB
Mapped:            43740 kB
Shmem:             17116 kB
Slab:             112640 kB
SReclaimable:      88196 kB
SUnreclaim:        24444 kB
KernelStack:        3520 kB
PageTables:        10312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4337576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2766848 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 06:01:21