Trace number 4244115

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
R1: sat4j-CSP 2017-07-05? 1295.59 355.92599

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244115-1502057132/watcher-4244115-1502057132 -o /tmp/evaluation-result-4244115-1502057132/solver-4244115-1502057132 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244115-1502057132.xml 

pid=21244
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.81 5.60 5.11 5/203 21247
/proc/meminfo: memFree=23367120/32770624 swapFree=0/345328
[pid=21247] ppid=21244 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21247/stat : 21247 (runsolver) D 21244 21247 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47624162 24240128 108 18446744073709551615 4194304 4338465 140724540432544 140724540430184 140094667444951 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 35192832 140724540436615 140724540437065 140724540437065 140724540440522 0
/proc/21247/statm: 5918 108 54 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 4.81 5.60 5.11 5/203 21247
/proc/meminfo: memFree=23367120/32770624 swapFree=0/345328
[pid=21247] ppid=21244 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21247/stat : 21247 (runsolver) D 21244 21247 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47624162 24240128 108 18446744073709551615 4194304 4338465 140724540432544 140724540430184 140094667444951 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 35192832 140724540436615 140724540437065 140724540437065 140724540440522 0
/proc/21247/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200257 s]
/proc/loadavg: 4.81 5.60 5.11 5/203 21247
/proc/meminfo: memFree=23367120/32770624 swapFree=0/345328
[pid=21247] ppid=21244 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 4537 0 0 0 4 1 0 0 20 0 14 0 47624162 10736119808 5585 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2621123 5585 2575 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300986 s]
/proc/loadavg: 4.81 5.60 5.11 5/203 21247
/proc/meminfo: memFree=23367120/32770624 swapFree=0/345328
[pid=21247] ppid=21244 vsize=10551156 CPUtime=0.16 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 7744 0 0 0 14 2 0 0 20 0 15 0 47624162 10804383744 7983 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2637789 7983 2856 1 0 2627261 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10551156

[startup+0.701045 s]
/proc/loadavg: 4.81 5.60 5.11 5/203 21247
/proc/meminfo: memFree=23367120/32770624 swapFree=0/345328
[pid=21247] ppid=21244 vsize=10551232 CPUtime=1.31 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 12251 0 0 0 128 3 0 0 20 0 15 0 47624162 10804461568 22580 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2637808 22580 3046 1 0 2627261 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10551232

[startup+1.50101 s]
/proc/loadavg: 4.81 5.60 5.11 8/218 21262
/proc/meminfo: memFree=23161804/32770624 swapFree=0/345344
[pid=21247] ppid=21244 vsize=10551232 CPUtime=3.64 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 14214 0 0 0 344 20 0 0 20 0 15 0 47624162 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2637808 98984 3108 1 0 2627261 0
[pid=21247/tid=21249] ppid=21244 vsize=10551232 CPUtime=1.21 cores=1,3,5,7
/proc/21247/task/21249/stat : 21249 (java) S 21244 21247 12906 0 -1 1077944384 7124 0 0 0 115 6 0 0 20 0 15 0 47624175 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839907081808 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10551232 CPUtime=0.09 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) R 21244 21247 12906 0 -1 4202560 178 0 0 0 6 3 0 0 20 0 15 0 47624176 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839843883480 139839887874130 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10551232 CPUtime=0.09 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) R 21244 21247 12906 0 -1 4202560 128 0 0 0 6 3 0 0 20 0 15 0 47624176 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839842830736 139839887874130 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10551232 CPUtime=0.08 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) R 21244 21247 12906 0 -1 4202560 174 0 0 0 5 3 0 0 20 0 15 0 47624176 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839841778080 139839887874130 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10551232 CPUtime=0.08 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) R 21244 21247 12906 0 -1 4202560 126 0 0 0 5 3 0 0 20 0 15 0 47624176 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839510801040 139839887874585 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) S 21244 21247 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 47624177 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839144916000 139839902856917 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839143863776 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839142811136 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47624180 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21258] ppid=21244 vsize=10551232 CPUtime=0.86 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) S 21244 21247 12906 0 -1 1077944384 1981 0 0 0 86 0 0 0 20 0 15 0 47624180 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839140706288 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21259] ppid=21244 vsize=10551232 CPUtime=0.84 cores=1,3,5,7
/proc/21247/task/21259/stat : 21259 (java) S 21244 21247 12906 0 -1 1077944384 1414 0 0 0 84 0 0 0 20 0 15 0 47624180 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839139653744 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21260] ppid=21244 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/21247/task/21260/stat : 21260 (java) S 21244 21247 12906 0 -1 1077944384 1650 0 0 0 33 0 0 0 20 0 15 0 47624180 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839138601200 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21261] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21261/stat : 21261 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47624180 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839137548896 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21262] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21262/stat : 21262 (java) S 21244 21247 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47624185 10804461568 98984 18446744073709551615 4194304 4196468 140724936609872 139839136496432 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 10551232

[startup+3.10058 s]
/proc/loadavg: 4.81 5.60 5.11 9/218 21262
/proc/meminfo: memFree=22733536/32770624 swapFree=0/345344
[pid=21247] ppid=21244 vsize=10551232 CPUtime=7.93 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 15690 0 0 0 744 49 0 0 20 0 15 0 47624162 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2637808 162954 3120 1 0 2627261 0
[pid=21247/tid=21249] ppid=21244 vsize=10551232 CPUtime=1.53 cores=1,3,5,7
/proc/21247/task/21249/stat : 21249 (java) R 21244 21247 12906 0 -1 4202560 7128 0 0 0 147 6 0 0 20 0 15 0 47624175 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839907082344 139839525907589 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10551232 CPUtime=0.97 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) S 21244 21247 12906 0 -1 1077944384 374 0 0 0 88 9 0 0 20 0 15 0 47624176 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839843883280 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10551232 CPUtime=0.98 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) S 21244 21247 12906 0 -1 1077944384 357 0 0 0 88 10 0 0 20 0 15 0 47624176 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839842830736 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10551232 CPUtime=0.98 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) S 21244 21247 12906 0 -1 1077944384 422 0 0 0 88 10 0 0 20 0 15 0 47624176 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839841778192 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10551232 CPUtime=0.97 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) S 21244 21247 12906 0 -1 1077944384 448 0 0 0 87 10 0 0 20 0 15 0 47624176 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839510801040 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) S 21244 21247 12906 0 -1 1077944384 541 0 0 0 39 0 0 0 20 0 15 0 47624177 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839144917488 139839902857858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839143863776 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839142811136 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47624180 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21258] ppid=21244 vsize=10551232 CPUtime=0.86 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) S 21244 21247 12906 0 -1 1077944384 1981 0 0 0 86 0 0 0 20 0 15 0 47624180 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839140706288 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21259] ppid=21244 vsize=10551232 CPUtime=0.85 cores=1,3,5,7
/proc/21247/task/21259/stat : 21259 (java) S 21244 21247 12906 0 -1 1077944384 1414 0 0 0 85 0 0 0 20 0 15 0 47624180 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839139653744 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21260] ppid=21244 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/21247/task/21260/stat : 21260 (java) S 21244 21247 12906 0 -1 1077944384 1670 0 0 0 34 0 0 0 20 0 15 0 47624180 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839138601200 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21261] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21261/stat : 21261 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47624180 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839137548896 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21262] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21262/stat : 21262 (java) S 21244 21247 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47624185 10804461568 162954 18446744073709551615 4194304 4196468 140724936609872 139839136496432 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 10551232

[startup+6.30068 s]
/proc/loadavg: 4.82 5.59 5.11 6/218 21262
/proc/meminfo: memFree=22193732/32770624 swapFree=0/345356
[pid=21247] ppid=21244 vsize=10551232 CPUtime=15.63 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 21499 0 0 0 1466 97 0 0 20 0 15 0 47624162 10804461568 316288 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2637808 316288 3123 1 0 2627261 0
[pid=21247/tid=21249] ppid=21244 vsize=10551232 CPUtime=2.65 cores=1,3,5,7
/proc/21247/task/21249/stat : 21249 (java) S 21244 21247 12906 0 -1 1077944384 8451 0 0 0 256 9 0 0 20 0 15 0 47624175 10804461568 316288 18446744073709551615 4194304 4196468 140724936609872 139839907082128 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10551232 CPUtime=2.42 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) R 21244 21247 12906 0 -1 4202560 856 0 0 0 221 21 0 0 20 0 15 0 47624176 10804461568 316288 18446744073709551615 4194304 4196468 140724936609872 139839843883280 139839887874585 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10551232 CPUtime=2.43 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) R 21244 21247 12906 0 -1 4202560 681 0 0 0 222 21 0 0 20 0 15 0 47624176 10804461568 316288 18446744073709551615 4194304 4196468 140724936609872 139839842830936 139839887874130 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10551232 CPUtime=2.42 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) R 21244 21247 12906 0 -1 4202560 817 0 0 0 221 21 0 0 20 0 15 0 47624176 10804461568 316288 18446744073709551615 4194304 4196468 140724936609872 139839841778080 139839887874585 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10551232 CPUtime=2.43 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) R 21244 21247 12906 0 -1 4202560 892 0 0 0 222 21 0 0 20 0 15 0 47624176 10804461568 316288 18446744073709551615 4194304 4196468 140724936609872 139839510801040 139839887874585 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10551232 CPUtime=1.02 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) S 21244 21247 12906 0 -1 1077944384 2023 0 0 0 102 0 0 0 20 0 15 0 47624177 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839144916000 139839902856917 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839143863776 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839142811136 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47624180 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21258] ppid=21244 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) S 21244 21247 12906 0 -1 1077944384 2456 0 0 0 93 0 0 0 20 0 15 0 47624180 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839140706288 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21259] ppid=21244 vsize=10551232 CPUtime=0.89 cores=1,3,5,7
/proc/21247/task/21259/stat : 21259 (java) S 21244 21247 12906 0 -1 1077944384 1940 0 0 0 89 0 0 0 20 0 15 0 47624180 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839139653744 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21260] ppid=21244 vsize=10551232 CPUtime=0.37 cores=1,3,5,7
/proc/21247/task/21260/stat : 21260 (java) S 21244 21247 12906 0 -1 1077944384 2024 0 0 0 37 0 0 0 20 0 15 0 47624180 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839138601200 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21261] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21261/stat : 21261 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47624180 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839137548896 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21262] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21262/stat : 21262 (java) S 21244 21247 12906 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 47624185 10804461568 316800 18446744073709551615 4194304 4196468 140724936609872 139839136496432 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
Current children cumulated CPU time (s) 15.63
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 5.08 5.63 5.12 6/215 21262
/proc/meminfo: memFree=20773268/32770624 swapFree=0/345360
[pid=21247] ppid=21244 vsize=10551232 CPUtime=32.2 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 33933 0 0 0 3017 203 0 0 20 0 15 0 47624162 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2637808 651646 3124 1 0 2627261 0
[pid=21247/tid=21249] ppid=21244 vsize=10551232 CPUtime=3.91 cores=1,3,5,7
/proc/21247/task/21249/stat : 21249 (java) R 21244 21247 12906 0 -1 4202560 11206 0 0 0 380 11 0 0 20 0 15 0 47624175 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839907081664 139839525842460 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10551232 CPUtime=5.78 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) S 21244 21247 12906 0 -1 1077944384 1829 0 0 0 529 49 0 0 20 0 15 0 47624176 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839843883280 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10551232 CPUtime=5.79 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) S 21244 21247 12906 0 -1 1077944384 1297 0 0 0 535 44 0 0 20 0 15 0 47624176 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839842830736 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10551232 CPUtime=5.81 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) S 21244 21247 12906 0 -1 1077944384 2762 0 0 0 533 48 0 0 20 0 15 0 47624176 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839841778192 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10551232 CPUtime=5.82 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) S 21244 21247 12906 0 -1 1077944384 2131 0 0 0 536 46 0 0 20 0 15 0 47624176 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839510801040 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10551232 CPUtime=2.75 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) S 21244 21247 12906 0 -1 1077944384 6117 0 0 0 275 0 0 0 20 0 15 0 47624177 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839144917488 139839902857858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839143863776 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47624178 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839142811136 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47624180 10804461568 651646 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0

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

/proc/21247/task/21249/stat : 21249 (java) S 21244 21247 12906 0 -1 1077944384 17821 0 0 0 1431 12 0 0 20 0 17 0 47624175 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839907087392 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10686560 CPUtime=311.9 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) R 21244 21247 12906 0 -1 4202560 15193 0 0 0 31021 169 0 0 20 0 17 0 47624176 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839843883088 139839895474919 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10686560 CPUtime=310.96 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) S 21244 21247 12906 0 -1 1077944384 15289 0 0 0 30928 168 0 0 20 0 17 0 47624176 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839842830544 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10686560 CPUtime=311.8 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) R 21244 21247 12906 0 -1 4202560 18640 0 0 0 31003 177 0 0 20 0 17 0 47624176 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839841778312 139839895474919 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10686560 CPUtime=311.64 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) R 21244 21247 12906 0 -1 4202560 18798 0 0 0 30995 169 0 0 20 0 17 0 47624176 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839510801240 139839887836307 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10686560 CPUtime=24.97 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) S 21244 21247 12906 0 -1 1077944384 55660 0 0 0 2494 3 0 0 20 0 17 0 47624177 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839144916032 139839902856917 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839143863312 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839142810608 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21258] ppid=21244 vsize=10686560 CPUtime=1.41 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) S 21244 21247 12906 0 -1 1077944384 10660 0 0 0 140 1 0 0 20 0 17 0 47624180 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839140706384 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21259] ppid=21244 vsize=10686560 CPUtime=0.97 cores=1,3,5,7
/proc/21247/task/21259/stat : 21259 (java) S 21244 21247 12906 0 -1 1077944384 3378 0 0 0 97 0 0 0 20 0 17 0 47624180 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839139653504 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21260] ppid=21244 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/21247/task/21260/stat : 21260 (java) S 21244 21247 12906 0 -1 1077944384 4806 0 0 0 44 1 0 0 20 0 17 0 47624180 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839138601296 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21261] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21261/stat : 21261 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839137548896 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21262] ppid=21244 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21247/task/21262/stat : 21262 (java) S 21244 21247 12906 0 -1 1077944384 321 0 0 0 6 9 0 0 20 0 17 0 47624185 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839136496432 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21362] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21362/stat : 21362 (java) S 21244 21247 12906 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839133343408 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21363] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21363/stat : 21363 (java) S 21244 21247 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082855 18446744073709551615 4194304 4196468 140724936609872 139839132290976 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
Current children cumulated CPU time (s) 1288.79
Current children cumulated vsize (KiB) 10686560

[startup+355.201 s]
/proc/loadavg: 7.41 7.00 5.91 9/215 21363
/proc/meminfo: memFree=15103488/32770624 swapFree=0/345876
[pid=21247] ppid=21244 vsize=10686560 CPUtime=1294.86 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 162019 0 0 0 128777 709 0 0 20 0 17 0 47624162 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2671640 2082856 3173 1 0 2661055 0
[pid=21247/tid=21249] ppid=21244 vsize=10686560 CPUtime=14.43 cores=1,3,5,7
/proc/21247/task/21249/stat : 21249 (java) S 21244 21247 12906 0 -1 1077944384 17821 0 0 0 1431 12 0 0 20 0 17 0 47624175 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839907087392 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10686560 CPUtime=313.4 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) S 21244 21247 12906 0 -1 1077944384 15193 0 0 0 31170 170 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839843883280 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10686560 CPUtime=312.45 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) S 21244 21247 12906 0 -1 1077944384 15289 0 0 0 31077 168 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839842830736 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10686560 CPUtime=313.27 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) S 21244 21247 12906 0 -1 1077944384 18640 0 0 0 31150 177 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839841778192 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10686560 CPUtime=313.19 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) S 21244 21247 12906 0 -1 1077944384 18798 0 0 0 31150 169 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839510801040 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10686560 CPUtime=25.02 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) R 21244 21247 12906 0 -1 4202560 55699 0 0 0 2499 3 0 0 20 0 17 0 47624177 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839144916032 139839887843121 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839143863312 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839142810608 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21258] ppid=21244 vsize=10686560 CPUtime=1.41 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) S 21244 21247 12906 0 -1 1077944384 10660 0 0 0 140 1 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839140706384 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21259] ppid=21244 vsize=10686560 CPUtime=0.97 cores=1,3,5,7
/proc/21247/task/21259/stat : 21259 (java) S 21244 21247 12906 0 -1 1077944384 3378 0 0 0 97 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839139653504 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21260] ppid=21244 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/21247/task/21260/stat : 21260 (java) S 21244 21247 12906 0 -1 1077944384 4806 0 0 0 44 1 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839138601296 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21261] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21261/stat : 21261 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839137548896 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21262] ppid=21244 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21247/task/21262/stat : 21262 (java) S 21244 21247 12906 0 -1 1077944384 321 0 0 0 6 9 0 0 20 0 17 0 47624185 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839136496432 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21362] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21362/stat : 21362 (java) S 21244 21247 12906 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839133343408 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21363] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21363/stat : 21363 (java) S 21244 21247 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839132290976 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
Current children cumulated CPU time (s) 1294.86
Current children cumulated vsize (KiB) 10686560

[startup+355.601 s]
/proc/loadavg: 7.41 7.00 5.91 6/215 21363
/proc/meminfo: memFree=15103364/32770624 swapFree=0/345876
[pid=21247] ppid=21244 vsize=10686560 CPUtime=1295.26 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 162109 0 0 0 128817 709 0 0 20 0 17 0 47624162 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2671640 2082856 3173 1 0 2661055 0
[pid=21247/tid=21249] ppid=21244 vsize=10686560 CPUtime=14.43 cores=1,3,5,7
/proc/21247/task/21249/stat : 21249 (java) S 21244 21247 12906 0 -1 1077944384 17821 0 0 0 1431 12 0 0 20 0 17 0 47624175 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839907087392 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10686560 CPUtime=313.4 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) S 21244 21247 12906 0 -1 1077944384 15193 0 0 0 31170 170 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839843883280 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10686560 CPUtime=312.45 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) S 21244 21247 12906 0 -1 1077944384 15289 0 0 0 31077 168 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839842830736 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10686560 CPUtime=313.27 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) S 21244 21247 12906 0 -1 1077944384 18640 0 0 0 31150 177 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839841778192 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10686560 CPUtime=313.19 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) S 21244 21247 12906 0 -1 1077944384 18798 0 0 0 31150 169 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839510801040 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10686560 CPUtime=25.42 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) R 21244 21247 12906 0 -1 4202560 55789 0 0 0 2539 3 0 0 20 0 17 0 47624177 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839144916032 139839887843118 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839143863312 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839142810608 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21258] ppid=21244 vsize=10686560 CPUtime=1.41 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) S 21244 21247 12906 0 -1 1077944384 10660 0 0 0 140 1 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839140706384 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21259] ppid=21244 vsize=10686560 CPUtime=0.97 cores=1,3,5,7
/proc/21247/task/21259/stat : 21259 (java) S 21244 21247 12906 0 -1 1077944384 3378 0 0 0 97 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839139653504 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21260] ppid=21244 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/21247/task/21260/stat : 21260 (java) S 21244 21247 12906 0 -1 1077944384 4806 0 0 0 44 1 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839138601296 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21261] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21261/stat : 21261 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839137548896 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21262] ppid=21244 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21247/task/21262/stat : 21262 (java) S 21244 21247 12906 0 -1 1077944384 321 0 0 0 6 9 0 0 20 0 17 0 47624185 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839136496432 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21362] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21362/stat : 21362 (java) S 21244 21247 12906 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839133343408 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21363] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21363/stat : 21363 (java) S 21244 21247 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839132290976 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
Current children cumulated CPU time (s) 1295.26
Current children cumulated vsize (KiB) 10686560

[startup+355.801 s]
/proc/loadavg: 7.41 7.00 5.91 6/215 21363
/proc/meminfo: memFree=15103364/32770624 swapFree=0/345876
[pid=21247] ppid=21244 vsize=10686560 CPUtime=1295.46 cores=1,3,5,7
/proc/21247/stat : 21247 (java) S 21244 21247 12906 0 -1 1077944320 162109 0 0 0 128837 709 0 0 20 0 17 0 47624162 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 140724936592416 139839902846711 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
/proc/21247/statm: 2671640 2082856 3173 1 0 2661055 0
[pid=21247/tid=21249] ppid=21244 vsize=10686560 CPUtime=14.43 cores=1,3,5,7
/proc/21247/task/21249/stat : 21249 (java) S 21244 21247 12906 0 -1 1077944384 17821 0 0 0 1431 12 0 0 20 0 17 0 47624175 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839907087392 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21250] ppid=21244 vsize=10686560 CPUtime=313.4 cores=1,3,5,7
/proc/21247/task/21250/stat : 21250 (java) S 21244 21247 12906 0 -1 1077944384 15193 0 0 0 31170 170 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839843883280 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21251] ppid=21244 vsize=10686560 CPUtime=312.45 cores=1,3,5,7
/proc/21247/task/21251/stat : 21251 (java) S 21244 21247 12906 0 -1 1077944384 15289 0 0 0 31077 168 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839842830736 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21252] ppid=21244 vsize=10686560 CPUtime=313.27 cores=1,3,5,7
/proc/21247/task/21252/stat : 21252 (java) S 21244 21247 12906 0 -1 1077944384 18640 0 0 0 31150 177 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839841778192 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21253] ppid=21244 vsize=10686560 CPUtime=313.19 cores=1,3,5,7
/proc/21247/task/21253/stat : 21253 (java) S 21244 21247 12906 0 -1 1077944384 18798 0 0 0 31150 169 0 0 20 0 17 0 47624176 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839510801040 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21254] ppid=21244 vsize=10686560 CPUtime=25.62 cores=1,3,5,7
/proc/21247/task/21254/stat : 21254 (java) R 21244 21247 12906 0 -1 4202560 55789 0 0 0 2559 3 0 0 20 0 17 0 47624177 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839144916032 139839887843264 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21255] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21255/stat : 21255 (java) S 21244 21247 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839143863312 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21256] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21256/stat : 21256 (java) S 21244 21247 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 47624178 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839142810608 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21257] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21257/stat : 21257 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839141759696 139839902865307 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21258] ppid=21244 vsize=10686560 CPUtime=1.41 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) S 21244 21247 12906 0 -1 1077944384 10660 0 0 0 140 1 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839140706384 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21259] ppid=21244 vsize=10686560 CPUtime=0.97 cores=1,3,5,7
/proc/21247/task/21259/stat : 21259 (java) S 21244 21247 12906 0 -1 1077944384 3378 0 0 0 97 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839139653504 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21260] ppid=21244 vsize=10686560 CPUtime=0.45 cores=1,3,5,7
/proc/21247/task/21260/stat : 21260 (java) S 21244 21247 12906 0 -1 1077944384 4806 0 0 0 44 1 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839138601296 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21261] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21261/stat : 21261 (java) S 21244 21247 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 47624180 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839137548896 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21262] ppid=21244 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/21247/task/21262/stat : 21262 (java) S 21244 21247 12906 0 -1 1077944384 321 0 0 0 6 9 0 0 20 0 17 0 47624185 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839136496432 139839902857858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21362] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21362/stat : 21362 (java) S 21244 21247 12906 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839133343408 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
[pid=21247/tid=21363] ppid=21244 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21247/task/21363/stat : 21363 (java) S 21244 21247 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 47657852 10943037440 2082856 18446744073709551615 4194304 4196468 140724936609872 139839132290976 139839902856917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20520960 140724936614325 140724936614478 140724936614478 140724936617935 0
Current children cumulated CPU time (s) 1295.46
Current children cumulated vsize (KiB) 10686560

[startup+355.901 s]
/proc/loadavg: 7.41 7.00 5.91 6/215 21363
/proc/meminfo: memFree=15103364/32770624 swapFree=0/345876
[pid=21247] ppid=21244 vsize=0 CPUtime=1295.55 cores=1,3,5,7
/proc/21247/stat : 21247 (java) Z 21244 21247 12906 0 -1 4227084 162189 0 0 0 128846 709 0 0 20 0 2 0 47624162 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 12 0 0 0 0 0 0 0 0 0 0
/proc/21247/statm: 0 0 0 0 0 0 0
[pid=21247/tid=21258] ppid=21244 vsize=0 CPUtime=1.42 cores=1,3,5,7
/proc/21247/task/21258/stat : 21258 (java) R 21244 21247 12906 0 -1 4203588 10661 0 0 0 140 2 0 0 20 0 2 0 47624180 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1295.55
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 355.926
CPU time (s): 1295.59
CPU user time (s): 1288.47
CPU system time (s): 7.12481
CPU usage (%): 364.006
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1288.47
system time used= 7.12481
maximum resident set size= 8331784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16265
involuntary context switches= 24685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.66475 second user time and 2.39255 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:51:35
IDJOB=4244115
IDBENCH=139752
IDSOLVER=2623
FILE ID=node135/4244115-1502057132
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244115-1502057132/watcher-4244115-1502057132 -o /tmp/evaluation-result-4244115-1502057132/solver-4244115-1502057132 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244115-1502057132.xml

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=768941836

node135.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.21
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.21
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.21
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.21
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:        23367120 kB
MemAvailable:   23782696 kB
Buffers:          206288 kB
Cached:           497956 kB
SwapCached:            0 kB
Active:          8590372 kB
Inactive:         370300 kB
Active(anon):    8256660 kB
Inactive(anon):    24972 kB
Active(file):     333712 kB
Inactive(file):   345328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2492 kB
Writeback:             0 kB
AnonPages:       8281128 kB
Mapped:            51584 kB
Shmem:             25344 kB
Slab:             131800 kB
SReclaimable:     104740 kB
SUnreclaim:        27060 kB
KernelStack:        3840 kB
PageTables:        21536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8623588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8126464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62024 MiB
End job on node135 at 2017-08-06 23:57:31