Trace number 4263774

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
sat4j-CSP 2017-07-05? 1606.27 434.12799

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark646
Best CPU time to get the best result obtained on this benchmark2400.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"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

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

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263774-1502597699/watcher-4263774-1502597699 -o /tmp/evaluation-result-4263774-1502597699/solver-4263774-1502597699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263774-1502597699.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.102759 s]*
/proc/loadavg: 1.08 1.25 1.65 3/195 19497
/proc/meminfo: memFree=31740656/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=9936560 memory=18528 CPUtime=0.01 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 3420 0 0 0 1 0 0 0 20 0 6 0 61965381 10175037440 4632 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2484140 4632 1923 1 0 2473637 0
[pid=19482/tid=19488] ppid=19477 vsize=9936560 memory=-8774313645642428999 CPUtime=0.01 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) R 19477 19482 12560 0 -1 4202560 2133 0 0 0 1 0 0 0 20 0 6 0 61965391 10175037440 4632 18446744073709551615 4194304 4196468 140729979929408 140221451682384 140221439483048 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=9936560 memory=4342489072520795237 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4632 18446744073709551615 4194304 4196468 140729979929408 140221377866640 140221447456469 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=9936560 memory=140547231483520 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4632 18446744073709551615 4194304 4196468 140729979929408 140221376813840 140221447456469 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4632 18446744073709551615 4194304 4196468 140729979929408 140221375761552 140221447456469 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) S 19477 19482 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 61965391 10175037440 4632 18446744073709551615 4194304 4196468 140729979929408 140221374708752 140221447456469 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18528 KiB

[startup+0.20994 s]*
/proc/loadavg: 1.08 1.25 1.65 2/212 19514
/proc/meminfo: memFree=31732024/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=10551156 memory=27548 CPUtime=0.08 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 4864 0 0 0 7 1 0 0 20 0 15 0 61965381 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2637789 6887 2735 1 0 2627261 0
[pid=19482/tid=19488] ppid=19477 vsize=10551156 memory=6452091047626303802 CPUtime=0.06 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) R 19477 19482 12560 0 -1 4202560 2832 0 0 0 6 0 0 0 20 0 15 0 61965391 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140221451671952 140221447458198 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=10551156 memory=4342489072520795237 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140221377866640 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=10551156 memory=140547231483520 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140221376813840 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140221375761552 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=10551156 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) S 19477 19482 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140221374708752 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) S 19477 19482 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61965393 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220486871152 140221447457410 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 61965393 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220485817120 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 61965393 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220484764784 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220280334960 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220279282160 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) R 19477 19482 12560 0 -1 4202560 236 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220278229872 140221426582520 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965401 10804383744 6887 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27548 KiB

[startup+0.310427 s]*
/proc/loadavg: 1.08 1.25 1.65 2/212 19514
/proc/meminfo: memFree=31719104/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=10551156 memory=36780 CPUtime=0.23 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 7948 0 0 0 21 2 0 0 20 0 15 0 61965381 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2637789 9195 2870 1 0 2627261 0
[pid=19482/tid=19488] ppid=19477 vsize=10551156 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) R 19477 19482 12560 0 -1 4202560 5607 0 0 0 14 2 0 0 20 0 15 0 61965391 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140221451667184 140221429030767 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140221377866640 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=10551156 memory=7162812893714010980 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140221376813840 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=10551156 memory=7379829014164689003 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140221375761552 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) S 19477 19482 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61965391 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140221374708752 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) S 19477 19482 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 61965393 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220486871152 140221447457410 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 61965393 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220485817120 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 61965393 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220484764784 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 61965396 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220280334960 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220279282160 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) S 19477 19482 12560 0 -1 1077944384 407 0 0 0 4 0 0 0 20 0 15 0 61965396 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220278229872 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965401 10804383744 9195 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36780 KiB

[startup+0.700765 s]
/proc/loadavg: 1.08 1.25 1.65 7/213 19515
/proc/meminfo: memFree=31691204/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=10551232 memory=211904 CPUtime=1.12 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 11139 0 0 0 100 12 0 0 20 0 15 0 61965381 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2637808 52976 3055 1 0 2627261 0
[pid=19482/tid=19488] ppid=19477 vsize=10551232 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) R 19477 19482 12560 0 -1 4202560 6968 0 0 0 46 4 0 0 20 0 15 0 61965391 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140221451684504 140221433514388 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=10551232 memory=211 CPUtime=0.02 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) S 19477 19482 12560 0 -1 1077944384 63 0 0 0 1 1 0 0 20 0 15 0 61965391 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140221377866640 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=10551232 memory=2 CPUtime=0.02 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) S 19477 19482 12560 0 -1 1077944384 54 0 0 0 1 1 0 0 20 0 15 0 61965391 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140221376813840 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) S 19477 19482 12560 0 -1 1077944384 51 0 0 0 1 1 0 0 20 0 15 0 61965391 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140221375761552 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=10551232 memory=42028 CPUtime=0.02 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) S 19477 19482 12560 0 -1 1077944384 55 0 0 0 1 1 0 0 20 0 15 0 61965391 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140221374708752 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10551232 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) S 19477 19482 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220486871152 140221447457410 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10551232 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220485817120 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220484764784 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10551232 memory=6656426216303648864 CPUtime=0.12 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 775 0 0 0 12 0 0 0 20 0 15 0 61965396 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220280334960 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10551232 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 537 0 0 0 11 0 0 0 20 0 15 0 61965396 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220279282160 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10551232 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) S 19477 19482 12560 0 -1 1077944384 1190 0 0 0 22 0 0 0 20 0 15 0 61965396 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220278229872 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965401 10804461568 52976 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 211904 KiB

[startup+1.50074 s]
/proc/loadavg: 1.08 1.25 1.65 8/213 19515
/proc/meminfo: memFree=31205404/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=10551232 memory=506892 CPUtime=3.1 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 13007 0 0 0 275 35 0 0 20 0 15 0 61965381 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2637808 126723 3088 1 0 2627261 0
[pid=19482/tid=19488] ppid=19477 vsize=10551232 memory=0 CPUtime=1.1 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) R 19477 19482 12560 0 -1 4202560 7076 0 0 0 104 6 0 0 20 0 15 0 61965391 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140221451679808 140221038648794 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=10551232 memory=6944656575208382560 CPUtime=0.22 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) S 19477 19482 12560 0 -1 1077944384 205 0 0 0 16 6 0 0 20 0 15 0 61965391 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140221377866640 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=10551232 memory=7811044310603950144 CPUtime=0.23 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) S 19477 19482 12560 0 -1 1077944384 209 0 0 0 16 7 0 0 20 0 15 0 61965391 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140221376813840 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=10551232 memory=6946614835513680472 CPUtime=0.22 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) S 19477 19482 12560 0 -1 1077944384 201 0 0 0 16 6 0 0 20 0 15 0 61965391 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140221375761552 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=10551232 memory=-8774313645642428999 CPUtime=0.22 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) S 19477 19482 12560 0 -1 1077944384 217 0 0 0 15 7 0 0 20 0 15 0 61965391 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140221374708752 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) S 19477 19482 12560 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220486871152 140221447457410 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220485817184 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 61965393 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220484764784 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10551232 memory=6442470079495361104 CPUtime=0.41 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 1278 0 0 0 41 0 0 0 20 0 15 0 61965396 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220280334960 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10551232 memory=7301856073203476816 CPUtime=0.37 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 926 0 0 0 37 0 0 0 20 0 15 0 61965396 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220279282160 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10551232 memory=7013623322018605394 CPUtime=0.26 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) S 19477 19482 12560 0 -1 1077944384 1322 0 0 0 26 0 0 0 20 0 15 0 61965396 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220278229872 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 61965396 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10551232 memory=-7595754389018307680 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 61965401 10804461568 126723 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 10551232 KiB

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

/proc/19482/task/19497/stat : 19497 (java) R 19477 19482 12560 0 -1 4202560 214911 0 0 0 38780 239 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221374708872 140221440074471 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10684472 memory=644 CPUtime=20.89 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) S 19477 19482 12560 0 -1 1077944384 70176 0 0 0 2085 4 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220486869696 140221447456469 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10684472 memory=8294592 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220485817184 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10684472 memory=956 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220484764800 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10684472 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10684472 memory=35380 CPUtime=1.24 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 10719 0 0 0 123 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220280335008 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10684472 memory=1292 CPUtime=0.69 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 3913 0 0 0 69 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220279281920 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10684472 memory=-8774313645642428999 CPUtime=0.36 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) S 19477 19482 12560 0 -1 1077944384 3419 0 0 0 35 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220278225744 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10684472 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10684472 memory=4126316290023845779 CPUtime=0.26 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 342 0 0 0 16 10 0 0 20 0 17 0 61965401 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19554] ppid=19477 vsize=10684472 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19554/stat : 19554 (java) S 19477 19482 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220275067952 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19555] ppid=19477 vsize=10684472 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19555/stat : 19555 (java) S 19477 19482 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220274016432 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 1599.89 s
Current children cumulated vsize: 10684472 KiB
Current children cumulated memory: 8294592 KiB

[startup+432.801 s]
/proc/loadavg: 4.19 3.68 2.68 6/212 19556
/proc/meminfo: memFree=20610848/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=10684472 memory=8294592 CPUtime=1602.95 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 667448 0 1 0 159365 930 0 0 20 0 17 0 61965381 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2671118 2073648 3146 1 0 2660543 0
[pid=19482/tid=19488] ppid=19477 vsize=10684472 memory=8294592 CPUtime=13.66 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) S 19477 19482 12560 0 -1 1077944384 17541 0 1 0 1352 14 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221451686944 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=10684472 memory=297237816763744566 CPUtime=391.88 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) R 19477 19482 12560 0 -1 4202560 139539 0 0 0 38963 225 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221377866840 140221432442667 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=10684472 memory=15254835616287083 CPUtime=391.41 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) R 19477 19482 12560 0 -1 4202560 116618 0 0 0 38917 224 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221376813960 140221440074471 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=10684472 memory=-8774313645642428999 CPUtime=391.52 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) R 19477 19482 12560 0 -1 4202560 88807 0 0 0 38937 215 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221375761360 140221440074471 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=10684472 memory=2240 CPUtime=390.96 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) R 19477 19482 12560 0 -1 4202560 214911 0 0 0 38856 240 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221374708872 140221440074471 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10684472 memory=8294592 CPUtime=20.89 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) S 19477 19482 12560 0 -1 1077944384 70176 0 0 0 2085 4 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220486869696 140221447456469 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10684472 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220485817184 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10684472 memory=920 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220484764800 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10684472 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10684472 memory=832 CPUtime=1.24 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 10719 0 0 0 123 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220280335008 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10684472 memory=16448 CPUtime=0.69 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 3913 0 0 0 69 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220279281920 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10684472 memory=-8774313645642428999 CPUtime=0.36 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) S 19477 19482 12560 0 -1 1077944384 3419 0 0 0 35 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220278225744 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10684472 memory=8600 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10684472 memory=1716 CPUtime=0.27 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 342 0 0 0 17 10 0 0 20 0 17 0 61965401 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19554] ppid=19477 vsize=10684472 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19554/stat : 19554 (java) S 19477 19482 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220275067952 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19555] ppid=19477 vsize=10684472 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19555/stat : 19555 (java) S 19477 19482 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220274016432 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 1602.95 s
Current children cumulated vsize: 10684472 KiB
Current children cumulated memory: 8294592 KiB

[startup+433.601 s]
/proc/loadavg: 4.19 3.68 2.68 6/212 19556
/proc/meminfo: memFree=20610848/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=10684472 memory=8294592 CPUtime=1605.73 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 667608 0 1 0 159642 931 0 0 20 0 17 0 61965381 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2671118 2073648 3146 1 0 2660543 0
[pid=19482/tid=19488] ppid=19477 vsize=10684472 memory=4144 CPUtime=13.66 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) S 19477 19482 12560 0 -1 1077944384 17541 0 1 0 1352 14 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221451686944 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=10684472 memory=35380 CPUtime=392.57 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) S 19477 19482 12560 0 -1 1077944384 139699 0 0 0 39032 225 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221377866640 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=10684472 memory=1292 CPUtime=392.05 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) S 19477 19482 12560 0 -1 1077944384 116618 0 0 0 38981 224 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221376813840 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=10684472 memory=-8774313645642428999 CPUtime=392.18 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) S 19477 19482 12560 0 -1 1077944384 88807 0 0 0 39003 215 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221375761552 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=10684472 memory=8600 CPUtime=391.62 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) S 19477 19482 12560 0 -1 1077944384 214911 0 0 0 38922 240 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221374708752 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10684472 memory=1716 CPUtime=21 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) R 19477 19482 12560 0 -1 4202560 70176 0 0 0 2096 4 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220486869696 140221432442615 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10684472 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220485817184 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10684472 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220484764800 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10684472 memory=8294592 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10684472 memory=2384 CPUtime=1.24 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 10719 0 0 0 123 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220280335008 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10684472 memory=1688 CPUtime=0.69 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 3913 0 0 0 69 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220279281920 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10684472 memory=5808 CPUtime=0.36 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) S 19477 19482 12560 0 -1 1077944384 3419 0 0 0 35 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220278225744 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10684472 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10684472 memory=1004 CPUtime=0.27 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 342 0 0 0 17 10 0 0 20 0 17 0 61965401 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19554] ppid=19477 vsize=10684472 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19554/stat : 19554 (java) S 19477 19482 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220275067952 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19555] ppid=19477 vsize=10684472 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19555/stat : 19555 (java) S 19477 19482 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220274016432 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 1605.73 s
Current children cumulated vsize: 10684472 KiB
Current children cumulated memory: 8294592 KiB

[startup+434.001 s]*
/proc/loadavg: 4.19 3.68 2.68 3/212 19556
/proc/meminfo: memFree=20610848/32770624 swapFree=67105588/67108860
[pid=19482] ppid=19477 vsize=10684472 memory=8294592 CPUtime=1606.14 cores=1,3,5,7
/proc/19482/stat : 19482 (java) S 19477 19482 12560 0 -1 1077944320 667608 0 1 0 159683 931 0 0 20 0 17 0 61965381 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140729979911952 140221447446263 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
/proc/19482/statm: 2671118 2073648 3146 1 0 2660543 0
[pid=19482/tid=19488] ppid=19477 vsize=10684472 memory=2851624 CPUtime=13.66 cores=1,3,5,7
/proc/19482/task/19488/stat : 19488 (java) S 19477 19482 12560 0 -1 1077944384 17541 0 1 0 1352 14 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221451686944 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19490] ppid=19477 vsize=10684472 memory=4126316290023845779 CPUtime=392.57 cores=1,3,5,7
/proc/19482/task/19490/stat : 19490 (java) S 19477 19482 12560 0 -1 1077944384 139699 0 0 0 39032 225 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221377866640 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19491] ppid=19477 vsize=10684472 memory=4126316290023845779 CPUtime=392.05 cores=1,3,5,7
/proc/19482/task/19491/stat : 19491 (java) S 19477 19482 12560 0 -1 1077944384 116618 0 0 0 38981 224 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221376813840 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19494] ppid=19477 vsize=10684472 memory=15254835616287083 CPUtime=392.18 cores=1,3,5,7
/proc/19482/task/19494/stat : 19494 (java) S 19477 19482 12560 0 -1 1077944384 88807 0 0 0 39003 215 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221375761552 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19497] ppid=19477 vsize=10684472 memory=7236557176538687592 CPUtime=391.62 cores=1,3,5,7
/proc/19482/task/19497/stat : 19497 (java) S 19477 19482 12560 0 -1 1077944384 214911 0 0 0 38922 240 0 0 20 0 17 0 61965391 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140221374708752 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19498] ppid=19477 vsize=10684472 memory=7523376918531162212 CPUtime=21.41 cores=1,3,5,7
/proc/19482/task/19498/stat : 19498 (java) R 19477 19482 12560 0 -1 4202560 70176 0 0 0 2137 4 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220486869696 140221432442615 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19500] ppid=19477 vsize=10684472 memory=4639948313719891052 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19500/stat : 19500 (java) S 19477 19482 12560 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220485817184 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19502] ppid=19477 vsize=10684472 memory=4639948313719891052 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19502/stat : 19502 (java) S 19477 19482 12560 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 61965393 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220484764800 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19504] ppid=19477 vsize=10684472 memory=7236557176538687592 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19504/stat : 19504 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220483713104 140221447464859 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19505] ppid=19477 vsize=10684472 memory=4639948313719891052 CPUtime=1.24 cores=1,3,5,7
/proc/19482/task/19505/stat : 19505 (java) S 19477 19482 12560 0 -1 1077944384 10719 0 0 0 123 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220280335008 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19506] ppid=19477 vsize=10684472 memory=7884229822948862055 CPUtime=0.69 cores=1,3,5,7
/proc/19482/task/19506/stat : 19506 (java) S 19477 19482 12560 0 -1 1077944384 3913 0 0 0 69 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220279281920 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19507] ppid=19477 vsize=10684472 memory=7884229822948862055 CPUtime=0.36 cores=1,3,5,7
/proc/19482/task/19507/stat : 19507 (java) S 19477 19482 12560 0 -1 1077944384 3419 0 0 0 35 1 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220278225744 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19512] ppid=19477 vsize=10684472 memory=4639948313719891052 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19512/stat : 19512 (java) S 19477 19482 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 61965396 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220277177312 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19514] ppid=19477 vsize=10684472 memory=7884229822948862055 CPUtime=0.27 cores=1,3,5,7
/proc/19482/task/19514/stat : 19514 (java) S 19477 19482 12560 0 -1 1077944384 342 0 0 0 17 10 0 0 20 0 17 0 61965401 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220276124080 140221447457410 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19554] ppid=19477 vsize=10684472 memory=7884229822948862055 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19554/stat : 19554 (java) S 19477 19482 12560 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220275067952 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
[pid=19482/tid=19555] ppid=19477 vsize=10684472 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19482/task/19555/stat : 19555 (java) S 19477 19482 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 62007023 10940899328 2073648 18446744073709551615 4194304 4196468 140729979929408 140220274016432 140221447456469 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38400000 140729979937168 140729979937321 140729979937321 140729979940815 0
Current children cumulated CPU time: 1606.14 s
Current children cumulated vsize: 10684472 KiB
Current children cumulated memory: 8294592 KiB

[startup+434.11 s]*
/proc/loadavg: 4.19 3.68 2.68 3/197 19556
/proc/meminfo: memFree=25773716/32770624 swapFree=67105588/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 434.128
CPU time (s): 1606.27
CPU user time (s): 1596.91
CPU system time (s): 9.35985
CPU usage (%): 370
Max. virtual memory (cumulated for all children) (KiB): 10684472
Max. memory (cumulated for all children) (KiB): 8306320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1596.91
system time used= 9.35984
maximum resident set size= 8306320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 667865
page faults= 1
swaps= 0
block input operations= 9880
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30359
involuntary context switches= 17770


# summary of solver processes directly reported to runsolver:
#   pid: 19482
#   total CPU time (s): 1606.27
#   total CPU user time (s): 1596.91
#   total CPU system time (s): 9.35985

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.88057 second user time and 4.05944 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 06:00:58
IDJOB=4263774
IDBENCH=115840
IDSOLVER=2651
FILE ID=node126/4263774-1502597699
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263774-1502597699/watcher-4263774-1502597699 -o /tmp/evaluation-result-4263774-1502597699/solver-4263774-1502597699 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263774-1502597699.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=2020007170

node126.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.81
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.81
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.81
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.81
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:        31758180 kB
MemAvailable:   31961612 kB
Buffers:          249372 kB
Cached:           221156 kB
SwapCached:          524 kB
Active:           416528 kB
Inactive:         111484 kB
Active(anon):       5132 kB
Inactive(anon):    85896 kB
Active(file):     411396 kB
Inactive(file):    25588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              3136 kB
Writeback:             0 kB
AnonPages:         56980 kB
Mapped:            45896 kB
Shmem:             33440 kB
Slab:             190068 kB
SReclaimable:     164568 kB
SUnreclaim:        25500 kB
KernelStack:        3248 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     311412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-13 06:08:12