Trace number 4244121

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? 1494.98 410.22699

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-40-40.xml
MD5SUM2ccb4f0641fb73c42fbac15220770a0a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1600
Number of constraints608401
Number of domains1
Minimum domain size1600
Maximum domain size1600
Distribution of domain sizes[{"size":1600,"count":1600}]
Minimum variable degree1523
Maximum variable degree1523
Distribution of variable degrees[{"degree":1523,"count":1600}]
Minimum constraint arity4
Maximum constraint arity1600
Distribution of constraint arities[{"arity":4,"count":608400},{"arity":1600,"count":1}]
Number of extensional constraints0
Number of intensional constraints608400
Distribution of constraint types[{"type":"intension","count":608400},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=20879
running on 4 cores: 0,2,4,6

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.08 4.70 4.35 3/199 20882
/proc/meminfo: memFree=28403420/32770624 swapFree=0/345016
[pid=20882] ppid=20879 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (runsolver) D 20879 20882 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47569678 24240128 107 18446744073709551615 4194304 4338465 140721539349696 140721539347336 139912898020055 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 19574784 140721539350663 140721539351113 140721539351113 140721539354570 0
/proc/20882/statm: 5918 107 54 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 5.08 4.70 4.35 3/199 20882
/proc/meminfo: memFree=28403420/32770624 swapFree=0/345016
[pid=20882] ppid=20879 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20882/stat : 20882 (runsolver) D 20879 20882 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47569678 24240128 107 18446744073709551615 4194304 4338465 140721539349696 140721539347336 139912898020055 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 19574784 140721539350663 140721539351113 140721539351113 140721539354570 0
/proc/20882/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20032 s]
/proc/loadavg: 5.08 4.70 4.35 3/199 20882
/proc/meminfo: memFree=28403420/32770624 swapFree=0/345016
[pid=20882] ppid=20879 vsize=10484492 CPUtime=0.05 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 4524 0 0 0 4 1 0 0 20 0 14 0 47569678 10736119808 5585 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2621123 5585 2583 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.301905 s]
/proc/loadavg: 5.08 4.70 4.35 3/199 20882
/proc/meminfo: memFree=28403420/32770624 swapFree=0/345016
[pid=20882] ppid=20879 vsize=10551156 CPUtime=0.18 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 7755 0 0 0 15 3 0 0 20 0 15 0 47569678 10804383744 7970 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637789 7970 2862 1 0 2627261 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10551156

[startup+0.700287 s]
/proc/loadavg: 5.08 4.70 4.35 3/199 20882
/proc/meminfo: memFree=28403420/32770624 swapFree=0/345016
[pid=20882] ppid=20879 vsize=10551156 CPUtime=1 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 10522 0 0 0 95 5 0 0 20 0 15 0 47569678 10804383744 41454 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637789 41454 3004 1 0 2627261 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10551156

[startup+1.50109 s]
/proc/loadavg: 5.08 4.70 4.35 9/214 20897
/proc/meminfo: memFree=27395880/32770624 swapFree=0/345048
[pid=20882] ppid=20879 vsize=10551156 CPUtime=3.47 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 11581 0 0 0 300 47 0 0 20 0 15 0 47569678 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637789 121221 3032 1 0 2627261 0
[pid=20882/tid=20884] ppid=20879 vsize=10551156 CPUtime=0.75 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) S 20879 20882 12906 0 -1 1077944384 5727 0 0 0 71 4 0 0 20 0 15 0 47569688 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378682904096 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10551156 CPUtime=0.55 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) R 20879 20882 12906 0 -1 4202560 220 0 0 0 45 10 0 0 20 0 15 0 47569689 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378609085328 140378663661031 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10551156 CPUtime=0.55 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) R 20879 20882 12906 0 -1 4202560 252 0 0 0 45 10 0 0 20 0 15 0 47569689 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378608032528 140378663663003 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10551156 CPUtime=0.54 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) R 20879 20882 12906 0 -1 4202560 264 0 0 0 45 9 0 0 20 0 15 0 47569689 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378606980360 140378663365584 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10551156 CPUtime=0.54 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) R 20879 20882 12906 0 -1 4202560 232 0 0 0 44 10 0 0 20 0 15 0 47569689 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378605927560 140378663365582 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10551156 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) S 20879 20882 12906 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 47569691 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378258744000 140378678675157 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10551156 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47569691 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378257691424 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10551156 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47569691 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10551156 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569693 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20893] ppid=20879 vsize=10551156 CPUtime=0.18 cores=0,2,4,6
/proc/20882/task/20893/stat : 20893 (java) S 20879 20882 12906 0 -1 1077944384 1123 0 0 0 18 0 0 0 20 0 15 0 47569693 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378186439280 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20894] ppid=20879 vsize=10551156 CPUtime=0.18 cores=0,2,4,6
/proc/20882/task/20894/stat : 20894 (java) S 20879 20882 12906 0 -1 1077944384 1181 0 0 0 18 0 0 0 20 0 15 0 47569693 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378185386480 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20895] ppid=20879 vsize=10551156 CPUtime=0.1 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 1134 0 0 0 10 0 0 0 20 0 15 0 47569694 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378184334192 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10551156 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569694 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10551156 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47569700 10804383744 121221 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10551156

[startup+3.10712 s]
/proc/loadavg: 5.08 4.70 4.35 8/214 20897
/proc/meminfo: memFree=26711948/32770624 swapFree=0/345048
[pid=20882] ppid=20879 vsize=10551232 CPUtime=8.44 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 15434 0 0 0 772 72 0 0 20 0 15 0 47569678 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637808 204089 3105 1 0 2627261 0
[pid=20882/tid=20884] ppid=20879 vsize=10551232 CPUtime=1.57 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) S 20879 20882 12906 0 -1 1077944384 6993 0 0 0 151 6 0 0 20 0 15 0 47569688 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378682902112 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10551232 CPUtime=1.27 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) R 20879 20882 12906 0 -1 4202560 386 0 0 0 112 15 0 0 20 0 15 0 47569689 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378609085448 140378663365528 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10551232 CPUtime=1.3 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) R 20879 20882 12906 0 -1 4202560 618 0 0 0 115 15 0 0 20 0 15 0 47569689 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378608032648 140378660274701 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10551232 CPUtime=1.32 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) R 20879 20882 12906 0 -1 4202560 522 0 0 0 117 15 0 0 20 0 15 0 47569689 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378606980360 140378663662907 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10551232 CPUtime=1.26 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) R 20879 20882 12906 0 -1 4202560 426 0 0 0 111 15 0 0 20 0 15 0 47569689 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378605927560 140378663365608 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10551232 CPUtime=0.01 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) S 20879 20882 12906 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 15 0 47569691 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378258744000 140378678675157 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378257691424 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569693 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20893] ppid=20879 vsize=10551232 CPUtime=0.75 cores=0,2,4,6
/proc/20882/task/20893/stat : 20893 (java) S 20879 20882 12906 0 -1 1077944384 1971 0 0 0 75 0 0 0 20 0 15 0 47569693 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378186424272 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20894] ppid=20879 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/20882/task/20894/stat : 20894 (java) S 20879 20882 12906 0 -1 1077944384 1293 0 0 0 62 0 0 0 20 0 15 0 47569693 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378185386480 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20895] ppid=20879 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 1483 0 0 0 25 0 0 0 20 0 15 0 47569694 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378184334192 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569694 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 47569700 10804461568 204089 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 8.44
Current children cumulated vsize (KiB) 10551232

[startup+6.30113 s]
/proc/loadavg: 5.00 4.68 4.35 6/214 20897
/proc/meminfo: memFree=25890368/32770624 swapFree=0/345040
[pid=20882] ppid=20879 vsize=10551232 CPUtime=12.79 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 19525 0 0 0 1156 123 0 0 20 0 15 0 47569678 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637808 371047 3106 1 0 2627261 0
[pid=20882/tid=20884] ppid=20879 vsize=10551232 CPUtime=4.31 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) R 20879 20882 12906 0 -1 4202560 9021 0 0 0 419 12 0 0 20 0 15 0 47569688 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378682902272 140378274836356 0 4 1 16800974 0 0 0 -1 6 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10551232 CPUtime=1.66 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) S 20879 20882 12906 0 -1 1077944384 811 0 0 0 139 27 0 0 20 0 15 0 47569689 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378609085328 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10551232 CPUtime=1.69 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) S 20879 20882 12906 0 -1 1077944384 828 0 0 0 142 27 0 0 20 0 15 0 47569689 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378608032528 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10551232 CPUtime=1.7 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) S 20879 20882 12906 0 -1 1077944384 740 0 0 0 143 27 0 0 20 0 15 0 47569689 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378606980240 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10551232 CPUtime=1.64 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) S 20879 20882 12906 0 -1 1077944384 846 0 0 0 138 26 0 0 20 0 15 0 47569689 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378605927440 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10551232 CPUtime=0.08 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) S 20879 20882 12906 0 -1 1077944384 1134 0 0 0 8 0 0 0 20 0 15 0 47569691 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378258745456 140378678676098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378257691424 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569693 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20893] ppid=20879 vsize=10551232 CPUtime=0.75 cores=0,2,4,6
/proc/20882/task/20893/stat : 20893 (java) S 20879 20882 12906 0 -1 1077944384 1988 0 0 0 75 0 0 0 20 0 15 0 47569693 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378186439280 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20894] ppid=20879 vsize=10551232 CPUtime=0.62 cores=0,2,4,6
/proc/20882/task/20894/stat : 20894 (java) S 20879 20882 12906 0 -1 1077944384 1293 0 0 0 62 0 0 0 20 0 15 0 47569693 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378185386480 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20895] ppid=20879 vsize=10551232 CPUtime=0.25 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 1485 0 0 0 25 0 0 0 20 0 15 0 47569694 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378184334192 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569694 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47569700 10804461568 371047 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 10551232

[startup+12.7011 s]
/proc/loadavg: 4.76 4.64 4.33 6/214 20897
/proc/meminfo: memFree=23082588/32770624 swapFree=0/345028
[pid=20882] ppid=20879 vsize=10551232 CPUtime=27.04 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 31014 0 0 0 2364 340 0 0 20 0 15 0 47569678 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637808 852033 3116 1 0 2627261 0
[pid=20882/tid=20884] ppid=20879 vsize=10551232 CPUtime=8.27 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) S 20879 20882 12906 0 -1 1077944384 10510 0 0 0 815 12 0 0 20 0 15 0 47569688 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378682902096 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10551232 CPUtime=4.06 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) R 20879 20882 12906 0 -1 4202560 2297 0 0 0 325 81 0 0 20 0 15 0 47569689 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378609085528 140378663688843 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10551232 CPUtime=4.09 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) R 20879 20882 12906 0 -1 4202560 2169 0 0 0 330 79 0 0 20 0 15 0 47569689 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378608030328 140378663692370 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10551232 CPUtime=4.1 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) R 20879 20882 12906 0 -1 4202560 2407 0 0 0 330 80 0 0 20 0 15 0 47569689 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378606980440 140378663688654 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10551232 CPUtime=4.04 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) R 20879 20882 12906 0 -1 4202560 2405 0 0 0 323 81 0 0 20 0 15 0 47569689 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378605925072 140378663691798 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10551232 CPUtime=0.09 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) S 20879 20882 12906 0 -1 1077944384 2168 0 0 0 9 0 0 0 20 0 15 0 47569691 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378258743968 140378678675157 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378257691488 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569693 10804461568 852033 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0

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

[pid=20882/tid=20895] ppid=20879 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 3324 0 0 0 38 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378184333760 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 411 0 0 0 11 6 0 0 20 0 15 0 47569700 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 1470.16
Current children cumulated vsize (KiB) 10551232

[startup+406.401 s]
/proc/loadavg: 6.29 6.36 5.24 6/219 21088
/proc/meminfo: memFree=20297328/32770624 swapFree=0/345220
[pid=20882] ppid=20879 vsize=10551232 CPUtime=1482.92 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 1530598 0 0 0 147446 846 0 0 20 0 15 0 47569678 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637808 2076140 3119 1 0 2627261 0
[pid=20882/tid=20884] ppid=20879 vsize=10551232 CPUtime=22.1 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) S 20879 20882 12906 0 -1 1077944384 38734 0 0 0 2195 15 0 0 20 0 15 0 47569688 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378682903936 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10551232 CPUtime=359.32 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) R 20879 20882 12906 0 -1 4202560 350823 0 0 0 35728 204 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378609085216 140378671293159 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10551232 CPUtime=359.06 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) R 20879 20882 12906 0 -1 4202560 327974 0 0 0 35688 218 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378608032112 140378671293159 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10551232 CPUtime=360.01 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) R 20879 20882 12906 0 -1 4202560 263722 0 0 0 35808 193 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378606980440 140378661841535 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10551232 CPUtime=358.98 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) R 20879 20882 12906 0 -1 4202560 438524 0 0 0 35692 206 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378605927336 140378671293159 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10551232 CPUtime=20.51 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) S 20879 20882 12906 0 -1 1077944384 99548 0 0 0 2046 5 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378258743776 140378678675157 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378257691488 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20893] ppid=20879 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/20882/task/20893/stat : 20893 (java) S 20879 20882 12906 0 -1 1077944384 3058 0 0 0 125 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378186439280 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20894] ppid=20879 vsize=10551232 CPUtime=1.06 cores=0,2,4,6
/proc/20882/task/20894/stat : 20894 (java) S 20879 20882 12906 0 -1 1077944384 3068 0 0 0 106 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378185386480 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20895] ppid=20879 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 3324 0 0 0 38 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378184333760 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 412 0 0 0 11 6 0 0 20 0 15 0 47569700 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 1482.92
Current children cumulated vsize (KiB) 10551232

[startup+408.001 s]
/proc/loadavg: 6.29 6.36 5.24 6/219 21088
/proc/meminfo: memFree=20297340/32770624 swapFree=0/345220
[pid=20882] ppid=20879 vsize=10551232 CPUtime=1489.23 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 1554916 0 0 0 148075 848 0 0 20 0 15 0 47569678 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637808 2076140 3119 1 0 2627261 0
[pid=20882/tid=20884] ppid=20879 vsize=10551232 CPUtime=22.1 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) S 20879 20882 12906 0 -1 1077944384 38734 0 0 0 2195 15 0 0 20 0 15 0 47569688 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378682903936 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10551232 CPUtime=360.88 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) R 20879 20882 12906 0 -1 4202560 355750 0 0 0 35884 204 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378609085528 140378671767937 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10551232 CPUtime=360.63 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) R 20879 20882 12906 0 -1 4202560 329790 0 0 0 35845 218 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378608032728 140378663365639 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10551232 CPUtime=361.6 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) R 20879 20882 12906 0 -1 4202560 277631 0 0 0 35967 193 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378606980440 140378663365355 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10551232 CPUtime=360.53 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) R 20879 20882 12906 0 -1 4202560 442186 0 0 0 35847 206 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378605927328 140378663364816 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10551232 CPUtime=20.52 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) S 20879 20882 12906 0 -1 1077944384 99551 0 0 0 2047 5 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378258744000 140378678675157 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378257691488 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20893] ppid=20879 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/20882/task/20893/stat : 20893 (java) S 20879 20882 12906 0 -1 1077944384 3059 0 0 0 125 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378186439040 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20894] ppid=20879 vsize=10551232 CPUtime=1.06 cores=0,2,4,6
/proc/20882/task/20894/stat : 20894 (java) S 20879 20882 12906 0 -1 1077944384 3068 0 0 0 106 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378185386528 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20895] ppid=20879 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 3324 0 0 0 38 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378184333760 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 412 0 0 0 11 6 0 0 20 0 15 0 47569700 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 1489.23
Current children cumulated vsize (KiB) 10551232

[startup+409.601 s]
/proc/loadavg: 6.19 6.33 5.24 6/219 21088
/proc/meminfo: memFree=20297388/32770624 swapFree=0/345220
[pid=20882] ppid=20879 vsize=10551232 CPUtime=1494.53 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 1565597 0 0 0 148605 848 0 0 20 0 15 0 47569678 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2637808 2076140 3119 1 0 2627261 0
[pid=20882/tid=20884] ppid=20879 vsize=10551232 CPUtime=22.1 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) S 20879 20882 12906 0 -1 1077944384 38734 0 0 0 2195 15 0 0 20 0 15 0 47569688 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378682903936 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10551232 CPUtime=362.12 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) S 20879 20882 12906 0 -1 1077944384 357787 0 0 0 36008 204 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378609085328 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10551232 CPUtime=361.87 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) S 20879 20882 12906 0 -1 1077944384 335310 0 0 0 35969 218 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378608032528 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10551232 CPUtime=362.84 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) S 20879 20882 12906 0 -1 1077944384 278746 0 0 0 36091 193 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378606980240 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10551232 CPUtime=361.75 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) S 20879 20882 12906 0 -1 1077944384 444106 0 0 0 35969 206 0 0 20 0 15 0 47569689 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378605927440 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10551232 CPUtime=20.88 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) R 20879 20882 12906 0 -1 4202560 99640 0 0 0 2083 5 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378258743888 140378663661355 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378257691488 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 47569691 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20893] ppid=20879 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/20882/task/20893/stat : 20893 (java) S 20879 20882 12906 0 -1 1077944384 3059 0 0 0 125 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378186439040 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20894] ppid=20879 vsize=10551232 CPUtime=1.06 cores=0,2,4,6
/proc/20882/task/20894/stat : 20894 (java) S 20879 20882 12906 0 -1 1077944384 3068 0 0 0 106 0 0 0 20 0 15 0 47569693 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378185386528 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20895] ppid=20879 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 3324 0 0 0 38 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378184333760 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47569694 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 412 0 0 0 11 6 0 0 20 0 15 0 47569700 10804461568 2076140 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 1494.53
Current children cumulated vsize (KiB) 10551232

[startup+410.001 s]
/proc/loadavg: 6.19 6.33 5.24 6/219 21088
/proc/meminfo: memFree=20297388/32770624 swapFree=0/345220
[pid=20882] ppid=20879 vsize=10686560 CPUtime=1494.9 cores=0,2,4,6
/proc/20882/stat : 20882 (java) S 20879 20882 12906 0 -1 1077944320 1566277 0 0 0 148641 849 0 0 20 0 16 0 47569678 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140731723737744 140378678664951 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
/proc/20882/statm: 2671640 2076347 3162 1 0 2661055 0
[pid=20882/tid=20884] ppid=20879 vsize=10686560 CPUtime=22.12 cores=0,2,4,6
/proc/20882/task/20884/stat : 20884 (java) S 20879 20882 12906 0 -1 1077944384 39121 0 0 0 2197 15 0 0 20 0 16 0 47569688 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378682905632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20885] ppid=20879 vsize=10686560 CPUtime=362.12 cores=0,2,4,6
/proc/20882/task/20885/stat : 20885 (java) S 20879 20882 12906 0 -1 1077944384 357787 0 0 0 36008 204 0 0 20 0 16 0 47569689 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378609085328 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20886] ppid=20879 vsize=10686560 CPUtime=361.87 cores=0,2,4,6
/proc/20882/task/20886/stat : 20886 (java) S 20879 20882 12906 0 -1 1077944384 335310 0 0 0 35969 218 0 0 20 0 16 0 47569689 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378608032528 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20887] ppid=20879 vsize=10686560 CPUtime=362.84 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) S 20879 20882 12906 0 -1 1077944384 278746 0 0 0 36091 193 0 0 20 0 16 0 47569689 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378606980240 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20888] ppid=20879 vsize=10686560 CPUtime=361.75 cores=0,2,4,6
/proc/20882/task/20888/stat : 20888 (java) S 20879 20882 12906 0 -1 1077944384 444106 0 0 0 35969 206 0 0 20 0 16 0 47569689 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378605927440 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20889] ppid=20879 vsize=10686560 CPUtime=21.22 cores=0,2,4,6
/proc/20882/task/20889/stat : 20889 (java) S 20879 20882 12906 0 -1 1077944384 99641 0 0 0 2117 5 0 0 20 0 16 0 47569691 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378258745456 140378678676098 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20890] ppid=20879 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20890/stat : 20890 (java) S 20879 20882 12906 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 47569691 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378257691488 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20891] ppid=20879 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20891/stat : 20891 (java) S 20879 20882 12906 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 47569691 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378256639088 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20892] ppid=20879 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20892/stat : 20892 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47569693 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378187491408 140378678683547 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20893] ppid=20879 vsize=10686560 CPUtime=1.25 cores=0,2,4,6
/proc/20882/task/20893/stat : 20893 (java) S 20879 20882 12906 0 -1 1077944384 3130 0 0 0 125 0 0 0 20 0 16 0 47569693 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378186439280 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20894] ppid=20879 vsize=10686560 CPUtime=1.06 cores=0,2,4,6
/proc/20882/task/20894/stat : 20894 (java) S 20879 20882 12906 0 -1 1077944384 3104 0 0 0 106 0 0 0 20 0 16 0 47569693 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378185386480 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20895] ppid=20879 vsize=10686560 CPUtime=0.38 cores=0,2,4,6
/proc/20882/task/20895/stat : 20895 (java) S 20879 20882 12906 0 -1 1077944384 3456 0 0 0 38 0 0 0 20 0 16 0 47569694 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378184334192 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20896] ppid=20879 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20896/stat : 20896 (java) S 20879 20882 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47569694 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378183281632 140378678675157 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
[pid=20882/tid=20897] ppid=20879 vsize=10686560 CPUtime=0.18 cores=0,2,4,6
/proc/20882/task/20897/stat : 20897 (java) S 20879 20882 12906 0 -1 1077944384 412 0 0 0 12 6 0 0 20 0 16 0 47569700 10943037440 2076347 18446744073709551615 4194304 4196468 140731723755200 140378182228400 140378678676098 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30986240 140731723760053 140731723760206 140731723760206 140731723763663 0
Current children cumulated CPU time (s) 1494.9
Current children cumulated vsize (KiB) 10686560

[startup+410.201 s]
/proc/loadavg: 6.19 6.33 5.24 6/219 21088
/proc/meminfo: memFree=20297388/32770624 swapFree=0/345220
[pid=20882] ppid=20879 vsize=0 CPUtime=1494.94 cores=0,2,4,6
/proc/20882/stat : 20882 (java) Z 20879 20882 12906 0 -1 4227084 1566349 0 0 0 148642 852 0 0 20 0 2 0 47569678 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 0 0 0 0 0 0 0 0
/proc/20882/statm: 0 0 0 0 0 0 0
[pid=20882/tid=20887] ppid=20879 vsize=0 CPUtime=362.88 cores=0,2,4,6
/proc/20882/task/20887/stat : 20887 (java) R 20879 20882 12906 0 -1 4203588 278746 0 0 0 36091 197 0 0 20 0 2 0 47569689 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1494.94
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 410.227
CPU time (s): 1494.98
CPU user time (s): 1486.42
CPU system time (s): 8.55465
CPU usage (%): 364.427
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1486.42
system time used= 8.55465
maximum resident set size= 8305528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1566349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25818
involuntary context switches= 30561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.02806 second user time and 2.48162 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:42:30
IDJOB=4244121
IDBENCH=139739
IDSOLVER=2623
FILE ID=node135/4244121-1502056587
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 61976 MiB

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

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

MD5SUM BENCH= 2ccb4f0641fb73c42fbac15220770a0a
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:        28404304 kB
MemAvailable:   28873760 kB
Buffers:          205956 kB
Cached:           552188 kB
SwapCached:            0 kB
Active:          3562760 kB
Inactive:         369988 kB
Active(anon):    3175192 kB
Inactive(anon):    24972 kB
Active(file):     387568 kB
Inactive(file):   345016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36696 kB
Writeback:             0 kB
AnonPages:       3174892 kB
Mapped:            50372 kB
Shmem:             25344 kB
Slab:             132340 kB
SReclaimable:     105416 kB
SUnreclaim:        26924 kB
KernelStack:        3488 kB
PageTables:        11052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4178668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3063808 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= 61992 MiB
End job on node135 at 2017-08-06 23:49:20