Trace number 4263112

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? 1523.04 411.57199

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-2.xml
MD5SUM42633f1d08cbe99acfb79d5a930fb228
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1218
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1322
Maximum domain size1322
Distribution of domain sizes[{"size":1322,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1428.24/386.47	Aug 13, 2017 4:02:44 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1428.24/386.47	INFO: Runtime exception
1428.24/386.47	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1428.24/386.47		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1428.24/386.47		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1428.24/386.47		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1428.24/386.47		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1428.24/386.47		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1428.24/386.47		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1428.24/386.47		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1428.24/386.47		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1428.24/386.47		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1428.24/386.47		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1428.24/386.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1428.24/386.47		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1428.24/386.47		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1428.24/386.47		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1428.24/386.47		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1428.24/386.47		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1428.24/386.47		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1428.24/386.47		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1428.24/386.47		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1428.24/386.47	Caused by: java.lang.reflect.InvocationTargetException
1428.24/386.47		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1428.24/386.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.24/386.47		at java.lang.reflect.Method.invoke(Method.java:498)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1428.24/386.47		... 21 more
1428.24/386.47	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1428.24/386.47		... 25 more
1428.24/386.47	Caused by: java.lang.reflect.InvocationTargetException
1428.24/386.47		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1428.24/386.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.24/386.47		at java.lang.reflect.Method.invoke(Method.java:498)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1428.24/386.47		... 25 more
1428.24/386.47	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1428.24/386.47		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1428.24/386.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.24/386.47		at java.lang.reflect.Method.invoke(Method.java:498)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1428.24/386.47		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1428.24/386.47		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.24/386.47		at java.lang.reflect.Method.invoke(Method.java:498)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1428.24/386.47		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1428.24/386.47		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1428.24/386.47		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1428.24/386.47		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1428.24/386.47		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1428.24/386.47		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1428.24/386.47		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1428.24/386.47		at org.xcsp.parser.XCallbacks$$Lambda$58/1188392295.accept(Unknown Source)
1428.24/386.47		... 13 more
1428.24/386.47	
1499.32/405.55	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1499.32/405.55	c This is free software under the dual EPL/GNU LGPL licenses.
1499.32/405.55	c See www.sat4j.org for details.
1499.32/405.55	c That software uses the Rhino library from the Mozilla project.
1499.32/405.55	c version CUSTOM.v20170705
1499.32/405.55	c java.runtime.name	Java(TM) SE Runtime Environment
1499.32/405.55	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1499.32/405.55	c java.vm.version	25.131-b11
1499.32/405.55	c java.vm.vendor	Oracle Corporation
1499.32/405.55	c sun.arch.data.model	64
1499.32/405.55	c java.version		1.8.0_131
1499.32/405.55	c os.name		Linux
1499.32/405.55	c os.version		3.10.0-514.16.1.el7.x86_64
1499.32/405.55	c os.arch		amd64
1499.32/405.55	c Free memory 		499604488
1499.32/405.55	c Max memory 		7247757312
1499.32/405.55	c Total memory 		504889344
1499.32/405.55	c Number of processors 	4
1499.32/405.55	c c --- Begin Solver configuration ---
1499.32/405.55	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1499.32/405.55	c Learn all clauses as in MiniSAT
1499.32/405.55	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1499.32/405.55	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1499.32/405.55	c No reason simplification
1499.32/405.55	c Glucose 2.1 dynamic restart strategy
1499.32/405.55	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1499.32/405.55	c timeout=2147483s
1499.32/405.55	c DB Simplification allowed=false
1499.32/405.55	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1499.32/405.55	c --- End Solver configuration ---
1499.32/405.55	c starts		: 0
1499.32/405.55	c conflicts		: 0
1499.32/405.55	c decisions		: 0
1499.32/405.55	c propagations		: 0
1499.32/405.55	c inspects		: 0
1499.32/405.55	c shortcuts		: 0
1499.32/405.55	c learnt literals	: 0
1499.32/405.55	c learnt binary clauses	: 0
1499.32/405.55	c learnt ternary clauses	: 0
1499.32/405.55	c learnt constraints	: 0
1499.32/405.55	c ignored constraints	: 0
1499.32/405.55	c root simplifications	: 0
1499.32/405.55	c removed literals (reason simplification)	: 0
1499.32/405.55	c reason swapping (by a shorter reason)	: 0
1499.32/405.55	c Calls to reduceDB	: 0
1499.32/405.55	c Number of update (reduction) of LBD	: 0
1499.32/405.55	c Imported unit clauses	: 0
1499.32/405.55	c number of reductions to clauses (during analyze)	: 0
1499.32/405.55	c number of learned constraints concerned by reduction	: 0
1499.32/405.55	c number of learning phase by resolution	: 0
1499.32/405.55	c number of learning phase by cutting planes	: 0
1499.32/405.55	c number of rounding to 1 operations	: 0
1499.32/405.55	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1499.32/405.55	c number of reductions of the coefficients by power 2 	: 0
1499.32/405.55	c number of right shift for reduction by power 2 	: 0
1499.32/405.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
1522.97/411.53	c speed (assignments/second)	: 0.0
1522.97/411.53	c non guided choices	0
1522.97/411.53	c learnt constraints type 
1522.97/411.53	s UNKNOWN

Verifier Data


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 (11981 MiB free)
  memory of node 1: 16384 MiB (15416 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263112-1502590227/watcher-4263112-1502590227 -o /tmp/evaluation-result-4263112-1502590227/solver-4263112-1502590227 -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-4263112-1502590227.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
solver pid=11027, runsolver pid=11024
Current StackSize limit: 8192 KiB


[startup+0.100113 s]*
/proc/loadavg: 7.36 7.49 7.22 6/205 11036
/proc/meminfo: memFree=27931812/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10417928 memory=22764 CPUtime=0.04 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 4601 0 0 0 4 0 0 0 20 0 13 0 12905392 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2604482 5691 2401 1 0 2593979 0
[pid=11027/tid=11029] ppid=11024 vsize=10417928 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) R 11024 11027 7968 0 -1 4202560 2929 0 0 0 4 0 0 0 20 0 13 0 12905398 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810852209032 139810831148769 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12905399 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810789010192 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10417928 memory=140497766790784 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12905399 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810787957648 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 12905399 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810786905104 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) S 11024 11027 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 12905399 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810785852560 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10417928 memory=140497766790784 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 13 0 12905400 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810344552432 139810847984258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 13 0 12905400 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810343498656 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 13 0 12905401 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810342446064 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 12905403 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10417928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) R 11024 11027 7968 0 -1 4202560 281 0 0 0 0 0 0 0 20 0 13 0 12905403 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810340328776 139810832524345 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10417928 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) R 11024 11027 7968 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 13 0 12905403 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810339289408 139810847983317 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10417928 memory=140497766790784 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) S 11024 11027 7968 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 13 0 12905403 10667958272 5691 18446744073709551615 4194304 4196468 140730952931072 139810338237168 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 22764 KiB

[startup+0.212039 s]*
/proc/loadavg: 7.36 7.49 7.22 6/211 11042
/proc/meminfo: memFree=27829688/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10551156 memory=30384 CPUtime=0.12 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 7701 0 0 0 10 2 0 0 20 0 15 0 12905392 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2637789 7596 2792 1 0 2627261 0
[pid=11027/tid=11029] ppid=11024 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) R 11024 11027 7968 0 -1 4202560 5554 0 0 0 7 2 0 0 20 0 15 0 12905398 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810852194240 139810847995037 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810789010192 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10551156 memory=140497766798981 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810787957648 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810786905104 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) S 11024 11027 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810785852560 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10551156 memory=140497766790784 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12905400 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810344552432 139810847984258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12905400 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810343498656 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12905401 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810342446064 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12905403 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) S 11024 11027 7968 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 12905403 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810340342256 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) S 11024 11027 7968 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 12905403 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810339289712 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10551156 memory=140497766790784 CPUtime=0.01 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) S 11024 11027 7968 0 -1 1077944384 348 0 0 0 1 0 0 0 20 0 15 0 12905403 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810338237168 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11041] ppid=11024 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11041/stat : 11041 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12905403 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810337184864 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11042] ppid=11024 vsize=10551156 memory=140497766790784 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11042/stat : 11042 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905409 10804383744 7596 18446744073709551615 4194304 4196468 140730952931072 139810336131376 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30384 KiB

[startup+0.310508 s]*
/proc/loadavg: 7.36 7.49 7.22 8/211 11042
/proc/meminfo: memFree=27701912/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10551156 memory=38804 CPUtime=0.28 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 9018 0 0 0 25 3 0 0 20 0 15 0 12905392 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2637789 9701 2896 1 0 2627261 0
[pid=11027/tid=11029] ppid=11024 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) R 11024 11027 7968 0 -1 4202560 6170 0 0 0 16 2 0 0 20 0 15 0 12905398 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810852195584 139810847994458 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810789010192 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810787957648 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810786905104 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) S 11024 11027 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12905399 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810785852560 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12905400 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810344552432 139810847984258 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12905400 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810343498656 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12905401 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810342446064 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12905403 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) S 11024 11027 7968 0 -1 1077944384 526 0 0 0 1 0 0 0 20 0 15 0 12905403 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810340342256 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) S 11024 11027 7968 0 -1 1077944384 170 0 0 0 1 0 0 0 20 0 15 0 12905403 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810339289712 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10551156 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) R 11024 11027 7968 0 -1 4202560 784 0 0 0 5 0 0 0 20 0 15 0 12905403 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810338233080 139810847985046 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11041] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11041/stat : 11041 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12905403 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810337184864 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11042] ppid=11024 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11042/stat : 11042 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905409 10804383744 9701 18446744073709551615 4194304 4196468 140730952931072 139810336131376 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38804 KiB

[startup+0.70175 s]
/proc/loadavg: 7.36 7.49 7.22 7/211 11042
/proc/meminfo: memFree=27633812/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10551232 memory=233840 CPUtime=1.24 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 11586 0 0 0 111 13 0 0 20 0 15 0 12905392 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2637808 58460 3068 1 0 2627261 0
[pid=11027/tid=11029] ppid=11024 vsize=10551232 memory=11244 CPUtime=0.5 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) R 11024 11027 7968 0 -1 4202560 7451 0 0 0 46 4 0 0 20 0 15 0 12905398 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810852210016 139810463422384 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10551232 memory=55516 CPUtime=0.04 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) S 11024 11027 7968 0 -1 1077944384 105 0 0 0 3 1 0 0 20 0 15 0 12905399 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810789010192 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10551232 memory=-8774313645642428999 CPUtime=0.04 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) S 11024 11027 7968 0 -1 1077944384 111 0 0 0 3 1 0 0 20 0 15 0 12905399 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810787957648 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10551232 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) S 11024 11027 7968 0 -1 1077944384 104 0 0 0 3 1 0 0 20 0 15 0 12905399 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810786905104 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) S 11024 11027 7968 0 -1 1077944384 115 0 0 0 4 1 0 0 20 0 15 0 12905399 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810785852560 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 12905400 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810344552432 139810847984258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12905400 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810343498656 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12905401 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810342446064 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12905403 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) R 11024 11027 7968 0 -1 4202560 813 0 0 0 15 0 0 0 20 0 15 0 12905403 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810340328136 139810832892157 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10551232 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) S 11024 11027 7968 0 -1 1077944384 395 0 0 0 12 0 0 0 20 0 15 0 12905403 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810339289712 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10551232 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) S 11024 11027 7968 0 -1 1077944384 1049 0 0 0 20 0 0 0 20 0 15 0 12905403 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810338237168 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11041] ppid=11024 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11041/stat : 11041 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12905403 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810337184864 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11042] ppid=11024 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11042/stat : 11042 (java) S 11024 11027 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12905409 10804461568 58460 18446744073709551615 4194304 4196468 140730952931072 139810336131376 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 233840 KiB

[startup+1.50074 s]
/proc/loadavg: 7.36 7.49 7.22 8/211 11042
/proc/meminfo: memFree=27276244/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10551232 memory=471220 CPUtime=2.96 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 15850 0 0 0 272 24 0 0 20 0 15 0 12905392 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2637808 117805 3086 1 0 2627261 0
[pid=11027/tid=11029] ppid=11024 vsize=10551232 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) R 11024 11027 7968 0 -1 4202560 7821 0 0 0 112 6 0 0 20 0 15 0 12905398 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810852204216 139810466507923 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10551232 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) S 11024 11027 7968 0 -1 1077944384 157 0 0 0 11 4 0 0 20 0 15 0 12905399 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810789010192 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10551232 memory=280995282554384 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) S 11024 11027 7968 0 -1 1077944384 165 0 0 0 11 4 0 0 20 0 15 0 12905399 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810787957648 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10551232 memory=280995282554256 CPUtime=0.13 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) S 11024 11027 7968 0 -1 1077944384 171 0 0 0 10 3 0 0 20 0 15 0 12905399 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810786905104 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10551232 memory=280995282554128 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) S 11024 11027 7968 0 -1 1077944384 388 0 0 0 11 4 0 0 20 0 15 0 12905399 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810785852560 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 12905400 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810344552432 139810847984258 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10551232 memory=8029187395912557393 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12905400 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810343498720 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10551232 memory=7012531506775303826 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 12905401 10804461568 117805 18446744073709551615 4194304 4196468 140730952931072 139810342446064 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0

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

[pid=11027/tid=11030] ppid=11024 vsize=10684512 memory=8106180 CPUtime=371.2 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) R 11024 11027 7968 0 -1 4202560 60908 0 0 0 36926 194 0 0 20 0 17 0 12905399 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810789010392 139810832671927 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10684512 memory=7522257551018123875 CPUtime=370.55 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) R 11024 11027 7968 0 -1 4202560 60213 0 0 0 36866 189 0 0 20 0 17 0 12905399 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810787957848 139810829582816 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10684512 memory=0 CPUtime=370.42 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) R 11024 11027 7968 0 -1 4202560 44466 0 0 0 36846 196 0 0 20 0 17 0 12905399 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810786904992 139810832969680 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10684512 memory=280995283719616 CPUtime=371.26 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) R 11024 11027 7968 0 -1 4202560 55461 0 0 0 36941 185 0 0 20 0 17 0 12905399 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810785852760 139810832969703 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10684512 memory=280995282642416 CPUtime=18.84 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 69005 0 0 0 1880 4 0 0 20 0 17 0 12905400 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810344550976 139810847983317 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10684512 memory=280995284513904 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12905400 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810343498720 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12905401 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810342446080 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10684512 memory=8106168 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10684512 memory=4124 CPUtime=0.59 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) S 11024 11027 7968 0 -1 1077944384 4204 0 0 0 59 0 0 0 20 0 17 0 12905403 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810340342256 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10684512 memory=8106180 CPUtime=0.5 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) S 11024 11027 7968 0 -1 1077944384 3269 0 0 0 50 0 0 0 20 0 17 0 12905403 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810339289712 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10684512 memory=-8774313645642428999 CPUtime=0.28 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) S 11024 11027 7968 0 -1 1077944384 3131 0 0 0 28 0 0 0 20 0 17 0 12905403 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810338237168 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11041] ppid=11024 vsize=10684512 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11041/stat : 11041 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810337184864 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11042] ppid=11024 vsize=10684512 memory=640 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11042/stat : 11042 (java) S 11024 11027 7968 0 -1 1077944384 597 0 0 0 7 8 0 0 20 0 17 0 12905409 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810336131376 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11110] ppid=11024 vsize=10684512 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11110/stat : 11110 (java) S 11024 11027 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810335073808 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11111] ppid=11024 vsize=10684512 memory=8106152 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11111/stat : 11111 (java) S 11024 11027 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026545 18446744073709551615 4194304 4196468 140730952931072 139810334023696 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 1518.61 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8106180 KiB

[startup+411.209 s]
/proc/loadavg: 7.70 7.51 7.26 9/214 11111
/proc/meminfo: memFree=15110440/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10684512 memory=8106192 CPUtime=1521.83 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 322340 0 0 0 151395 788 0 0 20 0 17 0 12905392 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2671128 2026548 3152 1 0 2660543 0
[pid=11027/tid=11029] ppid=11024 vsize=10684512 memory=11256 CPUtime=14.73 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) S 11024 11027 7968 0 -1 1077944384 19438 0 0 0 1461 12 0 0 20 0 17 0 12905398 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810852213792 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10684512 memory=2424 CPUtime=372 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) R 11024 11027 7968 0 -1 4202560 61052 0 0 0 37006 194 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810789010392 139810832969512 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10684512 memory=1296 CPUtime=371.36 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) R 11024 11027 7968 0 -1 4202560 60213 0 0 0 36947 189 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810787957848 139810832969521 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10684512 memory=0 CPUtime=371.21 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) R 11024 11027 7968 0 -1 4202560 44522 0 0 0 36925 196 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810786904992 139810832969518 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10684512 memory=0 CPUtime=372.07 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) R 11024 11027 7968 0 -1 4202560 55461 0 0 0 37022 185 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810785852760 139810832671962 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10684512 memory=11264 CPUtime=18.84 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 69005 0 0 0 1880 4 0 0 20 0 17 0 12905400 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810344550976 139810847983317 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10684512 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12905400 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810343498720 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10684512 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12905401 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810342446080 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10684512 memory=8676 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10684512 memory=1440 CPUtime=0.59 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) S 11024 11027 7968 0 -1 1077944384 4204 0 0 0 59 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810340342304 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10684512 memory=2760 CPUtime=0.5 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) S 11024 11027 7968 0 -1 1077944384 3269 0 0 0 50 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810339289472 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10684512 memory=1156 CPUtime=0.28 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) S 11024 11027 7968 0 -1 1077944384 3131 0 0 0 28 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810338237216 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11041] ppid=11024 vsize=10684512 memory=3076 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11041/stat : 11041 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810337184864 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11042] ppid=11024 vsize=10684512 memory=8295388 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11042/stat : 11042 (java) S 11024 11027 7968 0 -1 1077944384 597 0 0 0 7 8 0 0 20 0 17 0 12905409 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810336131376 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11110] ppid=11024 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11110/stat : 11110 (java) S 11024 11027 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810335073808 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11111] ppid=11024 vsize=10684512 memory=11264 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11111/stat : 11111 (java) S 11024 11027 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810334023696 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 1521.83 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8106192 KiB

[startup+411.401 s]
/proc/loadavg: 7.70 7.51 7.26 9/214 11111
/proc/meminfo: memFree=15110440/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10684512 memory=8106192 CPUtime=1522.59 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 322390 0 0 0 151471 788 0 0 20 0 17 0 12905392 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2671128 2026548 3152 1 0 2660543 0
[pid=11027/tid=11029] ppid=11024 vsize=10684512 memory=4612 CPUtime=14.73 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) S 11024 11027 7968 0 -1 1077944384 19438 0 0 0 1461 12 0 0 20 0 17 0 12905398 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810852213792 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10684512 memory=-8774313645642428999 CPUtime=372.19 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) R 11024 11027 7968 0 -1 4202560 61102 0 0 0 37025 194 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810789010392 139810832969463 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10684512 memory=1000 CPUtime=371.55 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) R 11024 11027 7968 0 -1 4202560 60213 0 0 0 36966 189 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810787957768 139810840601319 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10684512 memory=2012 CPUtime=371.4 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) R 11024 11027 7968 0 -1 4202560 44522 0 0 0 36944 196 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810786905224 139810840601319 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10684512 memory=5520 CPUtime=372.26 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) R 11024 11027 7968 0 -1 4202560 55461 0 0 0 37041 185 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810785852368 139810840601319 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10684512 memory=2424 CPUtime=18.84 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) S 11024 11027 7968 0 -1 1077944384 69005 0 0 0 1880 4 0 0 20 0 17 0 12905400 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810344550976 139810847983317 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12905400 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810343498720 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10684512 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12905401 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810342446080 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10684512 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10684512 memory=16444 CPUtime=0.59 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) S 11024 11027 7968 0 -1 1077944384 4204 0 0 0 59 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810340342304 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10684512 memory=7652 CPUtime=0.5 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) S 11024 11027 7968 0 -1 1077944384 3269 0 0 0 50 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810339289472 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10684512 memory=1236 CPUtime=0.28 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) S 11024 11027 7968 0 -1 1077944384 3131 0 0 0 28 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810338237216 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11041] ppid=11024 vsize=10684512 memory=640 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11041/stat : 11041 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810337184864 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11042] ppid=11024 vsize=10684512 memory=1792 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11042/stat : 11042 (java) S 11024 11027 7968 0 -1 1077944384 597 0 0 0 7 8 0 0 20 0 17 0 12905409 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810336131376 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11110] ppid=11024 vsize=10684512 memory=960 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11110/stat : 11110 (java) S 11024 11027 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810335073808 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11111] ppid=11024 vsize=10684512 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11111/stat : 11111 (java) S 11024 11027 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810334023696 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 1522.59 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8106192 KiB

[startup+411.51 s]
/proc/loadavg: 7.70 7.51 7.26 9/214 11111
/proc/meminfo: memFree=15110440/32770624 swapFree=67108860/67108860
[pid=11027] ppid=11024 vsize=10684512 memory=8106192 CPUtime=1522.97 cores=1,3,5,7
/proc/11027/stat : 11027 (java) S 11024 11027 7968 0 -1 1077944320 322426 0 0 0 151509 788 0 0 20 0 17 0 12905392 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 140730952913616 139810847973111 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
/proc/11027/statm: 2671128 2026548 3152 1 0 2660543 0
[pid=11027/tid=11029] ppid=11024 vsize=10684512 memory=8106180 CPUtime=14.73 cores=1,3,5,7
/proc/11027/task/11029/stat : 11029 (java) S 11024 11027 7968 0 -1 1077944384 19438 0 0 0 1461 12 0 0 20 0 17 0 12905398 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810852213792 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11030] ppid=11024 vsize=10684512 memory=8106192 CPUtime=372.29 cores=1,3,5,7
/proc/11027/task/11030/stat : 11030 (java) S 11024 11027 7968 0 -1 1077944384 61138 0 0 0 37035 194 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810789010192 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11031] ppid=11024 vsize=10684512 memory=8106180 CPUtime=371.64 cores=1,3,5,7
/proc/11027/task/11031/stat : 11031 (java) S 11024 11027 7968 0 -1 1077944384 60213 0 0 0 36975 189 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810787957648 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11032] ppid=11024 vsize=10684512 memory=0 CPUtime=371.49 cores=1,3,5,7
/proc/11027/task/11032/stat : 11032 (java) S 11024 11027 7968 0 -1 1077944384 44522 0 0 0 36953 196 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810786905104 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11033] ppid=11024 vsize=10684512 memory=8106180 CPUtime=372.35 cores=1,3,5,7
/proc/11027/task/11033/stat : 11033 (java) S 11024 11027 7968 0 -1 1077944384 55461 0 0 0 37050 185 0 0 20 0 17 0 12905399 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810785852560 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11034] ppid=11024 vsize=10684512 memory=8106180 CPUtime=18.85 cores=1,3,5,7
/proc/11027/task/11034/stat : 11034 (java) R 11024 11027 7968 0 -1 4202560 69005 0 0 0 1881 4 0 0 20 0 17 0 12905400 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810344550864 139810826343291 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11035] ppid=11024 vsize=10684512 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11035/stat : 11035 (java) S 11024 11027 7968 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 12905400 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810343498720 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11036] ppid=11024 vsize=10684512 memory=8106192 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11036/stat : 11036 (java) S 11024 11027 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 12905401 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810342446080 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11037] ppid=11024 vsize=10684512 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11037/stat : 11037 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810341394640 139810847991707 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11038] ppid=11024 vsize=10684512 memory=8106180 CPUtime=0.59 cores=1,3,5,7
/proc/11027/task/11038/stat : 11038 (java) S 11024 11027 7968 0 -1 1077944384 4204 0 0 0 59 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810340342304 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11039] ppid=11024 vsize=10684512 memory=1732 CPUtime=0.5 cores=1,3,5,7
/proc/11027/task/11039/stat : 11039 (java) S 11024 11027 7968 0 -1 1077944384 3269 0 0 0 50 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810339289472 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11040] ppid=11024 vsize=10684512 memory=280995283086016 CPUtime=0.28 cores=1,3,5,7
/proc/11027/task/11040/stat : 11040 (java) S 11024 11027 7968 0 -1 1077944384 3131 0 0 0 28 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810338237216 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11041] ppid=11024 vsize=10684512 memory=7681421203011431829 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11041/stat : 11041 (java) S 11024 11027 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12905403 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810337184864 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11042] ppid=11024 vsize=10684512 memory=8105216 CPUtime=0.15 cores=1,3,5,7
/proc/11027/task/11042/stat : 11042 (java) S 11024 11027 7968 0 -1 1077944384 597 0 0 0 7 8 0 0 20 0 17 0 12905409 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810336131376 139810847984258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11110] ppid=11024 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11110/stat : 11110 (java) S 11024 11027 7968 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810335073808 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
[pid=11027/tid=11111] ppid=11024 vsize=10684512 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/11027/task/11111/stat : 11111 (java) S 11024 11027 7968 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 12944039 10940940288 2026548 18446744073709551615 4194304 4196468 140730952931072 139810334023696 139810847983317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17584128 140730952937873 140730952938026 140730952938026 140730952941519 0
Current children cumulated CPU time: 1522.97 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8106192 KiB

Child status: 0
Real time (s): 411.572
CPU time (s): 1523.04
CPU user time (s): 1515.13
CPU system time (s): 7.91693
CPU usage (%): 370.056
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8106192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1515.13
system time used= 7.91693
maximum resident set size= 8106448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26910
involuntary context switches= 38613


# summary of solver processes directly reported to runsolver:
#   pid: 11027
#   total CPU time (s): 1523.04
#   total CPU user time (s): 1515.13
#   total CPU system time (s): 7.91693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.94979 second user time and 3.69037 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 03:56:30
IDJOB=4263112
IDBENCH=115735
IDSOLVER=2651
FILE ID=node128/4263112-1502590227
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-015-15-2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263112-1502590227/watcher-4263112-1502590227 -o /tmp/evaluation-result-4263112-1502590227/solver-4263112-1502590227 -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-4263112-1502590227.xml

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

MD5SUM BENCH= 42633f1d08cbe99acfb79d5a930fb228
RANDOM SEED=1029300711

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:        28073032 kB
MemAvailable:   28572456 kB
Buffers:          105540 kB
Cached:           682896 kB
SwapCached:            0 kB
Active:          3677000 kB
Inactive:         609684 kB
Active(anon):    3498584 kB
Inactive(anon):    16764 kB
Active(file):     178416 kB
Inactive(file):   592920 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1616 kB
Writeback:             4 kB
AnonPages:       3270600 kB
Mapped:            43468 kB
Shmem:             17116 kB
Slab:             112476 kB
SReclaimable:      87848 kB
SUnreclaim:        24628 kB
KernelStack:        3424 kB
PageTables:        11360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5462004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3143680 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 04:03:22