Trace number 4243325

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? (problem) 1883.29 505.16599

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
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 variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1635.29/440.34	Aug 06, 2017 8:41:11 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1635.29/440.34	INFO: Runtime exception
1635.29/440.34	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1635.29/440.34		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1635.29/440.34		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1635.29/440.34		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1635.29/440.34		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1635.29/440.34		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1635.29/440.34		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1635.29/440.34		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1635.29/440.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1635.29/440.34		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1635.29/440.34		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1635.29/440.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1635.29/440.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1635.29/440.34		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1635.29/440.34		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1635.29/440.34		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1635.29/440.34		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1635.29/440.34		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1635.29/440.34		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1635.29/440.34		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1635.29/440.34	Caused by: java.lang.reflect.InvocationTargetException
1635.29/440.34		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1635.29/440.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.29/440.34		at java.lang.reflect.Method.invoke(Method.java:498)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1635.29/440.34		... 21 more
1635.29/440.34	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1635.29/440.34		... 25 more
1635.29/440.34	Caused by: java.lang.reflect.InvocationTargetException
1635.29/440.34		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1635.29/440.34		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1635.29/440.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.29/440.34		at java.lang.reflect.Method.invoke(Method.java:498)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1635.29/440.34		... 25 more
1635.29/440.34	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1635.29/440.34		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1635.29/440.34		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1635.29/440.34		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1635.29/440.34		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1635.29/440.34		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1635.29/440.34		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1635.29/440.34		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1635.29/440.34		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1635.29/440.34		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1635.29/440.34		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1635.29/440.34		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1635.29/440.34		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1635.29/440.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.29/440.34		at java.lang.reflect.Method.invoke(Method.java:498)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1635.29/440.34		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1635.29/440.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1635.29/440.34		at java.lang.reflect.Method.invoke(Method.java:498)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1635.29/440.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1635.29/440.34		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1635.29/440.34		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1635.29/440.34		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1635.29/440.34		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1635.29/440.34		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1635.29/440.34		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1635.29/440.34		at org.xcsp.parser.XCallbacks$$Lambda$69/798981583.accept(Unknown Source)
1635.29/440.34		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1635.29/440.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1635.29/440.34	
1681.86/452.72	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1681.86/452.72	c This is free software under the dual EPL/GNU LGPL licenses.
1681.86/452.72	c See www.sat4j.org for details.
1681.86/452.72	c That software uses the Rhino library from the Mozilla project.
1681.86/452.72	c version CUSTOM.v20170705
1681.86/452.72	c java.runtime.name	Java(TM) SE Runtime Environment
1681.86/452.72	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1681.86/452.72	c java.vm.version	25.131-b11
1681.86/452.72	c java.vm.vendor	Oracle Corporation
1681.86/452.72	c sun.arch.data.model	64
1681.86/452.72	c java.version		1.8.0_131
1681.86/452.72	c os.name		Linux
1681.86/452.72	c os.version		3.10.0-514.16.1.el7.x86_64
1681.86/452.72	c os.arch		amd64
1681.86/452.72	c Free memory 		499604488
1681.86/452.72	c Max memory 		7247757312
1681.86/452.72	c Total memory 		504889344
1681.86/452.72	c Number of processors 	4
1681.86/452.72	c c --- Begin Solver configuration ---
1681.86/452.72	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1681.86/452.72	c Learn all clauses as in MiniSAT
1681.86/452.72	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1681.86/452.72	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1681.86/452.72	c No reason simplification
1681.86/452.72	c Glucose 2.1 dynamic restart strategy
1681.86/452.72	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
1681.86/452.72	c timeout=2147483s
1681.86/452.72	c DB Simplification allowed=false
1681.86/452.72	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1681.86/452.72	c --- End Solver configuration ---
1681.86/452.72	Exception in thread "Thread-1" c starts		: 0
1787.91/480.30	c conflicts		: 0
1787.91/480.30	java.lang.OutOfMemoryError: GC overhead limit exceededc decisions		: 0
1787.91/480.30	c propagations		: 0
1787.91/480.30	c inspects		: 0
1787.91/480.30	c shortcuts		: 0
1787.91/480.30	c learnt literals	: 0
1787.91/480.30	c learnt binary clauses	: 0
1814.35/487.07	
1841.85/494.08		at java.util.logging.LogManager.reset(LogManager.java:1321)
1841.85/494.08		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1883.12/505.06	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1883.12/505.06		at java.util.Arrays.copyOf(Arrays.java:3332)
1883.12/505.06		at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
1883.12/505.06		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
1883.12/505.06		at java.lang.StringBuilder.append(StringBuilder.java:136)
1883.12/505.06		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:111)
1883.12/505.06		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1883.12/505.06		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1883.12/505.06		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1883.12/505.06		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1883.12/505.06		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1883.12/505.06		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1883.12/505.06		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1883.12/505.06		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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-4243325-1502045279/watcher-4243325-1502045279 -o /tmp/evaluation-result-4243325-1502045279/solver-4243325-1502045279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243325-1502045279.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.48 4.05 3.34 2/200 18241
/proc/meminfo: memFree=28729536/32770624 swapFree=0/340052
[pid=18241] ppid=18238 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18241/stat : 18241 (runsolver) D 18238 18241 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46438810 24240128 108 18446744073709551615 4194304 4338465 140735580757696 140735580755336 139789433242327 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 8577024 140735580766343 140735580766793 140735580766793 140735580770250 0
/proc/18241/statm: 5918 108 54 36 0 2156 0

[startup+0.100162 s]
/proc/loadavg: 4.48 4.05 3.34 2/200 18241
/proc/meminfo: memFree=28729536/32770624 swapFree=0/340052
[pid=18241] ppid=18238 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 4156 0 0 0 3 0 0 0 20 0 9 0 46438810 10395312128 5292 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2537918 5292 2122 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.210221 s]
/proc/loadavg: 4.48 4.05 3.34 2/200 18241
/proc/meminfo: memFree=28729536/32770624 swapFree=0/340052
[pid=18241] ppid=18238 vsize=10551156 CPUtime=0.06 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 4966 0 0 0 6 0 0 0 20 0 15 0 46438810 10804383744 5959 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2637789 5959 2607 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.300267 s]
/proc/loadavg: 4.48 4.05 3.34 2/200 18241
/proc/meminfo: memFree=28729536/32770624 swapFree=0/340052
[pid=18241] ppid=18238 vsize=10551156 CPUtime=0.21 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 8646 0 0 0 19 2 0 0 20 0 15 0 46438810 10804383744 8336 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2637789 8336 2856 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700183 s]
/proc/loadavg: 4.48 4.05 3.34 2/200 18241
/proc/meminfo: memFree=28729536/32770624 swapFree=0/340052
[pid=18241] ppid=18238 vsize=10551232 CPUtime=1.41 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 12840 0 0 0 137 4 0 0 20 0 15 0 46438810 10804461568 30493 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2637808 30493 3051 1 0 2627261 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10551232

[startup+1.50523 s]
/proc/loadavg: 4.48 4.05 3.34 3/215 18256
/proc/meminfo: memFree=28097620/32770624 swapFree=0/340080
[pid=18241] ppid=18238 vsize=10551232 CPUtime=3.11 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 15393 0 0 0 268 43 0 0 20 0 15 0 46438810 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2637808 306135 3086 1 0 2627261 0
[pid=18241/tid=18243] ppid=18238 vsize=10551232 CPUtime=1.09 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) S 18238 18241 12906 0 -1 1077944384 8278 0 0 0 94 15 0 0 20 0 15 0 46438816 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563878192720 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) R 18238 18241 12906 0 -1 4202560 271 0 0 0 16 6 0 0 20 0 15 0 46438816 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563814992912 140563858979630 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) R 18238 18241 12906 0 -1 4202560 256 0 0 0 16 6 0 0 20 0 15 0 46438816 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563813940368 140563855581360 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) R 18238 18241 12906 0 -1 4202560 196 0 0 0 16 5 0 0 20 0 15 0 46438816 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563812887312 140563853152320 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) R 18238 18241 12906 0 -1 4202560 330 0 0 0 16 7 0 0 20 0 15 0 46438816 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563811834968 140563858982392 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) S 18238 18241 12906 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563369956128 140563873965781 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563367850736 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46438821 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18252] ppid=18238 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/18241/task/18252/stat : 18252 (java) S 18238 18241 12906 0 -1 1077944384 1422 0 0 0 34 0 0 0 20 0 15 0 46438821 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563365747440 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18253] ppid=18238 vsize=10551232 CPUtime=0.41 cores=1,3,5,7
/proc/18241/task/18253/stat : 18253 (java) S 18238 18241 12906 0 -1 1077944384 1164 0 0 0 41 0 0 0 20 0 15 0 46438821 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563364694896 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18254] ppid=18238 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/18241/task/18254/stat : 18254 (java) S 18238 18241 12906 0 -1 1077944384 1627 0 0 0 30 0 0 0 20 0 15 0 46438821 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563363641840 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18255] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18255/stat : 18255 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46438821 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563362589536 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18256] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18256/stat : 18256 (java) S 18238 18241 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46438830 10804461568 306135 18446744073709551615 4194304 4196468 140737006149232 140563361536560 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 10551232

[startup+3.10071 s]
/proc/loadavg: 4.48 4.05 3.34 3/215 18256
/proc/meminfo: memFree=26429440/32770624 swapFree=0/340080
[pid=18241] ppid=18238 vsize=10551232 CPUtime=5.27 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 19238 0 0 0 446 81 0 0 20 0 15 0 46438810 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2637808 682869 3086 1 0 2627261 0
[pid=18241/tid=18243] ppid=18238 vsize=10551232 CPUtime=2.5 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) R 18238 18241 12906 0 -1 4202560 10321 0 0 0 216 34 0 0 20 0 15 0 46438816 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563878192704 140563860023694 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10551232 CPUtime=0.41 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) S 18238 18241 12906 0 -1 1077944384 374 0 0 0 30 11 0 0 20 0 15 0 46438816 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563814992912 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) S 18238 18241 12906 0 -1 1077944384 688 0 0 0 29 11 0 0 20 0 15 0 46438816 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563813940368 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) S 18238 18241 12906 0 -1 1077944384 489 0 0 0 30 9 0 0 20 0 15 0 46438816 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563812887312 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) S 18238 18241 12906 0 -1 1077944384 549 0 0 0 29 11 0 0 20 0 15 0 46438816 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563811834768 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) S 18238 18241 12906 0 -1 1077944384 1233 0 0 0 1 0 0 0 20 0 15 0 46438818 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563369957616 140563873966722 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563367850752 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46438821 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18252] ppid=18238 vsize=10551232 CPUtime=0.34 cores=1,3,5,7
/proc/18241/task/18252/stat : 18252 (java) S 18238 18241 12906 0 -1 1077944384 1422 0 0 0 34 0 0 0 20 0 15 0 46438821 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563365747440 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18253] ppid=18238 vsize=10551232 CPUtime=0.42 cores=1,3,5,7
/proc/18241/task/18253/stat : 18253 (java) S 18238 18241 12906 0 -1 1077944384 1165 0 0 0 42 0 0 0 20 0 15 0 46438821 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563364694896 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18254] ppid=18238 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/18241/task/18254/stat : 18254 (java) S 18238 18241 12906 0 -1 1077944384 1642 0 0 0 31 0 0 0 20 0 15 0 46438821 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563363641840 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18255] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18255/stat : 18255 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46438821 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563362589536 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18256] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18256/stat : 18256 (java) S 18238 18241 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46438830 10804461568 682869 18446744073709551615 4194304 4196468 140737006149232 140563361536560 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 10551232

[startup+6.3007 s]
/proc/loadavg: 4.20 4.00 3.32 3/215 18256
/proc/meminfo: memFree=25805744/32770624 swapFree=0/340080
[pid=18241] ppid=18238 vsize=10551232 CPUtime=9.68 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 25310 0 0 0 871 97 0 0 20 0 15 0 46438810 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2637808 732402 3094 1 0 2627261 0
[pid=18241/tid=18243] ppid=18238 vsize=10551232 CPUtime=5.45 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) R 18238 18241 12906 0 -1 4202560 12654 0 0 0 511 34 0 0 20 0 15 0 46438816 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563878186192 140563496027676 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) S 18238 18241 12906 0 -1 1077944384 1044 0 0 0 50 15 0 0 20 0 15 0 46438816 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563814992912 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10551232 CPUtime=0.64 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) S 18238 18241 12906 0 -1 1077944384 1773 0 0 0 49 15 0 0 20 0 15 0 46438816 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563813940368 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10551232 CPUtime=0.64 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) S 18238 18241 12906 0 -1 1077944384 555 0 0 0 51 13 0 0 20 0 15 0 46438816 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563812887312 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10551232 CPUtime=0.64 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) S 18238 18241 12906 0 -1 1077944384 1157 0 0 0 49 15 0 0 20 0 15 0 46438816 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563811834768 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) S 18238 18241 12906 0 -1 1077944384 1266 0 0 0 1 0 0 0 20 0 15 0 46438818 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563369957616 140563873966722 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563367850752 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46438821 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18252] ppid=18238 vsize=10551232 CPUtime=0.59 cores=1,3,5,7
/proc/18241/task/18252/stat : 18252 (java) S 18238 18241 12906 0 -1 1077944384 1480 0 0 0 59 0 0 0 20 0 15 0 46438821 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563365747440 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18253] ppid=18238 vsize=10551232 CPUtime=0.63 cores=1,3,5,7
/proc/18241/task/18253/stat : 18253 (java) S 18238 18241 12906 0 -1 1077944384 2221 0 0 0 63 0 0 0 20 0 15 0 46438821 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563364694896 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18254] ppid=18238 vsize=10551232 CPUtime=0.33 cores=1,3,5,7
/proc/18241/task/18254/stat : 18254 (java) S 18238 18241 12906 0 -1 1077944384 1770 0 0 0 33 0 0 0 20 0 15 0 46438821 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563363641840 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18255] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18255/stat : 18255 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46438821 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563362589536 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18256] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18256/stat : 18256 (java) S 18238 18241 12906 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 46438830 10804461568 732402 18446744073709551615 4194304 4196468 140737006149232 140563361536560 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
Current children cumulated CPU time (s) 9.68
Current children cumulated vsize (KiB) 10551232

[startup+12.7092 s]
/proc/loadavg: 4.27 4.02 3.33 6/215 18256
/proc/meminfo: memFree=24213308/32770624 swapFree=0/340072
[pid=18241] ppid=18238 vsize=10551232 CPUtime=30.83 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 876573 0 0 0 2895 188 0 0 20 0 15 0 46438810 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2637808 1129664 3109 1 0 2627261 0
[pid=18241/tid=18243] ppid=18238 vsize=10551232 CPUtime=6.86 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) S 18238 18241 12906 0 -1 1077944384 13598 0 0 0 652 34 0 0 20 0 15 0 46438816 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563878190928 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10551232 CPUtime=5.63 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) R 18238 18241 12906 0 -1 4202560 292862 0 0 0 523 40 0 0 20 0 15 0 46438816 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563814993112 140563867059222 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10551232 CPUtime=5.53 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) R 18238 18241 12906 0 -1 4202560 142716 0 0 0 517 36 0 0 20 0 15 0 46438816 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563813940256 140563858656263 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10551232 CPUtime=5.54 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) R 18238 18241 12906 0 -1 4202560 132964 0 0 0 522 32 0 0 20 0 15 0 46438816 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563812887512 140563867059212 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10551232 CPUtime=5.59 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) R 18238 18241 12906 0 -1 4202560 282265 0 0 0 519 40 0 0 20 0 15 0 46438816 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563811834968 140563858656263 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) S 18238 18241 12906 0 -1 1077944384 5248 0 0 0 1 0 0 0 20 0 15 0 46438818 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563369956160 140563873965781 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46438818 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563367850752 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46438821 10804461568 1129664 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0

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


[startup+502.401 s]
/proc/loadavg: 4.84 4.66 3.91 6/217 18293
/proc/meminfo: memFree=20375684/32770624 swapFree=0/340200
[pid=18241] ppid=18238 vsize=10686560 CPUtime=1874.63 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 5290134 0 0 0 186535 928 0 0 20 0 16 0 46438810 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2671640 2079536 3170 1 0 2661055 0
[pid=18241/tid=18243] ppid=18238 vsize=10686560 CPUtime=17.23 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) S 18238 18241 12906 0 -1 1077944384 26913 0 0 0 1687 36 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563878196256 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10686560 CPUtime=460.28 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) R 18238 18241 12906 0 -1 4202560 1481252 0 0 0 45808 220 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563814993032 140563866583783 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10686560 CPUtime=456.35 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) R 18238 18241 12906 0 -1 4202560 895097 0 0 0 45415 220 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563813940176 140563866583783 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10686560 CPUtime=458.83 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) R 18238 18241 12906 0 -1 4202560 1605939 0 0 0 45666 217 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563812887120 140563866583783 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10686560 CPUtime=460.15 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) R 18238 18241 12906 0 -1 4202560 1148881 0 0 0 45797 218 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563811834968 140563855565267 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10686560 CPUtime=18.05 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) S 18238 18241 12906 0 -1 1077944384 108258 0 0 0 1800 5 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563369956160 140563873965781 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563367850752 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18252] ppid=18238 vsize=10686560 CPUtime=1.43 cores=1,3,5,7
/proc/18241/task/18252/stat : 18252 (java) S 18238 18241 12906 0 -1 1077944384 8929 0 0 0 142 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563365747200 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18253] ppid=18238 vsize=10686560 CPUtime=1.49 cores=1,3,5,7
/proc/18241/task/18253/stat : 18253 (java) S 18238 18241 12906 0 -1 1077944384 7349 0 0 0 148 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563364694944 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18254] ppid=18238 vsize=10686560 CPUtime=0.44 cores=1,3,5,7
/proc/18241/task/18254/stat : 18254 (java) S 18238 18241 12906 0 -1 1077944384 5362 0 0 0 43 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563363641936 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18255] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18255/stat : 18255 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563362589536 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18256] ppid=18238 vsize=10686560 CPUtime=0.28 cores=1,3,5,7
/proc/18241/task/18256/stat : 18256 (java) S 18238 18241 12906 0 -1 1077944384 470 0 0 0 15 13 0 0 20 0 16 0 46438830 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563361536560 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18289] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18289/stat : 18289 (java) S 18238 18241 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46482844 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563358384192 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
Current children cumulated CPU time (s) 1874.63
Current children cumulated vsize (KiB) 10686560

[startup+504.001 s]
/proc/loadavg: 4.84 4.66 3.91 6/217 18293
/proc/meminfo: memFree=20375684/32770624 swapFree=0/340200
[pid=18241] ppid=18238 vsize=10686560 CPUtime=1880.83 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 5290134 0 0 0 187153 930 0 0 20 0 16 0 46438810 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2671640 2079536 3170 1 0 2661055 0
[pid=18241/tid=18243] ppid=18238 vsize=10686560 CPUtime=17.23 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) S 18238 18241 12906 0 -1 1077944384 26913 0 0 0 1687 36 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563878196256 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10686560 CPUtime=461.8 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) R 18238 18241 12906 0 -1 4202560 1481252 0 0 0 45959 221 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563814993032 140563866583783 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10686560 CPUtime=457.89 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) R 18238 18241 12906 0 -1 4202560 895097 0 0 0 45569 220 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563813940176 140563866583783 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10686560 CPUtime=460.38 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) R 18238 18241 12906 0 -1 4202560 1605939 0 0 0 45820 218 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563812887120 140563866583783 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10686560 CPUtime=461.75 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) R 18238 18241 12906 0 -1 4202560 1148881 0 0 0 45957 218 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563811834968 140563858951979 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10686560 CPUtime=18.05 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) S 18238 18241 12906 0 -1 1077944384 108258 0 0 0 1800 5 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563369956160 140563873965781 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563367850752 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18252] ppid=18238 vsize=10686560 CPUtime=1.43 cores=1,3,5,7
/proc/18241/task/18252/stat : 18252 (java) S 18238 18241 12906 0 -1 1077944384 8929 0 0 0 142 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563365747200 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18253] ppid=18238 vsize=10686560 CPUtime=1.49 cores=1,3,5,7
/proc/18241/task/18253/stat : 18253 (java) S 18238 18241 12906 0 -1 1077944384 7349 0 0 0 148 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563364694944 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18254] ppid=18238 vsize=10686560 CPUtime=0.44 cores=1,3,5,7
/proc/18241/task/18254/stat : 18254 (java) S 18238 18241 12906 0 -1 1077944384 5362 0 0 0 43 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563363641936 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18255] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18255/stat : 18255 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563362589536 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18256] ppid=18238 vsize=10686560 CPUtime=0.28 cores=1,3,5,7
/proc/18241/task/18256/stat : 18256 (java) S 18238 18241 12906 0 -1 1077944384 470 0 0 0 15 13 0 0 20 0 16 0 46438830 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563361536560 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18289] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18289/stat : 18289 (java) S 18238 18241 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46482844 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563358384192 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
Current children cumulated CPU time (s) 1880.83
Current children cumulated vsize (KiB) 10686560

[startup+504.801 s]
/proc/loadavg: 4.84 4.66 3.91 6/217 18293
/proc/meminfo: memFree=20375684/32770624 swapFree=0/340200
[pid=18241] ppid=18238 vsize=10686560 CPUtime=1882.91 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 5290262 0 0 0 187361 930 0 0 20 0 16 0 46438810 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2671640 2079536 3170 1 0 2661055 0
[pid=18241/tid=18243] ppid=18238 vsize=10686560 CPUtime=17.23 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) S 18238 18241 12906 0 -1 1077944384 26913 0 0 0 1687 36 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563878196256 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10686560 CPUtime=462.23 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) S 18238 18241 12906 0 -1 1077944384 1481252 0 0 0 46002 221 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563814992912 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10686560 CPUtime=458.33 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) S 18238 18241 12906 0 -1 1077944384 895097 0 0 0 45612 221 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563813940368 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10686560 CPUtime=460.81 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) S 18238 18241 12906 0 -1 1077944384 1605939 0 0 0 45863 218 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563812887312 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10686560 CPUtime=462.19 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) S 18238 18241 12906 0 -1 1077944384 1148881 0 0 0 46001 218 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563811834768 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10686560 CPUtime=18.4 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) R 18238 18241 12906 0 -1 4202560 108386 0 0 0 1835 5 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563369956048 140563858951942 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563367850752 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18252] ppid=18238 vsize=10686560 CPUtime=1.43 cores=1,3,5,7
/proc/18241/task/18252/stat : 18252 (java) S 18238 18241 12906 0 -1 1077944384 8929 0 0 0 142 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563365747200 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18253] ppid=18238 vsize=10686560 CPUtime=1.49 cores=1,3,5,7
/proc/18241/task/18253/stat : 18253 (java) S 18238 18241 12906 0 -1 1077944384 7349 0 0 0 148 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563364694944 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18254] ppid=18238 vsize=10686560 CPUtime=0.44 cores=1,3,5,7
/proc/18241/task/18254/stat : 18254 (java) S 18238 18241 12906 0 -1 1077944384 5362 0 0 0 43 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563363641936 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18255] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18255/stat : 18255 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563362589536 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18256] ppid=18238 vsize=10686560 CPUtime=0.28 cores=1,3,5,7
/proc/18241/task/18256/stat : 18256 (java) S 18238 18241 12906 0 -1 1077944384 470 0 0 0 15 13 0 0 20 0 16 0 46438830 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563361536560 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18289] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18289/stat : 18289 (java) S 18238 18241 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46482844 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563358384192 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
Current children cumulated CPU time (s) 1882.91
Current children cumulated vsize (KiB) 10686560

[startup+505.007 s]
/proc/loadavg: 4.61 4.61 3.90 3/217 18293
/proc/meminfo: memFree=20375684/32770624 swapFree=0/340200
[pid=18241] ppid=18238 vsize=10686560 CPUtime=1883.12 cores=1,3,5,7
/proc/18241/stat : 18241 (java) S 18238 18241 12906 0 -1 1077944320 5290262 0 0 0 187382 930 0 0 20 0 16 0 46438810 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140737006131776 140563873955575 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
/proc/18241/statm: 2671640 2079536 3170 1 0 2661055 0
[pid=18241/tid=18243] ppid=18238 vsize=10686560 CPUtime=17.23 cores=1,3,5,7
/proc/18241/task/18243/stat : 18243 (java) S 18238 18241 12906 0 -1 1077944384 26913 0 0 0 1687 36 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563878196256 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18244] ppid=18238 vsize=10686560 CPUtime=462.23 cores=1,3,5,7
/proc/18241/task/18244/stat : 18244 (java) S 18238 18241 12906 0 -1 1077944384 1481252 0 0 0 46002 221 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563814992912 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18245] ppid=18238 vsize=10686560 CPUtime=458.33 cores=1,3,5,7
/proc/18241/task/18245/stat : 18245 (java) S 18238 18241 12906 0 -1 1077944384 895097 0 0 0 45612 221 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563813940368 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18246] ppid=18238 vsize=10686560 CPUtime=460.81 cores=1,3,5,7
/proc/18241/task/18246/stat : 18246 (java) S 18238 18241 12906 0 -1 1077944384 1605939 0 0 0 45863 218 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563812887312 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18247] ppid=18238 vsize=10686560 CPUtime=462.19 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) S 18238 18241 12906 0 -1 1077944384 1148881 0 0 0 46001 218 0 0 20 0 16 0 46438816 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563811834768 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18248] ppid=18238 vsize=10686560 CPUtime=18.61 cores=1,3,5,7
/proc/18241/task/18248/stat : 18248 (java) R 18238 18241 12906 0 -1 4202560 108386 0 0 0 1856 5 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563369956048 140563858413206 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18249] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18249/stat : 18249 (java) S 18238 18241 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563368903904 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18250] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18250/stat : 18250 (java) S 18238 18241 12906 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 46438818 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563367850752 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18251] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18251/stat : 18251 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563366799312 140563873974171 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18252] ppid=18238 vsize=10686560 CPUtime=1.43 cores=1,3,5,7
/proc/18241/task/18252/stat : 18252 (java) S 18238 18241 12906 0 -1 1077944384 8929 0 0 0 142 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563365747200 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18253] ppid=18238 vsize=10686560 CPUtime=1.49 cores=1,3,5,7
/proc/18241/task/18253/stat : 18253 (java) S 18238 18241 12906 0 -1 1077944384 7349 0 0 0 148 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563364694944 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18254] ppid=18238 vsize=10686560 CPUtime=0.44 cores=1,3,5,7
/proc/18241/task/18254/stat : 18254 (java) S 18238 18241 12906 0 -1 1077944384 5362 0 0 0 43 1 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563363641936 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18255] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18255/stat : 18255 (java) S 18238 18241 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46438821 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563362589536 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18256] ppid=18238 vsize=10686560 CPUtime=0.28 cores=1,3,5,7
/proc/18241/task/18256/stat : 18256 (java) S 18238 18241 12906 0 -1 1077944384 470 0 0 0 15 13 0 0 20 0 16 0 46438830 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563361536560 140563873966722 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
[pid=18241/tid=18289] ppid=18238 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18241/task/18289/stat : 18289 (java) S 18238 18241 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 46482844 10943037440 2079536 18446744073709551615 4194304 4196468 140737006149232 140563358384192 140563873965781 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6377472 140737006150069 140737006150222 140737006150222 140737006153679 0
Current children cumulated CPU time (s) 1883.12
Current children cumulated vsize (KiB) 10686560

[startup+505.101 s]
/proc/loadavg: 4.61 4.61 3.90 3/217 18293
/proc/meminfo: memFree=20375684/32770624 swapFree=0/340200
[pid=18241] ppid=18238 vsize=0 CPUtime=1883.21 cores=1,3,5,7
/proc/18241/stat : 18241 (java) Z 18238 18241 12906 0 -1 4227084 5290384 0 0 0 187387 934 0 0 20 0 2 0 46438810 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/18241/statm: 0 0 0 0 0 0 0
[pid=18241/tid=18247] ppid=18238 vsize=0 CPUtime=462.23 cores=1,3,5,7
/proc/18241/task/18247/stat : 18247 (java) R 18238 18241 12906 0 -1 4203588 1148881 0 0 0 46001 222 0 0 20 0 2 0 46438816 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1883.21
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 505.166
CPU time (s): 1883.29
CPU user time (s): 1873.88
CPU system time (s): 9.41062
CPU usage (%): 372.807
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1873.88
system time used= 9.41062
maximum resident set size= 8329924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5290384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41769
involuntary context switches= 19588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.48079 second user time and 3.25359 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 20:34:01
IDJOB=4243325
IDBENCH=115837
IDSOLVER=2623
FILE ID=node135/4243325-1502045279
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243325-1502045279/watcher-4243325-1502045279 -o /tmp/evaluation-result-4243325-1502045279/solver-4243325-1502045279 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243325-1502045279.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=138194907

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:        28729872 kB
MemAvailable:   29134768 kB
Buffers:          200504 kB
Cached:           493052 kB
SwapCached:            0 kB
Active:          3243428 kB
Inactive:         365024 kB
Active(anon):    2914872 kB
Inactive(anon):    24972 kB
Active(file):     328556 kB
Inactive(file):   340052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1648 kB
Writeback:             4 kB
AnonPages:       2914928 kB
Mapped:            50032 kB
Shmem:             25344 kB
Slab:             131060 kB
SReclaimable:     104244 kB
SUnreclaim:        26816 kB
KernelStack:        3520 kB
PageTables:        10548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4394384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2803712 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= 62028 MiB
End job on node135 at 2017-08-06 20:42:27