Trace number 4263126

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) 1827.51 491.26099

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-15-0.xml
MD5SUMe561ffe312dc375c565e08e894fb6057
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 variables800
Number of constraints815
Number of domains1
Minimum domain size2860
Maximum domain size2860
Distribution of domain sizes[{"size":2860,"count":800}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":750}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":750},{"arity":50,"count":15}]
Number of extensional constraints0
Number of intensional constraints800
Distribution of constraint types[{"type":"intension","count":800},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263126-1502593570/watcher-4263126-1502593570 -o /tmp/evaluation-result-4263126-1502593570/solver-4263126-1502593570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263126-1502593570.xml 

running on 4 cores: 1,3,5,7

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=12457, runsolver pid=12454

[startup+0.100112 s]*
/proc/loadavg: 6.84 7.07 7.21 5/198 12458
/proc/meminfo: memFree=23370368/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=30188 memory=864 CPUtime=0 cores=1,3,5,7
/proc/12457/stat : 12457 (java) R 12454 12457 7968 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 13239669 30912512 216 18446744073709551615 4194304 4196468 140735636892992 140735636873688 139745210821114 0 0 1 0 0 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 7547 216 174 1 0 159 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 30188 KiB
Current children cumulated memory: 864 KiB

[startup+0.209144 s]*
/proc/loadavg: 6.84 7.07 7.21 5/211 12471
/proc/meminfo: memFree=23356888/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10484492 memory=23556 CPUtime=0.05 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 4850 0 0 0 5 0 0 0 20 0 14 0 13239669 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2621123 5889 2581 1 0 2610620 0
[pid=12457/tid=12459] ppid=12454 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) D 12454 12457 7968 0 -1 4202560 2968 0 0 0 4 0 0 0 20 0 14 0 13239680 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139745212778400 139745208562941 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10484492 memory=317 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13239680 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744820194320 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12461] ppid=12454 vsize=10484492 memory=140154009298658 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13239680 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744819141776 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12462] ppid=12454 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13239680 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744818088720 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12463] ppid=12454 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13239680 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744817036176 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10484492 memory=140154009290368 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13239682 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744704882928 139745208552066 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 13239682 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744703829152 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 13239682 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744702776048 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13239685 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 7968 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 14 0 13239685 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744700672752 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13239685 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744699620208 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10484492 memory=140154009290368 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 7968 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 13239685 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744698567152 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13239685 10736119808 5889 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23556 KiB

[startup+0.309836 s]*
/proc/loadavg: 6.84 7.07 7.21 7/212 12472
/proc/meminfo: memFree=23348876/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10551156 memory=33624 CPUtime=0.19 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 8116 0 0 0 17 2 0 0 20 0 15 0 13239669 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2637789 8406 2867 1 0 2627261 0
[pid=12457/tid=12459] ppid=12454 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 7968 0 -1 4202560 5780 0 0 0 11 2 0 0 20 0 15 0 13239680 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139745212773440 139745208562845 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239680 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744820194320 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12461] ppid=12454 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239680 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744819141776 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12462] ppid=12454 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239680 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744818088720 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12463] ppid=12454 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13239680 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744817036176 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13239682 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744704882928 139745208552066 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13239682 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744703829152 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13239682 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744702776048 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13239685 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 7968 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 15 0 13239685 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744700672752 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 7968 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 13239685 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744699620208 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10551156 memory=140154009290368 CPUtime=0.03 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) R 12454 12457 7968 0 -1 4202560 400 0 0 0 3 0 0 0 20 0 15 0 13239685 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744698567152 139745208552854 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13239685 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12472] ppid=12454 vsize=10551156 memory=140154009290368 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239692 10804383744 8406 18446744073709551615 4194304 4196468 140735636892992 139744696461872 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33624 KiB

[startup+0.700765 s]
/proc/loadavg: 6.84 7.07 7.21 4/212 12472
/proc/meminfo: memFree=23336164/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10551232 memory=135220 CPUtime=1.16 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 11587 0 0 0 112 4 0 0 20 0 15 0 13239669 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2637808 33805 3055 1 0 2627261 0
[pid=12457/tid=12459] ppid=12454 vsize=10551232 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 7968 0 -1 4202560 6833 0 0 0 48 3 0 0 20 0 15 0 13239680 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139745212776016 139744834061009 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239680 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744820194320 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12461] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239680 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744819141776 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12462] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239680 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744818088720 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12463] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13239680 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744817036176 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 13239682 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744704882928 139745208552066 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13239682 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744703829152 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13239682 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744702776048 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13239685 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) R 12454 12457 7968 0 -1 4202560 1355 0 0 0 22 0 0 0 20 0 15 0 13239685 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744700658632 139745190062353 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) R 12454 12457 7968 0 -1 4202560 663 0 0 0 16 0 0 0 20 0 15 0 13239685 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744699613400 139745186288320 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 7968 0 -1 1077944384 1364 0 0 0 25 0 0 0 20 0 15 0 13239685 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744698567152 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10551232 memory=928 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13239685 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12472] ppid=12454 vsize=10551232 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239692 10804461568 33805 18446744073709551615 4194304 4196468 140735636892992 139744696461872 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 135220 KiB

[startup+1.50083 s]
/proc/loadavg: 6.84 7.07 7.21 13/212 12472
/proc/meminfo: memFree=22958764/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10551232 memory=1002064 CPUtime=2.93 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 14473 0 0 0 249 44 0 0 20 0 15 0 13239669 10804461568 250516 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2637808 250516 3085 1 0 2627261 0
[pid=12457/tid=12459] ppid=12454 vsize=10551232 memory=-7537507005311654808 CPUtime=1.01 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) R 12454 12457 7968 0 -1 4202560 7649 0 0 0 90 11 0 0 20 0 15 0 13239680 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139745212777920 139745194609038 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10551232 memory=1156 CPUtime=0.26 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) S 12454 12457 7968 0 -1 1077944384 216 0 0 0 19 7 0 0 20 0 15 0 13239680 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744820194320 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12461] ppid=12454 vsize=10551232 memory=2416 CPUtime=0.26 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) S 12454 12457 7968 0 -1 1077944384 621 0 0 0 18 8 0 0 20 0 15 0 13239680 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744819141776 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12462] ppid=12454 vsize=10551232 memory=444304 CPUtime=0.25 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) S 12454 12457 7968 0 -1 1077944384 202 0 0 0 19 6 0 0 20 0 15 0 13239680 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744818088720 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12463] ppid=12454 vsize=10551232 memory=302022848351043610 CPUtime=0.28 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) S 12454 12457 7968 0 -1 1077944384 269 0 0 0 20 8 0 0 20 0 15 0 13239680 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744817036176 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10551232 memory=8932 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 502 0 0 0 0 0 0 0 20 0 15 0 13239682 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744704882928 139745208552066 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13239682 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744703829152 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 13239682 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744702776048 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10551232 memory=-2247047206103833217 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13239685 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10551232 memory=6944656575208382560 CPUtime=0.28 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 7968 0 -1 1077944384 1378 0 0 0 28 0 0 0 20 0 15 0 13239685 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744700672752 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10551232 memory=6944656592455359580 CPUtime=0.23 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 7968 0 -1 1077944384 894 0 0 0 23 0 0 0 20 0 15 0 13239685 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744699620208 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10551232 memory=6944656592387989600 CPUtime=0.27 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 7968 0 -1 1077944384 1380 0 0 0 27 0 0 0 20 0 15 0 13239685 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744698567152 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10551232 memory=-6512121202918119521 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13239685 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12472] ppid=12454 vsize=10551232 memory=7523371274994148194 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13239692 10804461568 251028 18446744073709551615 4194304 4196468 140735636892992 139744696461872 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 2.93 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 1002064 KiB

[startup+3.11076 s]
/proc/loadavg: 6.84 7.07 7.21 10/212 12472
/proc/meminfo: memFree=20706800/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10551232 memory=2690336 CPUtime=6.38 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 20314 0 0 0 531 107 0 0 20 0 15 0 13239669 10804461568 672584 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2637808 672584 3093 1 0 2627261 0
[pid=12457/tid=12459] ppid=12454 vsize=10551232 memory=46780 CPUtime=2 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) S 12454 12457 7968 0 -1 1077944384 9580 0 0 0 172 28 0 0 20 0 15 0 13239680 10804461568 672584 18446744073709551615 4194304 4196468 140735636892992 139745212778000 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10551232 memory=-8774313645642428999 CPUtime=0.87 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) R 12454 12457 7968 0 -1 4202560 863 0 0 0 68 19 0 0 20 0 15 0 13239680 10804461568 672584 18446744073709551615 4194304 4196468 140735636892992 139744820194520 139745193491524 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0

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

/proc/12457/task/12463/stat : 12463 (java) R 12454 12457 7968 0 -1 4202560 685310 0 0 0 44163 192 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744817036376 139745193238753 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10686560 memory=4040 CPUtime=17.7 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 98026 0 0 0 1765 5 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744704881248 139745208551125 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10686560 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744703829216 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10686560 memory=7728 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744702776064 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10686560 memory=42055 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10686560 memory=1640 CPUtime=0.63 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 7968 0 -1 1077944384 3272 0 0 0 63 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744700672752 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10686560 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 7968 0 -1 1077944384 2810 0 0 0 56 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744699620208 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10686560 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 7968 0 -1 1077944384 2617 0 0 0 32 1 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744698567152 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12472] ppid=12454 vsize=10686560 memory=8322096 CPUtime=0.17 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 7968 0 -1 1077944384 637 0 0 0 11 6 0 0 20 0 17 0 13239692 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744696461872 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12581] ppid=12454 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12581/stat : 12581 (java) S 12454 12457 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744693310128 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12582] ppid=12454 vsize=10686560 memory=8676 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12582/stat : 12582 (java) S 12454 12457 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744692256528 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 1808.82 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322116 KiB

[startup+489.602 s]
/proc/loadavg: 6.97 7.19 7.27 9/217 12598
/proc/meminfo: memFree=14844136/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10686560 memory=8322116 CPUtime=1821.34 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 3893942 0 0 0 181235 899 0 0 20 0 17 0 13239669 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2671640 2080529 3154 1 0 2661055 0
[pid=12457/tid=12459] ppid=12454 vsize=10686560 memory=4124 CPUtime=16.73 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) S 12454 12457 7968 0 -1 1077944384 22856 0 0 0 1640 33 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139745212781600 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=446.41 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) R 12454 12457 7968 0 -1 4202560 1356784 0 0 0 44411 230 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744820194520 139745193240736 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12461] ppid=12454 vsize=10686560 memory=792 CPUtime=445.76 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) R 12454 12457 7968 0 -1 4202560 1119251 0 0 0 44347 229 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744819141976 139745193530564 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12462] ppid=12454 vsize=10686560 memory=8676 CPUtime=446.21 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) R 12454 12457 7968 0 -1 4202560 600339 0 0 0 44419 202 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744818088720 139745190150605 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12463] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=446.75 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) R 12454 12457 7968 0 -1 4202560 685869 0 0 0 44483 192 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744817036176 139745193530535 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=17.71 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 98026 0 0 0 1766 5 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744704881472 139745208551125 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10686560 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744703829216 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10686560 memory=8322100 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744702776064 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10686560 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10686560 memory=8676 CPUtime=0.63 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 7968 0 -1 1077944384 3272 0 0 0 63 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744700672800 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10686560 memory=1440 CPUtime=0.56 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 7968 0 -1 1077944384 2811 0 0 0 56 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744699619968 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10686560 memory=9916 CPUtime=0.33 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 7968 0 -1 1077944384 2617 0 0 0 32 1 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744698567200 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12472] ppid=12454 vsize=10686560 memory=4124 CPUtime=0.17 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 7968 0 -1 1077944384 644 0 0 0 11 6 0 0 20 0 17 0 13239692 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744696461872 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12581] ppid=12454 vsize=10686560 memory=11428 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12581/stat : 12581 (java) S 12454 12457 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744693310128 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12582] ppid=12454 vsize=10686560 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12582/stat : 12582 (java) S 12454 12457 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744692256528 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 1821.34 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322116 KiB

[startup+490.401 s]
/proc/loadavg: 7.06 7.21 7.27 11/217 12598
/proc/meminfo: memFree=14844136/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10686560 memory=8322116 CPUtime=1824.51 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 3893942 0 0 0 181552 899 0 0 20 0 17 0 13239669 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2671640 2080529 3154 1 0 2661055 0
[pid=12457/tid=12459] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=16.73 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) S 12454 12457 7968 0 -1 1077944384 22856 0 0 0 1640 33 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139745212781600 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10686560 memory=4124 CPUtime=447.2 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) R 12454 12457 7968 0 -1 4202560 1356784 0 0 0 44490 230 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744820194520 139745193239792 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12461] ppid=12454 vsize=10686560 memory=11428 CPUtime=446.54 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) R 12454 12457 7968 0 -1 4202560 1119251 0 0 0 44425 229 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744819141976 139745193239664 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12462] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=447.01 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) R 12454 12457 7968 0 -1 4202560 600339 0 0 0 44499 202 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744818088920 139745193537511 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12463] ppid=12454 vsize=10686560 memory=1440 CPUtime=447.54 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) R 12454 12457 7968 0 -1 4202560 685869 0 0 0 44562 192 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744817036176 139745193537527 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10686560 memory=9916 CPUtime=17.71 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 98026 0 0 0 1766 5 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744704881472 139745208551125 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744703829216 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744702776064 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10686560 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=0.63 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 7968 0 -1 1077944384 3272 0 0 0 63 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744700672800 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10686560 memory=2248 CPUtime=0.56 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 7968 0 -1 1077944384 2811 0 0 0 56 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744699619968 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=0.33 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 7968 0 -1 1077944384 2617 0 0 0 32 1 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744698567200 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10686560 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12472] ppid=12454 vsize=10686560 memory=8322100 CPUtime=0.17 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 7968 0 -1 1077944384 644 0 0 0 11 6 0 0 20 0 17 0 13239692 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744696461872 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12581] ppid=12454 vsize=10686560 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12581/stat : 12581 (java) S 12454 12457 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744693310128 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12582] ppid=12454 vsize=10686560 memory=8322116 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12582/stat : 12582 (java) S 12454 12457 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744692256528 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 1824.51 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322116 KiB

[startup+490.801 s]
/proc/loadavg: 7.06 7.21 7.27 11/217 12598
/proc/meminfo: memFree=14844136/32770624 swapFree=67108860/67108860
[pid=12457] ppid=12454 vsize=10686560 memory=8322116 CPUtime=1826.11 cores=1,3,5,7
/proc/12457/stat : 12457 (java) S 12454 12457 7968 0 -1 1077944320 3893977 0 0 0 181712 899 0 0 20 0 17 0 13239669 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 140735636875536 139745208540919 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
/proc/12457/statm: 2671640 2080529 3154 1 0 2661055 0
[pid=12457/tid=12459] ppid=12454 vsize=10686560 memory=1000 CPUtime=16.73 cores=1,3,5,7
/proc/12457/task/12459/stat : 12459 (java) S 12454 12457 7968 0 -1 1077944384 22856 0 0 0 1640 33 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139745212781600 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12460] ppid=12454 vsize=10686560 memory=8322116 CPUtime=447.6 cores=1,3,5,7
/proc/12457/task/12460/stat : 12460 (java) R 12454 12457 7968 0 -1 4202560 1356792 0 0 0 44530 230 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744820194520 139745193537517 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12461] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=446.94 cores=1,3,5,7
/proc/12457/task/12461/stat : 12461 (java) R 12454 12457 7968 0 -1 4202560 1119264 0 0 0 44465 229 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744819141976 139745193537323 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12462] ppid=12454 vsize=10686560 memory=3880 CPUtime=447.41 cores=1,3,5,7
/proc/12457/task/12462/stat : 12462 (java) R 12454 12457 7968 0 -1 4202560 600345 0 0 0 44539 202 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744818088920 139745193537472 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12463] ppid=12454 vsize=10686560 memory=3868 CPUtime=447.94 cores=1,3,5,7
/proc/12457/task/12463/stat : 12463 (java) R 12454 12457 7968 0 -1 4202560 685877 0 0 0 44602 192 0 0 20 0 17 0 13239680 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744817036176 139745193537329 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12464] ppid=12454 vsize=10686560 memory=3904 CPUtime=17.71 cores=1,3,5,7
/proc/12457/task/12464/stat : 12464 (java) S 12454 12457 7968 0 -1 1077944384 98026 0 0 0 1766 5 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744704881472 139745208551125 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12465] ppid=12454 vsize=10686560 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12465/stat : 12465 (java) S 12454 12457 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744703829216 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12466] ppid=12454 vsize=10686560 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12466/stat : 12466 (java) S 12454 12457 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 13239682 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744702776064 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12467] ppid=12454 vsize=10686560 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12467/stat : 12467 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744701724624 139745208559515 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12468] ppid=12454 vsize=10686560 memory=288230613214036277 CPUtime=0.63 cores=1,3,5,7
/proc/12457/task/12468/stat : 12468 (java) S 12454 12457 7968 0 -1 1077944384 3272 0 0 0 63 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744700672800 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12469] ppid=12454 vsize=10686560 memory=15822205074278351 CPUtime=0.56 cores=1,3,5,7
/proc/12457/task/12469/stat : 12469 (java) S 12454 12457 7968 0 -1 1077944384 2811 0 0 0 56 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744699619968 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12470] ppid=12454 vsize=10686560 memory=8322100 CPUtime=0.33 cores=1,3,5,7
/proc/12457/task/12470/stat : 12470 (java) S 12454 12457 7968 0 -1 1077944384 2617 0 0 0 32 1 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744698567200 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12471] ppid=12454 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12471/stat : 12471 (java) S 12454 12457 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13239685 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744697514848 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12472] ppid=12454 vsize=10686560 memory=1156 CPUtime=0.17 cores=1,3,5,7
/proc/12457/task/12472/stat : 12472 (java) S 12454 12457 7968 0 -1 1077944384 644 0 0 0 11 6 0 0 20 0 17 0 13239692 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744696461872 139745208552066 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12581] ppid=12454 vsize=10686560 memory=3112 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12581/stat : 12581 (java) S 12454 12457 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744693310128 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
[pid=12457/tid=12582] ppid=12454 vsize=10686560 memory=8322096 CPUtime=0 cores=1,3,5,7
/proc/12457/task/12582/stat : 12582 (java) S 12454 12457 7968 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 13284714 10943037440 2080529 18446744073709551615 4194304 4196468 140735636892992 139744692256528 139745208551125 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33546240 140735636898193 140735636898346 140735636898346 140735636901839 0
Current children cumulated CPU time: 1826.11 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8322116 KiB

[startup+491.201 s]*
/proc/loadavg: 7.06 7.21 7.27 6/202 12598
/proc/meminfo: memFree=16019284/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): 491.261
CPU time (s): 1827.51
CPU user time (s): 1818.42
CPU system time (s): 9.09251
CPU usage (%): 372.005
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8322116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1818.42
system time used= 9.09251
maximum resident set size= 8322352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3894384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41442
involuntary context switches= 57391


# summary of solver processes directly reported to runsolver:
#   pid: 12457
#   total CPU time (s): 1827.51
#   total CPU user time (s): 1818.42
#   total CPU system time (s): 9.09251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.00154 second user time and 4.81383 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:52:13
IDJOB=4263126
IDBENCH=115796
IDSOLVER=2651
FILE ID=node128/4263126-1502593570
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-15-0.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263126-1502593570/watcher-4263126-1502593570 -o /tmp/evaluation-result-4263126-1502593570/solver-4263126-1502593570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263126-1502593570.xml

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

MD5SUM BENCH= e561ffe312dc375c565e08e894fb6057
RANDOM SEED=268431098

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:        23370436 kB
MemAvailable:   23876836 kB
Buffers:          108964 kB
Cached:           686196 kB
SwapCached:            0 kB
Active:          8363452 kB
Inactive:         615176 kB
Active(anon):    8183684 kB
Inactive(anon):    16764 kB
Active(file):     179768 kB
Inactive(file):   598412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1676 kB
Writeback:             4 kB
AnonPages:       8183040 kB
Mapped:            43608 kB
Shmem:             17116 kB
Slab:             112684 kB
SReclaimable:      88108 kB
SUnreclaim:        24576 kB
KernelStack:        3472 kB
PageTables:        21016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8005632 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:00:24