Trace number 4263114

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? 1849.71 495.496

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-015-15-7.xml
MD5SUMfe547a27c953c30f0dd43f8aa0b4ac9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1217
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints255
Number of domains1
Minimum domain size1320
Maximum domain size1320
Distribution of domain sizes[{"size":1320,"count":240}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":225}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":15,"count":15}]
Number of extensional constraints0
Number of intensional constraints240
Distribution of constraint types[{"type":"intension","count":240},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1498.91/403.90	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1572.74/423.41		at sun.util.calendar.ZoneInfoFile.load(ZoneInfoFile.java:318)
1572.74/423.41		at sun.util.calendar.ZoneInfoFile.access$000(ZoneInfoFile.java:61)
1572.74/423.41		at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:258)
1572.74/423.41		at java.security.AccessController.doPrivileged(Native Method)
1572.74/423.41		at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:251)
1572.74/423.41		at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:589)
1572.74/423.41		at java.util.TimeZone.getTimeZone(TimeZone.java:560)
1572.74/423.41		at java.util.TimeZone.setDefaultZone(TimeZone.java:666)
1572.74/423.41		at java.util.TimeZone.getDefaultRef(TimeZone.java:636)
1572.74/423.41		at java.util.TimeZone.getDefault(TimeZone.java:625)
1572.74/423.41		at java.util.Calendar.getInstance(Calendar.java:1640)
1572.74/423.41		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1572.74/423.41		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1572.74/423.41		at java.util.Formatter.format(Formatter.java:2526)
1572.74/423.41		at java.util.Formatter.format(Formatter.java:2455)
1572.74/423.41		at java.lang.String.format(String.java:2940)
1572.74/423.41		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1572.74/423.41		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1572.74/423.41		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1572.74/423.41		at java.util.logging.Logger.log(Logger.java:738)
1572.74/423.41		at java.util.logging.Logger.doLog(Logger.java:765)
1572.74/423.41		at java.util.logging.Logger.log(Logger.java:876)
1572.74/423.41		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1572.74/423.41		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1572.74/423.41		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1572.74/423.41		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1572.74/423.41		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1572.74/423.41		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1646.69/443.22	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1646.69/443.22	c This is free software under the dual EPL/GNU LGPL licenses.
1646.69/443.22	c See www.sat4j.org for details.
1646.69/443.22	c That software uses the Rhino library from the Mozilla project.
1646.69/443.22	c version CUSTOM.v20170705
1646.69/443.22	c java.runtime.name	Java(TM) SE Runtime Environment
1646.69/443.22	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1646.69/443.22	c java.vm.version	25.131-b11
1646.69/443.22	c java.vm.vendor	Oracle Corporation
1646.69/443.22	c sun.arch.data.model	64
1646.69/443.22	c java.version		1.8.0_131
1646.69/443.22	c os.name		Linux
1646.69/443.22	c os.version		3.10.0-514.16.1.el7.x86_64
1646.69/443.22	c os.arch		amd64
1646.69/443.22	c Free memory 		499604488
1646.69/443.22	c Max memory 		7247757312
1646.69/443.22	c Total memory 		504889344
1646.69/443.22	c Number of processors 	4
1646.69/443.22	c c --- Begin Solver configuration ---
1646.69/443.22	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1646.69/443.22	c Learn all clauses as in MiniSAT
1646.69/443.22	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1646.69/443.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1646.69/443.22	c No reason simplification
1646.69/443.22	c Glucose 2.1 dynamic restart strategy
1646.69/443.22	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
1646.69/443.22	c timeout=2147483s
1646.69/443.22	c DB Simplification allowed=false
1646.69/443.22	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1646.69/443.22	c --- End Solver configuration ---
1691.43/455.16	c starts		: 0
1713.03/460.65	Exception in thread "Thread-1" c conflicts		: 0
1740.56/467.66	java.lang.OutOfMemoryError: GC overhead limit exceededc decisions		: 0
1740.56/467.66	c propagations		: 0
1740.56/467.66	c inspects		: 0
1740.56/467.66	c shortcuts		: 0
1740.56/467.66	c learnt literals	: 0
1740.56/467.66	c learnt binary clauses	: 0
1740.56/467.66	c learnt ternary clauses	: 0
1740.56/467.66	c learnt constraints	: 0
1740.56/467.66	c ignored constraints	: 0
1740.56/467.66	c root simplifications	: 0
1740.56/467.66	c removed literals (reason simplification)	: 0
1740.56/467.66	c reason swapping (by a shorter reason)	: 0
1740.56/467.66	c Calls to reduceDB	: 0
1740.56/467.66	c Number of update (reduction) of LBD	: 0
1740.56/467.66	c Imported unit clauses	: 0
1740.56/467.66	c number of reductions to clauses (during analyze)	: 0
1740.56/467.66	c number of learned constraints concerned by reduction	: 0
1740.56/467.66	c number of learning phase by resolution	: 0
1740.56/467.66	c number of learning phase by cutting planes	: 0
1740.56/467.66	c number of rounding to 1 operations	: 0
1740.56/467.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1740.56/467.66	c number of reductions of the coefficients by power 2 	: 0
1740.56/467.66	c number of right shift for reduction by power 2 	: 0
1740.56/467.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
1771.71/475.60	
1771.71/475.60		at java.util.concurrent.CopyOnWriteArrayList.remove(CopyOnWriteArrayList.java:556)
1771.71/475.60		at java.util.concurrent.CopyOnWriteArrayList.remove(CopyOnWriteArrayList.java:527)
1795.09/481.56	c speed (assignments/second)	: 0.0
1795.09/481.56		at java.util.logging.Logger.removeHandler(Logger.java:1768)
1818.36/487.49	c non guided choices	0
1849.59/495.44	
1849.59/495.44	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-1"
1849.59/495.44	c learnt constraints type 
1849.59/495.44	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 (7649 MiB free)
  memory of node 1: 16384 MiB (15416 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263114-1502589730/watcher-4263114-1502589730 -o /tmp/evaluation-result-4263114-1502589730/solver-4263114-1502589730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263114-1502589730.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
Current StackSize limit: 8192 KiB

solver pid=10828, runsolver pid=10825

[startup+0.100174 s]*
/proc/loadavg: 6.92 6.96 7.00 3/202 10834
/proc/meminfo: memFree=23611780/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10018544 memory=19584 CPUtime=0.02 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 3708 0 0 0 1 1 0 0 20 0 7 0 12855725 10258989056 4896 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2504636 4896 2009 1 0 2494133 0
[pid=10828/tid=10830] ppid=10825 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) R 10825 10828 7968 0 -1 4202560 2402 0 0 0 0 1 0 0 20 0 7 0 12855734 10258989056 4896 18446744073709551615 4194304 4196468 140734433799248 140247379954448 140247375733917 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 12855735 10258989056 4896 18446744073709551615 4194304 4196468 140734433799248 140247332678288 140247375722197 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10018544 memory=140556639172224 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 12855735 10258989056 4896 18446744073709551615 4194304 4196468 140734433799248 140247331625488 140247375722197 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10018544 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 12855735 10258989056 4896 18446744073709551615 4194304 4196468 140734433799248 140247330572688 140247375722197 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10018544 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) S 10825 10828 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 12855735 10258989056 4896 18446744073709551615 4194304 4196468 140734433799248 140247329519888 140247375722197 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10018544 memory=140556639172224 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 12855736 10258989056 4896 18446744073709551615 4194304 4196468 140734433799248 140246939790192 140247375723138 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 19584 KiB

[startup+0.210227 s]*
/proc/loadavg: 6.92 6.96 7.00 2/210 10842
/proc/meminfo: memFree=23607404/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10484492 memory=22856 CPUtime=0.05 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 4674 0 0 0 4 1 0 0 20 0 14 0 12855725 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2621123 5714 2575 1 0 2610620 0
[pid=10828/tid=10830] ppid=10825 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) D 10825 10828 7968 0 -1 4202560 2779 0 0 0 3 1 0 0 20 0 14 0 12855734 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140247379949472 140247375734013 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10484492 memory=317 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12855735 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140247332678288 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10484492 memory=140556639180421 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12855735 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140247331625488 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12855735 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140247330572688 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) S 10825 10828 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12855735 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140247329519888 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10484492 memory=140556639172224 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12855736 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246939790192 140247375723138 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12855736 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246938736160 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12855737 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12855739 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) S 10825 10828 7968 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 14 0 12855739 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246935578992 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12855739 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246934526192 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10484492 memory=140556639172224 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 14 0 12855739 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246933473392 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12855739 10736119808 5714 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22856 KiB

[startup+0.31146 s]*
/proc/loadavg: 6.92 6.96 7.00 4/211 10843
/proc/meminfo: memFree=23598608/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10551156 memory=33120 CPUtime=0.2 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 8090 0 0 0 17 3 0 0 20 0 15 0 12855725 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2637789 8280 2849 1 0 2627261 0
[pid=10828/tid=10830] ppid=10825 vsize=10551156 memory=-8774313645642428999 CPUtime=0.13 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) R 10825 10828 7968 0 -1 4202560 5765 0 0 0 11 2 0 0 20 0 15 0 12855734 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140247379924208 140247359792478 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12855735 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140247332678288 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12855735 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140247331625488 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12855735 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140247330572688 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) S 10825 10828 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12855735 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140247329519888 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12855736 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246939790192 140247375723138 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12855736 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246938736160 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12855737 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12855739 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) R 10825 10828 7968 0 -1 4202560 490 0 0 0 1 0 0 0 20 0 15 0 12855739 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246935578992 140247359976128 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 12855739 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246934526192 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 410 0 0 0 3 0 0 0 20 0 15 0 12855739 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246933473392 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12855739 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10843] ppid=10825 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10843/stat : 10843 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12855748 10804383744 8280 18446744073709551615 4194304 4196468 140734433799248 140246931369136 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33120 KiB

[startup+0.700725 s]
/proc/loadavg: 6.92 6.96 7.00 7/211 10843
/proc/meminfo: memFree=23585420/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10551232 memory=202100 CPUtime=1.08 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 10541 0 0 0 98 10 0 0 20 0 15 0 12855725 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2637808 50525 3062 1 0 2627261 0
[pid=10828/tid=10830] ppid=10825 vsize=10551232 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) S 10825 10828 7968 0 -1 1077944384 6803 0 0 0 44 4 0 0 20 0 15 0 12855734 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140247379948896 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10551232 memory=281112992083044 CPUtime=0.01 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) R 10825 10828 7968 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 15 0 12855735 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140247332678288 140247375722197 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10551232 memory=5788365024596021328 CPUtime=0.01 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) R 10825 10828 7968 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 15 0 12855735 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140247331625488 140247360739874 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10551232 memory=7300728970739542608 CPUtime=0.02 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) R 10825 10828 7968 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 15 0 12855735 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140247330572688 140247368818537 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10551232 memory=8319106358720016950 CPUtime=0.02 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) R 10825 10828 7968 0 -1 4202560 34 0 0 0 1 1 0 0 20 0 15 0 12855735 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140247329519888 140247368818547 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10551232 memory=5787495379064930410 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 12855736 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246939788704 140247375722197 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10551232 memory=6440526044186890340 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12855736 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246938736160 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10551232 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12855737 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12855739 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10551232 memory=4124 CPUtime=0.13 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) S 10825 10828 7968 0 -1 1077944384 753 0 0 0 13 0 0 0 20 0 15 0 12855739 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246935563984 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10551232 memory=6463925781705 CPUtime=0.11 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 334 0 0 0 11 0 0 0 20 0 15 0 12855739 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246934517472 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10551232 memory=288230613214036277 CPUtime=0.2 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 1092 0 0 0 20 0 0 0 20 0 15 0 12855739 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246933473392 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10551232 memory=15540730097567645 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12855739 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10843] ppid=10825 vsize=10551232 memory=707 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10843/stat : 10843 (java) S 10825 10828 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12855748 10804461568 50525 18446744073709551615 4194304 4196468 140734433799248 140246931369136 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 202100 KiB

[startup+1.5008 s]
/proc/loadavg: 6.92 6.96 7.00 8/211 10843
/proc/meminfo: memFree=23241460/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10551232 memory=457220 CPUtime=2.83 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 14328 0 0 0 255 28 0 0 20 0 15 0 12855725 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2637808 114305 3085 1 0 2627261 0
[pid=10828/tid=10830] ppid=10825 vsize=10551232 memory=0 CPUtime=1.12 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) R 10825 10828 7968 0 -1 4202560 7526 0 0 0 106 6 0 0 20 0 15 0 12855734 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140247379943208 140247009563046 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) S 10825 10828 7968 0 -1 1077944384 264 0 0 0 12 4 0 0 20 0 15 0 12855735 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140247332678288 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10551232 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) S 10825 10828 7968 0 -1 1077944384 157 0 0 0 10 4 0 0 20 0 15 0 12855735 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140247331625488 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10551232 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) S 10825 10828 7968 0 -1 1077944384 182 0 0 0 13 4 0 0 20 0 15 0 12855735 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140247330572688 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) S 10825 10828 7968 0 -1 1077944384 302 0 0 0 12 4 0 0 20 0 15 0 12855735 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140247329519888 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 12855736 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246939790192 140247375723138 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10551232 memory=281112991766816 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12855736 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246938736224 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10551232 memory=140556495893060 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12855737 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12855739 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10551232 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) S 10825 10828 7968 0 -1 1077944384 1603 0 0 0 36 0 0 0 20 0 15 0 12855739 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246935578992 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10551232 memory=56 CPUtime=0.4 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 1555 0 0 0 39 1 0 0 20 0 15 0 12855739 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246934526192 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10551232 memory=11827 CPUtime=0.23 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 1166 0 0 0 23 0 0 0 20 0 15 0 12855739 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246933473392 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10551232 memory=17422 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12855739 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10843] ppid=10825 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10843/stat : 10843 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12855748 10804461568 114305 18446744073709551615 4194304 4196468 140734433799248 140246931369136 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10551232 KiB

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

[pid=10828/tid=10831] ppid=10825 vsize=10684512 memory=8126172 CPUtime=451.23 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) R 10825 10828 7968 0 -1 4202560 49484 0 0 0 44926 197 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247332677872 140247368340199 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10684512 memory=8125972 CPUtime=451.36 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) R 10825 10828 7968 0 -1 4202560 69079 0 0 0 44936 200 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247331625384 140247368340199 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10684512 memory=8126172 CPUtime=451.03 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) R 10825 10828 7968 0 -1 4202560 85782 0 0 0 44895 208 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247330572888 140247357307894 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10684512 memory=8676 CPUtime=449.4 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) R 10825 10828 7968 0 -1 4202560 61241 0 0 0 44732 208 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247329520088 140247360697287 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10684512 memory=1440 CPUtime=21.18 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 80730 0 0 0 2114 4 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246939788512 140247375722197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10684512 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246938736224 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 12855737 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10684512 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10684512 memory=1296 CPUtime=0.44 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) S 10825 10828 7968 0 -1 1077944384 3117 0 0 0 43 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246935578752 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10684512 memory=1732 CPUtime=0.53 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 3449 0 0 0 52 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246934526240 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10684512 memory=1700 CPUtime=0.28 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 3353 0 0 0 28 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246933469824 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10843] ppid=10825 vsize=10684512 memory=1000 CPUtime=0.18 cores=1,3,5,7
/proc/10828/task/10843/stat : 10843 (java) S 10825 10828 7968 0 -1 1077944384 711 0 0 0 11 7 0 0 20 0 17 0 12855748 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246931369136 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10887] ppid=10825 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10887/stat : 10887 (java) S 10825 10828 7968 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246930314096 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10888] ppid=10825 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10888/stat : 10888 (java) S 10825 10828 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246929260592 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 1839.37 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8126172 KiB

[startup+494.402 s]
/proc/loadavg: 7.36 7.49 7.22 6/213 10967
/proc/meminfo: memFree=20313488/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10684512 memory=8126172 CPUtime=1845.64 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 376561 0 0 0 183722 842 0 0 20 0 17 0 12855725 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2671128 2031543 3151 1 0 2660543 0
[pid=10828/tid=10830] ppid=10825 vsize=10684512 memory=-8774313645642428999 CPUtime=13.65 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) S 10825 10828 7968 0 -1 1077944384 17342 0 0 0 1350 15 0 0 20 0 17 0 12855734 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247379952672 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10684512 memory=4612 CPUtime=452.78 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) R 10825 10828 7968 0 -1 4202560 49534 0 0 0 45081 197 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247332678176 140247360169582 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10684512 memory=792 CPUtime=452.89 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) R 10825 10828 7968 0 -1 4202560 69610 0 0 0 45089 200 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247331625688 140247360708484 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10684512 memory=8676 CPUtime=452.63 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) R 10825 10828 7968 0 -1 4202560 85798 0 0 0 45055 208 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247330572688 140247360708599 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10684512 memory=1440 CPUtime=450.98 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) R 10825 10828 7968 0 -1 4202560 61337 0 0 0 44889 209 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247329520088 140247360708395 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10684512 memory=9916 CPUtime=21.18 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 80730 0 0 0 2114 4 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246939788736 140247375722197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10684512 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246938736224 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10684512 memory=840 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 12855737 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10684512 memory=3880 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10684512 memory=3868 CPUtime=0.44 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) S 10825 10828 7968 0 -1 1077944384 3117 0 0 0 43 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246935578752 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10684512 memory=3904 CPUtime=0.53 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 3449 0 0 0 52 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246934526240 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10684512 memory=2760 CPUtime=0.28 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 3353 0 0 0 28 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246933469824 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10684512 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10843] ppid=10825 vsize=10684512 memory=11244 CPUtime=0.19 cores=1,3,5,7
/proc/10828/task/10843/stat : 10843 (java) S 10825 10828 7968 0 -1 1077944384 711 0 0 0 12 7 0 0 20 0 17 0 12855748 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246931369136 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10887] ppid=10825 vsize=10684512 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10887/stat : 10887 (java) S 10825 10828 7968 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246930314096 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10888] ppid=10825 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10888/stat : 10888 (java) S 10825 10828 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246929260592 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 1845.64 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8126172 KiB

[startup+495.202 s]
/proc/loadavg: 7.36 7.49 7.22 6/213 10967
/proc/meminfo: memFree=20310264/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10684512 memory=8126172 CPUtime=1848.82 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 376679 0 0 0 184040 842 0 0 20 0 17 0 12855725 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2671128 2031543 3151 1 0 2660543 0
[pid=10828/tid=10830] ppid=10825 vsize=10684512 memory=7632 CPUtime=13.65 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) S 10825 10828 7968 0 -1 1077944384 17342 0 0 0 1350 15 0 0 20 0 17 0 12855734 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247379952672 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10684512 memory=-8774313645642428999 CPUtime=453.58 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) R 10825 10828 7968 0 -1 4202560 49586 0 0 0 45161 197 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247332678096 140247368340199 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10684512 memory=1700 CPUtime=453.68 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) R 10825 10828 7968 0 -1 4202560 69610 0 0 0 45168 200 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247331625688 140247360708395 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10684512 memory=1228 CPUtime=453.43 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) R 10825 10828 7968 0 -1 4202560 85798 0 0 0 45135 208 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247330572496 140247368340199 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10684512 memory=1000 CPUtime=451.78 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) R 10825 10828 7968 0 -1 4202560 61403 0 0 0 44969 209 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247329519696 140247368340199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10684512 memory=8126172 CPUtime=21.18 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 80730 0 0 0 2114 4 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246939788736 140247375722197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10684512 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246938736224 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10684512 memory=11244 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 12855737 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10684512 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10684512 memory=1296 CPUtime=0.44 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) S 10825 10828 7968 0 -1 1077944384 3117 0 0 0 43 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246935578752 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10684512 memory=1732 CPUtime=0.53 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 3449 0 0 0 52 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246934526240 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10684512 memory=1700 CPUtime=0.28 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 3353 0 0 0 28 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246933469824 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10843] ppid=10825 vsize=10684512 memory=1000 CPUtime=0.19 cores=1,3,5,7
/proc/10828/task/10843/stat : 10843 (java) S 10825 10828 7968 0 -1 1077944384 711 0 0 0 12 7 0 0 20 0 17 0 12855748 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246931369136 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10887] ppid=10825 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10887/stat : 10887 (java) S 10825 10828 7968 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246930314096 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10888] ppid=10825 vsize=10684512 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10888/stat : 10888 (java) S 10825 10828 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246929260592 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 1848.82 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8126172 KiB

[startup+495.402 s]
/proc/loadavg: 7.36 7.49 7.22 6/213 10967
/proc/meminfo: memFree=20310264/32770624 swapFree=67108860/67108860
[pid=10828] ppid=10825 vsize=10684512 memory=8126172 CPUtime=1849.59 cores=1,3,5,7
/proc/10828/stat : 10828 (java) S 10825 10828 7968 0 -1 1077944320 376679 0 0 0 184117 842 0 0 20 0 17 0 12855725 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140734433781792 140247375711991 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
/proc/10828/statm: 2671128 2031543 3151 1 0 2660543 0
[pid=10828/tid=10830] ppid=10825 vsize=10684512 memory=792 CPUtime=13.65 cores=1,3,5,7
/proc/10828/task/10830/stat : 10830 (java) S 10825 10828 7968 0 -1 1077944384 17342 0 0 0 1350 15 0 0 20 0 17 0 12855734 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247379952672 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10831] ppid=10825 vsize=10684512 memory=8676 CPUtime=453.77 cores=1,3,5,7
/proc/10828/task/10831/stat : 10831 (java) R 10825 10828 7968 0 -1 4202560 49586 0 0 0 45180 197 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247332678096 140247368340199 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10832] ppid=10825 vsize=10684512 memory=1440 CPUtime=453.87 cores=1,3,5,7
/proc/10828/task/10832/stat : 10832 (java) R 10825 10828 7968 0 -1 4202560 69610 0 0 0 45187 200 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247331625688 140247360169622 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10833] ppid=10825 vsize=10684512 memory=9916 CPUtime=453.62 cores=1,3,5,7
/proc/10828/task/10833/stat : 10833 (java) R 10825 10828 7968 0 -1 4202560 85798 0 0 0 45154 208 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247330572496 140247368340199 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10834] ppid=10825 vsize=10684512 memory=1200 CPUtime=451.97 cores=1,3,5,7
/proc/10828/task/10834/stat : 10834 (java) R 10825 10828 7968 0 -1 4202560 61403 0 0 0 44988 209 0 0 20 0 17 0 12855735 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140247329519696 140247368340199 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10835] ppid=10825 vsize=10684512 memory=15872 CPUtime=21.18 cores=1,3,5,7
/proc/10828/task/10835/stat : 10835 (java) S 10825 10828 7968 0 -1 1077944384 80730 0 0 0 2114 4 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246939788736 140247375722197 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10836] ppid=10825 vsize=10684512 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10836/stat : 10836 (java) S 10825 10828 7968 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 12855736 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246938736224 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10837] ppid=10825 vsize=10684512 memory=16444 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10837/stat : 10837 (java) S 10825 10828 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 12855737 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246937683312 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10838] ppid=10825 vsize=10684512 memory=7632 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10838/stat : 10838 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246936631632 140247375730587 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10839] ppid=10825 vsize=10684512 memory=1236 CPUtime=0.44 cores=1,3,5,7
/proc/10828/task/10839/stat : 10839 (java) S 10825 10828 7968 0 -1 1077944384 3117 0 0 0 43 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246935578752 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10840] ppid=10825 vsize=10684512 memory=640 CPUtime=0.53 cores=1,3,5,7
/proc/10828/task/10840/stat : 10840 (java) S 10825 10828 7968 0 -1 1077944384 3449 0 0 0 52 1 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246934526240 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10841] ppid=10825 vsize=10684512 memory=1792 CPUtime=0.28 cores=1,3,5,7
/proc/10828/task/10841/stat : 10841 (java) S 10825 10828 7968 0 -1 1077944384 3353 0 0 0 28 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246933469824 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10842] ppid=10825 vsize=10684512 memory=960 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10842/stat : 10842 (java) S 10825 10828 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12855739 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246932420832 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10843] ppid=10825 vsize=10684512 memory=2248 CPUtime=0.19 cores=1,3,5,7
/proc/10828/task/10843/stat : 10843 (java) S 10825 10828 7968 0 -1 1077944384 711 0 0 0 12 7 0 0 20 0 17 0 12855748 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246931369136 140247375723138 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10887] ppid=10825 vsize=10684512 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10887/stat : 10887 (java) S 10825 10828 7968 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246930314096 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
[pid=10828/tid=10888] ppid=10825 vsize=10684512 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/10828/task/10888/stat : 10888 (java) S 10825 10828 7968 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 12898067 10940940288 2031543 18446744073709551615 4194304 4196468 140734433799248 140246929260592 140247375722197 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14565376 140734433804689 140734433804842 140734433804842 140734433808335 0
Current children cumulated CPU time: 1849.59 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8126172 KiB

Child status: 1
Real time (s): 495.496
CPU time (s): 1849.71
CPU user time (s): 1841.25
CPU system time (s): 8.46088
CPU usage (%): 373.305
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8126172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1841.25
system time used= 8.46088
maximum resident set size= 8126256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 376793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31936
involuntary context switches= 49219


# summary of solver processes directly reported to runsolver:
#   pid: 10828
#   total CPU time (s): 1849.71
#   total CPU user time (s): 1841.25
#   total CPU system time (s): 8.46088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.95 second user time and 5.15142 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 03:48:14
IDJOB=4263114
IDBENCH=115729
IDSOLVER=2651
FILE ID=node128/4263114-1502589730
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-015-15-7.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263114-1502589730/watcher-4263114-1502589730 -o /tmp/evaluation-result-4263114-1502589730/solver-4263114-1502589730 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263114-1502589730.xml

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

MD5SUM BENCH= fe547a27c953c30f0dd43f8aa0b4ac9f
RANDOM SEED=481845663

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23619440 kB
MemAvailable:   24117892 kB
Buffers:          105072 kB
Cached:           682292 kB
SwapCached:            0 kB
Active:          8120912 kB
Inactive:         608888 kB
Active(anon):    7942652 kB
Inactive(anon):    16764 kB
Active(file):     178260 kB
Inactive(file):   592124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       7941976 kB
Mapped:            43428 kB
Shmem:             17116 kB
Slab:             112516 kB
SReclaimable:      87808 kB
SUnreclaim:        24708 kB
KernelStack:        3456 kB
PageTables:        20560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8619356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7731200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 03:56:29