Trace number 4263378

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1314.34 365.71899

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-0081.xml
MD5SUMe46647acbda97830867cbaf6bce42852
Bench CategoryCSP (decision 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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

1226.63/342.36	Aug 13, 2017 3:03:08 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1226.63/342.36	INFO: Runtime exception
1226.63/342.36	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1226.63/342.36		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1226.63/342.36		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1226.63/342.36		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1226.63/342.36		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1226.63/342.36		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1226.63/342.36		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1226.63/342.36		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1226.63/342.36		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1226.63/342.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1226.63/342.36		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1226.63/342.36		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1226.63/342.36		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1226.63/342.36		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1226.63/342.36		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1226.63/342.36		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1226.63/342.36		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1226.63/342.36		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1226.63/342.36		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1226.63/342.36		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1226.63/342.36		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1226.63/342.36	Caused by: java.lang.reflect.InvocationTargetException
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1226.63/342.36		... 22 more
1226.63/342.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1226.63/342.36		... 26 more
1226.63/342.36	Caused by: java.lang.reflect.InvocationTargetException
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1226.63/342.36		... 27 more
1226.63/342.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1226.63/342.36		... 31 more
1226.63/342.36	Caused by: java.lang.reflect.InvocationTargetException
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1226.63/342.36		... 32 more
1226.63/342.36	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1226.63/342.36		... 36 more
1226.63/342.36	Caused by: java.lang.reflect.InvocationTargetException
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1226.63/342.36		... 36 more
1226.63/342.36	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:158)
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1226.63/342.36		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1226.63/342.36		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1226.63/342.36		at java.lang.reflect.Method.invoke(Method.java:498)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1226.63/342.36		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1226.63/342.36		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:88)
1226.63/342.36		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:50)
1226.63/342.36		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:571)
1226.63/342.36		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:477)
1226.63/342.36		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:151)
1226.63/342.36		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1226.63/342.36		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1226.63/342.36		at org.xcsp.parser.XCallbacks$$Lambda$62/1374677625.accept(Unknown Source)
1226.63/342.36		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1226.63/342.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1226.63/342.36	
1314.14/365.67	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1314.14/365.68		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1314.14/365.68		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1314.14/365.68		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1314.14/365.68		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1314.14/365.68		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1314.14/365.68		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1314.14/365.68		at java.io.PrintWriter.flush(PrintWriter.java:320)
1314.14/365.68		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1314.14/365.68		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1314.14/365.68		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1314.14/365.68		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 (15180 MiB free)
  memory of node 1: 16384 MiB (14001 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263378-1502629914/watcher-4263378-1502629914 -o /tmp/evaluation-result-4263378-1502629914/solver-4263378-1502629914 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263378-1502629914.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=23188, runsolver pid=23185

[startup+0.10123 s]*
/proc/loadavg: 4.31 3.82 2.97 3/208 23198
/proc/meminfo: memFree=29869592/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10484492 memory=23760 CPUtime=0.05 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 4898 0 0 0 4 1 0 0 20 0 14 0 110806608 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2621123 5940 2581 1 0 2610620 0
[pid=23188/tid=23190] ppid=23185 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) D 23185 23188 8289 0 -1 4202560 3011 0 0 0 3 1 0 0 20 0 14 0 110806613 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433546692512 140433542477053 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10484492 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110806613 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433488804496 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10484492 memory=140078155368064 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110806613 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433487751696 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110806613 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433486698896 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110806613 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433150499088 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10484492 memory=140078155368064 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110806615 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433106598768 140433542466178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 110806615 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433105544736 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 110806615 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433104491888 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110806618 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 8289 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 14 0 110806618 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433102387568 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110806618 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433101334768 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10484492 memory=140078155368064 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 8289 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 14 0 110806618 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433100281968 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110806618 10736119808 5940 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23760 KiB

[startup+0.210471 s]*
/proc/loadavg: 4.31 3.82 2.97 3/213 23203
/proc/meminfo: memFree=29864600/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10551156 memory=29964 CPUtime=0.11 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 7660 0 0 0 9 2 0 0 20 0 15 0 110806608 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2637789 7491 2762 1 0 2627261 0
[pid=23188/tid=23190] ppid=23185 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) R 23185 23188 8289 0 -1 4202560 5585 0 0 0 7 2 0 0 20 0 15 0 110806613 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433546643376 140433542476957 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433488804496 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10551156 memory=140078156328245 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433487751696 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433486698896 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110806613 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433150499088 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10551156 memory=140078155368064 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110806615 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433106598768 140433542466178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110806615 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433105544736 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110806615 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433104491888 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110806618 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 8289 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 110806618 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433102387568 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 8289 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 110806618 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433101334768 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10551156 memory=140078155368064 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) R 23185 23188 8289 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 110806618 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433100281968 140433526695637 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110806618 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23203] ppid=23185 vsize=10551156 memory=140078155368064 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806625 10804383744 7491 18446744073709551615 4194304 4196468 140726600086400 140433098177712 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29964 KiB

[startup+0.31104 s]*
/proc/loadavg: 4.31 3.82 2.97 5/213 23203
/proc/meminfo: memFree=29857780/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10552180 memory=37048 CPUtime=0.27 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 8746 0 0 0 24 3 0 0 20 0 15 0 110806608 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2638045 9262 2882 1 0 2627517 0
[pid=23188/tid=23190] ppid=23185 vsize=10552180 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) R 23185 23188 8289 0 -1 4202560 6435 0 0 0 16 3 0 0 20 0 15 0 110806613 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433546664928 140433535134749 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10552180 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433488804496 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433487751696 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10804383744 9262 18446744073709551615 4194304 4196468 140726600086400 140433486698896 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110806613 10804383744 9262 18446744073709551615 4194304 4196468 140726600086400 140433150499088 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110806615 10804383744 9262 18446744073709551615 4194304 4196468 140726600086400 140433106598768 140433542466178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110806615 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433105544736 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110806615 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433104491888 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110806618 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 8289 0 -1 1077944384 359 0 0 0 1 0 0 0 20 0 15 0 110806618 10804383744 9262 18446744073709551615 4194304 4196468 140726600086400 140433102387568 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 8289 0 -1 1077944384 237 0 0 0 1 0 0 0 20 0 15 0 110806618 10804383744 9262 18446744073709551615 4194304 4196468 140726600086400 140433101334768 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10551156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 8289 0 -1 1077944384 389 0 0 0 4 0 0 0 20 0 15 0 110806618 10804383744 9262 18446744073709551615 4194304 4196468 140726600086400 140433100281968 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110806618 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23203] ppid=23185 vsize=10552180 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806625 10805432320 9262 18446744073709551615 4194304 4196468 140726600086400 140433098177712 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 37048 KiB

[startup+0.700763 s]
/proc/loadavg: 4.21 3.81 2.97 5/213 23203
/proc/meminfo: memFree=29800344/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10551232 memory=116716 CPUtime=1.28 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 12781 0 0 0 123 5 0 0 20 0 15 0 110806608 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2637808 29179 3053 1 0 2627261 0
[pid=23188/tid=23190] ppid=23185 vsize=10551232 memory=4638803738925422181 CPUtime=0.57 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) R 23185 23188 8289 0 -1 4202560 7426 0 0 0 53 4 0 0 20 0 15 0 110806613 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433546691320 140433168782848 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10551232 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433488804496 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10551232 memory=53516 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433487751696 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806613 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433486698896 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10551232 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110806613 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433150499088 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10551232 memory=14356 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110806615 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433106598768 140433542466178 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10551232 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110806615 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433105544736 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10551232 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110806615 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433104491888 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10551232 memory=11136 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110806618 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10551232 memory=5788 CPUtime=0.26 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) R 23185 23188 8289 0 -1 4202560 1637 0 0 0 26 0 0 0 20 0 15 0 110806618 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433102368584 140433520472023 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10551232 memory=4612 CPUtime=0.27 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) R 23185 23188 8289 0 -1 4202560 1438 0 0 0 27 0 0 0 20 0 15 0 110806618 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433101320992 140433520049809 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10551232 memory=1436 CPUtime=0.15 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 8289 0 -1 1077944384 912 0 0 0 15 0 0 0 20 0 15 0 110806618 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433100281968 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10551232 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110806618 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23203] ppid=23185 vsize=10551232 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110806625 10804461568 29179 18446744073709551615 4194304 4196468 140726600086400 140433098177712 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 116716 KiB

[startup+1.50084 s]
/proc/loadavg: 4.21 3.81 2.97 3/213 23203
/proc/meminfo: memFree=29745524/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10551232 memory=213356 CPUtime=2.47 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 16116 0 0 0 237 10 0 0 20 0 15 0 110806608 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2637808 53339 3082 1 0 2627261 0
[pid=23188/tid=23190] ppid=23185 vsize=10551232 memory=213356 CPUtime=1.33 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) R 23185 23188 8289 0 -1 4202560 7566 0 0 0 128 5 0 0 20 0 15 0 110806613 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140433546694096 140433168897381 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10551232 memory=2241 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 8289 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 15 0 110806613 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140433488804496 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 8289 0 -1 1077944384 156 0 0 0 2 1 0 0 20 0 15 0 110806613 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140433487751696 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10551232 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 8289 0 -1 1077944384 274 0 0 0 3 0 0 0 20 0 15 0 110806613 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140433486698896 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10551232 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 8289 0 -1 1077944384 124 0 0 0 2 0 0 0 20 0 15 0 110806613 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140433150499088 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10551232 memory=4168 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 110806615 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140433106598768 140433542466178 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10551232 memory=53516 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 110806615 10804461568 53339 18446744073709551615 4194304 4196468 140726600086400 140433105544736 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0

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

/proc/23188/task/23194/stat : 23194 (java) R 23185 23188 8289 0 -1 4202560 21736 0 0 0 31278 167 0 0 20 0 17 0 110806613 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433150498976 140433524051025 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10684512 memory=-8774313645642428999 CPUtime=27.83 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 68269 0 0 0 2780 3 0 0 20 0 17 0 110806615 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433106597088 140433542465237 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10684512 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433105544800 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10684512 memory=792 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433104491904 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10684512 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10684512 memory=1228 CPUtime=0.79 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 8289 0 -1 1077944384 6256 0 0 0 78 1 0 0 20 0 17 0 110806618 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433102387568 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10684512 memory=14356 CPUtime=0.67 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 8289 0 -1 1077944384 3955 0 0 0 67 0 0 0 20 0 17 0 110806618 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433101334768 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10684512 memory=1008 CPUtime=0.24 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 8289 0 -1 1077944384 3138 0 0 0 24 0 0 0 20 0 17 0 110806618 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433100279472 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23203] ppid=23185 vsize=10684512 memory=11136 CPUtime=0.27 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 8289 0 -1 1077944384 442 0 0 0 20 7 0 0 20 0 17 0 110806625 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433098177712 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23257] ppid=23185 vsize=10684512 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23257/stat : 23257 (java) S 23185 23188 8289 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433097122240 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23258] ppid=23185 vsize=10684512 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23258/stat : 23258 (java) S 23185 23188 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075089 18446744073709551615 4194304 4196468 140726600086400 140433096069552 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 1304.68 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300356 KiB

[startup+364.801 s]
/proc/loadavg: 4.54 4.25 3.42 6/217 23259
/proc/meminfo: memFree=21032004/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10684512 memory=8300360 CPUtime=1310.99 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 186398 0 0 0 130388 711 0 0 20 0 17 0 110806608 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2671128 2075090 3161 1 0 2660543 0
[pid=23188/tid=23190] ppid=23185 vsize=10684512 memory=956 CPUtime=16.45 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) S 23185 23188 8289 0 -1 1077944384 19839 0 0 0 1633 12 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433546695712 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10684512 memory=2248 CPUtime=316.33 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) R 23185 23188 8289 0 -1 4202560 20043 0 0 0 31460 173 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433488804384 140433526912664 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10684512 memory=1724 CPUtime=316.27 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) R 23185 23188 8289 0 -1 4202560 22028 0 0 0 31462 165 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433487751696 140433527451412 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10684512 memory=792 CPUtime=316.03 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) R 23185 23188 8289 0 -1 4202560 19117 0 0 0 31418 185 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433486699096 140433527451438 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10684512 memory=32944 CPUtime=316.01 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) R 23185 23188 8289 0 -1 4202560 21772 0 0 0 31434 167 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433150499288 140433527451435 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10684512 memory=1232 CPUtime=27.84 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 68270 0 0 0 2781 3 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433106597312 140433542465237 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10684512 memory=640 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433105544800 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10684512 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433104491904 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10684512 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10684512 memory=15876 CPUtime=0.79 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 8289 0 -1 1077944384 6256 0 0 0 78 1 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433102387568 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10684512 memory=-8774313645642428999 CPUtime=0.67 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 8289 0 -1 1077944384 3955 0 0 0 67 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433101334768 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10684512 memory=1792 CPUtime=0.24 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 8289 0 -1 1077944384 3138 0 0 0 24 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433100279472 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10684512 memory=956 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23203] ppid=23185 vsize=10684512 memory=8300356 CPUtime=0.27 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 8289 0 -1 1077944384 446 0 0 0 20 7 0 0 20 0 17 0 110806625 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433098177712 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23257] ppid=23185 vsize=10684512 memory=8300356 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23257/stat : 23257 (java) S 23185 23188 8289 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433097122240 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23258] ppid=23185 vsize=10684512 memory=3072 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23258/stat : 23258 (java) S 23185 23188 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433096069552 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 1310.99 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300360 KiB

[startup+365.201 s]
/proc/loadavg: 4.54 4.25 3.42 6/217 23259
/proc/meminfo: memFree=21032004/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10684512 memory=8300360 CPUtime=1312.58 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 186566 0 0 0 130547 711 0 0 20 0 17 0 110806608 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2671128 2075090 3161 1 0 2660543 0
[pid=23188/tid=23190] ppid=23185 vsize=10684512 memory=1716 CPUtime=16.45 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) S 23185 23188 8289 0 -1 1077944384 19839 0 0 0 1633 12 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433546695712 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10684512 memory=-8774313645642428999 CPUtime=316.73 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) R 23185 23188 8289 0 -1 4202560 20117 0 0 0 31500 173 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433488804384 140433527451435 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10684512 memory=2012 CPUtime=316.67 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) R 23185 23188 8289 0 -1 4202560 22028 0 0 0 31502 165 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433487751696 140433527451376 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10684512 memory=11136 CPUtime=316.43 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) R 23185 23188 8289 0 -1 4202560 19117 0 0 0 31458 185 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433486699096 140433527451376 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10684512 memory=5788 CPUtime=316.4 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) R 23185 23188 8289 0 -1 4202560 21866 0 0 0 31473 167 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433150499288 140433527153999 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10684512 memory=4612 CPUtime=27.84 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 68270 0 0 0 2781 3 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433106597312 140433542465237 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10684512 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433105544800 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10684512 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433104491904 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10684512 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10684512 memory=8300360 CPUtime=0.79 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 8289 0 -1 1077944384 6256 0 0 0 78 1 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433102387568 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10684512 memory=1152 CPUtime=0.67 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 8289 0 -1 1077944384 3955 0 0 0 67 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433101334768 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10684512 memory=3196 CPUtime=0.24 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 8289 0 -1 1077944384 3138 0 0 0 24 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433100279472 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10684512 memory=8300356 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23203] ppid=23185 vsize=10684512 memory=-8774313645642428999 CPUtime=0.27 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 8289 0 -1 1077944384 446 0 0 0 20 7 0 0 20 0 17 0 110806625 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433098177712 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23257] ppid=23185 vsize=10684512 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23257/stat : 23257 (java) S 23185 23188 8289 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433097122240 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23258] ppid=23185 vsize=10684512 memory=928 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23258/stat : 23258 (java) S 23185 23188 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433096069552 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 1312.58 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300360 KiB

[startup+365.601 s]
/proc/loadavg: 4.54 4.25 3.42 6/217 23259
/proc/meminfo: memFree=21032004/32770624 swapFree=67108860/67108860
[pid=23188] ppid=23185 vsize=10684512 memory=8300360 CPUtime=1314.14 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 8289 0 -1 1077944320 186566 0 0 0 130703 711 0 0 20 0 17 0 110806608 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140726600068944 140433542455031 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 4 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
/proc/23188/statm: 2671128 2075090 3161 1 0 2660543 0
[pid=23188/tid=23190] ppid=23185 vsize=10684512 memory=1156 CPUtime=16.45 cores=0,2,4,6
/proc/23188/task/23190/stat : 23190 (java) S 23185 23188 8289 0 -1 1077944384 19839 0 0 0 1633 12 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433546695712 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23191] ppid=23185 vsize=10684512 memory=3132 CPUtime=317.12 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) R 23185 23188 8289 0 -1 4202560 20117 0 0 0 31539 173 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433488804304 140433535083239 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23192] ppid=23185 vsize=10684512 memory=4168 CPUtime=317.06 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) R 23185 23188 8289 0 -1 4202560 22028 0 0 0 31541 165 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433487751504 140433535083239 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23193] ppid=23185 vsize=10684512 memory=53556 CPUtime=316.83 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) R 23185 23188 8289 0 -1 4202560 19117 0 0 0 31498 185 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433486699096 140433527451435 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23194] ppid=23185 vsize=10684512 memory=1296 CPUtime=316.78 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) R 23185 23188 8289 0 -1 4202560 21866 0 0 0 31511 167 0 0 20 0 17 0 110806613 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433150499208 140433535083239 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23195] ppid=23185 vsize=10684512 memory=2440 CPUtime=27.84 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 8289 0 -1 1077944384 68270 0 0 0 2781 3 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433106597312 140433542465237 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23196] ppid=23185 vsize=10684512 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 8289 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433105544800 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23197] ppid=23185 vsize=10684512 memory=792 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 8289 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 110806615 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433104491904 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23198] ppid=23185 vsize=10684512 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433103440208 140433542473627 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23199] ppid=23185 vsize=10684512 memory=3912 CPUtime=0.79 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 8289 0 -1 1077944384 6256 0 0 0 78 1 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433102387568 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23200] ppid=23185 vsize=10684512 memory=3500 CPUtime=0.67 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 8289 0 -1 1077944384 3955 0 0 0 67 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433101334768 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23201] ppid=23185 vsize=10684512 memory=1716 CPUtime=0.24 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 8289 0 -1 1077944384 3138 0 0 0 24 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433100279472 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23202] ppid=23185 vsize=10684512 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110806618 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433099229408 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23203] ppid=23185 vsize=10684512 memory=14356 CPUtime=0.27 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 8289 0 -1 1077944384 446 0 0 0 20 7 0 0 20 0 17 0 110806625 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433098177712 140433542466178 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23257] ppid=23185 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23257/stat : 23257 (java) S 23185 23188 8289 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433097122240 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
[pid=23188/tid=23258] ppid=23185 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23258/stat : 23258 (java) S 23185 23188 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 110840844 10940940288 2075090 18446744073709551615 4194304 4196468 140726600086400 140433096069552 140433542465237 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18137088 140726600094096 140726600094249 140726600094249 140726600097743 0
Current children cumulated CPU time: 1314.14 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8300360 KiB

[startup+365.709 s]*
/proc/loadavg: 4.34 4.22 3.41 3/202 23259
/proc/meminfo: memFree=29019660/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): 365.719
CPU time (s): 1314.34
CPU user time (s): 1307.2
CPU system time (s): 7.1482
CPU usage (%): 359.386
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8300360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1307.2
system time used= 7.1482
maximum resident set size= 8300468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21116
involuntary context switches= 15215


# summary of solver processes directly reported to runsolver:
#   pid: 23188
#   total CPU time (s): 1314.34
#   total CPU user time (s): 1307.2
#   total CPU system time (s): 7.1482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05454 second user time and 3.85717 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 14:57:46
IDJOB=4263378
IDBENCH=133547
IDSOLVER=2651
FILE ID=node133/4263378-1502629914
RUNJOBID= node133-1502619490-21334
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-0081.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263378-1502629914/watcher-4263378-1502629914 -o /tmp/evaluation-result-4263378-1502629914/solver-4263378-1502629914 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263378-1502629914.xml

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

MD5SUM BENCH= e46647acbda97830867cbaf6bce42852
RANDOM SEED=1463344689

node133.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.17
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.17
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.17
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.17
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:        29882320 kB
MemAvailable:   30463656 kB
Buffers:          231820 kB
Cached:           644360 kB
SwapCached:            0 kB
Active:          2261696 kB
Inactive:         175592 kB
Active(anon):    1501576 kB
Inactive(anon):   100840 kB
Active(file):     760120 kB
Inactive(file):    74752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1672 kB
Writeback:             4 kB
AnonPages:       1561020 kB
Mapped:            67856 kB
Shmem:             41660 kB
Slab:             151576 kB
SReclaimable:     124596 kB
SUnreclaim:        26980 kB
KernelStack:        3536 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2779964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1460224 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 node133 at 2017-08-13 15:03:52