Trace number 4263115

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? 1694.13 455.22501

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-9.xml
MD5SUMa459d91dacc3f59ecbf6a687bb73e496
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1243
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1359
Maximum domain size1359
Distribution of domain sizes[{"size":1359,"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.71/386.13	Aug 13, 2017 4:56:16 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1428.71/386.13	INFO: Runtime exception
1428.71/386.13	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1428.71/386.13		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1428.71/386.13		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1428.71/386.13		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1428.71/386.13		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1428.71/386.13		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1428.71/386.13		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1428.71/386.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1428.71/386.13		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1428.71/386.13		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1428.71/386.13		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1428.71/386.13		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1428.71/386.13		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1428.71/386.13		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1428.71/386.13		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1428.71/386.13	Caused by: java.lang.reflect.InvocationTargetException
1428.71/386.13		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1428.71/386.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.71/386.13		at java.lang.reflect.Method.invoke(Method.java:498)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1428.71/386.13		... 21 more
1428.71/386.13	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1428.71/386.13		... 25 more
1428.71/386.13	Caused by: java.lang.reflect.InvocationTargetException
1428.71/386.13		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1428.71/386.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.71/386.13		at java.lang.reflect.Method.invoke(Method.java:498)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1428.71/386.13		... 25 more
1428.71/386.13	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1428.71/386.13		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1428.71/386.13		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1428.71/386.13		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1428.71/386.13		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1428.71/386.13		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1428.71/386.13		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1428.71/386.13		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1428.71/386.13		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1428.71/386.13		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1428.71/386.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.71/386.13		at java.lang.reflect.Method.invoke(Method.java:498)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1428.71/386.13		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1428.71/386.13		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1428.71/386.13		at java.lang.reflect.Method.invoke(Method.java:498)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1428.71/386.13		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1428.71/386.13		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1428.71/386.13		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1428.71/386.13		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1428.71/386.13		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1428.71/386.13		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1428.71/386.13		at org.xcsp.parser.XCallbacks$$Lambda$58/1188392295.accept(Unknown Source)
1428.71/386.13		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1428.71/386.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1428.71/386.13		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1428.71/386.13	
1508.45/407.47	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1508.45/407.47	c This is free software under the dual EPL/GNU LGPL licenses.
1508.45/407.47	c See www.sat4j.org for details.
1508.45/407.47	c That software uses the Rhino library from the Mozilla project.
1508.45/407.47	c version CUSTOM.v20170705
1508.45/407.47	c java.runtime.name	Java(TM) SE Runtime Environment
1508.45/407.47	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1508.45/407.47	c java.vm.version	25.131-b11
1508.45/407.47	c java.vm.vendor	Oracle Corporation
1508.45/407.47	c sun.arch.data.model	64
1508.45/407.47	c java.version		1.8.0_131
1508.45/407.47	c os.name		Linux
1508.45/407.47	c os.version		3.10.0-514.16.1.el7.x86_64
1508.45/407.47	c os.arch		amd64
1508.45/407.47	c Free memory 		499604488
1508.45/407.47	c Max memory 		7247757312
1508.45/407.47	c Total memory 		504889344
1508.45/407.47	c Number of processors 	4
1508.45/407.47	c c --- Begin Solver configuration ---
1508.45/407.47	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1508.45/407.47	c Learn all clauses as in MiniSAT
1508.45/407.47	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1508.45/407.47	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1508.45/407.47	c No reason simplification
1508.45/407.47	c Glucose 2.1 dynamic restart strategy
1508.45/407.47	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
1508.45/407.47	c timeout=2147483s
1508.45/407.47	c DB Simplification allowed=false
1508.45/407.47	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1508.45/407.47	c --- End Solver configuration ---
1574.99/424.93	c starts		: 0
1574.99/424.93	c conflicts		: 0
1574.99/424.93	c decisions		: 0
1574.99/424.93	c propagations		: 0
1574.99/424.93	c inspects		: 0
1596.64/430.42	Exception in thread "Thread-1" c shortcuts		: 0
1642.86/442.15	c learnt literals	: 0
1664.80/447.71	c learnt binary clauses	: 0
1693.90/455.18	
1693.90/455.18	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1693.90/455.18	c learnt ternary clauses	: 0
1693.90/455.18	c learnt constraints	: 0
1693.90/455.18	c ignored constraints	: 0
1693.90/455.18	c root simplifications	: 0
1693.90/455.18	c removed literals (reason simplification)	: 0
1693.90/455.18	c reason swapping (by a shorter reason)	: 0
1693.90/455.18	c Calls to reduceDB	: 0
1693.90/455.18	c Number of update (reduction) of LBD	: 0
1693.90/455.18	c Imported unit clauses	: 0
1693.90/455.18	c number of reductions to clauses (during analyze)	: 0
1693.90/455.18	c number of learned constraints concerned by reduction	: 0
1693.90/455.18	c number of learning phase by resolution	: 0
1693.90/455.18	c number of learning phase by cutting planes	: 0
1693.90/455.18	c number of rounding to 1 operations	: 0
1693.90/455.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1693.90/455.18	c number of reductions of the coefficients by power 2 	: 0
1693.90/455.18	c number of right shift for reduction by power 2 	: 0
1693.90/455.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
1693.90/455.18	c speed (assignments/second)	: 0.0
1693.90/455.18	c non guided choices	0
1693.90/455.18	c learnt constraints type 
1693.90/455.18	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 (15357 MiB free)
  memory of node 1: 16384 MiB (7298 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100173 s]*
/proc/loadavg: 7.27 7.36 7.31 6/207 12379
/proc/meminfo: memFree=23191456/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10151672 memory=20792 CPUtime=0.02 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 4044 0 0 0 2 0 0 0 20 0 9 0 13226627 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2537918 5198 2104 1 0 2527415 0
[pid=12372/tid=12374] ppid=12369 vsize=10151672 memory=7077796292425249400 CPUtime=0.02 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) R 12369 12372 7968 0 -1 4202560 2681 0 0 0 2 0 0 0 20 0 9 0 13226635 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140141032915400 140141028701341 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13226635 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140140959099536 140141028689621 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10151672 memory=140466268214912 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13226635 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140140638890512 140141028689621 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13226635 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140140637837712 140141028689621 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13226635 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140140636784912 140141028689621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 13226637 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140140541320048 140141028690562 0 0 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 13226637 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140140540266016 140141028689621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 13226638 10395312128 5198 18446744073709551615 4194304 4196468 140733074259920 140140539213232 140141028689621 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20792 KiB

[startup+0.22053 s]*
/proc/loadavg: 7.09 7.32 7.30 7/215 12387
/proc/meminfo: memFree=23179408/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10551156 memory=29932 CPUtime=0.15 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 7711 0 0 0 13 2 0 0 20 0 15 0 13226627 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2637789 7483 2767 1 0 2627261 0
[pid=12372/tid=12374] ppid=12369 vsize=10551156 memory=8316850467074736180 CPUtime=0.1 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) R 12369 12372 7968 0 -1 4202560 5550 0 0 0 9 1 0 0 20 0 15 0 13226635 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140141032910432 140141028701341 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10551156 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140959099536 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10551156 memory=140466268223202 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140638890512 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140637837712 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140636784912 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10551156 memory=140466268214912 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226637 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140541320048 140141028690562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13226637 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140540266016 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13226638 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140539213168 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13226640 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 13226640 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140537108848 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 13226640 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140536056048 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10551156 memory=140466268214912 CPUtime=0.02 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) S 12369 12372 7968 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 13226640 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140535003248 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12386] ppid=12369 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12386/stat : 12386 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13226640 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140533950688 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12387] ppid=12369 vsize=10551156 memory=140466268214912 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12387/stat : 12387 (java) S 12369 12372 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13226644 10804383744 7483 18446744073709551615 4194304 4196468 140733074259920 140140532898992 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29932 KiB

[startup+0.310706 s]*
/proc/loadavg: 7.09 7.32 7.30 7/215 12387
/proc/meminfo: memFree=23174224/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10551156 memory=39016 CPUtime=0.29 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 9021 0 0 0 27 2 0 0 20 0 15 0 13226627 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2637789 9754 2914 1 0 2627261 0
[pid=12372/tid=12374] ppid=12369 vsize=10551156 memory=8316850467074736180 CPUtime=0.2 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) R 12369 12372 7968 0 -1 4202560 6188 0 0 0 18 2 0 0 20 0 15 0 13226635 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140141032918688 140141012759932 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10551156 memory=11909 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140959099536 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10551156 memory=140466268223202 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140638890512 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140637837712 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226635 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140636784912 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10551156 memory=3184238386344183472 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13226637 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140541320048 140141028690562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10551156 memory=8029366422209115400 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13226637 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140540266016 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13226638 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140539213168 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13226640 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 15 0 13226640 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140537108848 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10551156 memory=3472328296227418159 CPUtime=0.01 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 223 0 0 0 1 0 0 0 20 0 15 0 13226640 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140536056048 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10551156 memory=7599810216292354787 CPUtime=0.05 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) R 12369 12372 7968 0 -1 4202560 772 0 0 0 5 0 0 0 20 0 15 0 13226640 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140534999160 140141007475696 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12386] ppid=12369 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12386/stat : 12386 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13226640 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140533950688 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12387] ppid=12369 vsize=10551156 memory=140466268214912 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12387/stat : 12387 (java) S 12369 12372 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13226644 10804383744 9754 18446744073709551615 4194304 4196468 140733074259920 140140532898992 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39016 KiB

[startup+0.700891 s]
/proc/loadavg: 7.09 7.32 7.30 7/215 12387
/proc/meminfo: memFree=23157508/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10551232 memory=234260 CPUtime=1.26 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 11089 0 0 0 114 12 0 0 20 0 15 0 13226627 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2637808 58565 3069 1 0 2627261 0
[pid=12372/tid=12374] ppid=12369 vsize=10551232 memory=0 CPUtime=0.5 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) R 12369 12372 7968 0 -1 4202560 6827 0 0 0 47 3 0 0 20 0 15 0 13226635 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140141032916272 140141014747540 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) S 12369 12372 7968 0 -1 1077944384 116 0 0 0 4 1 0 0 20 0 15 0 13226635 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140959099536 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10551232 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) S 12369 12372 7968 0 -1 1077944384 107 0 0 0 4 1 0 0 20 0 15 0 13226635 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140638890512 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10551232 memory=640 CPUtime=0.05 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) S 12369 12372 7968 0 -1 1077944384 106 0 0 0 4 1 0 0 20 0 15 0 13226635 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140637837712 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10551232 memory=1792 CPUtime=0.05 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) S 12369 12372 7968 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 15 0 13226635 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140636784912 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10551232 memory=960 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13226637 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140541320048 140141028690562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10551232 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13226637 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140540266016 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10551232 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13226638 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140539213168 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10551232 memory=1588 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13226640 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10551232 memory=928 CPUtime=0.15 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 849 0 0 0 15 0 0 0 20 0 15 0 13226640 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140537108848 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10551232 memory=2164 CPUtime=0.12 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 467 0 0 0 12 0 0 0 20 0 15 0 13226640 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140536056048 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10551232 memory=840 CPUtime=0.19 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) S 12369 12372 7968 0 -1 1077944384 1065 0 0 0 19 0 0 0 20 0 15 0 13226640 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140535003248 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12386] ppid=12369 vsize=10551232 memory=33 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12386/stat : 12386 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13226640 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140533950688 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12387] ppid=12369 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12387/stat : 12387 (java) S 12369 12372 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13226644 10804461568 58565 18446744073709551615 4194304 4196468 140733074259920 140140532898992 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 234260 KiB

[startup+1.50083 s]
/proc/loadavg: 7.09 7.32 7.30 9/215 12387
/proc/meminfo: memFree=22783296/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10551232 memory=497356 CPUtime=2.97 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 15122 0 0 0 272 25 0 0 20 0 15 0 13226627 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2637808 124339 3087 1 0 2627261 0
[pid=12372/tid=12374] ppid=12369 vsize=10551232 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) R 12369 12372 7968 0 -1 4202560 7835 0 0 0 114 6 0 0 20 0 15 0 13226635 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140141032910520 140140642078397 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) S 12369 12372 7968 0 -1 1077944384 180 0 0 0 11 4 0 0 20 0 15 0 13226635 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140959099536 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10551232 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) S 12369 12372 7968 0 -1 1077944384 175 0 0 0 12 3 0 0 20 0 15 0 13226635 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140638890512 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10551232 memory=8881 CPUtime=0.14 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) S 12369 12372 7968 0 -1 1077944384 267 0 0 0 11 3 0 0 20 0 15 0 13226635 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140637837712 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10551232 memory=4420 CPUtime=0.16 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) S 12369 12372 7968 0 -1 1077944384 265 0 0 0 12 4 0 0 20 0 15 0 13226635 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140636784912 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10551232 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 13226637 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140541320048 140141028690562 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10551232 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13226637 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140540266080 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10551232 memory=14 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13226638 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140539213184 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10551232 memory=16 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13226640 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10551232 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 2133 0 0 0 45 0 0 0 20 0 15 0 13226640 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140537108848 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10551232 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 1535 0 0 0 41 0 0 0 20 0 15 0 13226640 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140536056048 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) S 12369 12372 7968 0 -1 1077944384 1163 0 0 0 23 0 0 0 20 0 15 0 13226640 10804461568 124339 18446744073709551615 4194304 4196468 140733074259920 140140535003248 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0

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

/proc/12372/task/12378/stat : 12378 (java) R 12369 12372 7968 0 -1 4202560 48384 0 0 0 40965 197 0 0 20 0 17 0 13226635 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140636785112 140141013630542 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10684512 memory=-8774313645642428999 CPUtime=19.52 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 76721 0 0 0 1949 3 0 0 20 0 17 0 13226637 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140541318368 140141028689621 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10684512 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13226637 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140540266080 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10684512 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 13226638 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140539213184 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10684512 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10684512 memory=2760 CPUtime=0.58 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 3795 0 0 0 58 0 0 0 20 0 17 0 13226640 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140537108848 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10684512 memory=4064 CPUtime=0.49 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 3105 0 0 0 49 0 0 0 20 0 17 0 13226640 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140536056096 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10684512 memory=1152 CPUtime=0.28 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) S 12369 12372 7968 0 -1 1077944384 3175 0 0 0 27 1 0 0 20 0 17 0 13226640 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140535003008 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12386] ppid=12369 vsize=10684512 memory=3156 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12386/stat : 12386 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140533950688 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12387] ppid=12369 vsize=10684512 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/12372/task/12387/stat : 12387 (java) S 12369 12372 7968 0 -1 1077944384 558 0 0 0 10 6 0 0 20 0 17 0 13226644 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140532898992 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12490] ppid=12369 vsize=10684512 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12490/stat : 12490 (java) S 12369 12372 7968 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140531840960 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12491] ppid=12369 vsize=10684512 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12491/stat : 12491 (java) S 12369 12372 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035611 18446744073709551615 4194304 4196468 140733074259920 140140530790048 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 1678.55 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8142444 KiB

[startup+452.801 s]
/proc/loadavg: 7.72 7.56 7.39 9/213 12496
/proc/meminfo: memFree=15040976/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10684512 memory=8142448 CPUtime=1684.8 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 309582 0 0 0 167659 821 0 0 20 0 17 0 13226627 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2671128 2035612 3152 1 0 2660543 0
[pid=12372/tid=12374] ppid=12369 vsize=10684512 memory=8321040 CPUtime=14.15 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) S 12369 12372 7968 0 -1 1077944384 17829 0 0 0 1403 12 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140141032920096 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10684512 memory=-8774313645642428999 CPUtime=412.74 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) R 12369 12372 7968 0 -1 4202560 33067 0 0 0 41082 192 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140959099432 140141021307623 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10684512 memory=1228 CPUtime=411.91 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) R 12369 12372 7968 0 -1 4202560 74875 0 0 0 40992 199 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140638890712 140141013377190 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10684512 memory=1000 CPUtime=411.64 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) R 12369 12372 7968 0 -1 4202560 46368 0 0 0 40954 210 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140637837296 140141021307623 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10684512 memory=8142444 CPUtime=413.22 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) R 12369 12372 7968 0 -1 4202560 48517 0 0 0 41125 197 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140636785112 140141013630426 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10684512 memory=11404 CPUtime=19.52 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 76721 0 0 0 1949 3 0 0 20 0 17 0 13226637 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140541318368 140141028689621 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10684512 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13226637 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140540266080 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 13226638 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140539213184 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10684512 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10684512 memory=1700 CPUtime=0.58 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 3795 0 0 0 58 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140537108896 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10684512 memory=56 CPUtime=0.49 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 3105 0 0 0 49 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140536056096 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10684512 memory=-6737208495982354336 CPUtime=0.28 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) S 12369 12372 7968 0 -1 1077944384 3175 0 0 0 27 1 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140535003008 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12386] ppid=12369 vsize=10684512 memory=8292148140386801351 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12386/stat : 12386 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140533950688 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12387] ppid=12369 vsize=10684512 memory=7752549240514114323 CPUtime=0.16 cores=0,2,4,6
/proc/12372/task/12387/stat : 12387 (java) S 12369 12372 7968 0 -1 1077944384 558 0 0 0 10 6 0 0 20 0 17 0 13226644 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140532898992 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12490] ppid=12369 vsize=10684512 memory=6369607583083817303 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12490/stat : 12490 (java) S 12369 12372 7968 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140531840960 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12491] ppid=12369 vsize=10684512 memory=6369607583083817303 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12491/stat : 12491 (java) S 12369 12372 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140530790048 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 1684.8 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8142448 KiB

[startup+454.401 s]
/proc/loadavg: 7.72 7.56 7.39 9/213 12496
/proc/meminfo: memFree=15040976/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10684512 memory=8142448 CPUtime=1691.1 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 309630 0 0 0 168287 823 0 0 20 0 17 0 13226627 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2671128 2035612 3152 1 0 2660543 0
[pid=12372/tid=12374] ppid=12369 vsize=10684512 memory=4124 CPUtime=14.15 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) S 12369 12372 7968 0 -1 1077944384 17829 0 0 0 1403 12 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140141032920096 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10684512 memory=11404 CPUtime=414.3 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) R 12369 12372 7968 0 -1 4202560 33067 0 0 0 41238 192 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140959099736 140141013676033 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10684512 memory=2424 CPUtime=413.5 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) R 12369 12372 7968 0 -1 4202560 74900 0 0 0 41151 199 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140638890712 140141010289165 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10684512 memory=2424 CPUtime=413.22 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) R 12369 12372 7968 0 -1 4202560 46368 0 0 0 41111 211 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140637837912 140141013675782 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10684512 memory=1296 CPUtime=414.77 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) R 12369 12372 7968 0 -1 4202560 48538 0 0 0 41280 197 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140636784800 140141013676026 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10684512 memory=1732 CPUtime=19.53 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 76721 0 0 0 1950 3 0 0 20 0 17 0 13226637 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140541318592 140141028689621 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10684512 memory=8142436 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13226637 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140540266080 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10684512 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 13226638 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140539213184 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10684512 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10684512 memory=-8774313645642428999 CPUtime=0.58 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 3795 0 0 0 58 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140537108896 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10684512 memory=1228 CPUtime=0.49 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 3105 0 0 0 49 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140536056096 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10684512 memory=1000 CPUtime=0.28 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) S 12369 12372 7968 0 -1 1077944384 3175 0 0 0 27 1 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140535003008 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12386] ppid=12369 vsize=10684512 memory=8142444 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12386/stat : 12386 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140533950688 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12387] ppid=12369 vsize=10684512 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/12372/task/12387/stat : 12387 (java) S 12369 12372 7968 0 -1 1077944384 560 0 0 0 10 6 0 0 20 0 17 0 13226644 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140532898992 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12490] ppid=12369 vsize=10684512 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12490/stat : 12490 (java) S 12369 12372 7968 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140531840960 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12491] ppid=12369 vsize=10684512 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12491/stat : 12491 (java) S 12369 12372 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140530790048 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 1691.1 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8142448 KiB

[startup+454.802 s]
/proc/loadavg: 7.72 7.56 7.39 9/213 12496
/proc/meminfo: memFree=15040976/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=10684512 memory=8142448 CPUtime=1692.69 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 7968 0 -1 1077944320 309842 0 0 0 168446 823 0 0 20 0 17 0 13226627 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140733074242464 140141028679415 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
/proc/12372/statm: 2671128 2035612 3152 1 0 2660543 0
[pid=12372/tid=12374] ppid=12369 vsize=10684512 memory=1440 CPUtime=14.15 cores=0,2,4,6
/proc/12372/task/12374/stat : 12374 (java) S 12369 12372 7968 0 -1 1077944384 17829 0 0 0 1403 12 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140141032920096 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12375] ppid=12369 vsize=10684512 memory=9916 CPUtime=414.7 cores=0,2,4,6
/proc/12372/task/12375/stat : 12375 (java) R 12369 12372 7968 0 -1 4202560 33167 0 0 0 41278 192 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140959099736 140141010289161 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12376] ppid=12369 vsize=10684512 memory=-8774313645642428999 CPUtime=413.9 cores=0,2,4,6
/proc/12372/task/12376/stat : 12376 (java) R 12369 12372 7968 0 -1 4202560 74906 0 0 0 41191 199 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140638890712 140141010289198 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12377] ppid=12369 vsize=10684512 memory=640 CPUtime=413.62 cores=0,2,4,6
/proc/12372/task/12377/stat : 12377 (java) R 12369 12372 7968 0 -1 4202560 46474 0 0 0 41151 211 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140637837912 140141013675782 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12378] ppid=12369 vsize=10684512 memory=1792 CPUtime=415.17 cores=0,2,4,6
/proc/12372/task/12378/stat : 12378 (java) R 12369 12372 7968 0 -1 4202560 48538 0 0 0 41320 197 0 0 20 0 17 0 13226635 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140636784800 140141013675924 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12379] ppid=12369 vsize=10684512 memory=960 CPUtime=19.53 cores=0,2,4,6
/proc/12372/task/12379/stat : 12379 (java) S 12369 12372 7968 0 -1 1077944384 76721 0 0 0 1950 3 0 0 20 0 17 0 13226637 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140541318592 140141028689621 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12380] ppid=12369 vsize=10684512 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12380/stat : 12380 (java) S 12369 12372 7968 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 13226637 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140540266080 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12381] ppid=12369 vsize=10684512 memory=4304 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12381/stat : 12381 (java) S 12369 12372 7968 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 13226638 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140539213184 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12382] ppid=12369 vsize=10684512 memory=8142448 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12382/stat : 12382 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140538161488 140141028698011 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12383] ppid=12369 vsize=10684512 memory=4064 CPUtime=0.58 cores=0,2,4,6
/proc/12372/task/12383/stat : 12383 (java) S 12369 12372 7968 0 -1 1077944384 3795 0 0 0 58 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140537108896 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12384] ppid=12369 vsize=10684512 memory=1152 CPUtime=0.49 cores=0,2,4,6
/proc/12372/task/12384/stat : 12384 (java) S 12369 12372 7968 0 -1 1077944384 3105 0 0 0 49 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140536056096 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12385] ppid=12369 vsize=10684512 memory=3156 CPUtime=0.28 cores=0,2,4,6
/proc/12372/task/12385/stat : 12385 (java) S 12369 12372 7968 0 -1 1077944384 3175 0 0 0 27 1 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140535003008 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12386] ppid=12369 vsize=10684512 memory=8142444 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12386/stat : 12386 (java) S 12369 12372 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13226640 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140533950688 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12387] ppid=12369 vsize=10684512 memory=1156 CPUtime=0.16 cores=0,2,4,6
/proc/12372/task/12387/stat : 12387 (java) S 12369 12372 7968 0 -1 1077944384 560 0 0 0 10 6 0 0 20 0 17 0 13226644 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140532898992 140141028690562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12490] ppid=12369 vsize=10684512 memory=3080 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12490/stat : 12490 (java) S 12369 12372 7968 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140531840960 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
[pid=12372/tid=12491] ppid=12369 vsize=10684512 memory=8321044 CPUtime=0 cores=0,2,4,6
/proc/12372/task/12491/stat : 12491 (java) S 12369 12372 7968 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 17 0 13265241 10940940288 2035612 18446744073709551615 4194304 4196468 140733074259920 140140530790048 140141028689621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38682624 140733074264465 140733074264618 140733074264618 140733074268111 0
Current children cumulated CPU time: 1692.69 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8142448 KiB

[startup+455.201 s]*
/proc/loadavg: 7.72 7.56 7.39 6/198 12496
/proc/meminfo: memFree=18223920/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): 455.225
CPU time (s): 1694.13
CPU user time (s): 1685.86
CPU system time (s): 8.26945
CPU usage (%): 372.152
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8142448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1685.86
system time used= 8.26944
maximum resident set size= 8142624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310076
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30298
involuntary context switches= 39296


# summary of solver processes directly reported to runsolver:
#   pid: 12372
#   total CPU time (s): 1694.13
#   total CPU user time (s): 1685.86
#   total CPU system time (s): 8.26945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.52878 second user time and 4.65165 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:50:03
IDJOB=4263115
IDBENCH=115789
IDSOLVER=2651
FILE ID=node128/4263115-1502593439
RUNJOBID= node128-1502582933-8032
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-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263115-1502593439/watcher-4263115-1502593439 -o /tmp/evaluation-result-4263115-1502593439/solver-4263115-1502593439 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263115-1502593439.xml

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

MD5SUM BENCH= a459d91dacc3f59ecbf6a687bb73e496
RANDOM SEED=1753943638

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:        23200568 kB
MemAvailable:   23706944 kB
Buffers:          108800 kB
Cached:           686084 kB
SwapCached:            0 kB
Active:          8529900 kB
Inactive:         614932 kB
Active(anon):    8349904 kB
Inactive(anon):    16764 kB
Active(file):     179996 kB
Inactive(file):   598168 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1772 kB
Writeback:             0 kB
AnonPages:       8349144 kB
Mapped:            44640 kB
Shmem:             17116 kB
Slab:             112640 kB
SReclaimable:      88092 kB
SUnreclaim:        24548 kB
KernelStack:        3520 kB
PageTables:        22220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8623648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7395328 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:57:38