Trace number 4263118

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? 1844.79 494.46701

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-15-9.xml
MD5SUM15bcd759626357ed73f755380ffdcafb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1366
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints335
Number of domains1
Minimum domain size1462
Maximum domain size1462
Distribution of domain sizes[{"size":1462,"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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263118-1502590210/watcher-4263118-1502590210 -o /tmp/evaluation-result-4263118-1502590210/solver-4263118-1502590210 -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-4263118-1502590210.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=10951, runsolver pid=10948
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 7.93 7.60 7.25 6/204 10957
/proc/meminfo: memFree=23383600/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10018544 memory=18068 CPUtime=0.01 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 3826 0 0 0 1 0 0 0 20 0 7 0 12903727 10258989056 4517 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2504636 4517 2049 1 0 2494133 0
[pid=10951/tid=10953] ppid=10948 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) R 10948 10951 7968 0 -1 4202560 2520 0 0 0 1 0 0 0 20 0 7 0 12903735 10258989056 4517 18446744073709551615 4194304 4196468 140720484116112 140700975532816 140700963527486 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 12903736 10258989056 4517 18446744073709551615 4194304 4196468 140720484116112 140700917639440 140700971300565 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10018544 memory=140273745262208 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 12903736 10258989056 4517 18446744073709551615 4194304 4196468 140720484116112 140700916586896 140700971300565 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 12903736 10258989056 4517 18446744073709551615 4194304 4196468 140720484116112 140700915534352 140700971300565 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10018544 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 12903736 10258989056 4517 18446744073709551615 4194304 4196468 140720484116112 140700579322512 140700971300565 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10018544 memory=140273745262208 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 12903737 10258989056 4517 18446744073709551615 4194304 4196468 140720484116112 140700535421424 140700971301506 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 18068 KiB

[startup+0.210024 s]*
/proc/loadavg: 7.93 7.60 7.25 6/213 10966
/proc/meminfo: memFree=23376552/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10554768 memory=31124 CPUtime=0.11 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 6205 0 0 0 10 1 0 0 20 0 15 0 12903727 10808082432 7715 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2638692 7781 2789 1 0 2628164 0
[pid=10951/tid=10953] ppid=10948 vsize=10554768 memory=8318255677412212789 CPUtime=0.08 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) R 10948 10951 7968 0 -1 4202560 4156 0 0 0 7 1 0 0 20 0 15 0 12903735 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700975478704 140700963970077 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10554768 memory=317 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12903736 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700917639440 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10554768 memory=140273745270405 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12903736 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700916586896 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12903736 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700915534352 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12903736 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700579322512 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10554768 memory=140273745262208 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12903737 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700535421424 140700971301506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12903738 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700534367648 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12903738 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700533315056 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903740 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10554768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 12903740 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700531210224 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903740 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700530157680 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10554768 memory=140273745262208 CPUtime=0.01 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) S 10948 10951 7968 0 -1 1077944384 273 0 0 0 1 0 0 0 20 0 15 0 12903740 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700529105136 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10554768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903741 10808082432 7781 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10554768 memory=140273745262208 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12903745 10808082432 7399 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10554768 KiB
Current children cumulated memory: 31124 KiB

[startup+0.31869 s]*
/proc/loadavg: 7.93 7.60 7.25 9/213 10966
/proc/meminfo: memFree=23364628/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10551156 memory=38876 CPUtime=0.27 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 8982 0 0 0 25 2 0 0 20 0 15 0 12903727 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2637789 9719 2922 1 0 2627261 0
[pid=10951/tid=10953] ppid=10948 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) R 10948 10951 7968 0 -1 4202560 6152 0 0 0 17 2 0 0 20 0 15 0 12903735 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700975529504 140700595407856 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12903736 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700917639440 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12903736 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700916586896 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12903736 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700915534352 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12903736 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700579322512 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12903737 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700535421424 140700971301506 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12903738 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700534367648 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12903738 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700533315056 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903740 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 12903740 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700531210224 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 12903740 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700530157680 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10551156 memory=140273745262208 CPUtime=0.05 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) R 10948 10951 7968 0 -1 4202560 775 0 0 0 5 0 0 0 20 0 15 0 12903740 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700529101016 140700963245203 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903741 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10551156 memory=140273745262208 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12903745 10804383744 9719 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 38876 KiB

[startup+0.701142 s]
/proc/loadavg: 7.93 7.60 7.25 8/213 10966
/proc/meminfo: memFree=23354368/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10551232 memory=227932 CPUtime=1.23 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 11610 0 0 0 112 11 0 0 20 0 15 0 12903727 10804461568 56471 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2637808 56983 3076 1 0 2627261 0
[pid=10951/tid=10953] ppid=10948 vsize=10551232 memory=89 CPUtime=0.5 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) S 10948 10951 7968 0 -1 1077944384 7459 0 0 0 46 4 0 0 20 0 15 0 12903735 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700975527152 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10551232 memory=421 CPUtime=0.03 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) R 10948 10951 7968 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 15 0 12903736 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700917639440 140700956318224 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10551232 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) R 10948 10951 7968 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 15 0 12903736 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700916586896 140700956318224 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10551232 memory=280547263907353 CPUtime=0.04 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) R 10948 10951 7968 0 -1 4202560 114 0 0 0 3 1 0 0 20 0 15 0 12903736 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700915534552 140700956318242 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10551232 memory=2542620641025 CPUtime=0.04 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) R 10948 10951 7968 0 -1 4202560 100 0 0 0 3 1 0 0 20 0 15 0 12903736 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700579322712 140700956318242 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10551232 memory=215418664 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 12903737 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700535419936 140700971300565 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10551232 memory=7295943931064245917 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12903738 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700534367648 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10551232 memory=6076290908890944080 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12903738 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700533315056 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903740 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10551232 memory=288230613214036277 CPUtime=0.15 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 838 0 0 0 15 0 0 0 20 0 15 0 12903740 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700531201504 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10551232 memory=15540730097567645 CPUtime=0.14 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 355 0 0 0 14 0 0 0 20 0 15 0 12903740 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700530142672 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10551232 memory=16444 CPUtime=0.21 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) S 10948 10951 7968 0 -1 1077944384 1109 0 0 0 21 0 0 0 20 0 15 0 12903740 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700529101008 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10551232 memory=7632 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903741 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10551232 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12903745 10804461568 56983 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 227932 KiB

[startup+1.5008 s]
/proc/loadavg: 7.93 7.60 7.25 6/213 10966
/proc/meminfo: memFree=22776152/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10551232 memory=690212 CPUtime=2.84 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 14781 0 0 0 255 29 0 0 20 0 15 0 12903727 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2637808 172553 3087 1 0 2627261 0
[pid=10951/tid=10953] ppid=10948 vsize=10551232 memory=0 CPUtime=1.16 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) R 10948 10951 7968 0 -1 4202560 7916 0 0 0 106 10 0 0 20 0 15 0 12903735 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700975521512 140700598513842 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10551232 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) S 10948 10951 7968 0 -1 1077944384 230 0 0 0 13 3 0 0 20 0 15 0 12903736 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700917639440 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10551232 memory=280547264304368 CPUtime=0.18 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) S 10948 10951 7968 0 -1 1077944384 170 0 0 0 14 4 0 0 20 0 15 0 12903736 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700916586896 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10551232 memory=288230613214036277 CPUtime=0.18 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) S 10948 10951 7968 0 -1 1077944384 271 0 0 0 14 4 0 0 20 0 15 0 12903736 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700915534352 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10551232 memory=15540730097567645 CPUtime=0.18 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) S 10948 10951 7968 0 -1 1077944384 253 0 0 0 14 4 0 0 20 0 15 0 12903736 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700579322512 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 491 0 0 0 0 0 0 0 20 0 15 0 12903737 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700535421424 140700971301506 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12903738 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700534367648 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12903738 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700533315056 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10551232 memory=8976414709404591081 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903740 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10551232 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 1857 0 0 0 35 0 0 0 20 0 15 0 12903740 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700531210224 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10551232 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 1047 0 0 0 31 0 0 0 20 0 15 0 12903740 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700530157680 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) S 10948 10951 7968 0 -1 1077944384 1183 0 0 0 24 0 0 0 20 0 15 0 12903740 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700529105136 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10551232 memory=280547264107200 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12903741 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12903745 10804461568 172553 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0

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

[pid=10951/tid=10954] ppid=10948 vsize=10686560 memory=0 CPUtime=450.56 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) R 10948 10951 7968 0 -1 4202560 40515 0 0 0 44836 220 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700917639440 140700956279841 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10686560 memory=8295944 CPUtime=450.97 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) R 10948 10951 7968 0 -1 4202560 41067 0 0 0 44881 216 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700916587096 140700952900114 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10686560 memory=4124 CPUtime=449.81 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) R 10948 10951 7968 0 -1 4202560 33979 0 0 0 44753 228 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700915534552 140700952899992 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10686560 memory=11264 CPUtime=451.57 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) R 10948 10951 7968 0 -1 4202560 45778 0 0 0 44948 209 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700579322512 140700956286726 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10686560 memory=2424 CPUtime=20.07 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 90338 0 0 0 2002 5 0 0 20 0 17 0 12903737 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700535419968 140700971300565 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10686560 memory=8295848 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700534367712 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10686560 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700533315072 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10686560 memory=3080 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10686560 memory=5520 CPUtime=0.51 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 4081 0 0 0 50 1 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700531210224 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10686560 memory=4612 CPUtime=0.43 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 3263 0 0 0 43 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700530157680 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10686560 memory=792 CPUtime=0.29 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) S 10948 10951 7968 0 -1 1077944384 3518 0 0 0 29 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700529105136 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10686560 memory=8676 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903741 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10686560 memory=1440 CPUtime=0.17 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 823 0 0 0 9 8 0 0 20 0 17 0 12903745 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11188] ppid=10948 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11188/stat : 11188 (java) S 10948 10951 7968 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700523840144 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11189] ppid=10948 vsize=10686560 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11189/stat : 11189 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700522795328 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 1838.39 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8295944 KiB

[startup+493.601 s]
/proc/loadavg: 6.43 7.15 7.15 6/214 11193
/proc/meminfo: memFree=14935928/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10686560 memory=8295944 CPUtime=1841.57 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 284121 0 0 0 183253 904 0 0 20 0 17 0 12903727 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2671640 2073986 3151 1 0 2661055 0
[pid=10951/tid=10953] ppid=10948 vsize=10686560 memory=4612 CPUtime=13.91 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) S 10948 10951 7968 0 -1 1077944384 19071 0 0 0 1374 17 0 0 20 0 17 0 12903735 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700975531040 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10686560 memory=792 CPUtime=451.36 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) R 10948 10951 7968 0 -1 4202560 40515 0 0 0 44916 220 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700917639640 140700956287005 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10686560 memory=8676 CPUtime=451.75 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) R 10948 10951 7968 0 -1 4202560 41067 0 0 0 44959 216 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700916587096 140700955989104 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10686560 memory=-8774313645642428999 CPUtime=450.61 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) R 10948 10951 7968 0 -1 4202560 33979 0 0 0 44833 228 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700915534552 140700955989139 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10686560 memory=1228 CPUtime=452.37 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) R 10948 10951 7968 0 -1 4202560 45906 0 0 0 45028 209 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700579322400 140700955989070 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10686560 memory=1000 CPUtime=20.07 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 90338 0 0 0 2002 5 0 0 20 0 17 0 12903737 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700535419968 140700971300565 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10686560 memory=2012 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700534367712 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10686560 memory=11264 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700533315072 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10686560 memory=1296 CPUtime=0.51 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 4081 0 0 0 50 1 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700531210272 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10686560 memory=1732 CPUtime=0.43 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 3263 0 0 0 43 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700530157440 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10686560 memory=16444 CPUtime=0.29 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) S 10948 10951 7968 0 -1 1077944384 3518 0 0 0 29 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700529105184 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10686560 memory=7652 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903741 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10686560 memory=1236 CPUtime=0.17 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 823 0 0 0 9 8 0 0 20 0 17 0 12903745 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11188] ppid=10948 vsize=10686560 memory=640 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11188/stat : 11188 (java) S 10948 10951 7968 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700523840144 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11189] ppid=10948 vsize=10686560 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11189/stat : 11189 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700522795328 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 1841.57 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8295944 KiB

[startup+494.001 s]*
/proc/loadavg: 6.32 7.11 7.13 6/214 11193
/proc/meminfo: memFree=14927736/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10686560 memory=8295944 CPUtime=1843.19 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 284121 0 0 0 183415 904 0 0 20 0 17 0 12903727 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2671640 2073986 3151 1 0 2661055 0
[pid=10951/tid=10953] ppid=10948 vsize=10686560 memory=-8774313645642428999 CPUtime=13.91 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) S 10948 10951 7968 0 -1 1077944384 19071 0 0 0 1374 17 0 0 20 0 17 0 12903735 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700975531040 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10686560 memory=9916 CPUtime=451.77 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) R 10948 10951 7968 0 -1 4202560 40515 0 0 0 44957 220 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700917639640 140700956286726 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10686560 memory=1200 CPUtime=452.15 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) R 10948 10951 7968 0 -1 4202560 41067 0 0 0 44999 216 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700916587096 140700955747992 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10686560 memory=15872 CPUtime=451.02 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) R 10948 10951 7968 0 -1 4202560 33979 0 0 0 44874 228 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700915534552 140700955747929 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10686560 memory=2164 CPUtime=452.78 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) R 10948 10951 7968 0 -1 4202560 45906 0 0 0 45069 209 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700579322400 140700952899981 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10686560 memory=840 CPUtime=20.07 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) S 10948 10951 7968 0 -1 1077944384 90338 0 0 0 2002 5 0 0 20 0 17 0 12903737 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700535419968 140700971300565 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10686560 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700534367712 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10686560 memory=3868 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700533315072 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10686560 memory=3904 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10686560 memory=2760 CPUtime=0.51 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 4081 0 0 0 50 1 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700531210272 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10686560 memory=8295944 CPUtime=0.43 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 3263 0 0 0 43 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700530157440 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10686560 memory=16444 CPUtime=0.29 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) S 10948 10951 7968 0 -1 1077944384 3518 0 0 0 29 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700529105184 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10686560 memory=7652 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903741 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10686560 memory=1236 CPUtime=0.17 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 823 0 0 0 9 8 0 0 20 0 17 0 12903745 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11188] ppid=10948 vsize=10686560 memory=640 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11188/stat : 11188 (java) S 10948 10951 7968 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700523840144 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11189] ppid=10948 vsize=10686560 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11189/stat : 11189 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700522795328 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 1843.19 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8295944 KiB

[startup+494.401 s]
/proc/loadavg: 6.32 7.11 7.13 6/214 11193
/proc/meminfo: memFree=14927736/32770624 swapFree=67108860/67108860
[pid=10951] ppid=10948 vsize=10686560 memory=8295944 CPUtime=1844.71 cores=0,2,4,6
/proc/10951/stat : 10951 (java) S 10948 10951 7968 0 -1 1077944320 284121 0 0 0 183566 905 0 0 20 0 17 0 12903727 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140720484098656 140700971290359 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
/proc/10951/statm: 2671640 2073986 3151 1 0 2661055 0
[pid=10951/tid=10953] ppid=10948 vsize=10686560 memory=1296 CPUtime=13.91 cores=0,2,4,6
/proc/10951/task/10953/stat : 10953 (java) S 10948 10951 7968 0 -1 1077944384 19071 0 0 0 1374 17 0 0 20 0 17 0 12903735 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700975531040 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10954] ppid=10948 vsize=10686560 memory=1732 CPUtime=452.15 cores=0,2,4,6
/proc/10951/task/10954/stat : 10954 (java) S 10948 10951 7968 0 -1 1077944384 40515 0 0 0 44995 220 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700917639440 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10955] ppid=10948 vsize=10686560 memory=-8774313645642428999 CPUtime=452.52 cores=0,2,4,6
/proc/10951/task/10955/stat : 10955 (java) S 10948 10951 7968 0 -1 1077944384 41067 0 0 0 45036 216 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700916586896 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10956] ppid=10948 vsize=10686560 memory=2248 CPUtime=451.4 cores=0,2,4,6
/proc/10951/task/10956/stat : 10956 (java) S 10948 10951 7968 0 -1 1077944384 33979 0 0 0 44912 228 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700915534352 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10957] ppid=10948 vsize=10686560 memory=4304 CPUtime=453.16 cores=0,2,4,6
/proc/10951/task/10957/stat : 10957 (java) S 10948 10951 7968 0 -1 1077944384 45906 0 0 0 45106 210 0 0 20 0 17 0 12903736 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700579322512 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10958] ppid=10948 vsize=10686560 memory=1588 CPUtime=20.08 cores=0,2,4,6
/proc/10951/task/10958/stat : 10958 (java) R 10948 10951 7968 0 -1 4202560 90338 0 0 0 2003 5 0 0 20 0 17 0 12903737 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700535419968 140700949660539 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10959] ppid=10948 vsize=10686560 memory=928 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10959/stat : 10959 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700534367712 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10960] ppid=10948 vsize=10686560 memory=8295944 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10960/stat : 10960 (java) S 10948 10951 7968 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 12903738 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700533315072 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10961] ppid=10948 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10961/stat : 10961 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700532263632 140700971308955 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10962] ppid=10948 vsize=10686560 memory=1200 CPUtime=0.51 cores=0,2,4,6
/proc/10951/task/10962/stat : 10962 (java) S 10948 10951 7968 0 -1 1077944384 4081 0 0 0 50 1 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700531210272 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10963] ppid=10948 vsize=10686560 memory=15872 CPUtime=0.43 cores=0,2,4,6
/proc/10951/task/10963/stat : 10963 (java) S 10948 10951 7968 0 -1 1077944384 3263 0 0 0 43 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700530157440 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10964] ppid=10948 vsize=10686560 memory=4040 CPUtime=0.29 cores=0,2,4,6
/proc/10951/task/10964/stat : 10964 (java) S 10948 10951 7968 0 -1 1077944384 3518 0 0 0 29 0 0 0 20 0 17 0 12903740 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700529105184 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10965] ppid=10948 vsize=10686560 memory=792 CPUtime=0 cores=0,2,4,6
/proc/10951/task/10965/stat : 10965 (java) S 10948 10951 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12903741 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700528052832 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=10966] ppid=10948 vsize=10686560 memory=8676 CPUtime=0.17 cores=0,2,4,6
/proc/10951/task/10966/stat : 10966 (java) S 10948 10951 7968 0 -1 1077944384 823 0 0 0 9 8 0 0 20 0 17 0 12903745 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700527000368 140700971301506 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11188] ppid=10948 vsize=10686560 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11188/stat : 11188 (java) S 10948 10951 7968 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700523840144 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
[pid=10951/tid=11189] ppid=10948 vsize=10686560 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/10951/task/11189/stat : 11189 (java) S 10948 10951 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12947317 10943037440 2073986 18446744073709551615 4194304 4196468 140720484116112 140700522795328 140700971300565 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14053376 140720484123025 140720484123178 140720484123178 140720484126671 0
Current children cumulated CPU time: 1844.71 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8295944 KiB

Child status: 0
Real time (s): 494.467
CPU time (s): 1844.79
CPU user time (s): 1835.7
CPU system time (s): 9.08538
CPU usage (%): 373.086
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8295944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1835.7
system time used= 9.08538
maximum resident set size= 8296176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284292
page faults= 0
swaps= 0
block input operations= 8
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35268
involuntary context switches= 52174


# summary of solver processes directly reported to runsolver:
#   pid: 10951
#   total CPU time (s): 1844.79
#   total CPU user time (s): 1835.7
#   total CPU system time (s): 9.08538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.08206 second user time and 4.753 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 15bcd759626357ed73f755380ffdcafb
RANDOM SEED=1428818414

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:        23390532 kB
MemAvailable:   23889888 kB
Buffers:          105492 kB
Cached:           682792 kB
SwapCached:            0 kB
Active:          8347080 kB
Inactive:         609612 kB
Active(anon):    8168624 kB
Inactive(anon):    16764 kB
Active(file):     178456 kB
Inactive(file):   592848 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1664 kB
Writeback:             4 kB
AnonPages:       8168216 kB
Mapped:            43596 kB
Shmem:             17116 kB
Slab:             112572 kB
SReclaimable:      87776 kB
SUnreclaim:        24796 kB
KernelStack:        3536 kB
PageTables:        20856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8621084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7983104 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:04:28