Trace number 4263529

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1152.51 318.159

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-11_X2.xml
MD5SUM6c1009e087c092ca636a0299b7d1d77c
Bench CategoryCSP (decision 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 variables122
Number of constraints7290
Number of domains2
Minimum domain size21
Maximum domain size121
Distribution of domain sizes[{"size":21,"count":1},{"size":121,"count":121}]
Minimum variable degree30
Maximum variable degree121
Distribution of variable degrees[{"degree":30,"count":1},{"degree":120,"count":91},{"degree":121,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":7290}]
Number of extensional constraints0
Number of intensional constraints7290
Distribution of constraint types[{"type":"intension","count":7290}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15323 MiB free)
  memory of node 1: 16384 MiB (14938 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263529-1502627169/watcher-4263529-1502627169 -o /tmp/evaluation-result-4263529-1502627169/solver-4263529-1502627169 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263529-1502627169.xml 

running on 4 cores: 0,2,4,6

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

solver pid=20288, runsolver pid=20285

[startup+0.100109 s]*
/proc/loadavg: 4.36 3.82 3.02 3/206 20296
/proc/meminfo: memFree=30978252/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10151672 memory=21052 CPUtime=0.03 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 4104 0 0 0 3 0 0 0 20 0 9 0 16599560 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2537918 5263 2112 1 0 2527415 0
[pid=20288/tid=20290] ppid=20285 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) R 20285 20288 7968 0 -1 4202560 2743 0 0 0 2 0 0 0 20 0 9 0 16599567 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807758156392 139807739613728 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16599568 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10151672 memory=140086637176448 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16599568 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 16599568 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16599568 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10151672 memory=140086637176448 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) S 20285 20288 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 16599569 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807250344304 139807753931394 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 16599570 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807249290272 139807753930453 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 16599570 10395312128 5263 18446744073709551615 4194304 4196468 140735120218848 139807248237488 139807753930453 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 21052 KiB

[startup+0.212059 s]*
/proc/loadavg: 4.36 3.82 3.02 3/213 20303
/proc/meminfo: memFree=30969268/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10551156 memory=30360 CPUtime=0.13 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 7697 0 0 0 11 2 0 0 20 0 15 0 16599560 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2637789 7590 2789 1 0 2627261 0
[pid=20288/tid=20290] ppid=20285 vsize=10551156 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) R 20285 20288 7968 0 -1 4202560 5553 0 0 0 8 1 0 0 20 0 15 0 16599567 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807758108592 139807738000734 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10551156 memory=288370462788888192 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10551156 memory=140086637176448 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) S 20285 20288 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599569 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807250344304 139807753931394 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599570 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807249290272 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16599570 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807248237424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599572 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) S 20285 20288 7968 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 16599573 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807246134128 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599573 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807245081328 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10551156 memory=140086637176448 CPUtime=0.01 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) S 20285 20288 7968 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 15 0 16599573 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807244028528 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20302] ppid=20285 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20302/stat : 20302 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599573 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807242975968 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20303] ppid=20285 vsize=10551156 memory=140086637176448 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20303/stat : 20303 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599577 10804383744 7590 18446744073709551615 4194304 4196468 140735120218848 139807241923248 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30360 KiB

[startup+0.314367 s]*
/proc/loadavg: 4.36 3.82 3.02 5/213 20303
/proc/meminfo: memFree=30962208/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10551156 memory=39268 CPUtime=0.3 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 9057 0 0 0 27 3 0 0 20 0 15 0 16599560 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2637789 9817 2913 1 0 2627261 0
[pid=20288/tid=20290] ppid=20285 vsize=10551156 memory=-8774313645642428999 CPUtime=0.2 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) R 20285 20288 7968 0 -1 4202560 6160 0 0 0 18 2 0 0 20 0 15 0 16599567 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807758157920 139807376419524 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599568 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) S 20285 20288 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599569 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807250344304 139807753931394 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599570 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807249290272 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16599570 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807248237424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599572 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) R 20285 20288 7968 0 -1 1077944384 555 0 0 0 1 0 0 0 20 0 15 0 16599573 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807246134128 139807753931394 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) R 20285 20288 7968 0 -1 4202560 224 0 0 0 1 0 0 0 20 0 15 0 16599573 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807245081328 139807753941594 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10551156 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) R 20285 20288 7968 0 -1 4202560 750 0 0 0 5 0 0 0 20 0 15 0 16599573 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807244026320 139807753941594 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20302] ppid=20285 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20302/stat : 20302 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599573 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807242975968 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20303] ppid=20285 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20303/stat : 20303 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599577 10804383744 9817 18446744073709551615 4194304 4196468 140735120218848 139807241923248 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39268 KiB

[startup+0.701558 s]
/proc/loadavg: 4.36 3.82 3.02 4/213 20303
/proc/meminfo: memFree=30944456/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10551232 memory=94696 CPUtime=1.48 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 13310 0 0 0 144 4 0 0 20 0 15 0 16599560 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2637808 23674 3055 1 0 2627261 0
[pid=20288/tid=20290] ppid=20285 vsize=10551232 memory=238 CPUtime=0.57 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) R 20285 20288 7968 0 -1 4202560 7413 0 0 0 55 2 0 0 20 0 15 0 16599567 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807758147968 139807376308985 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10551232 memory=6 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10551232 memory=22 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599568 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10551232 memory=72 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16599568 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) S 20285 20288 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16599569 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807250344304 139807753931394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599570 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807249290272 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16599570 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807248237424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599572 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10551232 memory=33 CPUtime=0.31 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) R 20285 20288 7968 0 -1 4202560 1535 0 0 0 31 0 0 0 20 0 15 0 16599573 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807246120008 139807738842204 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10551232 memory=2 CPUtime=0.32 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) R 20285 20288 7968 0 -1 4202560 1402 0 0 0 32 0 0 0 20 0 15 0 16599573 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807245072304 139807738209104 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) S 20285 20288 7968 0 -1 1077944384 1589 0 0 0 25 0 0 0 20 0 15 0 16599573 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807244028528 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20302] ppid=20285 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20302/stat : 20302 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599573 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807242975968 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20303] ppid=20285 vsize=10551232 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20303/stat : 20303 (java) S 20285 20288 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16599577 10804461568 23674 18446744073709551615 4194304 4196468 140735120218848 139807241923248 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 94696 KiB

[startup+1.50084 s]
/proc/loadavg: 4.36 3.82 3.02 5/213 20303
/proc/meminfo: memFree=30782464/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10551232 memory=396672 CPUtime=3.57 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 14480 0 0 0 337 20 0 0 20 0 15 0 16599560 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2637808 99168 3089 1 0 2627261 0
[pid=20288/tid=20290] ppid=20285 vsize=10551232 memory=7085094962241890407 CPUtime=1.22 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) R 20285 20288 7968 0 -1 4202560 7593 0 0 0 117 5 0 0 20 0 15 0 16599567 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807758157264 139807380090890 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10551232 memory=-3472574513799858009 CPUtime=0.15 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 124 0 0 0 12 3 0 0 20 0 15 0 16599568 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10551232 memory=-6513470952006098729 CPUtime=0.14 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 152 0 0 0 11 3 0 0 20 0 15 0 16599568 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10551232 memory=-7449383003082255457 CPUtime=0.14 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 166 0 0 0 12 2 0 0 20 0 15 0 16599568 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10551232 memory=7679937539709960979 CPUtime=0.14 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 160 0 0 0 11 3 0 0 20 0 15 0 16599568 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10551232 memory=3184132387188526067 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) S 20285 20288 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 16599569 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807250344304 139807753931394 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10551232 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16599570 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807249290272 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10551232 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 16599570 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807248237424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16599572 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10551232 memory=6944656592455097440 CPUtime=0.66 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) S 20285 20288 7968 0 -1 1077944384 1620 0 0 0 66 0 0 0 20 0 15 0 16599573 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807246134128 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10551232 memory=6944656575208382560 CPUtime=0.71 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) S 20285 20288 7968 0 -1 1077944384 1516 0 0 0 71 0 0 0 20 0 15 0 16599573 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807245081328 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10551232 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) S 20285 20288 7968 0 -1 1077944384 1705 0 0 0 33 0 0 0 20 0 15 0 16599573 10804461568 99168 18446744073709551615 4194304 4196468 140735120218848 139807244028528 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0

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

[startup+316.801 s]
/proc/loadavg: 4.97 4.41 3.48 6/213 20326
/proc/meminfo: memFree=22537956/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10686560 memory=8349376 CPUtime=1149.49 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 204512 0 0 0 114234 715 0 0 20 0 16 0 16599560 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2671640 2087344 3172 1 0 2661055 0
[pid=20288/tid=20290] ppid=20285 vsize=10686560 memory=12800 CPUtime=13.36 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) S 20285 20288 7968 0 -1 1077944384 16781 0 0 0 1326 10 0 0 20 0 16 0 16599567 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807758160928 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10686560 memory=2424 CPUtime=277.05 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) R 20285 20288 7968 0 -1 4202560 30534 0 0 0 27517 188 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807700270344 139807746548455 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10686560 memory=1296 CPUtime=277.98 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) R 20285 20288 7968 0 -1 4202560 25309 0 0 0 27632 166 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807699217624 139807738909949 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10686560 memory=1732 CPUtime=277.85 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) R 20285 20288 7968 0 -1 4202560 27281 0 0 0 27621 164 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807698164432 139807746548455 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10686560 memory=1700 CPUtime=277.04 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) R 20285 20288 7968 0 -1 4202560 25735 0 0 0 27529 175 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807697111944 139807746548455 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10686560 memory=1228 CPUtime=23.18 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) S 20285 20288 7968 0 -1 1077944384 59677 0 0 0 2315 3 0 0 20 0 16 0 16599569 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807250342848 139807753930453 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10686560 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807249290336 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10686560 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807248237440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10686560 memory=8187704045996132563 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599572 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10686560 memory=7301576775792290406 CPUtime=0.88 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) S 20285 20288 7968 0 -1 1077944384 3664 0 0 0 88 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807246134224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10686560 memory=5794560802800097384 CPUtime=1.32 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) S 20285 20288 7968 0 -1 1077944384 9812 0 0 0 131 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807245081088 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10686560 memory=-8774313645642428999 CPUtime=0.45 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) S 20285 20288 7968 0 -1 1077944384 3307 0 0 0 44 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807244023440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20302] ppid=20285 vsize=10686560 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20302/stat : 20302 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807242975968 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20303] ppid=20285 vsize=10686560 memory=8548 CPUtime=0.28 cores=0,2,4,6
/proc/20288/task/20303/stat : 20303 (java) S 20285 20288 7968 0 -1 1077944384 588 0 0 0 9 19 0 0 20 0 16 0 16599577 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807241923248 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20323] ppid=20285 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20323/stat : 20323 (java) S 20285 20288 7968 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 16 0 16628735 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807238760864 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 1149.49 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8349376 KiB

[startup+317.602 s]
/proc/loadavg: 4.97 4.41 3.48 6/213 20326
/proc/meminfo: memFree=22537956/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10686560 memory=8349376 CPUtime=1151.94 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 205121 0 0 0 114478 716 0 0 20 0 16 0 16599560 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2671640 2087344 3172 1 0 2661055 0
[pid=20288/tid=20290] ppid=20285 vsize=10686560 memory=1228 CPUtime=13.36 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) S 20285 20288 7968 0 -1 1077944384 16781 0 0 0 1326 10 0 0 20 0 16 0 16599567 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807758160928 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10686560 memory=-8774313645642428999 CPUtime=277.6 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 30534 0 0 0 27571 189 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10686560 memory=5520 CPUtime=278.56 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 25588 0 0 0 27690 166 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10686560 memory=4612 CPUtime=278.41 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 27281 0 0 0 27677 164 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10686560 memory=792 CPUtime=277.59 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 25736 0 0 0 27584 175 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10686560 memory=4124 CPUtime=23.41 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) R 20285 20288 7968 0 -1 4202560 60006 0 0 0 2338 3 0 0 20 0 16 0 16599569 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807250342736 139807738916648 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10686560 memory=12800 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807249290336 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10686560 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807248237440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599572 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10686560 memory=4040 CPUtime=0.88 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) S 20285 20288 7968 0 -1 1077944384 3664 0 0 0 88 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807246134224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10686560 memory=16444 CPUtime=1.32 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) S 20285 20288 7968 0 -1 1077944384 9812 0 0 0 131 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807245081088 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10686560 memory=8548 CPUtime=0.45 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) S 20285 20288 7968 0 -1 1077944384 3307 0 0 0 44 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807244023440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20302] ppid=20285 vsize=10686560 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20302/stat : 20302 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807242975968 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20303] ppid=20285 vsize=10686560 memory=640 CPUtime=0.28 cores=0,2,4,6
/proc/20288/task/20303/stat : 20303 (java) S 20285 20288 7968 0 -1 1077944384 588 0 0 0 9 19 0 0 20 0 16 0 16599577 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807241923248 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20323] ppid=20285 vsize=10686560 memory=8684 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20323/stat : 20323 (java) S 20285 20288 7968 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 16 0 16628735 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807238760864 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 1151.94 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8349376 KiB

[startup+318.001 s]*
/proc/loadavg: 4.73 4.37 3.47 3/213 20326
/proc/meminfo: memFree=22535908/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10686560 memory=8349376 CPUtime=1152.35 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 205121 0 0 0 114519 716 0 0 20 0 16 0 16599560 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2671640 2087344 3172 1 0 2661055 0
[pid=20288/tid=20290] ppid=20285 vsize=10686560 memory=-8774313645642428999 CPUtime=13.36 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) S 20285 20288 7968 0 -1 1077944384 16781 0 0 0 1326 10 0 0 20 0 16 0 16599567 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807758160928 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10686560 memory=-8774313645642428999 CPUtime=277.6 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 30534 0 0 0 27571 189 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10686560 memory=3904 CPUtime=278.56 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 25588 0 0 0 27690 166 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10686560 memory=3088 CPUtime=278.41 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 27281 0 0 0 27677 164 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10686560 memory=2760 CPUtime=277.59 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 25736 0 0 0 27584 175 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10686560 memory=4060 CPUtime=23.82 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) R 20285 20288 7968 0 -1 4202560 60006 0 0 0 2379 3 0 0 20 0 16 0 16599569 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807250342736 139807738916628 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10686560 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807249290336 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10686560 memory=3312 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807248237440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10686560 memory=564416 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599572 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10686560 memory=1148 CPUtime=0.88 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) S 20285 20288 7968 0 -1 1077944384 3664 0 0 0 88 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807246134224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10686560 memory=3188 CPUtime=1.32 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) S 20285 20288 7968 0 -1 1077944384 9812 0 0 0 131 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807245081088 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10686560 memory=8349376 CPUtime=0.45 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) S 20285 20288 7968 0 -1 1077944384 3307 0 0 0 44 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807244023440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20302] ppid=20285 vsize=10686560 memory=2289 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20302/stat : 20302 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807242975968 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20303] ppid=20285 vsize=10686560 memory=6004 CPUtime=0.28 cores=0,2,4,6
/proc/20288/task/20303/stat : 20303 (java) S 20285 20288 7968 0 -1 1077944384 588 0 0 0 9 19 0 0 20 0 16 0 16599577 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807241923248 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20323] ppid=20285 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20323/stat : 20323 (java) S 20285 20288 7968 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 16 0 16628735 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807238760864 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 1152.35 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8349376 KiB

[startup+318.11 s]
/proc/loadavg: 4.73 4.37 3.47 3/213 20326
/proc/meminfo: memFree=22535908/32770624 swapFree=67108860/67108860
[pid=20288] ppid=20285 vsize=10686560 memory=8349376 CPUtime=1152.45 cores=0,2,4,6
/proc/20288/stat : 20288 (java) S 20285 20288 7968 0 -1 1077944320 205421 0 0 0 114529 716 0 0 20 0 16 0 16599560 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 140735120201392 139807753920247 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
/proc/20288/statm: 2671640 2087344 3172 1 0 2661055 0
[pid=20288/tid=20290] ppid=20285 vsize=10686560 memory=8349376 CPUtime=13.36 cores=0,2,4,6
/proc/20288/task/20290/stat : 20290 (java) S 20285 20288 7968 0 -1 1077944384 16781 0 0 0 1326 10 0 0 20 0 16 0 16599567 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807758160928 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20291] ppid=20285 vsize=10686560 memory=8349376 CPUtime=277.6 cores=0,2,4,6
/proc/20288/task/20291/stat : 20291 (java) S 20285 20288 7968 0 -1 1077944384 30534 0 0 0 27571 189 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807700270224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20292] ppid=20285 vsize=10686560 memory=8349376 CPUtime=278.56 cores=0,2,4,6
/proc/20288/task/20292/stat : 20292 (java) S 20285 20288 7968 0 -1 1077944384 25588 0 0 0 27690 166 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807699217424 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20293] ppid=20285 vsize=10686560 memory=8349376 CPUtime=278.41 cores=0,2,4,6
/proc/20288/task/20293/stat : 20293 (java) S 20285 20288 7968 0 -1 1077944384 27281 0 0 0 27677 164 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807698164624 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20294] ppid=20285 vsize=10686560 memory=8349376 CPUtime=277.59 cores=0,2,4,6
/proc/20288/task/20294/stat : 20294 (java) S 20285 20288 7968 0 -1 1077944384 25736 0 0 0 27584 175 0 0 20 0 16 0 16599568 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807697111824 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20295] ppid=20285 vsize=10686560 memory=8349376 CPUtime=23.92 cores=0,2,4,6
/proc/20288/task/20295/stat : 20295 (java) R 20285 20288 7968 0 -1 4202560 60307 0 0 0 2389 3 0 0 20 0 16 0 16599569 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807250342736 139807746209696 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20296] ppid=20285 vsize=10686560 memory=8349376 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20296/stat : 20296 (java) S 20285 20288 7968 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807249290336 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20297] ppid=20285 vsize=10686560 memory=56 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20297/stat : 20297 (java) S 20285 20288 7968 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 16599570 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807248237440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20298] ppid=20285 vsize=10686560 memory=9126232286719478932 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20298/stat : 20298 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599572 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807247185744 139807753938843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20299] ppid=20285 vsize=10686560 memory=8349152 CPUtime=0.88 cores=0,2,4,6
/proc/20288/task/20299/stat : 20299 (java) S 20285 20288 7968 0 -1 1077944384 3664 0 0 0 88 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807246134224 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20300] ppid=20285 vsize=10686560 memory=8349376 CPUtime=1.32 cores=0,2,4,6
/proc/20288/task/20300/stat : 20300 (java) S 20285 20288 7968 0 -1 1077944384 9812 0 0 0 131 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807245081088 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20301] ppid=20285 vsize=10686560 memory=8349376 CPUtime=0.45 cores=0,2,4,6
/proc/20288/task/20301/stat : 20301 (java) S 20285 20288 7968 0 -1 1077944384 3307 0 0 0 44 1 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807244023440 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20302] ppid=20285 vsize=10686560 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20302/stat : 20302 (java) S 20285 20288 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16599573 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807242975968 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20303] ppid=20285 vsize=10686560 memory=8349356 CPUtime=0.28 cores=0,2,4,6
/proc/20288/task/20303/stat : 20303 (java) S 20285 20288 7968 0 -1 1077944384 588 0 0 0 9 19 0 0 20 0 16 0 16599577 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807241923248 139807753931394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
[pid=20288/tid=20323] ppid=20285 vsize=10686560 memory=8349356 CPUtime=0 cores=0,2,4,6
/proc/20288/task/20323/stat : 20323 (java) S 20285 20288 7968 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 16 0 16628735 10943037440 2087344 18446744073709551615 4194304 4196468 140735120218848 139807238760864 139807753930453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20738048 140735120220561 140735120220714 140735120220714 140735120224207 0
Current children cumulated CPU time: 1152.45 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8349376 KiB

Child status: 0
Real time (s): 318.159
CPU time (s): 1152.51
CPU user time (s): 1145.31
CPU system time (s): 7.20465
CPU usage (%): 362.244
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8349376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1145.31
system time used= 7.20465
maximum resident set size= 8349612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208811
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15054
involuntary context switches= 13337


# summary of solver processes directly reported to runsolver:
#   pid: 20288
#   total CPU time (s): 1152.51
#   total CPU user time (s): 1145.31
#   total CPU system time (s): 7.20465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7998 second user time and 3.36646 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 14:12:12
IDJOB=4263529
IDBENCH=130599
IDSOLVER=2651
FILE ID=node128/4263529-1502627169
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-11_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263529-1502627169/watcher-4263529-1502627169 -o /tmp/evaluation-result-4263529-1502627169/solver-4263529-1502627169 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263529-1502627169.xml

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

MD5SUM BENCH= 6c1009e087c092ca636a0299b7d1d77c
RANDOM SEED=390639496

node128.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30988732 kB
MemAvailable:   31563312 kB
Buffers:          137912 kB
Cached:           724584 kB
SwapCached:            0 kB
Active:           699808 kB
Inactive:         671528 kB
Active(anon):     509188 kB
Inactive(anon):    16764 kB
Active(file):     190620 kB
Inactive(file):   654764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1732 kB
Writeback:             4 kB
AnonPages:        508504 kB
Mapped:            44536 kB
Shmem:             17116 kB
Slab:             114596 kB
SReclaimable:      90060 kB
SUnreclaim:        24536 kB
KernelStack:        3504 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1538608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    446464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 14:17:30