Trace number 4263116

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? 1831.84 490.186

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-1.xml
MD5SUMaac981b64b3d0bc7b0997201d0c57f9b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1389
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1477
Maximum domain size1477
Distribution of domain sizes[{"size":1477,"count":320}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":300}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":300},{"arity":20,"count":15}]
Number of extensional constraints0
Number of intensional constraints320
Distribution of constraint types[{"type":"intension","count":320},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

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

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

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

solver pid=12036, runsolver pid=12033

[startup+0.100111 s]*
/proc/loadavg: 7.12 7.34 7.33 6/205 12045
/proc/meminfo: memFree=23204892/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10484492 memory=23756 CPUtime=0.05 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 4885 0 0 0 4 1 0 0 20 0 14 0 13144986 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2621123 5939 2558 1 0 2610620 0
[pid=12036/tid=12038] ppid=12033 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) R 12033 12036 7968 0 -1 4202560 3012 0 0 0 4 0 0 0 20 0 14 0 13144991 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333957183296 140333576968248 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13144992 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333899295376 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10484492 memory=139819747120768 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13144992 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333898242576 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 13144992 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333897189776 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) S 12033 12036 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13144992 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333560944912 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10484492 memory=139819747120768 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 13144993 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333517044592 140333952957058 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 13144994 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333515990560 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 13144994 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333514937712 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13144996 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 14 0 13144996 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333512833392 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 277 0 0 0 0 0 0 0 20 0 14 0 13144996 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333511780592 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10484492 memory=139819747120768 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) R 12033 12036 7968 0 -1 4202560 208 0 0 0 0 0 0 0 20 0 14 0 13144996 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333510727792 140333931749127 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 13144996 10736119808 5939 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23756 KiB

[startup+0.212931 s]*
/proc/loadavg: 7.12 7.34 7.33 6/211 12051
/proc/meminfo: memFree=23196092/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10551156 memory=31076 CPUtime=0.17 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 8096 0 0 0 14 3 0 0 20 0 15 0 13144986 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2637789 7769 2840 1 0 2627261 0
[pid=12036/tid=12038] ppid=12033 vsize=10551156 memory=8318255677412212789 CPUtime=0.12 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) R 12033 12036 7968 0 -1 4202560 5806 0 0 0 10 2 0 0 20 0 15 0 13144991 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333957178128 140333952967837 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333899295376 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10551156 memory=139819747129057 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333898242576 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333897189776 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) S 12033 12036 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333560944912 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10551156 memory=139819747120768 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13144993 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333517044592 140333952957058 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13144994 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333515990560 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13144994 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333514937712 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13144996 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 13144996 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333512833392 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 15 0 13144996 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333511780592 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10551156 memory=139819747120768 CPUtime=0.02 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) S 12033 12036 7968 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 13144996 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333510727792 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13144996 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12051] ppid=12033 vsize=10551156 memory=139819747120768 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12051/stat : 12051 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13145000 10804383744 7769 18446744073709551615 4194304 4196468 140736141953776 140333508623536 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31076 KiB

[startup+0.310316 s]*
/proc/loadavg: 7.12 7.34 7.33 6/211 12051
/proc/meminfo: memFree=23190260/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10551156 memory=39620 CPUtime=0.32 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 9813 0 0 0 28 4 0 0 20 0 15 0 13144986 10804383744 9905 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2637789 9905 2911 1 0 2627261 0
[pid=12036/tid=12038] ppid=12033 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) R 12033 12036 7968 0 -1 4202560 6970 0 0 0 19 2 0 0 20 0 15 0 13144991 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333957181888 140333937026398 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333899295376 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333898242576 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333897189776 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) S 12033 12036 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13144992 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333560944912 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 13144993 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333517044592 140333952957058 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 13144994 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333515990560 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13144994 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333514937712 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13144996 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 15 0 13144996 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333512833392 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 15 0 13144996 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333511780592 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) S 12033 12036 7968 0 -1 1077944384 751 0 0 0 6 0 0 0 20 0 15 0 13144996 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333510727792 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13144996 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12051] ppid=12033 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12051/stat : 12051 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13145000 10804383744 9970 18446744073709551615 4194304 4196468 140736141953776 140333508623536 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39620 KiB

[startup+0.700867 s]
/proc/loadavg: 7.12 7.34 7.33 6/211 12051
/proc/meminfo: memFree=23171924/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10551232 memory=236412 CPUtime=1.32 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 11730 0 0 0 117 15 0 0 20 0 15 0 13144986 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2637808 59103 3076 1 0 2627261 0
[pid=12036/tid=12038] ppid=12033 vsize=10551232 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) R 12033 12036 7968 0 -1 4202560 7474 0 0 0 49 4 0 0 20 0 15 0 13144991 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333957182960 140333939014036 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) S 12033 12036 7968 0 -1 1077944384 108 0 0 0 4 1 0 0 20 0 15 0 13144992 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333899295376 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) S 12033 12036 7968 0 -1 1077944384 108 0 0 0 3 2 0 0 20 0 15 0 13144992 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333898242576 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10551232 memory=3904 CPUtime=0.05 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) S 12033 12036 7968 0 -1 1077944384 105 0 0 0 3 2 0 0 20 0 15 0 13144992 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333897189776 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10551232 memory=2760 CPUtime=0.05 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) S 12033 12036 7968 0 -1 1077944384 114 0 0 0 4 1 0 0 20 0 15 0 13144992 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333560944912 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10551232 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 13144993 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333517044592 140333952957058 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10551232 memory=4064 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13144994 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333515990560 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10551232 memory=7450735414763743833 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 13144994 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333514937712 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10551232 memory=5940360502434814322 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13144996 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10551232 memory=7228956244670572906 CPUtime=0.14 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 553 0 0 0 14 0 0 0 20 0 15 0 13144996 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333512833392 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10551232 memory=5865727821814906983 CPUtime=0.16 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 789 0 0 0 16 0 0 0 20 0 15 0 13144996 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333511780592 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10551232 memory=7739527680380988004 CPUtime=0.21 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) S 12033 12036 7968 0 -1 1077944384 1035 0 0 0 21 0 0 0 20 0 15 0 13144996 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333510727792 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10551232 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 13144996 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12051] ppid=12033 vsize=10551232 memory=279639281043776 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12051/stat : 12051 (java) S 12033 12036 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 13145000 10804461568 59103 18446744073709551615 4194304 4196468 140736141953776 140333508623536 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 236412 KiB

[startup+1.50943 s]
/proc/loadavg: 7.12 7.34 7.33 9/211 12051
/proc/meminfo: memFree=22548664/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10551232 memory=689348 CPUtime=2.92 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 14977 0 0 0 260 32 0 0 20 0 15 0 13144986 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2637808 172337 3088 1 0 2627261 0
[pid=12036/tid=12038] ppid=12033 vsize=10551232 memory=279639281137712 CPUtime=1.2 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) R 12033 12036 7968 0 -1 4202560 8314 0 0 0 111 9 0 0 20 0 15 0 13144991 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140333957177152 140333580067053 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10551232 memory=33 CPUtime=0.17 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) S 12033 12036 7968 0 -1 1077944384 167 0 0 0 13 4 0 0 20 0 15 0 13144992 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140333899295376 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10551232 memory=8025788818457060452 CPUtime=0.18 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) S 12033 12036 7968 0 -1 1077944384 263 0 0 0 13 5 0 0 20 0 15 0 13144992 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140333898242576 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10551232 memory=8101247189090653288 CPUtime=0.18 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) S 12033 12036 7968 0 -1 1077944384 243 0 0 0 14 4 0 0 20 0 15 0 13144992 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140333897189776 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10551232 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) S 12033 12036 7968 0 -1 1077944384 265 0 0 0 14 5 0 0 20 0 15 0 13144992 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140333560944912 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10551232 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 488 0 0 0 0 0 0 0 20 0 15 0 13144993 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140333517044592 140333952957058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 13144994 10804461568 172337 18446744073709551615 4194304 4196468 140736141953776 140333515990560 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0

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

[pid=12036/tid=12039] ppid=12033 vsize=10686560 memory=8288980 CPUtime=448.35 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) R 12033 12036 7968 0 -1 4202560 49870 0 0 0 44611 224 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333899295576 140333937403481 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10686560 memory=8292464 CPUtime=448.29 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) R 12033 12036 7968 0 -1 4202560 59338 0 0 0 44590 239 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333898242776 140333934555716 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10686560 memory=9916 CPUtime=446.35 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) R 12033 12036 7968 0 -1 4202560 38190 0 0 0 44391 244 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333897189664 140333934555520 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10686560 memory=1200 CPUtime=449.52 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) R 12033 12036 7968 0 -1 4202560 62793 0 0 0 44720 232 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333560945112 140333937942590 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10686560 memory=-8774313645642428999 CPUtime=19.05 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 92774 0 0 0 1900 5 0 0 20 0 17 0 13144993 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333517043136 140333952956117 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333515990624 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333514937728 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10686560 memory=15872 CPUtime=0.45 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 3005 0 0 0 45 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333512833440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10686560 memory=4040 CPUtime=0.44 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 2843 0 0 0 43 1 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333511780352 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10686560 memory=16444 CPUtime=0.29 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) S 12033 12036 7968 0 -1 1077944384 3061 0 0 0 29 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333510727840 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10686560 memory=8292464 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12051] ppid=12033 vsize=10686560 memory=1236 CPUtime=0.17 cores=1,3,5,7
/proc/12036/task/12051/stat : 12051 (java) S 12033 12036 7968 0 -1 1077944384 589 0 0 0 11 6 0 0 20 0 17 0 13145000 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333508623536 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12194] ppid=12033 vsize=10686560 memory=792 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12194/stat : 12194 (java) S 12033 12036 7968 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333505471088 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12195] ppid=12033 vsize=10686560 memory=8676 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12195/stat : 12195 (java) S 12033 12036 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333504417440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 1826.62 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8292468 KiB

[startup+489.601 s]
/proc/loadavg: 7.11 7.19 7.26 9/214 12198
/proc/meminfo: memFree=14926544/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10686560 memory=8292468 CPUtime=1829.81 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 334398 0 0 0 182013 968 0 0 20 0 17 0 13144986 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2671640 2073117 3151 1 0 2661055 0
[pid=12036/tid=12038] ppid=12033 vsize=10686560 memory=1228 CPUtime=13.62 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) S 12033 12036 7968 0 -1 1077944384 20355 0 0 0 1347 15 0 0 20 0 17 0 13144991 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333957186592 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10686560 memory=8292464 CPUtime=449.15 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) R 12033 12036 7968 0 -1 4202560 49870 0 0 0 44691 224 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333899295576 140333937644670 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10686560 memory=8292464 CPUtime=449.09 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) R 12033 12036 7968 0 -1 4202560 59338 0 0 0 44670 239 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333898242776 140333937942557 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10686560 memory=1236 CPUtime=447.13 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) R 12033 12036 7968 0 -1 4202560 38190 0 0 0 44469 244 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333897189664 140333937942315 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10686560 memory=640 CPUtime=450.32 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) R 12033 12036 7968 0 -1 4202560 62793 0 0 0 44800 232 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333560945112 140333937942256 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10686560 memory=1792 CPUtime=19.05 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 92774 0 0 0 1900 5 0 0 20 0 17 0 13144993 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333517043136 140333952956117 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10686560 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333515990624 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10686560 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333514937728 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10686560 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10686560 memory=8292464 CPUtime=0.45 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 3005 0 0 0 45 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333512833440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10686560 memory=1440 CPUtime=0.44 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 2843 0 0 0 43 1 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333511780352 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10686560 memory=8292292 CPUtime=0.29 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) S 12033 12036 7968 0 -1 1077944384 3061 0 0 0 29 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333510727840 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10686560 memory=8292276 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12051] ppid=12033 vsize=10686560 memory=1200 CPUtime=0.17 cores=1,3,5,7
/proc/12036/task/12051/stat : 12051 (java) S 12033 12036 7968 0 -1 1077944384 591 0 0 0 11 6 0 0 20 0 17 0 13145000 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333508623536 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12194] ppid=12033 vsize=10686560 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12194/stat : 12194 (java) S 12033 12036 7968 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333505471088 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12195] ppid=12033 vsize=10686560 memory=44733 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12195/stat : 12195 (java) S 12033 12036 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333504417440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 1829.81 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8292468 KiB

[startup+490.001 s]*
/proc/loadavg: 7.11 7.19 7.26 9/214 12198
/proc/meminfo: memFree=14926632/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10686560 memory=8292468 CPUtime=1831.4 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 334398 0 0 0 182172 968 0 0 20 0 17 0 13144986 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2671640 2073117 3151 1 0 2661055 0
[pid=12036/tid=12038] ppid=12033 vsize=10686560 memory=1588 CPUtime=13.62 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) S 12033 12036 7968 0 -1 1077944384 20355 0 0 0 1347 15 0 0 20 0 17 0 13144991 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333957186592 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10686560 memory=-8774313645642428999 CPUtime=449.54 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) R 12033 12036 7968 0 -1 4202560 49870 0 0 0 44730 224 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333899295496 140333945574119 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10686560 memory=1588 CPUtime=449.5 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) R 12033 12036 7968 0 -1 1077944384 59338 0 0 0 44710 240 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333898242384 140333952957058 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10686560 memory=928 CPUtime=447.53 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) R 12033 12036 7968 0 -1 4202560 38190 0 0 0 44509 244 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333897189664 140333937942318 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10686560 memory=2164 CPUtime=450.72 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) R 12033 12036 7968 0 -1 4202560 62793 0 0 0 44840 232 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333560944720 140333945574119 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10686560 memory=840 CPUtime=19.05 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) S 12033 12036 7968 0 -1 1077944384 92774 0 0 0 1900 5 0 0 20 0 17 0 13144993 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333517043136 140333952956117 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10686560 memory=3880 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333515990624 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10686560 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333514937728 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10686560 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10686560 memory=2760 CPUtime=0.45 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 3005 0 0 0 45 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333512833440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10686560 memory=2760 CPUtime=0.44 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 2843 0 0 0 43 1 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333511780352 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10686560 memory=4064 CPUtime=0.29 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) S 12033 12036 7968 0 -1 1077944384 3061 0 0 0 29 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333510727840 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10686560 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12051] ppid=12033 vsize=10686560 memory=8292468 CPUtime=0.17 cores=1,3,5,7
/proc/12036/task/12051/stat : 12051 (java) S 12033 12036 7968 0 -1 1077944384 591 0 0 0 11 6 0 0 20 0 17 0 13145000 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333508623536 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12194] ppid=12033 vsize=10686560 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12194/stat : 12194 (java) S 12033 12036 7968 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333505471088 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12195] ppid=12033 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12195/stat : 12195 (java) S 12033 12036 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333504417440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 1831.4 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8292468 KiB

[startup+490.11 s]
/proc/loadavg: 7.11 7.19 7.26 9/214 12198
/proc/meminfo: memFree=14926632/32770624 swapFree=67108860/67108860
[pid=12036] ppid=12033 vsize=10686560 memory=8292468 CPUtime=1831.77 cores=1,3,5,7
/proc/12036/stat : 12036 (java) S 12033 12036 7968 0 -1 1077944320 334398 0 0 0 182208 969 0 0 20 0 17 0 13144986 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140736141936320 140333952945911 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
/proc/12036/statm: 2671640 2073117 3151 1 0 2661055 0
[pid=12036/tid=12038] ppid=12033 vsize=10686560 memory=9916 CPUtime=13.62 cores=1,3,5,7
/proc/12036/task/12038/stat : 12038 (java) S 12033 12036 7968 0 -1 1077944384 20355 0 0 0 1347 15 0 0 20 0 17 0 13144991 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333957186592 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12039] ppid=12033 vsize=10686560 memory=8292468 CPUtime=449.63 cores=1,3,5,7
/proc/12036/task/12039/stat : 12039 (java) S 12033 12036 7968 0 -1 1077944384 49870 0 0 0 44739 224 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333899295376 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12040] ppid=12033 vsize=10686560 memory=16724602654207 CPUtime=449.59 cores=1,3,5,7
/proc/12036/task/12040/stat : 12040 (java) S 12033 12036 7968 0 -1 1077944384 59338 0 0 0 44719 240 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333898242576 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12041] ppid=12033 vsize=10686560 memory=8292468 CPUtime=447.62 cores=1,3,5,7
/proc/12036/task/12041/stat : 12041 (java) S 12033 12036 7968 0 -1 1077944384 38190 0 0 0 44518 244 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333897189776 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12042] ppid=12033 vsize=10686560 memory=8292464 CPUtime=450.8 cores=1,3,5,7
/proc/12036/task/12042/stat : 12042 (java) S 12033 12036 7968 0 -1 1077944384 62793 0 0 0 44848 232 0 0 20 0 17 0 13144992 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333560944912 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12043] ppid=12033 vsize=10686560 memory=8292464 CPUtime=19.05 cores=1,3,5,7
/proc/12036/task/12043/stat : 12043 (java) R 12033 12036 7968 0 -1 4202560 92774 0 0 0 1900 5 0 0 20 0 17 0 13144993 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333517043136 140333931316091 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12044] ppid=12033 vsize=10686560 memory=8292464 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12044/stat : 12044 (java) S 12033 12036 7968 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333515990624 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12045] ppid=12033 vsize=10686560 memory=8292280 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12045/stat : 12045 (java) S 12033 12036 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 13144994 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333514937728 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12046] ppid=12033 vsize=10686560 memory=8291288 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12046/stat : 12046 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333513886032 140333952964507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12047] ppid=12033 vsize=10686560 memory=8292468 CPUtime=0.45 cores=1,3,5,7
/proc/12036/task/12047/stat : 12047 (java) S 12033 12036 7968 0 -1 1077944384 3005 0 0 0 45 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333512833440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12048] ppid=12033 vsize=10686560 memory=104135777083060 CPUtime=0.44 cores=1,3,5,7
/proc/12036/task/12048/stat : 12048 (java) S 12033 12036 7968 0 -1 1077944384 2843 0 0 0 43 1 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333511780352 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12049] ppid=12033 vsize=10686560 memory=8292464 CPUtime=0.29 cores=1,3,5,7
/proc/12036/task/12049/stat : 12049 (java) S 12033 12036 7968 0 -1 1077944384 3061 0 0 0 29 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333510727840 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12050] ppid=12033 vsize=10686560 memory=8292464 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12050/stat : 12050 (java) S 12033 12036 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 13144996 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333509675232 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12051] ppid=12033 vsize=10686560 memory=8292292 CPUtime=0.17 cores=1,3,5,7
/proc/12036/task/12051/stat : 12051 (java) S 12033 12036 7968 0 -1 1077944384 591 0 0 0 11 6 0 0 20 0 17 0 13145000 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333508623536 140333952957058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12194] ppid=12033 vsize=10686560 memory=8292464 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12194/stat : 12194 (java) S 12033 12036 7968 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333505471088 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
[pid=12036/tid=12195] ppid=12033 vsize=10686560 memory=8292464 CPUtime=0 cores=1,3,5,7
/proc/12036/task/12195/stat : 12195 (java) S 12033 12036 7968 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 13189178 10943037440 2073117 18446744073709551615 4194304 4196468 140736141953776 140333504417440 140333952956117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27721728 140736141959569 140736141959722 140736141959722 140736141963215 0
Current children cumulated CPU time: 1831.77 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8292468 KiB

Child status: 0
Real time (s): 490.186
CPU time (s): 1831.84
CPU user time (s): 1822.12
CPU system time (s): 9.72523
CPU usage (%): 373.704
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8292468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1822.12
system time used= 9.72523
maximum resident set size= 8292600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334554
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34903
involuntary context switches= 51905


# summary of solver processes directly reported to runsolver:
#   pid: 12036
#   total CPU time (s): 1831.84
#   total CPU user time (s): 1822.12
#   total CPU system time (s): 9.72523

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.89448 second user time and 5.0538 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:36:26
IDJOB=4263116
IDBENCH=115776
IDSOLVER=2651
FILE ID=node128/4263116-1502592623
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-020-15-1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263116-1502592623/watcher-4263116-1502592623 -o /tmp/evaluation-result-4263116-1502592623/solver-4263116-1502592623 -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-4263116-1502592623.xml

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

MD5SUM BENCH= aac981b64b3d0bc7b0997201d0c57f9b
RANDOM SEED=1082678042

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:        23218092 kB
MemAvailable:   23722440 kB
Buffers:          107980 kB
Cached:           685316 kB
SwapCached:            0 kB
Active:          8517044 kB
Inactive:         613648 kB
Active(anon):    8337732 kB
Inactive(anon):    16764 kB
Active(file):     179312 kB
Inactive(file):   596884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1620 kB
Writeback:             4 kB
AnonPages:       8337160 kB
Mapped:            43480 kB
Shmem:             17116 kB
Slab:             112712 kB
SReclaimable:      87976 kB
SUnreclaim:        24736 kB
KernelStack:        3440 kB
PageTables:        21320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8206336 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:44:36