Trace number 4244117

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? 1305.3199 358.931

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-28-30.xml
MD5SUMee8f46aa30558cd8981f6f6871151079
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2520.8999
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of constraints164431
Number of domains1
Minimum domain size840
Maximum domain size840
Distribution of domain sizes[{"size":840,"count":840}]
Minimum variable degree785
Maximum variable degree785
Distribution of variable degrees[{"degree":785,"count":840}]
Minimum constraint arity4
Maximum constraint arity840
Distribution of constraint arities[{"arity":4,"count":164430},{"arity":840,"count":1}]
Number of extensional constraints0
Number of intensional constraints164430
Distribution of constraint types[{"type":"intension","count":164430},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=21628
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: 5.69 6.87 6.25 3/199 21631
/proc/meminfo: memFree=23258172/32770624 swapFree=0/346004
[pid=21631] ppid=21628 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21631/stat : 21631 (runsolver) D 21628 21631 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47695708 24240128 106 18446744073709551615 4194304 4338465 140733120281072 140733120278712 140397448807127 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 36208640 140733120286855 140733120287305 140733120287305 140733120290762 0
/proc/21631/statm: 5918 106 53 36 0 2156 0

[startup+0.10164 s]
/proc/loadavg: 5.69 6.87 6.25 3/199 21631
/proc/meminfo: memFree=23258172/32770624 swapFree=0/346004
[pid=21631] ppid=21628 vsize=9934352 CPUtime=0 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 2642 0 0 0 0 0 0 0 20 0 6 0 47695708 10172776448 3330 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2483588 3330 1325 1 0 2473558 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9934352

[startup+0.200996 s]
/proc/loadavg: 5.69 6.87 6.25 3/199 21631
/proc/meminfo: memFree=23258172/32770624 swapFree=0/346004
[pid=21631] ppid=21628 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 5106 0 0 0 7 0 0 0 20 0 15 0 47695708 10804383744 6603 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637789 6603 2684 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.300245 s]
/proc/loadavg: 5.69 6.87 6.25 3/199 21631
/proc/meminfo: memFree=23258172/32770624 swapFree=0/346004
[pid=21631] ppid=21628 vsize=10551156 CPUtime=0.23 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 8270 0 0 0 21 2 0 0 20 0 15 0 47695708 10804383744 8980 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637789 8980 2876 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.701075 s]
/proc/loadavg: 5.69 6.87 6.25 3/199 21631
/proc/meminfo: memFree=23258172/32770624 swapFree=0/346004
[pid=21631] ppid=21628 vsize=10551232 CPUtime=1.19 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 12099 0 0 0 114 5 0 0 20 0 15 0 47695708 10804461568 36210 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 36210 3030 1 0 2627261 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10551232

[startup+1.50135 s]
/proc/loadavg: 5.69 6.87 6.25 8/214 21646
/proc/meminfo: memFree=22977188/32770624 swapFree=0/346028
[pid=21631] ppid=21628 vsize=10551232 CPUtime=3.67 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 16980 0 0 0 338 29 0 0 20 0 15 0 47695708 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 115419 3090 1 0 2627261 0
[pid=21631/tid=21633] ppid=21628 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) R 21628 21631 12906 0 -1 4202560 7456 0 0 0 116 6 0 0 20 0 15 0 47695718 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140654204417792 140653823996949 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) S 21628 21631 12906 0 -1 1077944384 203 0 0 0 8 5 0 0 20 0 15 0 47695718 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140654141217040 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10551232 CPUtime=0.13 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) S 21628 21631 12906 0 -1 1077944384 136 0 0 0 8 5 0 0 20 0 15 0 47695718 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653809756560 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10551232 CPUtime=0.12 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) S 21628 21631 12906 0 -1 1077944384 200 0 0 0 8 4 0 0 20 0 15 0 47695718 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653808704016 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10551232 CPUtime=0.11 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) S 21628 21631 12906 0 -1 1077944384 122 0 0 0 7 4 0 0 20 0 15 0 47695718 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653807651472 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) S 21628 21631 12906 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653696383472 140654200191618 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653695329696 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21642] ppid=21628 vsize=10551232 CPUtime=0.82 cores=1,3,5,7
/proc/21631/task/21642/stat : 21642 (java) R 21628 21631 12906 0 -1 4202560 2632 0 0 0 82 0 0 0 20 0 15 0 47695723 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653692153840 140654184087203 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21643] ppid=21628 vsize=10551232 CPUtime=0.81 cores=1,3,5,7
/proc/21631/task/21643/stat : 21643 (java) R 21628 21631 12906 0 -1 4202560 3171 0 0 0 81 0 0 0 20 0 15 0 47695723 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653691111008 140654179426725 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21644] ppid=21628 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 1493 0 0 0 24 1 0 0 20 0 15 0 47695723 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653690067184 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47695727 10804461568 115419 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 10551232

[startup+3.10136 s]
/proc/loadavg: 5.69 6.87 6.25 8/214 21646
/proc/meminfo: memFree=22529812/32770624 swapFree=0/346028
[pid=21631] ppid=21628 vsize=10551232 CPUtime=6.85 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 21228 0 0 0 612 73 0 0 20 0 15 0 47695708 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 363123 3101 1 0 2627261 0
[pid=21631/tid=21633] ppid=21628 vsize=10551232 CPUtime=2.57 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) S 21628 21631 12906 0 -1 1077944384 8894 0 0 0 241 16 0 0 20 0 15 0 47695718 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140654204417888 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) R 21628 21631 12906 0 -1 4202560 854 0 0 0 23 13 0 0 20 0 15 0 47695718 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140654141217240 140654181733712 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) R 21628 21631 12906 0 -1 4202560 350 0 0 0 22 13 0 0 20 0 15 0 47695718 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653809756560 140654185202592 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) R 21628 21631 12906 0 -1 4202560 506 0 0 0 23 13 0 0 20 0 15 0 47695718 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653808704216 140654185207566 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) R 21628 21631 12906 0 -1 4202560 331 0 0 0 21 12 0 0 20 0 15 0 47695718 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653807651360 140654185207753 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) S 21628 21631 12906 0 -1 1077944384 1073 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653696381984 140654200190677 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653695329760 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21642] ppid=21628 vsize=10551232 CPUtime=1.19 cores=1,3,5,7
/proc/21631/task/21642/stat : 21642 (java) S 21628 21631 12906 0 -1 1077944384 2924 0 0 0 118 1 0 0 20 0 15 0 47695723 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653692172272 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21643] ppid=21628 vsize=10551232 CPUtime=1.26 cores=1,3,5,7
/proc/21631/task/21643/stat : 21643 (java) S 21628 21631 12906 0 -1 1077944384 3322 0 0 0 126 0 0 0 20 0 15 0 47695723 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653691119728 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21644] ppid=21628 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 1617 0 0 0 32 1 0 0 20 0 15 0 47695723 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653690067184 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47695727 10804461568 363123 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 10551232

[startup+6.30135 s]
/proc/loadavg: 5.31 6.77 6.22 9/214 21646
/proc/meminfo: memFree=20562004/32770624 swapFree=0/346028
[pid=21631] ppid=21628 vsize=10551232 CPUtime=13.76 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 120798 0 0 0 1202 174 0 0 20 0 15 0 47695708 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 842634 3112 1 0 2627261 0
[pid=21631/tid=21633] ppid=21628 vsize=10551232 CPUtime=4.58 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) S 21628 21631 12906 0 -1 1077944384 10191 0 0 0 428 30 0 0 20 0 15 0 47695718 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140654204412224 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10551232 CPUtime=1.49 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) R 21628 21631 12906 0 -1 4202560 25085 0 0 0 114 35 0 0 20 0 15 0 47695718 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140654141217240 140654184878110 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10551232 CPUtime=1.46 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) R 21628 21631 12906 0 -1 4202560 26028 0 0 0 111 35 0 0 20 0 15 0 47695718 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653809756560 140654181777010 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10551232 CPUtime=1.48 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) R 21628 21631 12906 0 -1 4202560 20527 0 0 0 115 33 0 0 20 0 15 0 47695718 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653808703904 140654185130676 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10551232 CPUtime=1.45 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) R 21628 21631 12906 0 -1 4202560 28053 0 0 0 111 34 0 0 20 0 15 0 47695718 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653807651672 140654185131943 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) S 21628 21631 12906 0 -1 1077944384 1570 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653696381792 140654200190677 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653695329760 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21642] ppid=21628 vsize=10551232 CPUtime=1.39 cores=1,3,5,7
/proc/21631/task/21642/stat : 21642 (java) S 21628 21631 12906 0 -1 1077944384 2947 0 0 0 138 1 0 0 20 0 15 0 47695723 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653692172272 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21643] ppid=21628 vsize=10551232 CPUtime=1.47 cores=1,3,5,7
/proc/21631/task/21643/stat : 21643 (java) S 21628 21631 12906 0 -1 1077944384 3358 0 0 0 147 0 0 0 20 0 15 0 47695723 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653691119728 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21644] ppid=21628 vsize=10551232 CPUtime=0.35 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 1671 0 0 0 34 1 0 0 20 0 15 0 47695723 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653690067184 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 47695727 10804461568 842634 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 15 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 13.76
Current children cumulated vsize (KiB) 10551232

[startup+12.702 s]
/proc/loadavg: 5.13 6.71 6.20 9/214 21646
/proc/meminfo: memFree=19770612/32770624 swapFree=0/346036
[pid=21631] ppid=21628 vsize=10551232 CPUtime=29.28 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 190931 0 0 0 2693 235 0 0 20 0 15 0 47695708 10804461568 1003126 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 1003126 3117 1 0 2627261 0
[pid=21631/tid=21633] ppid=21628 vsize=10551232 CPUtime=6.64 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) S 21628 21631 12906 0 -1 1077944384 14991 0 0 0 633 31 0 0 20 0 15 0 47695718 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140654204415552 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10551232 CPUtime=4.51 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) R 21628 21631 12906 0 -1 1077944384 27757 0 0 0 401 50 0 0 20 0 15 0 47695718 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140654141216416 140654200190677 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10551232 CPUtime=4.51 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) R 21628 21631 12906 0 -1 4202560 49234 0 0 0 402 49 0 0 20 0 15 0 47695718 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140653809756328 140654193283529 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10551232 CPUtime=4.5 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) R 21628 21631 12906 0 -1 4202560 45804 0 0 0 400 50 0 0 20 0 15 0 47695718 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140653808703784 140654185208345 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10551232 CPUtime=4.5 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) R 21628 21631 12906 0 -1 4202560 31230 0 0 0 402 48 0 0 20 0 15 0 47695718 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140653807650760 140654193277188 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10551232 CPUtime=1.29 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) S 21628 21631 12906 0 -1 1077944384 11943 0 0 0 129 0 0 0 20 0 15 0 47695720 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140653696381984 140654200190677 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140653695329760 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 1003192 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0

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

[pid=21631/tid=21644] ppid=21628 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 3406 0 0 0 38 2 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653690066080 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10551232 CPUtime=0.16 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 378 0 0 0 8 8 0 0 20 0 15 0 47695727 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 1293.86
Current children cumulated vsize (KiB) 10551232

[startup+356.801 s]
/proc/loadavg: 6.18 7.00 6.52 6/215 21898
/proc/meminfo: memFree=22990980/32770624 swapFree=0/346212
[pid=21631] ppid=21628 vsize=10551232 CPUtime=1300.24 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 1665721 0 0 0 129391 633 0 0 20 0 15 0 47695708 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 2079732 3126 1 0 2627261 0
[pid=21631/tid=21633] ppid=21628 vsize=10551232 CPUtime=16.5 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) S 21628 21631 12906 0 -1 1077944384 27970 0 0 0 1618 32 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140654204418192 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10551232 CPUtime=314.12 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) R 21628 21631 12906 0 -1 4202560 363348 0 0 0 31267 145 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140654141217240 140654184638091 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10551232 CPUtime=314.44 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) R 21628 21631 12906 0 -1 4202560 357809 0 0 0 31305 139 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653809756448 140654184881472 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10551232 CPUtime=314.18 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) R 21628 21631 12906 0 -1 4202560 442091 0 0 0 31264 154 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653808704216 140654184881089 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10551232 CPUtime=314.32 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) R 21628 21631 12906 0 -1 4202560 373291 0 0 0 31282 150 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653807651672 140654184880909 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10551232 CPUtime=23.09 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) S 21628 21631 12906 0 -1 1077944384 87438 0 0 0 2305 4 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653696382016 140654200190677 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653695329760 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21642] ppid=21628 vsize=10551232 CPUtime=1.42 cores=1,3,5,7
/proc/21631/task/21642/stat : 21642 (java) S 21628 21631 12906 0 -1 1077944384 4102 0 0 0 141 1 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653692172320 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21643] ppid=21628 vsize=10551232 CPUtime=1.5 cores=1,3,5,7
/proc/21631/task/21643/stat : 21643 (java) S 21628 21631 12906 0 -1 1077944384 4476 0 0 0 150 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653691119488 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21644] ppid=21628 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 3406 0 0 0 38 2 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653690066080 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10551232 CPUtime=0.17 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 378 0 0 0 8 9 0 0 20 0 15 0 47695727 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 1300.24
Current children cumulated vsize (KiB) 10551232

[startup+357.607 s]
/proc/loadavg: 6.18 7.00 6.52 6/215 21898
/proc/meminfo: memFree=22991032/32770624 swapFree=0/346212
[pid=21631] ppid=21628 vsize=10551232 CPUtime=1303.45 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 1665777 0 0 0 129712 633 0 0 20 0 15 0 47695708 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 2079732 3126 1 0 2627261 0
[pid=21631/tid=21633] ppid=21628 vsize=10551232 CPUtime=16.5 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) S 21628 21631 12906 0 -1 1077944384 27970 0 0 0 1618 32 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140654204418192 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10551232 CPUtime=314.92 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) R 21628 21631 12906 0 -1 4202560 363371 0 0 0 31347 145 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140654141217240 140654185176881 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10551232 CPUtime=315.26 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) R 21628 21631 12906 0 -1 4202560 357823 0 0 0 31386 140 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653809756448 140654184881118 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10551232 CPUtime=314.99 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) R 21628 21631 12906 0 -1 4202560 442095 0 0 0 31345 154 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653808704216 140654184881104 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10551232 CPUtime=315.12 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) R 21628 21631 12906 0 -1 4202560 373306 0 0 0 31362 150 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653807651672 140654184881159 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10551232 CPUtime=23.09 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) S 21628 21631 12906 0 -1 1077944384 87438 0 0 0 2305 4 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653696382016 140654200190677 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653695329760 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21642] ppid=21628 vsize=10551232 CPUtime=1.42 cores=1,3,5,7
/proc/21631/task/21642/stat : 21642 (java) S 21628 21631 12906 0 -1 1077944384 4102 0 0 0 141 1 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653692172320 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21643] ppid=21628 vsize=10551232 CPUtime=1.5 cores=1,3,5,7
/proc/21631/task/21643/stat : 21643 (java) S 21628 21631 12906 0 -1 1077944384 4476 0 0 0 150 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653691119488 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21644] ppid=21628 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 3406 0 0 0 38 2 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653690066080 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10551232 CPUtime=0.17 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 378 0 0 0 8 9 0 0 20 0 15 0 47695727 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 1303.45
Current children cumulated vsize (KiB) 10551232

[startup+358.401 s]
/proc/loadavg: 6.18 7.00 6.52 6/215 21898
/proc/meminfo: memFree=22991032/32770624 swapFree=0/346212
[pid=21631] ppid=21628 vsize=10551232 CPUtime=1304.96 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 1665862 0 0 0 129863 633 0 0 20 0 15 0 47695708 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2637808 2079732 3126 1 0 2627261 0
[pid=21631/tid=21633] ppid=21628 vsize=10551232 CPUtime=16.5 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) S 21628 21631 12906 0 -1 1077944384 27970 0 0 0 1618 32 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140654204418192 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10551232 CPUtime=315.15 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) S 21628 21631 12906 0 -1 1077944384 363372 0 0 0 31370 145 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140654141217040 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10551232 CPUtime=315.49 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) S 21628 21631 12906 0 -1 1077944384 357828 0 0 0 31409 140 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653809756560 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10551232 CPUtime=315.23 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) S 21628 21631 12906 0 -1 1077944384 442097 0 0 0 31369 154 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653808704016 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10551232 CPUtime=315.36 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) S 21628 21631 12906 0 -1 1077944384 373308 0 0 0 31386 150 0 0 20 0 15 0 47695718 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653807651472 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10551232 CPUtime=23.64 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) R 21628 21631 12906 0 -1 4202560 87513 0 0 0 2360 4 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653696382016 140654185176816 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653695329760 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 47695720 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21642] ppid=21628 vsize=10551232 CPUtime=1.42 cores=1,3,5,7
/proc/21631/task/21642/stat : 21642 (java) S 21628 21631 12906 0 -1 1077944384 4102 0 0 0 141 1 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653692172320 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21643] ppid=21628 vsize=10551232 CPUtime=1.5 cores=1,3,5,7
/proc/21631/task/21643/stat : 21643 (java) S 21628 21631 12906 0 -1 1077944384 4476 0 0 0 150 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653691119488 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21644] ppid=21628 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 3406 0 0 0 38 2 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653690066080 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47695723 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10551232 CPUtime=0.17 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 378 0 0 0 8 9 0 0 20 0 15 0 47695727 10804461568 2079732 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 1304.96
Current children cumulated vsize (KiB) 10551232

[startup+358.801 s]
/proc/loadavg: 5.85 6.92 6.50 3/215 21898
/proc/meminfo: memFree=22991032/32770624 swapFree=0/346212
[pid=21631] ppid=21628 vsize=10686560 CPUtime=1305.24 cores=1,3,5,7
/proc/21631/stat : 21631 (java) S 21628 21631 12906 0 -1 1077944320 1666848 0 0 0 129891 633 0 0 20 0 16 0 47695708 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140732361898640 140654200180471 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
/proc/21631/statm: 2671640 2079933 3169 1 0 2661055 0
[pid=21631/tid=21633] ppid=21628 vsize=10686560 CPUtime=16.52 cores=1,3,5,7
/proc/21631/task/21633/stat : 21633 (java) S 21628 21631 12906 0 -1 1077944384 28395 0 0 0 1620 32 0 0 20 0 16 0 47695718 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140654204421152 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21634] ppid=21628 vsize=10686560 CPUtime=315.15 cores=1,3,5,7
/proc/21631/task/21634/stat : 21634 (java) S 21628 21631 12906 0 -1 1077944384 363372 0 0 0 31370 145 0 0 20 0 16 0 47695718 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140654141217040 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21635] ppid=21628 vsize=10686560 CPUtime=315.49 cores=1,3,5,7
/proc/21631/task/21635/stat : 21635 (java) S 21628 21631 12906 0 -1 1077944384 357828 0 0 0 31409 140 0 0 20 0 16 0 47695718 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653809756560 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21636] ppid=21628 vsize=10686560 CPUtime=315.23 cores=1,3,5,7
/proc/21631/task/21636/stat : 21636 (java) S 21628 21631 12906 0 -1 1077944384 442097 0 0 0 31369 154 0 0 20 0 16 0 47695718 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653808704016 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21637] ppid=21628 vsize=10686560 CPUtime=315.36 cores=1,3,5,7
/proc/21631/task/21637/stat : 21637 (java) S 21628 21631 12906 0 -1 1077944384 373308 0 0 0 31386 150 0 0 20 0 16 0 47695718 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653807651472 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21638] ppid=21628 vsize=10686560 CPUtime=23.88 cores=1,3,5,7
/proc/21631/task/21638/stat : 21638 (java) S 21628 21631 12906 0 -1 1077944384 87514 0 0 0 2384 4 0 0 20 0 16 0 47695720 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653696383472 140654200191618 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21639] ppid=21628 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21639/stat : 21639 (java) S 21628 21631 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 47695720 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653695329760 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21640] ppid=21628 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21640/stat : 21640 (java) S 21628 21631 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47695720 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653694277104 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21641] ppid=21628 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21641/stat : 21641 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47695723 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653693225680 140654200199067 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21642] ppid=21628 vsize=10686560 CPUtime=1.43 cores=1,3,5,7
/proc/21631/task/21642/stat : 21642 (java) S 21628 21631 12906 0 -1 1077944384 4251 0 0 0 142 1 0 0 20 0 16 0 47695723 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653692172272 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21643] ppid=21628 vsize=10686560 CPUtime=1.5 cores=1,3,5,7
/proc/21631/task/21643/stat : 21643 (java) S 21628 21631 12906 0 -1 1077944384 4560 0 0 0 150 0 0 0 20 0 16 0 47695723 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653691119728 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21644] ppid=21628 vsize=10686560 CPUtime=0.41 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) S 21628 21631 12906 0 -1 1077944384 3682 0 0 0 39 2 0 0 20 0 16 0 47695723 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653690067184 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21645] ppid=21628 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/21631/task/21645/stat : 21645 (java) S 21628 21631 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47695723 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653689014880 140654200190677 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
[pid=21631/tid=21646] ppid=21628 vsize=10686560 CPUtime=0.17 cores=1,3,5,7
/proc/21631/task/21646/stat : 21646 (java) S 21628 21631 12906 0 -1 1077944384 378 0 0 0 8 9 0 0 20 0 16 0 47695727 10943037440 2079933 18446744073709551615 4194304 4196468 140732361916096 140653687962416 140654200191618 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 35831808 140732361920949 140732361921102 140732361921102 140732361924559 0
Current children cumulated CPU time (s) 1305.24
Current children cumulated vsize (KiB) 10686560

[startup+358.901 s]
/proc/loadavg: 5.85 6.92 6.50 3/215 21898
/proc/meminfo: memFree=22991032/32770624 swapFree=0/346212
[pid=21631] ppid=21628 vsize=0 CPUtime=1305.28 cores=1,3,5,7
/proc/21631/stat : 21631 (java) Z 21628 21631 12906 0 -1 4227084 1666932 0 0 0 129891 637 0 0 20 0 2 0 47695708 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/21631/statm: 0 0 0 0 0 0 0
[pid=21631/tid=21644] ppid=21628 vsize=0 CPUtime=0.44 cores=1,3,5,7
/proc/21631/task/21644/stat : 21644 (java) R 21628 21631 12906 0 -1 4203588 3729 0 0 0 39 5 0 0 20 0 2 0 47695723 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) 1305.28
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 358.931
CPU time (s): 1305.32
CPU user time (s): 1298.92
CPU system time (s): 6.40124
CPU usage (%): 363.669
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.92
system time used= 6.40124
maximum resident set size= 8319852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1666932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19154
involuntary context switches= 22944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68301 second user time and 2.34893 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 00:03:30
IDJOB=4244117
IDBENCH=139757
IDSOLVER=2623
FILE ID=node135/4244117-1502057848
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-28-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244117-1502057848/watcher-4244117-1502057848 -o /tmp/evaluation-result-4244117-1502057848/solver-4244117-1502057848 -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-4244117-1502057848.xml

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

MD5SUM BENCH= ee8f46aa30558cd8981f6f6871151079
RANDOM SEED=1335999388

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:        23258452 kB
MemAvailable:   23688164 kB
Buffers:          206684 kB
Cached:           511448 kB
SwapCached:            0 kB
Active:          8698588 kB
Inactive:         370976 kB
Active(anon):    8351500 kB
Inactive(anon):    24972 kB
Active(file):     347088 kB
Inactive(file):   346004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11000 kB
Writeback:             4 kB
AnonPages:       8351120 kB
Mapped:            50356 kB
Shmem:             25344 kB
Slab:             132172 kB
SReclaimable:     104912 kB
SUnreclaim:        27260 kB
KernelStack:        3552 kB
PageTables:        21124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8138752 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= 62020 MiB
End job on node135 at 2017-08-07 00:09:29