Trace number 4243330

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? 1567.21 422.78799

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-0.xml
MD5SUMd2a9d5f7f2311440d16f3c3017ccc9f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark689
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size752
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":752,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1464.33/395.65	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1464.33/395.65		at java.util.Arrays.copyOf(Arrays.java:3236)
1464.33/395.65		at java.util.zip.ZipCoder.getBytes(ZipCoder.java:89)
1464.33/395.65		at java.util.zip.ZipFile.getEntry(ZipFile.java:310)
1464.33/395.65		at java.util.jar.JarFile.getEntry(JarFile.java:240)
1464.33/395.65		at java.util.jar.JarFile.getJarEntry(JarFile.java:223)
1464.33/395.65		at sun.misc.URLClassPath$JarLoader.getResource(URLClassPath.java:1042)
1464.33/395.65		at sun.misc.URLClassPath.getResource(URLClassPath.java:239)
1464.33/395.65		at java.net.URLClassLoader$1.run(URLClassLoader.java:365)
1464.33/395.65		at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
1464.33/395.65		at java.security.AccessController.doPrivileged(Native Method)
1464.33/395.65		at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
1464.33/395.65		at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
1464.33/395.65		at java.lang.ClassLoader.loadClass(ClassLoader.java:411)
1464.33/395.65		at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
1464.33/395.65		at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
1464.33/395.65		at java.util.ResourceBundle$RBClassLoader.loadClass(ResourceBundle.java:503)
1464.33/395.65		at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2640)
1464.33/395.65		at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1501)
1464.33/395.65		at java.util.ResourceBundle.findBundle(ResourceBundle.java:1465)
1464.33/395.65		at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1361)
1464.33/395.65		at java.util.ResourceBundle.getBundle(ResourceBundle.java:845)
1464.33/395.65		at java.util.logging.Level.computeLocalizedLevelName(Level.java:265)
1464.33/395.65		at java.util.logging.Level.getLocalizedLevelName(Level.java:324)
1464.33/395.65		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:165)
1464.33/395.65		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1464.33/395.65		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1464.33/395.65		at java.util.logging.Logger.log(Logger.java:738)
1464.33/395.65		at java.util.logging.Logger.doLog(Logger.java:765)
1464.33/395.65		at java.util.logging.Logger.log(Logger.java:876)
1464.33/395.65		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1464.33/395.65		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1464.33/395.65		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1530.37/413.42	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1530.37/413.42	c This is free software under the dual EPL/GNU LGPL licenses.
1530.37/413.42	c See www.sat4j.org for details.
1530.37/413.42	c That software uses the Rhino library from the Mozilla project.
1530.37/413.42	c version CUSTOM.v20170705
1530.37/413.42	c java.runtime.name	Java(TM) SE Runtime Environment
1530.37/413.42	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1530.37/413.42	c java.vm.version	25.131-b11
1530.37/413.42	c java.vm.vendor	Oracle Corporation
1530.37/413.42	c sun.arch.data.model	64
1530.37/413.42	c java.version		1.8.0_131
1530.37/413.42	c os.name		Linux
1530.37/413.42	c os.version		3.10.0-514.16.1.el7.x86_64
1530.37/413.42	c os.arch		amd64
1530.37/413.42	c Free memory 		499604488
1530.37/413.42	c Max memory 		7247757312
1530.37/413.42	c Total memory 		504889344
1530.37/413.42	c Number of processors 	4
1530.37/413.42	c c --- Begin Solver configuration ---
1530.37/413.42	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1530.37/413.42	c Learn all clauses as in MiniSAT
1530.37/413.42	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1530.37/413.42	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1530.37/413.42	c No reason simplification
1530.37/413.42	c Glucose 2.1 dynamic restart strategy
1530.37/413.42	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
1530.37/413.42	c timeout=2147483s
1530.37/413.42	c DB Simplification allowed=false
1530.37/413.42	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1530.37/413.42	c --- End Solver configuration ---
1548.60/418.08	c starts		: 0
1567.11/422.74	c conflicts		: 0
1567.11/422.74	c decisions		: 0
1567.11/422.74	c propagations		: 0
1567.11/422.74	c inspects		: 0
1567.11/422.74	c shortcuts		: 0
1567.11/422.74	c learnt literals	: 0
1567.11/422.74	c learnt binary clauses	: 0
1567.11/422.74	c learnt ternary clauses	: 0
1567.11/422.74	c learnt constraints	: 0
1567.11/422.74	c ignored constraints	: 0
1567.11/422.74	c root simplifications	: 0
1567.11/422.74	c removed literals (reason simplification)	: 0
1567.11/422.74	c reason swapping (by a shorter reason)	: 0
1567.11/422.74	c Calls to reduceDB	: 0
1567.11/422.74	c Number of update (reduction) of LBD	: 0
1567.11/422.74	c Imported unit clauses	: 0
1567.11/422.74	c number of reductions to clauses (during analyze)	: 0
1567.11/422.74	c number of learned constraints concerned by reduction	: 0
1567.11/422.74	c number of learning phase by resolution	: 0
1567.11/422.74	c number of learning phase by cutting planes	: 0
1567.11/422.74	c number of rounding to 1 operations	: 0
1567.11/422.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1567.11/422.74	c number of reductions of the coefficients by power 2 	: 0
1567.11/422.74	c number of right shift for reduction by power 2 	: 0
1567.11/422.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
1567.11/422.74	c speed (assignments/second)	: 0.0
1567.11/422.74	c non guided choices	0
1567.11/422.75	c learnt constraints type 
1567.11/422.75	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243330-1502048565/watcher-4243330-1502048565 -o /tmp/evaluation-result-4243330-1502048565/solver-4243330-1502048565 -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-4243330-1502048565.xml 

pid=18854
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.70 4.10 3.20 2/199 18857
/proc/meminfo: memFree=23823376/32770624 swapFree=0/341260
[pid=18857] ppid=18854 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18857/stat : 18857 (runsolver) D 18854 18857 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46767385 24240128 107 18446744073709551615 4194304 4338465 140735889506672 140735889504312 139920397521623 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 25804800 140735889514631 140735889515081 140735889515081 140735889518538 0
/proc/18857/statm: 5918 107 54 36 0 2156 0

[startup+0.10189 s]
/proc/loadavg: 4.70 4.10 3.20 2/199 18857
/proc/meminfo: memFree=23823376/32770624 swapFree=0/341260
[pid=18857] ppid=18854 vsize=10019572 CPUtime=0.01 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 3611 0 0 0 1 0 0 0 20 0 8 0 46767385 10260041728 4829 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2504893 4829 2053 1 0 2494390 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10019572

[startup+0.200336 s]
/proc/loadavg: 4.70 4.10 3.20 2/199 18857
/proc/meminfo: memFree=23823376/32770624 swapFree=0/341260
[pid=18857] ppid=18854 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 4540 0 0 0 5 0 0 0 20 0 14 0 46767385 10736119808 5585 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2621123 5585 2571 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300341 s]
/proc/loadavg: 4.70 4.10 3.20 2/199 18857
/proc/meminfo: memFree=23823376/32770624 swapFree=0/341260
[pid=18857] ppid=18854 vsize=10551156 CPUtime=0.16 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 7753 0 0 0 15 1 0 0 20 0 15 0 46767385 10804383744 7987 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2637789 7987 2855 1 0 2627261 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10551156

[startup+0.708424 s]
/proc/loadavg: 4.70 4.10 3.20 2/199 18857
/proc/meminfo: memFree=23823376/32770624 swapFree=0/341260
[pid=18857] ppid=18854 vsize=10551232 CPUtime=1.08 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 11071 0 0 0 99 9 0 0 20 0 15 0 46767385 10804461568 51465 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2637808 51465 3056 1 0 2627261 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10551232

[startup+1.50141 s]
/proc/loadavg: 4.70 4.10 3.20 3/214 18872
/proc/meminfo: memFree=23475896/32770624 swapFree=0/341292
[pid=18857] ppid=18854 vsize=10551232 CPUtime=2.97 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 13012 0 0 0 268 29 0 0 20 0 15 0 46767385 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2637808 122162 3088 1 0 2627261 0
[pid=18857/tid=18859] ppid=18854 vsize=10551232 CPUtime=1.09 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) R 18854 18857 12906 0 -1 4202560 7073 0 0 0 104 5 0 0 20 0 15 0 46767392 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139897572488936 139897171289321 0 4 1 16800974 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) S 18854 18857 12906 0 -1 1077944384 250 0 0 0 15 5 0 0 20 0 15 0 46767393 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139897498672144 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) S 18854 18857 12906 0 -1 1077944384 241 0 0 0 15 5 0 0 20 0 15 0 46767393 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139897497619600 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) S 18854 18857 12906 0 -1 1077944384 223 0 0 0 15 5 0 0 20 0 15 0 46767393 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139897496566544 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) S 18854 18857 12906 0 -1 1077944384 235 0 0 0 15 5 0 0 20 0 15 0 46767393 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139897495514000 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 46767394 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896929859824 139897568262786 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896927752944 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46767397 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18868] ppid=18854 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 12906 0 -1 1077944384 1347 0 0 0 38 0 0 0 20 0 15 0 46767397 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896925649648 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18869] ppid=18854 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 12906 0 -1 1077944384 835 0 0 0 36 0 0 0 20 0 15 0 46767397 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896924597104 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18870] ppid=18854 vsize=10551232 CPUtime=0.25 cores=1,3,5,7
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 12906 0 -1 1077944384 1244 0 0 0 25 0 0 0 20 0 15 0 46767397 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896923544048 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18871] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46767398 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896922491744 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18872] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46767407 10804461568 122162 18446744073709551615 4194304 4196468 140733330444336 139896921438768 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 10551232

[startup+3.10141 s]
/proc/loadavg: 4.70 4.10 3.20 6/214 18872
/proc/meminfo: memFree=22996916/32770624 swapFree=0/341292
[pid=18857] ppid=18854 vsize=10551232 CPUtime=7.66 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 40055 0 0 0 697 69 0 0 20 0 15 0 46767385 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2637808 272128 3099 1 0 2627261 0
[pid=18857/tid=18859] ppid=18854 vsize=10551232 CPUtime=1.64 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) S 18854 18857 12906 0 -1 1077944384 7475 0 0 0 156 8 0 0 20 0 15 0 46767392 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139897572486816 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10551232 CPUtime=1.21 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) R 18854 18857 12906 0 -1 4202560 7865 0 0 0 108 13 0 0 20 0 15 0 46767393 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139897498672344 139897552952301 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10551232 CPUtime=1.24 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) R 18854 18857 12906 0 -1 4202560 7083 0 0 0 109 15 0 0 20 0 15 0 46767393 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139897497619600 139897552952224 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) R 18854 18857 12906 0 -1 4202560 5642 0 0 0 108 14 0 0 20 0 15 0 46767393 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139897496566744 139897552952272 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10551232 CPUtime=1.24 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) R 18854 18857 12906 0 -1 4202560 6432 0 0 0 110 14 0 0 20 0 15 0 46767393 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139897495514000 139897552952272 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 763 0 0 0 1 0 0 0 20 0 15 0 46767394 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896929858368 139897568261845 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896927752944 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46767397 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18868] ppid=18854 vsize=10551232 CPUtime=0.39 cores=1,3,5,7
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 12906 0 -1 1077944384 1351 0 0 0 39 0 0 0 20 0 15 0 46767397 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896925649648 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18869] ppid=18854 vsize=10551232 CPUtime=0.36 cores=1,3,5,7
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 12906 0 -1 1077944384 835 0 0 0 36 0 0 0 20 0 15 0 46767397 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896924597104 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18870] ppid=18854 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 12906 0 -1 1077944384 1253 0 0 0 26 0 0 0 20 0 15 0 46767397 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896923544048 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18871] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46767398 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896922491744 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18872] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46767407 10804461568 272128 18446744073709551615 4194304 4196468 140733330444336 139896921438768 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 10551232

[startup+6.30137 s]
/proc/loadavg: 4.64 4.09 3.21 3/214 18872
/proc/meminfo: memFree=22416072/32770624 swapFree=0/341300
[pid=18857] ppid=18854 vsize=10551232 CPUtime=14.74 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 51337 0 0 0 1346 128 0 0 20 0 15 0 46767385 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2637808 429427 3109 1 0 2627261 0
[pid=18857/tid=18859] ppid=18854 vsize=10551232 CPUtime=3.14 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) S 18854 18857 12906 0 -1 1077944384 9800 0 0 0 303 11 0 0 20 0 15 0 46767392 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139897572486368 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10551232 CPUtime=2.25 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) R 18854 18857 12906 0 -1 4202560 8381 0 0 0 198 27 0 0 20 0 15 0 46767393 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139897498672032 139897561351486 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10551232 CPUtime=2.28 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) R 18854 18857 12906 0 -1 4202560 7418 0 0 0 199 29 0 0 20 0 15 0 46767393 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139897497619800 139897553278556 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10551232 CPUtime=2.25 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) R 18854 18857 12906 0 -1 4202560 6066 0 0 0 196 29 0 0 20 0 15 0 46767393 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139897496566744 139897553279513 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10551232 CPUtime=2.28 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) R 18854 18857 12906 0 -1 4202560 7082 0 0 0 200 28 0 0 20 0 15 0 46767393 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139897495514200 139897561348475 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10551232 CPUtime=0.67 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 2437 0 0 0 67 0 0 0 20 0 15 0 46767394 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896929858336 139897568261845 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896927752960 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46767397 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18868] ppid=18854 vsize=10551232 CPUtime=0.64 cores=1,3,5,7
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 12906 0 -1 1077944384 2529 0 0 0 64 0 0 0 20 0 15 0 46767397 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896925649648 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18869] ppid=18854 vsize=10551232 CPUtime=0.84 cores=1,3,5,7
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 12906 0 -1 1077944384 3134 0 0 0 84 0 0 0 20 0 15 0 46767397 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896924597104 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18870] ppid=18854 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 12906 0 -1 1077944384 3043 0 0 0 32 0 0 0 20 0 15 0 46767397 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896923544048 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18871] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46767398 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896922491744 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18872] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 12906 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 46767407 10804461568 429427 18446744073709551615 4194304 4196468 140733330444336 139896921438768 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 14.74
Current children cumulated vsize (KiB) 10551232

[startup+12.7014 s]
/proc/loadavg: 4.51 4.08 3.21 3/214 18872
/proc/meminfo: memFree=20544528/32770624 swapFree=0/341304
[pid=18857] ppid=18854 vsize=10551232 CPUtime=31.5 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 82811 0 0 0 2865 285 0 0 20 0 15 0 46767385 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2637808 820744 3109 1 0 2627261 0
[pid=18857/tid=18859] ppid=18854 vsize=10551232 CPUtime=5.13 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) S 18854 18857 12906 0 -1 1077944384 11370 0 0 0 500 13 0 0 20 0 15 0 46767392 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139897572488096 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10551232 CPUtime=5.71 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) R 18854 18857 12906 0 -1 4202560 17717 0 0 0 502 69 0 0 20 0 15 0 46767393 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139897498672144 139897553279513 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10551232 CPUtime=5.7 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) R 18854 18857 12906 0 -1 4202560 10756 0 0 0 503 67 0 0 20 0 15 0 46767393 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139897497619800 139897549877725 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10551232 CPUtime=5.72 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) R 18854 18857 12906 0 -1 4202560 19014 0 0 0 507 65 0 0 20 0 15 0 46767393 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139897496566544 139897553279513 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10551232 CPUtime=5.73 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) R 18854 18857 12906 0 -1 4202560 9861 0 0 0 508 65 0 0 20 0 15 0 46767393 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139897495514200 139897549877584 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10551232 CPUtime=1.6 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 3933 0 0 0 160 0 0 0 20 0 15 0 46767394 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139896929858336 139897568261845 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 46767395 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139896927752960 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46767397 10804461568 820744 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0

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

/proc/18857/task/18978/stat : 18978 (java) S 18854 18857 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896919330576 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 1559.59
Current children cumulated vsize (KiB) 10684512

[startup+421.601 s]
/proc/loadavg: 7.86 6.18 4.39 9/215 18980
/proc/meminfo: memFree=15392640/32770624 swapFree=0/341548
[pid=18857] ppid=18854 vsize=10684512 CPUtime=1562.74 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 547291 0 0 0 155496 778 0 0 20 0 17 0 46767385 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2671128 2019417 3156 1 0 2660543 0
[pid=18857/tid=18859] ppid=18854 vsize=10684512 CPUtime=14.06 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) S 18854 18857 12906 0 -1 1077944384 17674 0 0 0 1392 14 0 0 20 0 17 0 46767392 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139897572492320 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10684512 CPUtime=382.52 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) R 18854 18857 12906 0 -1 4202560 119162 0 0 0 38069 183 0 0 20 0 17 0 46767393 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139897498672344 139897549861248 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10684512 CPUtime=380.06 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) R 18854 18857 12906 0 -1 4202560 60804 0 0 0 37810 196 0 0 20 0 17 0 46767393 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139897497619800 139897553248040 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10684512 CPUtime=380.79 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) R 18854 18857 12906 0 -1 4202560 106742 0 0 0 37889 190 0 0 20 0 17 0 46767393 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139897496566544 139897549861468 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10684512 CPUtime=382.19 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) R 18854 18857 12906 0 -1 4202560 139696 0 0 0 38037 182 0 0 20 0 17 0 46767393 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139897495514200 139897553248231 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10684512 CPUtime=20.23 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 80182 0 0 0 2019 4 0 0 20 0 17 0 46767394 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896929858368 139897568261845 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896927752960 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767397 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18868] ppid=18854 vsize=10684512 CPUtime=0.77 cores=1,3,5,7
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 12906 0 -1 1077944384 5205 0 0 0 76 1 0 0 20 0 17 0 46767397 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896925649696 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18869] ppid=18854 vsize=10684512 CPUtime=1.48 cores=1,3,5,7
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 12906 0 -1 1077944384 11894 0 0 0 146 2 0 0 20 0 17 0 46767397 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896924596864 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18870] ppid=18854 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 12906 0 -1 1077944384 4031 0 0 0 35 1 0 0 20 0 17 0 46767397 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896923544048 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18871] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767398 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896922491744 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18872] ppid=18854 vsize=10684512 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 12906 0 -1 1077944384 344 0 0 0 13 7 0 0 20 0 17 0 46767407 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896921438768 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18977] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18977/stat : 18977 (java) S 18854 18857 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896920383664 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18978] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18978/stat : 18978 (java) S 18854 18857 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019417 18446744073709551615 4194304 4196468 140733330444336 139896919330576 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 1562.74
Current children cumulated vsize (KiB) 10684512

[startup+422.401 s]
/proc/loadavg: 7.86 6.18 4.39 9/215 18980
/proc/meminfo: memFree=15392640/32770624 swapFree=0/341548
[pid=18857] ppid=18854 vsize=10684512 CPUtime=1565.96 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 547410 0 0 0 155818 778 0 0 20 0 17 0 46767385 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2671128 2019418 3156 1 0 2660543 0
[pid=18857/tid=18859] ppid=18854 vsize=10684512 CPUtime=14.06 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) S 18854 18857 12906 0 -1 1077944384 17674 0 0 0 1392 14 0 0 20 0 17 0 46767392 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897572492320 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10684512 CPUtime=383.32 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) R 18854 18857 12906 0 -1 4202560 119209 0 0 0 38149 183 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897498672344 139897553248049 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10684512 CPUtime=380.85 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) R 18854 18857 12906 0 -1 4202560 60804 0 0 0 37889 196 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897497619800 139897553248049 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10684512 CPUtime=381.59 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) R 18854 18857 12906 0 -1 4202560 106742 0 0 0 37969 190 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897496566432 139897552709259 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10684512 CPUtime=383 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) R 18854 18857 12906 0 -1 4202560 139768 0 0 0 38118 182 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897495514200 139897553248046 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10684512 CPUtime=20.23 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 80182 0 0 0 2019 4 0 0 20 0 17 0 46767394 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896929858368 139897568261845 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896927752960 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18868] ppid=18854 vsize=10684512 CPUtime=0.77 cores=1,3,5,7
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 12906 0 -1 1077944384 5205 0 0 0 76 1 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896925649696 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18869] ppid=18854 vsize=10684512 CPUtime=1.48 cores=1,3,5,7
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 12906 0 -1 1077944384 11894 0 0 0 146 2 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896924596864 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18870] ppid=18854 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 12906 0 -1 1077944384 4031 0 0 0 35 1 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896923544048 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18871] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767398 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896922491744 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18872] ppid=18854 vsize=10684512 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 12906 0 -1 1077944384 344 0 0 0 13 7 0 0 20 0 17 0 46767407 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896921438768 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18977] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18977/stat : 18977 (java) S 18854 18857 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896920383664 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18978] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18978/stat : 18978 (java) S 18854 18857 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896919330576 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 1565.96
Current children cumulated vsize (KiB) 10684512

[startup+422.601 s]
/proc/loadavg: 7.86 6.18 4.39 9/215 18980
/proc/meminfo: memFree=15392640/32770624 swapFree=0/341548
[pid=18857] ppid=18854 vsize=10684512 CPUtime=1566.72 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 547410 0 0 0 155894 778 0 0 20 0 17 0 46767385 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2671128 2019418 3156 1 0 2660543 0
[pid=18857/tid=18859] ppid=18854 vsize=10684512 CPUtime=14.06 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) S 18854 18857 12906 0 -1 1077944384 17674 0 0 0 1392 14 0 0 20 0 17 0 46767392 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897572492320 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10684512 CPUtime=383.52 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) R 18854 18857 12906 0 -1 4202560 119209 0 0 0 38169 183 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897498671952 139897560879847 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10684512 CPUtime=381.04 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) R 18854 18857 12906 0 -1 4202560 60804 0 0 0 37908 196 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897497619720 139897560879847 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10684512 CPUtime=381.79 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) R 18854 18857 12906 0 -1 4202560 106742 0 0 0 37989 190 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897496566432 139897553248020 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10684512 CPUtime=383.19 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) R 18854 18857 12906 0 -1 4202560 139768 0 0 0 38137 182 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897495513808 139897560879847 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10684512 CPUtime=20.23 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 80182 0 0 0 2019 4 0 0 20 0 17 0 46767394 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896929858368 139897568261845 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896927752960 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18868] ppid=18854 vsize=10684512 CPUtime=0.77 cores=1,3,5,7
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 12906 0 -1 1077944384 5205 0 0 0 76 1 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896925649696 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18869] ppid=18854 vsize=10684512 CPUtime=1.48 cores=1,3,5,7
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 12906 0 -1 1077944384 11894 0 0 0 146 2 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896924596864 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18870] ppid=18854 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 12906 0 -1 1077944384 4031 0 0 0 35 1 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896923544048 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18871] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767398 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896922491744 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18872] ppid=18854 vsize=10684512 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 12906 0 -1 1077944384 344 0 0 0 13 7 0 0 20 0 17 0 46767407 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896921438768 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18977] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18977/stat : 18977 (java) S 18854 18857 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896920383664 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18978] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18978/stat : 18978 (java) S 18854 18857 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896919330576 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 1566.72
Current children cumulated vsize (KiB) 10684512

[startup+422.701 s]
/proc/loadavg: 7.86 6.18 4.39 9/215 18980
/proc/meminfo: memFree=15392640/32770624 swapFree=0/341548
[pid=18857] ppid=18854 vsize=10684512 CPUtime=1567.11 cores=1,3,5,7
/proc/18857/stat : 18857 (java) S 18854 18857 12906 0 -1 1077944320 547410 0 0 0 155933 778 0 0 20 0 17 0 46767385 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 140733330426880 139897568251639 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
/proc/18857/statm: 2671128 2019418 3156 1 0 2660543 0
[pid=18857/tid=18859] ppid=18854 vsize=10684512 CPUtime=14.06 cores=1,3,5,7
/proc/18857/task/18859/stat : 18859 (java) S 18854 18857 12906 0 -1 1077944384 17674 0 0 0 1392 14 0 0 20 0 17 0 46767392 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897572492320 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18860] ppid=18854 vsize=10684512 CPUtime=383.61 cores=1,3,5,7
/proc/18857/task/18860/stat : 18860 (java) R 18854 18857 12906 0 -1 4202560 119209 0 0 0 38178 183 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897498671952 139897560879847 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18861] ppid=18854 vsize=10684512 CPUtime=381.14 cores=1,3,5,7
/proc/18857/task/18861/stat : 18861 (java) R 18854 18857 12906 0 -1 4202560 60804 0 0 0 37918 196 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897497619720 139897560879847 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18862] ppid=18854 vsize=10684512 CPUtime=381.89 cores=1,3,5,7
/proc/18857/task/18862/stat : 18862 (java) R 18854 18857 12906 0 -1 4202560 106742 0 0 0 37999 190 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897496566432 139897552709270 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18863] ppid=18854 vsize=10684512 CPUtime=383.28 cores=1,3,5,7
/proc/18857/task/18863/stat : 18863 (java) R 18854 18857 12906 0 -1 4202560 139768 0 0 0 38146 182 0 0 20 0 17 0 46767393 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139897495513808 139897560879847 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18864] ppid=18854 vsize=10684512 CPUtime=20.23 cores=1,3,5,7
/proc/18857/task/18864/stat : 18864 (java) S 18854 18857 12906 0 -1 1077944384 80182 0 0 0 2019 4 0 0 20 0 17 0 46767394 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896929858368 139897568261845 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18865] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18865/stat : 18865 (java) S 18854 18857 12906 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896928806112 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18866] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18866/stat : 18866 (java) S 18854 18857 12906 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 17 0 46767395 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896927752960 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18867] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18867/stat : 18867 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896926701520 139897568270235 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18868] ppid=18854 vsize=10684512 CPUtime=0.77 cores=1,3,5,7
/proc/18857/task/18868/stat : 18868 (java) S 18854 18857 12906 0 -1 1077944384 5205 0 0 0 76 1 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896925649696 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18869] ppid=18854 vsize=10684512 CPUtime=1.48 cores=1,3,5,7
/proc/18857/task/18869/stat : 18869 (java) S 18854 18857 12906 0 -1 1077944384 11894 0 0 0 146 2 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896924596864 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18870] ppid=18854 vsize=10684512 CPUtime=0.36 cores=1,3,5,7
/proc/18857/task/18870/stat : 18870 (java) S 18854 18857 12906 0 -1 1077944384 4031 0 0 0 35 1 0 0 20 0 17 0 46767397 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896923544048 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18871] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18871/stat : 18871 (java) S 18854 18857 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46767398 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896922491744 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18872] ppid=18854 vsize=10684512 CPUtime=0.2 cores=1,3,5,7
/proc/18857/task/18872/stat : 18872 (java) S 18854 18857 12906 0 -1 1077944384 344 0 0 0 13 7 0 0 20 0 17 0 46767407 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896921438768 139897568262786 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18977] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18977/stat : 18977 (java) S 18854 18857 12906 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896920383664 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
[pid=18857/tid=18978] ppid=18854 vsize=10684512 CPUtime=0 cores=1,3,5,7
/proc/18857/task/18978/stat : 18978 (java) S 18854 18857 12906 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 46806950 10940940288 2019418 18446744073709551615 4194304 4196468 140733330444336 139896919330576 139897568261845 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16044032 140733330448821 140733330448974 140733330448974 140733330452431 0
Current children cumulated CPU time (s) 1567.11
Current children cumulated vsize (KiB) 10684512

Child status: 1
Real time (s): 422.788
CPU time (s): 1567.21
CPU user time (s): 1559.39
CPU system time (s): 7.82001
CPU usage (%): 370.684
Max. virtual memory (cumulated for all children) (KiB): 10684512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1559.39
system time used= 7.82001
maximum resident set size= 8077884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547526
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29016
involuntary context switches= 34174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9189 second user time and 2.82103 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 21:28:47
IDJOB=4243330
IDBENCH=115851
IDSOLVER=2623
FILE ID=node135/4243330-1502048565
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-10-10-0.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243330-1502048565/watcher-4243330-1502048565 -o /tmp/evaluation-result-4243330-1502048565/solver-4243330-1502048565 -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-4243330-1502048565.xml

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

MD5SUM BENCH= d2a9d5f7f2311440d16f3c3017ccc9f9
RANDOM SEED=354783049

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:        23823396 kB
MemAvailable:   24230764 kB
Buffers:          202032 kB
Cached:           494352 kB
SwapCached:            0 kB
Active:          8138372 kB
Inactive:         366232 kB
Active(anon):    7808584 kB
Inactive(anon):    24972 kB
Active(file):     329788 kB
Inactive(file):   341260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1596 kB
Writeback:             4 kB
AnonPages:       7807852 kB
Mapped:            50144 kB
Shmem:             25344 kB
Slab:             131460 kB
SReclaimable:     104308 kB
SUnreclaim:        27152 kB
KernelStack:        3472 kB
PageTables:        19972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7428096 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 21:35:50